<?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-12330224</id><updated>2007-05-30T09:32:21.954-07:00</updated><title type='text'>Drain Bamage</title><link rel='alternate' type='text/html' href='http://mianostake.blogspot.com/'></link><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://mianostake.blogspot.com/feeds/posts/default'></link><link rel='self' type='application/atom+xml' href='http://mianostake.blogspot.com/feeds/posts/default'></link><author><name>Drain Bamage</name></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-12330224.post-3667990998213436971</id><published>2007-05-30T03:57:00.000-07:00</published><updated>2007-05-30T07:11:34.006-07:00</updated><title type='text'>Darfur, Miss USA and other news</title><content type='html'>I was watching CNN today morning and the recently announced sanctions on Sudan over Darfur were all over the news. CNN invited Sudan's ambassador to the US to give his view on the sanctions and I found him to be a very interesting man.  According to him Sudan is trying its best to solve the Darfur crisis yet for every step they make forward, the US takes them 3 steps back. He went on to say that more peace keeping troops would not help alleviate the problem and that 150,000 well trained soldiers in Iraq had not stopped the violence.&lt;br /&gt;&lt;br /&gt;The US has termed what is happening in Darfur as genocide and is now taking unilateral steps to stop it. China and Russia do not agree mainly because they rely on Sudanese oil and gas and without their support the US cannot pass any tough resolution against Sudan thus the unilateral steps. Its interesting how different sides see a situation differently depending on their own interests, very interesting.&lt;br /&gt;&lt;br /&gt;In other news, Miss USA fell when on stage during the Miss Universe pageant held in Mexico City. Ha Ha Ha Ha! To add insult to injury the audience booed her after that. She must be a very strong character, she acted with an air of grace and dignity and even thanked the audience in Mexican!&lt;br /&gt;&lt;br /&gt;&lt;object width="425" height="350" align="center"&gt;&lt;param name="movie" value="http://www.youtube.com/v/zySMQ0xQGr4"&gt;&lt;/param&gt;&lt;param name="wmode" value="transparent"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/zySMQ0xQGr4" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;And finally &lt;a href="http://news.google.co.ke/news/url?sa=t&amp;ct=us/0-0&amp;amp;fp=465d1db3f66c6b59&amp;ei=nYVdRpDMMoTkoAPRl_XXDQ&amp;amp;url=http%3A//www.baltimoresun.com/entertainment/news/bal-artslife-britney0530%2C0%2C3737031.story%3Fcoll%3Dbal-entertainment-headlines&amp;cid=1116791947"&gt;Britney Spears&lt;/a&gt; is in rehab again after she smashed her car while under the influence.  &lt;span style="font-style: italic;"&gt;Nini inasumbua huyu msichana!!!!&lt;/span&gt;</content><link rel='alternate' type='text/html' href='http://mianostake.blogspot.com/2007/05/darfur-miss-usa-and-other-news.html'></link><link rel='self' type='application/atom+xml' href='http://mianostake.blogspot.com/feeds/posts/default/3667990998213436971'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12330224/posts/default/3667990998213436971'></link><author><name>Drain Bamage</name></author></entry><entry><id>tag:blogger.com,1999:blog-12330224.post-116469721117220544</id><published>2006-11-27T23:00:00.000-08:00</published><updated>2007-05-30T06:43:49.192-07:00</updated><title type='text'>Iraq War</title><content type='html'>Over 650,000 Iraqis have died since the US and UK decided to invade Iraq in search of the elusive weapons of mass destruction. The ironic thing is, they have Saddam on trial for killing a few hundred Kurds. &lt;p&gt;&lt;br /&gt;The hypocrisies of democracy!!!!!!!!!!!&lt;/p&gt;</content><link rel='alternate' type='text/html' href='http://mianostake.blogspot.com/2006/11/iraq-war-over-50000-iraqis-have-died.html'></link><link rel='self' type='application/atom+xml' href='http://mianostake.blogspot.com/feeds/posts/default/116469721117220544'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12330224/posts/default/116469721117220544'></link><author><name>Drain Bamage</name></author></entry><entry><id>tag:blogger.com,1999:blog-12330224.post-116600062951839046</id><published>2006-12-13T01:03:00.000-08:00</published><updated>2007-05-30T06:41:51.399-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='gprs'></category><category scheme='http://www.blogger.com/atom/ns#' term='safaricom'></category><category scheme='http://www.blogger.com/atom/ns#' term='linux'></category><title type='text'>Script for connecting to Safaricom GPRS on linux box</title><content type='html'>Here is a working chatscript for connecting to the safaricom gprs network&lt;br /&gt;#provider script&lt;br /&gt;/dev/rfcomm0 115200&lt;br /&gt;connect '/usr/sbin/chat -v -f /etc/ppp/peers/chat-gprs'&lt;br /&gt;noauth&lt;br /&gt;defaultroute&lt;br /&gt;debug&lt;br /&gt;noipdefault&lt;br /&gt;usepeerdns&lt;p&gt;&lt;br /&gt;Here is the chat script&lt;br /&gt;TIMEOUT         5&lt;br /&gt;ECHO            ON&lt;br /&gt;ABORT           '\nBUSY\r'&lt;br /&gt;ABORT           '\nERROR\r'&lt;br /&gt;ABORT           '\nNO ANSWER\r'&lt;br /&gt;ABORT           '\nNO CARRIER\r'&lt;br /&gt;ABORT           '\nNO DIALTONE\r'&lt;br /&gt;ABORT           '\nRINGING\r\n\r\nRINGING\r'&lt;br /&gt;''              \rAT&lt;br /&gt;TIMEOUT         12&lt;br /&gt;OK              ATZ&lt;br /&gt;OK              'AT+cgdcont=1,"IP","SAFARICOM"'&lt;br /&gt;OK              ATDT*99***1#&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</content><link rel='alternate' type='text/html' href='http://mianostake.blogspot.com/2006/12/script-for-connecting-to-safaricom.html'></link><link rel='self' type='application/atom+xml' href='http://mianostake.blogspot.com/feeds/posts/default/116600062951839046'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12330224/posts/default/116600062951839046'></link><author><name>Drain Bamage</name></author></entry><entry><id>tag:blogger.com,1999:blog-12330224.post-6456465075703514700</id><published>2007-05-28T10:18:00.000-07:00</published><updated>2007-05-28T10:18:52.785-07:00</updated><title type='text'>The Duke of Kabeteshire</title><content type='html'>"Sir" Charles Njonjo is at it again, you ask what? Proving that he is a horse's ass.  Two weeks ago he got the balls to stand up and talk before men and what did he have to say, "East Africa is not ready to have a political federation". He went on further to say that he and others drank champagne when the East African Community crumbled in 1977. Now whether East Africa is ready for a political federation is a matter of opinion and he, like any other man, is entitled to his. What I'm disgruntled with was his belligerent behaviour and his total lack of belief in the abilities of Africans.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Charles "Mugane" Njonjo has a long history of snobbery. It is rumored that while at at Alliance High School, he rode to school on horse back at the start and close of school terms, escorted by Tribal Police, and that he was the only African who lived in the exclusive whites-only Muthaiga suburb prior to independence. There are widespread allegations that Njonjo has made statements that he is ashamed of being a Kikuyu, that he cannot shake hands with a Luo, and that he cannot entrust his safety to an African pilot. JACKASS!!!! People like Njonjo, Wacko Jacko, and other Black-white-supremist-wannabes should be shot or even better stripped naked, put in a bee hive and thrown down a cliff.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Francis Atwoli, agrees with me on this one issue and roundly told Njonjo to go somewhere private and respectfully self-fornicate(in not quite the same words).  A writer in the Daily Nation, I cannot rememeber who or when, went on and on about how we were being intolerant about other people's views. If a mad man wakes up one morning and starts running around the village shouting "Eureka, Eureka, I have solved the Riemann Problems", whether he is right or wrong he will not be taken seriously. Sometimes what is said is nowhere as important as who says it. Charles Njonjo is a snob who cares nothing about his fellow African and should crawl back into the hole he came from.</content><link rel='alternate' type='text/html' href='http://mianostake.blogspot.com/2007/05/duke-of-kabeteshire.html'></link><link rel='self' type='application/atom+xml' href='http://mianostake.blogspot.com/feeds/posts/default/6456465075703514700'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12330224/posts/default/6456465075703514700'></link><author><name>Drain Bamage</name></author></entry><entry><id>tag:blogger.com,1999:blog-12330224.post-116360668834550958</id><published>2006-11-15T08:01:00.000-08:00</published><updated>2006-11-15T08:04:48.366-08:00</updated><title type='text'>Windows or Linux? To be or not to be?</title><content type='html'>I switched from Windows to Linux one year ago and while I cant say there havent been any hurdles I havent regretted it for a single minute.  Initially, I was just curious and I wanted to know what was so different about Linux. After the initial apprehension, I got used to it and these days I hardly ever use Windows.&lt;br /&gt;&lt;br /&gt;For the unintiated, Linux is Free and Open Source operating system developed initially by Linus Torvarlds in the early 90s. "Free and Open Source Software" or FOSS is free in the sense of free speech and not necessarily in the sense of free beer. :-) This means that on acquiring the software one has the right to improve on it and pass it on to other people ie. the source code of the software is available. This however does not mean that one does not pay for the software. There are hundreds of Linux distributions(also called distros) out there, the most popular ones being Ubuntu, Red Hat, SUSE, Fedora, Slackware, Debian and Gentoo.&lt;br /&gt;&lt;br /&gt;So why should one make the effort, and its quite an effort to move from a system in which he or she has attained reasonable proficiency (Windows) to one which he knows little or nothing about (Linux)?  Here are my reasons&lt;br /&gt;&lt;br /&gt;1. Security&lt;br /&gt;&lt;br /&gt;Windows is extremely insecure and to make things worse even programs like Internet Explorer are also buggy and easily hacked. Its like Microsoft went out of their way to make an insecure system. Things are set to change with Windows Vista but I'm not holding my breath. Unlike on Windows, security is an integral part of a Linux system and is not an after thought. There are also very few viruses that affect Linux systems, this cannot be said of windows. A whole multi-billion industry in anti-virus software arose because of this. Another important point to note is that since one doesnt need antivirus software on Linux, the computers run alot faster. Anti-virus programs hog alot of resources especially when scanning harddisks in the background.&lt;br /&gt;&lt;br /&gt;2. Stability&lt;br /&gt;&lt;br /&gt;Numerous jokes have been made about Windows instability over the years and while its stability has improved since windows 95, Windows is not a reliable system. Linux however is more reliable and one can use a Linux desktop for weeks on end without encountering problems.&lt;br /&gt;&lt;br /&gt;3. Cost&lt;br /&gt;&lt;br /&gt;The Total Cost of Ownership(TCO) of a computer system running on windows is alot higher than that of a computer system running Linux. Linux distributions, unlike Windows, usually come loaded with lots of high quality applications including wordprocessors, spreadsheets, database management systems, games, etc. Some argue that since Linux isnt as easy to use as windows, the time and money spent training personel covers up for this. While this is arguable, its been shown that one requires fewer personel and less time to manage Linux system than a Windows one.&lt;br /&gt;&lt;br /&gt;4. Size&lt;br /&gt;Windows 2000 had 29 million lines of C code at a time when the Linux kernel had about 2 million lines of code (Windows XP is estimated to be 50 - 60 million lines of code). Now this is not a fair comparison but it shows how much windows suffers from code bloat. Windows requires alot more CPU and RAM resources than Linux so if you want to use an old computer you find lying about, Linux is your best bet.&lt;br /&gt;&lt;br /&gt;5. Flexibility&lt;br /&gt;With Linux there is a lot of flexibility as to how you want to configure your system eg. one can choose from over 20 window managers and desktop environments. For every program in Linux one can find another that competes with it. One can also tweak a Linux system to suit its use and while this may not be very important to the average user, its there if you need it.&lt;br /&gt;&lt;br /&gt;6. And many, many, more&lt;br /&gt;&lt;br /&gt;So Linux looks pretty good huh... But like everything human its not perfect. Here are a few of Linux's disadvantages&lt;br /&gt;&lt;br /&gt;1. Software&lt;br /&gt;Although the average user will find that Linux distributions have all the software he/she needs, Linux lacks high quality specialist software eg. CAD applications, Web design software eg. Dreamweaver. This is set to change as more and more people start using Linux, vendors will start developing software.&lt;br /&gt;&lt;br /&gt;2. Drivers&lt;br /&gt;Some device vendors do not provide Linux drivers for the devices they sell for some reason so some devices such as wireless network cards and PCMCIA devices dont work properly on Linux. Its very likely that Linux has some sort of support for your device but if you are buying a new computer especially laptops and tablets make sure it is supported.&lt;br /&gt;&lt;br /&gt;3. Ease of use&lt;br /&gt;Many desktop distributions are now very easy to use out of the box but are still not as easy to use as windows is. Users sometimes have to configure or compile kernel modules on the command line. While this is a plus for people who want to get their hands dirty tweaking their machines, some people just want a computer that works without any hassles.&lt;br /&gt;&lt;br /&gt;In my opinion the advantages far outweigh the disadvantages so switch over to Linux and join the party!!!!!</content><link rel='alternate' type='text/html' href='http://mianostake.blogspot.com/2006/11/windows-or-linux-to-be-or-not-to-be.html'></link><link rel='self' type='application/atom+xml' href='http://mianostake.blogspot.com/feeds/posts/default/116360668834550958'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12330224/posts/default/116360668834550958'></link><author><name>Drain Bamage</name></author></entry></feed>