<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5765703954115510907</id><updated>2011-07-08T04:45:48.040-04:00</updated><category term='Windows'/><category term='openSUSE'/><category term='Linux'/><title type='text'>Random Thoughts</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://worldofxor.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://worldofxor.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Xor</name><uri>http://www.blogger.com/profile/01868302811942935503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>27</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5765703954115510907.post-4870702016171302003</id><published>2009-09-27T12:55:00.007-04:00</published><updated>2009-09-27T13:40:50.760-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Upcoming in zypp.. Download all, then install!</title><content type='html'>YaST and zypper will finally have the ability to download all packages first and then install (&lt;a href="http://mlandres.blogspot.com/2009/09/libzypp-6160-download-policies-for.html"&gt;commit post&lt;/a&gt;)! No more broken packages because of an aborted download due to connection issues!&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_34Iv9JKPPhc/Sr-Cb7jmSNI/AAAAAAAAAIU/KhcO1yIL50M/s1600-h/snapshot1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_34Iv9JKPPhc/Sr-Cb7jmSNI/AAAAAAAAAIU/KhcO1yIL50M/s400/snapshot1.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&amp;nbsp;'Download in Advance' in action!&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_34Iv9JKPPhc/Sr-ClYFC8ZI/AAAAAAAAAIc/pHuQ-pbmP_4/s1600-h/snapshot2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_34Iv9JKPPhc/Sr-ClYFC8ZI/AAAAAAAAAIc/pHuQ-pbmP_4/s400/snapshot2.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;Notice the slight glitch in the 'Actions performed' List where 'Downloading XXX' line gets repeated&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;This was a much needed and essential feature which has finally been implemented. Though zypper will be getting configurable command line options for this soon, YaST can be setup by editing /etc/zypp/zypp.conf.&lt;br /&gt;&lt;br /&gt;Here's the relevant part to be edited with 4 options available.&amp;nbsp; &lt;br /&gt;&lt;blockquote&gt;##&lt;br /&gt;## Commit download policy to use as default.&lt;br /&gt;##&lt;br /&gt;##&amp;nbsp; DownloadOnly,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Just download all packages to the local cache.&lt;br /&gt;##&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Do not install. Implies a dry-run.&lt;br /&gt;##&lt;br /&gt;##&amp;nbsp; DownloadInAdvance,&amp;nbsp; First download all packages to the local cache.&lt;br /&gt;##&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Then start to install.&lt;br /&gt;##&lt;br /&gt;##&amp;nbsp; DownloadInHeaps,&amp;nbsp;&amp;nbsp;&amp;nbsp; Similar to DownloadInAdvance, but try to split&lt;br /&gt;##&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the transaction into heaps, where at the end of&lt;br /&gt;##&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; each heap a consistent system state is reached.&lt;br /&gt;##&lt;br /&gt;##&amp;nbsp; DownloadAsNeeded&amp;nbsp;&amp;nbsp;&amp;nbsp; Alternating download and install. Packages are&lt;br /&gt;##&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cached just to avid CD/DVD hopping. This is the&lt;br /&gt;##&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; traditional behaviour.&lt;br /&gt;##&lt;br /&gt;##&amp;nbsp; &lt;unset&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If a value is not set, empty or unknown, we pick&lt;br /&gt;##&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; some save default.&lt;br /&gt;##&lt;br /&gt;commit.downloadMode = DownloadInAdvance&lt;br /&gt;&lt;/unset&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;Now 'download in advance' policy should really be made default for 11.2. Right now it is 'download as needed'.&lt;br /&gt;&lt;br /&gt;YaST also has configurable behavior for closing after installation. This is configurable via sysconfig editor. Three options: Close (closes after installation/removal finishes), Summary (which gives a nice summary of things that were done) and Restart (which sends you back to the default startup screen with search tab active).&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_34Iv9JKPPhc/Sr-Gp5r307I/AAAAAAAAAIs/v2jr7H6cwAw/s1600-h/snapshot5.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_34Iv9JKPPhc/Sr-Gp5r307I/AAAAAAAAAIs/v2jr7H6cwAw/s400/snapshot5.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Again 'Close' is still the default which is the worst possible option to keep as default. This should be changed to 'Summary' which should be more convenient for new users and which they can change later if they want, once they become more familiar with openSUSE.&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_34Iv9JKPPhc/Sr-I7H-BO9I/AAAAAAAAAI0/OsYfkXSMQ_s/s1600-h/snapshot3.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_34Iv9JKPPhc/Sr-I7H-BO9I/AAAAAAAAAI0/OsYfkXSMQ_s/s400/snapshot3.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;A small rant about the Summary Screen: There always seems to be a difficulty with finding the correct names for buttons in YaST modules. Button names should be very clear regarding what the buttons are going to do. In the summary screen, there are two buttons "Back" and "Finish". Now an average user who is mostly familiar with the "Back" and "Forward" buttons used in a browser is most likely to think that the back button will send him to the previous page, which was the "Perform Installation" page with the flashing download/install progress bars. Hence, the user will click "Finish" which sounds more appropriate, with the effect that the window very rudely disappears. The current button names are more appropriate from the point of view of the installation workflow but are not good from the user's point of view. Some suggestions would be to rename "Back" as "OK" and the "Finish" button as "Quit". Also it would be better if the OK button was moved to the extreme right corner since users instinctively click corner buttons. The OK button also needs to be made default instead of Quit. Users like to click shiny highlighted buttons. Abort buttons should also be changed to Cancel and where ever&amp;nbsp; they are not required, they should be removed or made invisible instead of just disabling them.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Thanks to the devs again for the new features. Their efforts are commendable. One more step in catching upto the debian based distributions, though openSUSE has superior package management features of its own too. Now come the next essential features: Resuming downloads, downloading multiple packages in parallel and orphaned package removal!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5765703954115510907-4870702016171302003?l=worldofxor.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://worldofxor.blogspot.com/feeds/4870702016171302003/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5765703954115510907&amp;postID=4870702016171302003' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/4870702016171302003'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/4870702016171302003'/><link rel='alternate' type='text/html' href='http://worldofxor.blogspot.com/2009/09/upcoming-in-zypp-download-all-then.html' title='Upcoming in zypp.. Download all, then install!'/><author><name>Xor</name><uri>http://www.blogger.com/profile/01868302811942935503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_34Iv9JKPPhc/Sr-Cb7jmSNI/AAAAAAAAAIU/KhcO1yIL50M/s72-c/snapshot1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5765703954115510907.post-7745730144378932052</id><published>2009-01-14T17:31:00.004-03:00</published><updated>2009-01-14T18:25:16.563-03:00</updated><title type='text'>Vpnc and Kde3 KNetworkManager in openSUSE 11.1</title><content type='html'>&lt;div style="text-align: justify;"&gt;I was trying to connect to a VPN network today but network manager failed to connect. A dig through Network Manager's logs revealed an error message 'property 'Disable NAT Traversal' invalid or not supported'.&lt;br /&gt;&lt;br /&gt;I googled and found a similar &lt;a href="https://bugs.launchpad.net/ubuntu/+source/knetworkmanager/+bug/280926"&gt;bug report&lt;/a&gt; in Ubuntu. It seems that at some point, the option of 'Disable NAT Traversal' got removed from vpnc but knetworkmanager never got updated. As a consequence, the connection fails.&lt;br /&gt;&lt;br /&gt;The workaround described is simple and works for me. Just edit .kde/share/config/knetworkmanagerrc manually. Remove the lines:&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;blockquote&gt;&amp;lt;string&amp;gt;Disable NAT Traversal&amp;lt;/string&amp;gt;\n  &amp;lt;string&amp;gt;none&amp;lt;/string&amp;gt;\n &amp;lt;/entry&amp;gt;\n &amp;lt;entry&amp;gt;\n  &amp;lt;string&amp;gt;Enable Single DES&amp;lt;/string&amp;gt;\n  &amp;lt;string&amp;gt;no&amp;lt;/string&amp;gt;\n &amp;lt;/entry&amp;gt;\n &amp;lt;entry&amp;gt;\n&lt;br /&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Restart networkmanager (sudo /sbin/rcnetwork restart) and knetworkmanager, and try to connect again. This time, the connection should be successful.&lt;br /&gt;&lt;br /&gt;I recall a similar bug report filed in bugzilla for opensuse but I am not able to find it now. The bug, if I remember correctly, has being fixed in svn but the fix still hasn't been backported or provided in an update. Till then, this workaround should help you to connect to your vpn network.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5765703954115510907-7745730144378932052?l=worldofxor.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://worldofxor.blogspot.com/feeds/7745730144378932052/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5765703954115510907&amp;postID=7745730144378932052' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/7745730144378932052'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/7745730144378932052'/><link rel='alternate' type='text/html' href='http://worldofxor.blogspot.com/2009/01/vpnc-and-kde3-knetworkmanager-in.html' title='Vpnc and Kde3 KNetworkManager in openSUSE 11.1'/><author><name>Xor</name><uri>http://www.blogger.com/profile/01868302811942935503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5765703954115510907.post-2054201111564775103</id><published>2009-01-10T01:50:00.005-03:00</published><updated>2009-01-10T12:26:24.958-03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><title type='text'>Package Search Module in YaST2</title><content type='html'>&lt;div style="text-align: justify;"&gt;I came to know from this &lt;a href="http://kobliha-suse.blogspot.com/2008/07/package-search-and-one-click-install-in.html"&gt;blog&lt;/a&gt; that there is a YaST module for searching software in openSUSE package repositories and Packman! Very cool indeed!&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_34Iv9JKPPhc/SWgwTzRvzgI/AAAAAAAAAHU/M6AH8QRBOHs/s1600-h/package_search.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 280px;" src="http://1.bp.blogspot.com/_34Iv9JKPPhc/SWgwTzRvzgI/AAAAAAAAAHU/M6AH8QRBOHs/s400/package_search.png" alt="" id="BLOGGER_PHOTO_ID_5289530879086939650" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;But it seems that the devs decided to keep this module invisible in YaST2 even though its there in openSUSE 11.1. Right now, the module can be launched from the command line as follows:&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;blockquote&gt;/sbin/yast2 webpin_package_search&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;But since I find this module to be incredibly useful, I added it to YaST. Here's how to do it. Just open your favorite editor (gedit/kwrite/kate) and paste the following lines in it.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;blockquote&gt;[Desktop Entry]&lt;br /&gt;X-SuSE-translate=true&lt;br /&gt;X-SuSE-DocTeamID=ycc_webpin_package_search&lt;br /&gt;Type=Application&lt;br /&gt;Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Software;&lt;br /&gt;&lt;br /&gt;X-KDE-ModuleType=Library&lt;br /&gt;X-KDE-RootOnly=true&lt;br /&gt;X-KDE-HasReadOnlyMode=true&lt;br /&gt;X-KDE-Library=yast2&lt;br /&gt;X-SuSE-YaST-Call=webpin_package_search&lt;br /&gt;&lt;br /&gt;X-SuSE-YaST-Group=Software&lt;br /&gt;X-SuSE-YaST-Argument=&lt;br /&gt;X-SuSE-YaST-RootOnly=true&lt;br /&gt;X-SuSE-YaST-AutoInst=&lt;br /&gt;X-SuSE-YaST-Geometry=&lt;br /&gt;X-SuSE-YaST-SortKey=&lt;br /&gt;X-SuSE-YaST-AutoInstResource=&lt;br /&gt;&lt;br /&gt;Icon=yast-sw_source&lt;br /&gt;Exec=/sbin/yast2 webpin_package_search&lt;br /&gt;&lt;br /&gt;Name=Software Search&lt;br /&gt;GenericName=Search for software in openSUSE package repositories&lt;br /&gt;X-KDE-SubstituteUID=true&lt;br /&gt;StartupNotify=true&lt;/blockquote&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Save the file as webpin_package_search.desktop and move it to /usr/share/applications/YaST2 folder. Start YaST2 and you should now see a module called "Software Search" in YaST2.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_34Iv9JKPPhc/SWgwmafjR2I/AAAAAAAAAHc/7cTAbpyY5Ic/s1600-h/ModuleinYaST.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 270px;" src="http://3.bp.blogspot.com/_34Iv9JKPPhc/SWgwmafjR2I/AAAAAAAAAHc/7cTAbpyY5Ic/s400/ModuleinYaST.png" alt="" id="BLOGGER_PHOTO_ID_5289531198851467106" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Launch it to test if the module starts correctly. You now have the package search module easily accessible from YaST.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;The devs also mention in the article comments that they are working on an application uninstaller which should do something equivalent to 'apt-get autoremove' in Debian and Ubuntu. Hopefully we should be able to see this in the next release, openSUSE 11.2. Even better would be if the devs can also implement an add/remove software module like the one available in Ubuntu. But I imagine the application uninstaller itself involves a lot of work, so even if they can get that into the next release, it would be really great!&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Hope you enjoy using the package search module in YaST! Cheers!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5765703954115510907-2054201111564775103?l=worldofxor.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://worldofxor.blogspot.com/feeds/2054201111564775103/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5765703954115510907&amp;postID=2054201111564775103' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/2054201111564775103'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/2054201111564775103'/><link rel='alternate' type='text/html' href='http://worldofxor.blogspot.com/2009/01/package-search-module-in-yast2.html' title='Package Search Module in YaST2'/><author><name>Xor</name><uri>http://www.blogger.com/profile/01868302811942935503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_34Iv9JKPPhc/SWgwTzRvzgI/AAAAAAAAAHU/M6AH8QRBOHs/s72-c/package_search.png' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5765703954115510907.post-8963855542224302350</id><published>2009-01-05T20:37:00.014-03:00</published><updated>2009-01-06T00:59:57.577-03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><title type='text'>Kdm3 in openSUSE 11.1</title><content type='html'>&lt;div style="text-align: justify;"&gt;The KDE3 desktop installation for openSUSE 11.1 installs, by default, kdm4 or the kde display manager from the kde4 desktop.&lt;br /&gt;&lt;br /&gt;Anyone who uses kde3 and finds the switch user options for 'start a new session' and 'Lock current and start new session' particularly useful, installing kdm3 will give you these options back.&lt;br /&gt;&lt;br /&gt;For getting kdm3 back, install kdebase3-kdm.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;sudo zypper in kdebase3-kdm&lt;br /&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;Then goto YaST2-&gt;System-&gt;/etc/sysconfig Editor.&lt;br /&gt;&lt;br /&gt;In the tree listing on the left, go into Desktop-&gt;Display manager-&gt;DISPLAYMANAGER and change its setting from 'kdm4' to '&lt;span style="font-weight: bold;"&gt;kdm&lt;/span&gt;' (Note: &lt;span style="font-weight: bold;"&gt;Don't use kdm3&lt;/span&gt;).&lt;br /&gt;&lt;br /&gt;Save the changes (Click OK Button) and reboot. Kdm3 will now be used instead of Kdm4.&lt;br /&gt;&lt;br /&gt;And on a side note, just noticed a lot of new visitors coming from &lt;a href="http://www.tuxmachines.org/"&gt;tuxmachines.org&lt;/a&gt;. Welcome to my blog everyone!&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5765703954115510907-8963855542224302350?l=worldofxor.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://worldofxor.blogspot.com/feeds/8963855542224302350/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5765703954115510907&amp;postID=8963855542224302350' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/8963855542224302350'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/8963855542224302350'/><link rel='alternate' type='text/html' href='http://worldofxor.blogspot.com/2009/01/kdm3-in-opensuse-111.html' title='Kdm3 in openSUSE 11.1'/><author><name>Xor</name><uri>http://www.blogger.com/profile/01868302811942935503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5765703954115510907.post-889167547429272622</id><published>2009-01-04T19:43:00.004-03:00</published><updated>2009-01-05T10:00:29.501-03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><title type='text'>Kima in openSUSE 11.1</title><content type='html'>&lt;div style="text-align: justify;"&gt;Just realized that openSUSE 11.1 does not have kima packaged in the KDE community repository. Going through the build service repository, it seems that the build fails on suse 11.1 because of a few additional rpm checks which the build service has added.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;A little bit of digging into the new checks and a small patch to the spec file and voila! Kima builds successfully for 11.1!&lt;br /&gt;&lt;br /&gt;Get your kima from my home project repository &lt;a href="http://download.opensuse.org/repositories/home:/Xor26/openSUSE_11.1/"&gt;here&lt;/a&gt;.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5765703954115510907-889167547429272622?l=worldofxor.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://worldofxor.blogspot.com/feeds/889167547429272622/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5765703954115510907&amp;postID=889167547429272622' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/889167547429272622'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/889167547429272622'/><link rel='alternate' type='text/html' href='http://worldofxor.blogspot.com/2009/01/kima-in-opensuse-111.html' title='Kima in openSUSE 11.1'/><author><name>Xor</name><uri>http://www.blogger.com/profile/01868302811942935503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5765703954115510907.post-6689422917264993851</id><published>2009-01-04T00:38:00.005-03:00</published><updated>2009-01-05T16:29:36.596-03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><title type='text'>YaST Software Management module in openSUSE 11.1</title><content type='html'>&lt;div style="text-align: justify;"&gt;For anyone who does not like automatically closing behavior of YaST Software Management module (or sw_single) in openSUSE 11.1, I have made a modified package (yast2-packager) which does not close automatically. Get it from my build service home project repository &lt;a href="http://download.opensuse.org/repositories/home:/Xor26/openSUSE_11.1/"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;I do not like the self closing behavior myself. No other package manager in any distribution does this. Even add/remove programs in Windows does not do this either. In 10.3, YaST used to ask if we want to install more packages or not, using a popup window. But as people find this popup irritating, the developers removed it. But I don't think whoever who wanted this also wanted the module to automatically close either. In terms of the user, I think the user will find both these things irritating: 1) Popups and 2)  Windows which abruptly close without warning. A proper design would be where the number of clicks a user has to perform is least without experiencing the two behaviors described above. Now consider three use cases: 1) Popup removed and window closes automatically 2) Popup removed but the module does not quit. 3) Popup present.&lt;br /&gt;&lt;br /&gt;For the first case,  if a user does not want to do any futher software changes -&gt; 0 clicks, or if YaST is open too, 1 click to close YaST. Let's give an average of 0.5 clicks.&lt;br /&gt;If user want to make software changes -&gt;  if YaST is open, click software module (1 click); or go to openSUSE kickoff menu and click 'Install Software' (1 click); or go to openSUSE menu and click YaST, then click Software Management (2 clicks); All these can increase by one click if the user has the traditional KDE menu or the 'open on hover' feature does not work correctly for the buttons in the kickoff menu. Lets give this case an average of 1.25 clicks. (Note that making the user go through the menu again is not good design).&lt;br /&gt;&lt;br /&gt;For the second use case, if a user does not want to do any further software changes-&gt; 1 click to close the module, 2 clicks to close both the module and YaST if open. Let's give this one an average of 1.5 clicks.&lt;br /&gt;If user wants to make software changes-&gt; 0 clicks (module is already open).&lt;br /&gt;&lt;br /&gt;For the third use case, if a user wants to make any software changes, click yes when popup is displayed (1 click).&lt;br /&gt;If user does not want to make any changes, click no when popup is displayed (1 click).&lt;br /&gt;&lt;br /&gt;Now, lets assign a fixed number of clicks (say 1 click each) to both popup and a self-closing window. So the first case will now have 1 click contribution from the abruptly closing window, the second case will have no contribution and the third case will have 1 click contribution from the popup (Here we are not counting the window closing as the user should be expecting the window to close when he says no).&lt;br /&gt;&lt;br /&gt;On tabulating and averaging the clicks for the three cases, you can see that the second case has the lowest number of clicks.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;table border="0" cellspacing="0" cols="4" frame="void" rules="none"&gt;&lt;colgroup&gt;&lt;col width="150"&gt;&lt;col width="86"&gt;&lt;col width="86"&gt;&lt;col width="86"&gt;&lt;/colgroup&gt; &lt;tbody&gt; &lt;tr&gt;  &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17" width="150"&gt;&lt;br /&gt;&lt;/td&gt;  &lt;td style="border: 1px solid rgb(0, 0, 0);" align="center" width="86"&gt;Case 1&lt;/td&gt;  &lt;td style="border: 1px solid rgb(0, 0, 0);" align="center" width="86"&gt;Case 2&lt;/td&gt;  &lt;td style="border: 1px solid rgb(0, 0, 0);" align="center" width="86"&gt;Case 3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt; &lt;td style="border-top: 1px solid rgb(0, 0, 0); border-left: 1px solid rgb(0, 0, 0); border-right: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;No software changes&lt;/td&gt;&lt;td style="border-top: 1px solid rgb(0, 0, 0); border-left: 1px solid rgb(0, 0, 0); border-right: 1px solid rgb(0, 0, 0);" sdval="0.5" sdnum="1033;" align="center"&gt;0.5&lt;/td&gt;&lt;td style="border-top: 1px solid rgb(0, 0, 0); border-left: 1px solid rgb(0, 0, 0); border-right: 1px solid rgb(0, 0, 0);" sdval="1.5" sdnum="1033;" align="center"&gt;1.5&lt;/td&gt;&lt;td style="border-top: 1px solid rgb(0, 0, 0); border-left: 1px solid rgb(0, 0, 0); border-right: 1px solid rgb(0, 0, 0);" sdval="1" sdnum="1033;" align="center"&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-left: 1px solid rgb(0, 0, 0); border-right: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;Software changes&lt;/td&gt;&lt;td style="border-left: 1px solid rgb(0, 0, 0); border-right: 1px solid rgb(0, 0, 0);" sdval="1" sdnum="1033;" align="center"&gt;1.25&lt;/td&gt;&lt;td style="border-left: 1px solid rgb(0, 0, 0); border-right: 1px solid rgb(0, 0, 0);" sdval="0" sdnum="1033;" align="center"&gt;0&lt;/td&gt;&lt;td style="border-left: 1px solid rgb(0, 0, 0); border-right: 1px solid rgb(0, 0, 0);" sdval="1" sdnum="1033;" align="center"&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-left: 1px solid rgb(0, 0, 0); border-right: 1px solid rgb(0, 0, 0); border-bottom: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;Popups/closing window&lt;/td&gt;&lt;td style="border-left: 1px solid rgb(0, 0, 0); border-right: 1px solid rgb(0, 0, 0); border-bottom: 1px solid rgb(0, 0, 0);" sdval="0" sdnum="1033;" align="center"&gt;1&lt;/td&gt;&lt;td style="border-left: 1px solid rgb(0, 0, 0); border-right: 1px solid rgb(0, 0, 0); border-bottom: 1px solid rgb(0, 0, 0);" sdval="0" sdnum="1033;" align="center"&gt;0&lt;/td&gt;&lt;td style="border-left: 1px solid rgb(0, 0, 0); border-right: 1px solid rgb(0, 0, 0); border-bottom: 1px solid rgb(0, 0, 0);" sdval="1" sdnum="1033;" align="center"&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;Average&lt;/td&gt;&lt;td style="border: 1px solid rgb(0, 0, 0);" sdval="0.5" sdnum="1033;" align="center"&gt;0.92&lt;/td&gt;&lt;td style="border: 1px solid rgb(0, 0, 0);" sdval="0.5" sdnum="1033;" align="center"&gt;0.5&lt;/td&gt;&lt;td style="border: 1px solid rgb(0, 0, 0);" sdval="1" sdnum="1033;" align="center"&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Some more observations: If for the first case, we reduce the clicks for 'more software changes' condition to 1, the average no of clicks will be 0.83 which is still larger than 0.5 for the second case. Further, if we reduce the number of clicks for software changes for the first case and then assume that the user gets accustomed to the window closing on its own, then making the contribution from it zero, the average number of clicks then matches the second case.&lt;br /&gt;&lt;br /&gt;Some people may argue that they need something to tell them that software installation was successful or not at the end of the installation process. But then, if something does go wrong, the module does pop up more notifications/warnings than needed already!&lt;br /&gt;&lt;br /&gt;In any case, I feel that its best to trust the developers to make the appropriate decision. Since openSUSE is open source free software, we can always make our own customized packages. Feel free to use the package in my repository but remember that its at your own risk!&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5765703954115510907-6689422917264993851?l=worldofxor.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://worldofxor.blogspot.com/feeds/6689422917264993851/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5765703954115510907&amp;postID=6689422917264993851' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/6689422917264993851'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/6689422917264993851'/><link rel='alternate' type='text/html' href='http://worldofxor.blogspot.com/2009/01/yast-software-management-module-in.html' title='YaST Software Management module in openSUSE 11.1'/><author><name>Xor</name><uri>http://www.blogger.com/profile/01868302811942935503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5765703954115510907.post-4701235342804674570</id><published>2008-12-31T00:45:00.014-03:00</published><updated>2009-06-22T23:22:36.292-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Linux and Vista Hibernation problems</title><content type='html'>&lt;div style="text-align: justify;"&gt;Are you experiencing problems hibernating Windows Vista when you have linux installed in a dual boot setting? Does Vista log you out and show you the login/welcome screen when you try to hibernate your computer? The following may be the cause of your problem.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Vista needs the Windows partition to be marked as the active partition in order to hibernate successfully. To do this, you can use cfdisk utility available on most linux distributions. &lt;span style="font-style: italic;"&gt;If you want to use Vista to do this, see the update at the end of the post.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;For Ubuntu,&lt;br /&gt;&lt;blockquote&gt;sudo apt-get install cfdisk&lt;/blockquote&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;My openSUSE already had this installed by default. So fire up the terminal/konsole and sudo/su to cfdisk.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_34Iv9JKPPhc/SVrue3jZTDI/AAAAAAAAAHE/bdbnDJzDfds/s1600-h/cfdisk_before.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 198px;" src="http://1.bp.blogspot.com/_34Iv9JKPPhc/SVrue3jZTDI/AAAAAAAAAHE/bdbnDJzDfds/s400/cfdisk_before.png" alt="" id="BLOGGER_PHOTO_ID_5285799326748593202" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Be very careful with this. Do not make changes you do not understand as if you corrupt the partition table, you might lose all your data, along with the OSs. Be sure to backup your important files.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_34Iv9JKPPhc/SVrvK0YQpAI/AAAAAAAAAHM/ykdJdmu5Ny4/s1600-h/cfdisk_after.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 198px;" src="http://4.bp.blogspot.com/_34Iv9JKPPhc/SVrvK0YQpAI/AAAAAAAAAHM/ykdJdmu5Ny4/s400/cfdisk_after.png" alt="" id="BLOGGER_PHOTO_ID_5285800081810826242" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Look at the partitions and change the 'Boot' flag from the linux partition to the Windows partition. Then select 'Write' to change the partition table. cfdisk may give a message that re-reading the partition table failed. This is normal so don't worry about this.&lt;br /&gt;&lt;br /&gt;Reboot to Vista and test hibernation.&lt;br /&gt;&lt;br /&gt;Cheers!&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Update:&lt;/span&gt; Much simpler and easier method using Vista, thanks to &lt;span style="font-weight: bold;"&gt;Marco&lt;/span&gt;:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Boot to Vista&lt;/li&gt;&lt;li&gt;Go to Start menu, right click Computer and select Manage to get the Computer Management window.&lt;/li&gt;&lt;li&gt;Select Disk Management under the Storage category. Your partitions will be shown at the right.&lt;/li&gt;&lt;li&gt;Right click on your Vista partition and choose "Mark Partition as Active". Your Vista partition will most probably be an NTFS partition and will be labelled 'C:'&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;   It's that simple! Now why can't we have something like this in YaST2?&lt;br /&gt;&lt;br /&gt;A word of caution: If you have grub setup to boot from the boot partition, this method will cause grub to be skipped while booting and Vista will get booted directly. If this happens to you, use a live cd and restore the boot flags for partitions. Set grub to boot from the master boot record to avoid this from happening.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5765703954115510907-4701235342804674570?l=worldofxor.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://worldofxor.blogspot.com/feeds/4701235342804674570/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5765703954115510907&amp;postID=4701235342804674570' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/4701235342804674570'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/4701235342804674570'/><link rel='alternate' type='text/html' href='http://worldofxor.blogspot.com/2008/12/linux-and-vista-hibernation-problems.html' title='Linux and Vista Hibernation problems'/><author><name>Xor</name><uri>http://www.blogger.com/profile/01868302811942935503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_34Iv9JKPPhc/SVrue3jZTDI/AAAAAAAAAHE/bdbnDJzDfds/s72-c/cfdisk_before.png' height='72' width='72'/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5765703954115510907.post-6821338680165252981</id><published>2008-12-26T13:59:00.013-03:00</published><updated>2009-05-02T23:06:37.832-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>It works! Broadcom Official Wireless driver (wl) with hidden networks!</title><content type='html'>If you are using the &lt;a href="http://www.broadcom.com/support/802.11/linux_sta.php"&gt;official Broadcom hybrid wireless driver&lt;/a&gt;, either manually compiled or downloaded the one available for openSUSE from &lt;a href="http://packman.links2linux.com/package/broadcom-wl"&gt;Packman&lt;/a&gt;, here is a quick fix you can try if you are experiencing problems connecting to hidden wireless networks.&lt;br /&gt;&lt;br /&gt;I have a Broadcom Corporation BCM4312 802.11b/g.&lt;br /&gt;You can find which one you have using&lt;br /&gt;&lt;blockquote&gt;/sbin/lspci | grep Broadcom&lt;/blockquote&gt;&lt;br /&gt;My wireless network uses WPA2 (WPA-PSK) with hidden SSID. My kernel is 2.6.27 and Network Manager 0.7.  A description of the bug (or what I think is the bug) follows:&lt;br /&gt;&lt;a href="http://www.filedropper.com/broadcom-wl-5102711-5pm1i586"&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="color: rgb(51, 204, 0);font-size:130%;" &gt;Description of the bug&lt;/span&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;After spending long hours going through the source code for Network Manager, wpa_supplicant and the Broadcom driver itself, I have narrowed down the buggy part to the driver. The problem seems to lie in Broadcom's driver. It does not support 'scan_capa'. So to add this support, you can recompile the driver from the source RPM from Packman along with this additional patch.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;diff -uNr hybrid-portsrc-x86-32_5_10_27_11/src/wl/sys/wl_iw.c hybrid-portsrc-x86-32_5_10_27_11_new/src/wl/sys/wl_iw.c&lt;br /&gt;--- hybrid-portsrc-x86-32_5_10_27_11/src/wl/sys/wl_iw.c    2008-12-05 14:41:46.000000000 -0500&lt;br /&gt;+++ hybrid-portsrc-x86-32_5_10_27_11_new/src/wl/sys/wl_iw.c    2008-12-26 11:34:11.000000000 -0500&lt;br /&gt;@@ -580,6 +580,7 @@&lt;br /&gt;range-&gt;enc_capa |= IW_ENC_CAPA_CIPHER_TKIP;&lt;br /&gt;range-&gt;enc_capa |= IW_ENC_CAPA_CIPHER_CCMP;&lt;br /&gt;range-&gt;enc_capa |= IW_ENC_CAPA_WPA2;&lt;br /&gt;+    range-&gt;scan_capa = IW_SCAN_CAPA_ESSID;&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;return 0;&lt;/blockquote&gt;&lt;br /&gt;If you are manually compiling, just make the changes specified by the patch i.e. add this line 'range-&gt;scan_capa = IW_SCAN_CAPA_ESSID;' to 'src/wl/sys/wl_iw.c' at the specified place.&lt;br /&gt;&lt;br /&gt;Network Manager now uses AP_SCAN 1 for the wl driver, as the driver now reports that it supports SSID scans (scan_capa 0x01). This seems to work for me and Network manager now connects easily to my hidden network without failing 10 times before connecting, like it used to do before. In fact, using AP_SCAN 2, the original wl driver should not even have connected but association is successful even though the connection fails. Network manager caches the SSID of the network and recognizes it next time for which then it uses AP_SCAN 1. Hence the driver sometimes connects successfully after a lot of unsuccessful attempts.&lt;br /&gt;&lt;br /&gt;Please let me know if this patch works for you. If something is wrong with this patch or if you want to suggest changes or have anything to say, please feel free to leave a comment.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5765703954115510907-6821338680165252981?l=worldofxor.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://worldofxor.blogspot.com/feeds/6821338680165252981/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5765703954115510907&amp;postID=6821338680165252981' title='21 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/6821338680165252981'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/6821338680165252981'/><link rel='alternate' type='text/html' href='http://worldofxor.blogspot.com/2008/12/it-works-broadcom-official-wireless.html' title='It works! Broadcom Official Wireless driver (wl) with hidden networks!'/><author><name>Xor</name><uri>http://www.blogger.com/profile/01868302811942935503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>21</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5765703954115510907.post-3831289726856017034</id><published>2008-12-25T18:23:00.007-03:00</published><updated>2008-12-26T15:40:28.796-03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><title type='text'>Change YaST2 Fonts</title><content type='html'>&lt;div style="text-align: justify;"&gt;Don't like the default fonts in YaST2 modules? Here's how to change them. Just use su to get root access and then use 'qtconfig' to change the fonts.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_34Iv9JKPPhc/SVP9uj4nNcI/AAAAAAAAAGA/V2pq9aXOoOs/s1600-h/snapshot1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 318px;" src="http://3.bp.blogspot.com/_34Iv9JKPPhc/SVP9uj4nNcI/AAAAAAAAAGA/V2pq9aXOoOs/s400/snapshot1.png" alt="" id="BLOGGER_PHOTO_ID_5283845764184225218" border="0" /&gt;&lt;/a&gt; Qt Configuration with openSUSE default settings&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;I prefer DejaVu fonts with size 10. You can use these or any other fonts you like.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_34Iv9JKPPhc/SVP-oVxSdEI/AAAAAAAAAGQ/avEQUOtRN78/s1600-h/snapshot2.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 322px;" src="http://1.bp.blogspot.com/_34Iv9JKPPhc/SVP-oVxSdEI/AAAAAAAAAGQ/avEQUOtRN78/s400/snapshot2.png" alt="" id="BLOGGER_PHOTO_ID_5283846756827821122" border="0" /&gt;&lt;/a&gt;Qt Configuration after changing font and font size&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;See the difference between the old and new YaST2 modules! Much more better on the eyes,  I think you will agree.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_34Iv9JKPPhc/SVQARVXNfwI/AAAAAAAAAGY/4-I_9Ln6Jgw/s1600-h/snapshot4.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 280px;" src="http://1.bp.blogspot.com/_34Iv9JKPPhc/SVQARVXNfwI/AAAAAAAAAGY/4-I_9Ln6Jgw/s400/snapshot4.png" alt="" id="BLOGGER_PHOTO_ID_5283848560604708610" border="0" /&gt;&lt;/a&gt; YaST2 Software Management Module (Before)&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_34Iv9JKPPhc/SVQAmtnqAII/AAAAAAAAAGg/Az5MjIsPpzg/s1600-h/snapshot3.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 280px;" src="http://3.bp.blogspot.com/_34Iv9JKPPhc/SVQAmtnqAII/AAAAAAAAAGg/Az5MjIsPpzg/s400/snapshot3.png" alt="" id="BLOGGER_PHOTO_ID_5283848927893389442" border="0" /&gt;&lt;/a&gt;YaST2 Software Management Module (After)&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5765703954115510907-3831289726856017034?l=worldofxor.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://worldofxor.blogspot.com/feeds/3831289726856017034/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5765703954115510907&amp;postID=3831289726856017034' title='10 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/3831289726856017034'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/3831289726856017034'/><link rel='alternate' type='text/html' href='http://worldofxor.blogspot.com/2008/12/change-yast2-fonts.html' title='Change YaST2 Fonts'/><author><name>Xor</name><uri>http://www.blogger.com/profile/01868302811942935503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_34Iv9JKPPhc/SVP9uj4nNcI/AAAAAAAAAGA/V2pq9aXOoOs/s72-c/snapshot1.png' height='72' width='72'/><thr:total>10</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5765703954115510907.post-1816243093239348946</id><published>2008-11-19T22:12:00.003-03:00</published><updated>2008-11-19T22:28:13.566-03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>The best looking XP theme for linux/gnome ever..</title><content type='html'>&lt;div style="text-align: justify;"&gt;Among all the XP themes for gnome I have seen so far, &lt;a href="http://ubuntu.online02.com/node/14"&gt;this theme&lt;/a&gt; really looks very close to Windows XP. Plus it’s very easy to install than other themes. Just unpack the theme and run the “InstallXpGnome.sh” file.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_34Iv9JKPPhc/SSS5vtjdTZI/AAAAAAAAAF4/7nZooDDdTMg/s1600-h/XPtheme3.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 250px;" src="http://2.bp.blogspot.com/_34Iv9JKPPhc/SSS5vtjdTZI/AAAAAAAAAF4/7nZooDDdTMg/s400/XPtheme3.jpg" alt="" id="BLOGGER_PHOTO_ID_5270541693263629714" border="0" /&gt;&lt;/a&gt;Kudos to whoever who made this theme. It must have taken a good amount of work to get the theme and installer properly finished and working. &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Although some people might just ask ‘Why?’, themes like this help people who are new to Linux get adjusted to the new user interface easily. This theme makes them feel comfortable since it resembles an environment which they are already used to (namely Windows).&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt;Beware: This theme does not have an uninstaller! You have to do it manually!&lt;/strong&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt;Tip&lt;/strong&gt;: Ubuntu 8.10 (Intrepid Ibex) users have the option of switching to the guest user account rather than their normal account in order to try this theme and see if they like it or not..&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5765703954115510907-1816243093239348946?l=worldofxor.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://worldofxor.blogspot.com/feeds/1816243093239348946/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5765703954115510907&amp;postID=1816243093239348946' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/1816243093239348946'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/1816243093239348946'/><link rel='alternate' type='text/html' href='http://worldofxor.blogspot.com/2008/11/best-looking-xp-theme-for-linuxgnome.html' title='The best looking XP theme for linux/gnome ever..'/><author><name>Xor</name><uri>http://www.blogger.com/profile/01868302811942935503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_34Iv9JKPPhc/SSS5vtjdTZI/AAAAAAAAAF4/7nZooDDdTMg/s72-c/XPtheme3.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5765703954115510907.post-814948763083133816</id><published>2008-06-28T09:35:00.006-04:00</published><updated>2008-07-01T12:15:42.481-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>PDF Printer on openSUSE</title><content type='html'>&lt;div style="text-align: justify;"&gt;PDF Printer is really a necessary feature that should be included by default in openSUSE. But since it is not, we shall install it quickly and effortlessly.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;ol style="text-align: justify;"&gt;&lt;li&gt;Go to &lt;a href="http://software.opensuse.org/search"&gt;openSUSE Software Search&lt;/a&gt;. Search for 'cups-pdf'. Make sure the proper version of openSUSE is selected before you start searching.&lt;/li&gt;&lt;li&gt;Choose the latest version from the results. I chose the one from &lt;a href="http://download.opensuse.org/repositories/home:gcoste/"&gt;gcoste&lt;/a&gt;'s home repository. But you can choose any other too. You can install the rpm by using the 1-click install.&lt;/li&gt;&lt;li&gt;Next we need to add the PDF Printer to cups. So open up CUPS Administration by clicking this link (&lt;a href="http://localhost:631/admin"&gt;http://localhost:631/admin&lt;/a&gt;).&lt;/li&gt;&lt;li&gt;If cups has already not found the new printer, click 'Find New Printers' under the 'Printers' category. CUPS will have now detected the 'Virtual PDF Printer'. In the next screen, leave the 'Make' section blank. Fill up the 'Provide a PPD File' section by browsing to '/usr/share/cups/model/' directory and selecting the PPD file that came with the cups-pdf rpm. You can find this file by using &lt;blockquote&gt;rpm -ql cups-pdf&lt;/blockquote&gt;The file with the .ppd extension in the list is the one you require to select here. Next, click the 'add printer' button and the pdf printer will be added to cups.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Next we need to configure the default directory in which the created pdf files will be stored. This is by default '/var/spool/cups-pdf/${USER}'. Hence, to store the pdf files onto the desktop, edit '/etc/cups/cups-pdf.conf' file. Change the line &lt;blockquote&gt;#Out /var/spool/cups-pdf/${USER}&lt;/blockquote&gt;to &lt;blockquote&gt;Out /home/${USER}/Desktop&lt;/blockquote&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div style="text-align: justify;"&gt;There! Now you have successfully installed PDF printer in openSUSE. Try a few pdf prints to verify that the pdf printer is working properly.&lt;br /&gt;&lt;br /&gt;For more details including about how to compile pdf printer from source, refer the opensuse documentation &lt;a href="http://en.opensuse.org/Printing_to_PDF_HOWTO"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5765703954115510907-814948763083133816?l=worldofxor.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://worldofxor.blogspot.com/feeds/814948763083133816/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5765703954115510907&amp;postID=814948763083133816' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/814948763083133816'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/814948763083133816'/><link rel='alternate' type='text/html' href='http://worldofxor.blogspot.com/2008/06/pdf-printer-on-opensuse.html' title='PDF Printer on openSUSE'/><author><name>Xor</name><uri>http://www.blogger.com/profile/01868302811942935503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5765703954115510907.post-7566188112617489887</id><published>2008-06-22T23:12:00.003-04:00</published><updated>2008-06-22T23:23:59.699-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><title type='text'>openSUSE 11.0 Released!</title><content type='html'>&lt;div style="text-align: justify;"&gt;After a long wait, the new openSUSE 11.0 has been released! With the fastest package management to date, and the best stable KDE 4 distro available yet, openSUSE is definitely worth the download. &lt;a href="http://software.opensuse.org/"&gt;Get&lt;/a&gt; yours today! And have a lot of fun!&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5765703954115510907-7566188112617489887?l=worldofxor.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://worldofxor.blogspot.com/feeds/7566188112617489887/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5765703954115510907&amp;postID=7566188112617489887' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/7566188112617489887'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/7566188112617489887'/><link rel='alternate' type='text/html' href='http://worldofxor.blogspot.com/2008/06/opensuse-110-released.html' title='openSUSE 11.0 Released!'/><author><name>Xor</name><uri>http://www.blogger.com/profile/01868302811942935503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5765703954115510907.post-3518938221185424679</id><published>2008-02-17T10:43:00.018-03:00</published><updated>2008-02-17T13:12:57.319-03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Doom 3 for Linux</title><content type='html'>&lt;div style="text-align: justify;"&gt;ID Software has always been a good supporter of open source, from releasing the source code for older versions of it's games (quake and doom series) to making available native versions of its games for the Linux platform. Unlike other Windows games which linux users can only hope to run using wine, ID games run natively on linux, requiring lesser resources and also provide better performance.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Doom 3 is one of the great and stunning games made by ID Software. Here's how to install it.&lt;br /&gt;&lt;br /&gt;First of all, you would require a legitimate copy of Doom 3 purchased from ID Software.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;For the next step, go &lt;a href="ftp://ftp.idsoftware.com/idstuff/doom3/linux/"&gt;here&lt;/a&gt; and download&lt;br /&gt;&lt;blockquote&gt;doom3-linux-1.3.1.1304.x86.run&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;onto your desktop.&lt;br /&gt;&lt;br /&gt;If you want to try a demo version, download the other file&lt;br /&gt;&lt;blockquote&gt;doom3-linux-1.1.1286-demo.x86.run &lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;If there is a newer version, of either files, download the newer ones.&lt;br /&gt;&lt;br /&gt;Now run this file putting the following into a terminal.&lt;br /&gt;&lt;blockquote&gt;sh ~/Desktop/doom3-linux-1.3.1.1304.x86.run&lt;/blockquote&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;The install program will first detect your distro and system. Press Enter.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_34Iv9JKPPhc/R7hJRvIFEsI/AAAAAAAAABw/GwoloTw1Puc/s1600-h/bl1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_34Iv9JKPPhc/R7hJRvIFEsI/AAAAAAAAABw/GwoloTw1Puc/s320/bl1.png" alt="" id="BLOGGER_PHOTO_ID_5167961141464601282" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Next, it will show you the license. Press Enter.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_34Iv9JKPPhc/R7hKOvIFEtI/AAAAAAAAAB4/Kahw8Vg6fZc/s1600-h/bl2.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_34Iv9JKPPhc/R7hKOvIFEtI/AAAAAAAAAB4/Kahw8Vg6fZc/s320/bl2.png" alt="" id="BLOGGER_PHOTO_ID_5167962189436621522" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;You will be then asked if you want to accept the license in the next step. You have to accept if you want to proceed.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_34Iv9JKPPhc/R7hNKfIFEuI/AAAAAAAAACA/Q1sqZ3tAl1M/s1600-h/bl3.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_34Iv9JKPPhc/R7hNKfIFEuI/AAAAAAAAACA/Q1sqZ3tAl1M/s320/bl3.png" alt="" id="BLOGGER_PHOTO_ID_5167965414957060834" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;You will be asked if you want to read the readme file. Select your choice. In the next step, you have to enter the installation path. By default, the installer will install the files to '/usr/local/games/doom3'.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_34Iv9JKPPhc/R7hNoPIFEvI/AAAAAAAAACI/Ff-RLmp4gbg/s1600-h/bl4.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_34Iv9JKPPhc/R7hNoPIFEvI/AAAAAAAAACI/Ff-RLmp4gbg/s320/bl4.png" alt="" id="BLOGGER_PHOTO_ID_5167965926058169074" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;If you want to install Doom 3 for all users, you need to exit here and start the installer again with root permissions in order to write to /usr/local/games. Just put a 'sudo' before the command to start the installer as root. But if you want that all files be handled by the package management of your distro and are a single user, it would be better to install Doom 3 into your home directory.&lt;br /&gt;&lt;br /&gt;Create a directory 'Doom3' using the command &lt;/div&gt;&lt;blockquote&gt;mkdir ~/Doom3&lt;/blockquote&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;in a second terminal. Now give the installation path as '~/Doom3'.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Next, you will be asked for the Symlink path. Keep the default path if you are installing as root. Else, change it to '~/bin' if you are installing as a normal user.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_34Iv9JKPPhc/R7hObvIFEwI/AAAAAAAAACQ/VFXnOgo2qJg/s1600-h/bl5.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_34Iv9JKPPhc/R7hObvIFEwI/AAAAAAAAACQ/VFXnOgo2qJg/s320/bl5.png" alt="" id="BLOGGER_PHOTO_ID_5167966810821432066" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Next choose if you want to install Punkbuster. If you do, you will have to accept a second license agreement.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_34Iv9JKPPhc/R7hOpfIFExI/AAAAAAAAACY/0YBFZ39d2Aw/s1600-h/bl6.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_34Iv9JKPPhc/R7hOpfIFExI/AAAAAAAAACY/0YBFZ39d2Aw/s320/bl6.png" alt="" id="BLOGGER_PHOTO_ID_5167967047044633362" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Next, say 'yes' to install startup menu entries.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_34Iv9JKPPhc/R7hPWvIFEyI/AAAAAAAAACg/fhm0cLfp-UE/s1600-h/bl8.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_34Iv9JKPPhc/R7hPWvIFEyI/AAAAAAAAACg/fhm0cLfp-UE/s320/bl8.png" alt="" id="BLOGGER_PHOTO_ID_5167967824433713954" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;The installer will install the files and should finish successfully.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_34Iv9JKPPhc/R7hPefIFEzI/AAAAAAAAACo/v8v4_GYY9_k/s1600-h/bl9.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_34Iv9JKPPhc/R7hPefIFEzI/AAAAAAAAACo/v8v4_GYY9_k/s320/bl9.png" alt="" id="BLOGGER_PHOTO_ID_5167967957577700146" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;It's not over yet. There's still one last step. Now you will need to copy pak000.pk4, pak001.pk4, pak002.pk4, pak003.pk4, pak004.pk4 files from the Doom 3 Cds. They are available in '/SETUP/DATA/BASE' folder of the CDs.&lt;br /&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;CD1 -&gt; pak002.pk4&lt;br /&gt;CD2-&gt; pak000.pk4, pak001.pk4&lt;br /&gt;CD3-&gt; pak003.pk4, pak004.pk4&lt;br /&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;These need to be copied to '/usr/local/games/doom3/base' or '~/Doom3/base' depending upon what you chose as the installation path during the setup.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Now upon restarting your computer or just your DE, you should have menu entries for Doom 3 and Doom 3 dedicated server. If you don't have them, create them, or just do Alt+F2 and run 'doom3' to start the game.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Now, Doom 3 should start without any problems and will ask for the CD key. Put in your key here.&lt;br /&gt;&lt;br /&gt;Now you are ready to play Doom 3 on linux. If you face any problems with the installation, consult &lt;a href="http://zerowing.idsoftware.com/linux/doom/"&gt;this page&lt;/a&gt;. Enjoy!&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-family:monospace;"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5765703954115510907-3518938221185424679?l=worldofxor.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://worldofxor.blogspot.com/feeds/3518938221185424679/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5765703954115510907&amp;postID=3518938221185424679' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/3518938221185424679'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/3518938221185424679'/><link rel='alternate' type='text/html' href='http://worldofxor.blogspot.com/2008/02/doom-3-for-linux.html' title='Doom 3 for Linux'/><author><name>Xor</name><uri>http://www.blogger.com/profile/01868302811942935503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_34Iv9JKPPhc/R7hJRvIFEsI/AAAAAAAAABw/GwoloTw1Puc/s72-c/bl1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5765703954115510907.post-1160521312642332224</id><published>2008-02-14T13:05:00.012-03:00</published><updated>2008-02-18T00:32:59.209-03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Kima, a kicker monitoring applet</title><content type='html'>&lt;div style="text-align: justify;"&gt;I have tried many different hardware monitoring applications for my linux desktop. But most of them either did not work properly or slowed down my computer or occupied my precious desktop space unnecessarily, distracting me with graphs and plots. Then I found the perfect little KDE kicker applet which gave me exactly what I wanted - a simple monitor. It's called Kima.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_34Iv9JKPPhc/R7Rs-_IFEpI/AAAAAAAAAA4/Xn7DS5wdnIc/s1600-h/Kima1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_34Iv9JKPPhc/R7Rs-_IFEpI/AAAAAAAAAA4/Xn7DS5wdnIc/s320/Kima1.png" alt="" id="BLOGGER_PHOTO_ID_5166874501853811346" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;It can monitor &lt;span class="smallcontenttext"&gt;various temperature, frequency and fan sources and sits inconspicuously in the kde kicker panel. It can monitor hard disk temperatures, CPU temperatures, motherboard zone temperatures, laptop battery charge, system uptime, CPU usage and also fan speeds in rpm. It even supports monitoring the GPU temperature of an Nvidia card.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_34Iv9JKPPhc/R7RyT_IFErI/AAAAAAAAABI/w5wkqGI1o48/s1600-h/Kima2.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_34Iv9JKPPhc/R7RyT_IFErI/AAAAAAAAABI/w5wkqGI1o48/s320/Kima2.png" alt="" id="BLOGGER_PHOTO_ID_5166880360189203122" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="smallcontenttext"&gt;From &lt;a href="http://kima.sourceforge.net/"&gt;Kima's website&lt;/a&gt;,&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;span class="smallcontenttext"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div id="features"&gt;       &lt;a name="features"&gt;&lt;/a&gt;&lt;div style="text-align: justify;"&gt;&lt;blockquote&gt;&lt;a name="features"&gt;&lt;span&gt;Features&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;p&gt;Supported thermal sources:&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;the Linux ACPI Thermal Zone driver. The corresponding kernel module is called thermal.&lt;/li&gt;&lt;li&gt;the thermal sources of the Linux ACPI driver for the IBM ThinkPad laptops. The corresponding kernel module is called ibm-acpi.&lt;/li&gt;&lt;li&gt;the IBM Hard Drive Active Protection System (HDAPS) driver. The corresponding kernel module is called hdaps.&lt;/li&gt;&lt;li&gt;the Omnibook Configuration Tools &amp;amp; Patches. The corresponding kernel module is called omnibook.&lt;/li&gt;&lt;li&gt;the iBook G4 CPU and GPU thermal zones. It may work on other Apple machines as well (please let me know).&lt;/li&gt;&lt;li&gt;the thermal sensors available through hwmon (I2C, lm_sensors, ...).&lt;/li&gt;&lt;li&gt;the CPU thermal sensor of the i8k kernel driver for Dell Inspiron and Latitude notebooks.&lt;/li&gt;&lt;li&gt;the GPU thermal sensors of nvidia-settings (provided by the nVidia GPU card driver tools)&lt;/li&gt;&lt;li&gt;the termal sensors provided by hddtemp daemon (make sure hddtemp runs on 127.0.0.1 port 7634 before kima starts)&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt;Supported frequency sources:&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;the Linux kernel /proc/cpuinfo interface&lt;/li&gt;&lt;li&gt;the Linux kernel cpufreq subsystem&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt;Supported fan sources:&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;the fan sensors available through hwmon (I2C, lm_sensors, ...)&lt;/li&gt;&lt;li&gt;the fan sources of the Linux ACPI driver for the IBM ThinkPad laptops. The corresponding kernel module is called ibm-acpi.&lt;/li&gt;&lt;li&gt;the fan sources of the i8k kernel driver for Dell Inspiron and Latitude notebooks.&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt;Misc sources:&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;CPU usage source (for each CPU and/or commulative for all CPUs)&lt;/li&gt;&lt;li&gt;uptime source that displays the current system uptime&lt;/li&gt;&lt;li&gt;battery source that displays the current state of charge of your batteries&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt;Misc:&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;cpufreqd control module to switch cpufreqd profiles via cpufreqd remote interface&lt;/li&gt;&lt;/ul&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Give this little applet a try if you are looking for a simple monitoring application. I am sure you will like this one. For openSUSE 10.3, you will need to add the &lt;a href="http://download.opensuse.org/repositories/KDE:Community/openSUSE_10.3"&gt;KDE:Community&lt;/a&gt; repository. To start the applet in KDE, right-click on kicker and select 'Add applet'. Choose Kima from the list of applets. Packages are also available for Ubuntu, Fedora, Debian, Mandriva, Slackware, Pardus and Gentoo on &lt;a href="http://kima.sourceforge.net/"&gt;Kima's website&lt;/a&gt;. Cheers!&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5765703954115510907-1160521312642332224?l=worldofxor.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://worldofxor.blogspot.com/feeds/1160521312642332224/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5765703954115510907&amp;postID=1160521312642332224' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/1160521312642332224'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/1160521312642332224'/><link rel='alternate' type='text/html' href='http://worldofxor.blogspot.com/2008/02/kima-kicker-monitoring-applet.html' title='Kima, a kicker monitoring applet'/><author><name>Xor</name><uri>http://www.blogger.com/profile/01868302811942935503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_34Iv9JKPPhc/R7Rs-_IFEpI/AAAAAAAAAA4/Xn7DS5wdnIc/s72-c/Kima1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5765703954115510907.post-7226451865692636525</id><published>2008-02-11T01:39:00.001-03:00</published><updated>2008-02-14T13:43:15.740-03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Why 'sudo rm -rf /' is BAD!</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span&gt;Here's what happens when you run 'sudo rm -rf /'. Really an excellent example why you should not run this command on your linux machine. Thanks to &lt;a href="http://www.youtube.com/user/alwayschooseford"&gt;alwayschooseford&lt;/a&gt; for this great video!&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a style="left: 0px ! important; top: 0px ! important;" title="Click here to block this object with Adblock Plus" class="abp-objtab-045164189010048483 visible ontop" href="http://www.youtube.com/v/wWOjmvWPRvQ&amp;amp;rel=1"&gt;&lt;/a&gt;&lt;a style="left: 0px ! important; top: 0px ! important;" title="Click here to block this object with Adblock Plus" class="abp-objtab-045164189010048483 visible ontop" href="http://www.youtube.com/v/wWOjmvWPRvQ&amp;amp;rel=1"&gt;&lt;/a&gt;&lt;object height="355" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/wWOjmvWPRvQ&amp;amp;rel=1"&gt;&lt;param name="wmode" value="transparent"&gt;&lt;embed src="http://www.youtube.com/v/wWOjmvWPRvQ&amp;amp;rel=1" type="application/x-shockwave-flash" wmode="transparent" height="355" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5765703954115510907-7226451865692636525?l=worldofxor.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://worldofxor.blogspot.com/feeds/7226451865692636525/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5765703954115510907&amp;postID=7226451865692636525' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/7226451865692636525'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/7226451865692636525'/><link rel='alternate' type='text/html' href='http://worldofxor.blogspot.com/2008/02/why-sudo-rm-rf-is-bad.html' title='Why &apos;sudo rm -rf /&apos; is BAD!'/><author><name>Xor</name><uri>http://www.blogger.com/profile/01868302811942935503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5765703954115510907.post-4678267861398164425</id><published>2008-02-11T01:03:00.001-03:00</published><updated>2008-02-14T13:42:43.346-03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Compiz with Nvidia</title><content type='html'>&lt;div style="text-align: justify;"&gt;For all those who are using &lt;a href="http://compiz.org/"&gt;compiz&lt;/a&gt; with nvidia and unable to start it using the Compiz Fusion icon and are getting the error '&lt;span style="font-weight: bold;"&gt;No GLXFBConfig for default depth&lt;/span&gt;', here's what to do.&lt;br /&gt;&lt;br /&gt;This is presently for compiz-0.7.0-5.1, fusion-icon-0.0.1_080201-2.1 and nvidia driver version 169.09. Use the latest nvidia driver if you are not using it. I presume you must have installed compiz, &lt;a href="http://www.compiz-fusion.org/"&gt;compiz fusion&lt;/a&gt; and the compiz fusion icon from the openSUSE repository. If you haven't already, then go &lt;a href="http://en.opensuse.org/Compiz_Fusion"&gt;here&lt;/a&gt; to find out how to install it.&lt;br /&gt;&lt;br /&gt;Compiz with nvidia needs to first have the option 'composite' enabled in xorg.conf file. If you haven't done this, add this to your /etc/X11/xorg.conf file.&lt;br /&gt;&lt;blockquote&gt;Section "Extensions"&lt;br /&gt; Option         "Composite" "Enable"&lt;br /&gt;EndSection&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;Next compiz with nvidia also needs to be started with '&lt;span style="font-weight: bold;"&gt;--no-libgl-fallback&lt;/span&gt;' option. This is presently not taken care of in compiz fusion icon. Hence open up &lt;blockquote&gt;/usr/lib/python2.5/site-packages/FusionIcon/data.py&lt;/blockquote&gt;&lt;br /&gt;with root permissions. Use 'sudo' or 'su', whichever you like and any text editor you prefer.&lt;br /&gt;&lt;br /&gt;Find the line&lt;br /&gt;&lt;blockquote&gt;compiz_args = ['--replace', '--sm-disable', '--ignore-desktop-hints', 'ccp']&lt;/blockquote&gt;&lt;br /&gt;Replace it with&lt;br /&gt;&lt;blockquote&gt;compiz_args = ['--replace', '--sm-disable', '--ignore-desktop-hints', 'ccp', '--no-libgl-fallback']&lt;/blockquote&gt;&lt;br /&gt;Save the file.&lt;br /&gt;&lt;br /&gt;Restart X to be safe and fire up compiz fusion icon and select compiz as the window manager. Compiz should start now. Hope this helps! Bye.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5765703954115510907-4678267861398164425?l=worldofxor.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://worldofxor.blogspot.com/feeds/4678267861398164425/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5765703954115510907&amp;postID=4678267861398164425' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/4678267861398164425'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/4678267861398164425'/><link rel='alternate' type='text/html' href='http://worldofxor.blogspot.com/2008/02/compiz-with-nvidia.html' title='Compiz with Nvidia'/><author><name>Xor</name><uri>http://www.blogger.com/profile/01868302811942935503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5765703954115510907.post-74729567886414848</id><published>2007-05-21T10:46:00.000-04:00</published><updated>2008-02-11T01:52:48.401-03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Bootsplash in openSUSE</title><content type='html'>&lt;div style="text-align: justify;"&gt;openSUSE has one of the most gorgeous looking bootsplash than most other Linux distros out there. In all my previous installs of openSUSE, for some mysterious reason, the bootsplash never showed up during boot. This was mainly due to the fact that the screen resolution for the splash was not set properly during install. In Yast2, the bootloader module does not give you options to choose the appropriate resolution from, as can be seen below.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_34Iv9JKPPhc/RlG0YVh3F9I/AAAAAAAAAAs/ywGB4-HIKFw/s1600-h/splash.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_34Iv9JKPPhc/RlG0YVh3F9I/AAAAAAAAAAs/ywGB4-HIKFw/s320/splash.png" alt="" id="BLOGGER_PHOTO_ID_5067029385957545938" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;You have to manually enter the corresponding code for your screen resolution. In my case, it was 794. Remember that bootsplash currently works only up to 16bit. If bootsplash still does not work, choose a lesser resolution and see if it works. To get the appropriate vga mode for your screen resolution, refer the table below:&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;table border="1" cellpadding="3" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;&lt;br /&gt;&lt;/th&gt;&lt;th&gt;Screen Size  &lt;/th&gt;&lt;th&gt;640x480  &lt;/th&gt;&lt;th&gt;800x600  &lt;/th&gt;&lt;th&gt;1024x768  &lt;/th&gt;&lt;th&gt;1280x1024 &lt;/th&gt;&lt;/tr&gt;&lt;tr&gt; &lt;th&gt;Colors &lt;/th&gt;&lt;th&gt;&lt;br /&gt;&lt;/th&gt;&lt;th&gt;&lt;br /&gt;&lt;/th&gt;&lt;th&gt;&lt;br /&gt;&lt;/th&gt;&lt;th&gt;&lt;br /&gt;&lt;/th&gt;&lt;th&gt;&lt;br /&gt;&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt; &lt;th&gt;256 (8 bit) &lt;/th&gt;&lt;th&gt;&lt;br /&gt;&lt;/th&gt;&lt;td&gt;769 &lt;/td&gt;&lt;td&gt;771 &lt;/td&gt;&lt;td&gt;773 &lt;/td&gt;&lt;td&gt;775 &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt; &lt;th&gt;32000 (15 bit) &lt;/th&gt;&lt;th&gt;&lt;br /&gt;&lt;/th&gt;&lt;td&gt;784 &lt;/td&gt;&lt;td&gt;787 &lt;/td&gt;&lt;td&gt;790 &lt;/td&gt;&lt;td&gt;793 &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt; &lt;th&gt;65000 (16 bit) &lt;/th&gt;&lt;th&gt;&lt;br /&gt;&lt;/th&gt;&lt;td&gt;785 &lt;/td&gt;&lt;td&gt;788 &lt;/td&gt;&lt;td&gt;791 &lt;/td&gt;&lt;td&gt;794 &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt; &lt;th&gt;16.7M (24 bit) &lt;/th&gt;&lt;th&gt;&lt;br /&gt;&lt;/th&gt;&lt;td&gt;786 &lt;/td&gt;&lt;td&gt;789 &lt;/td&gt;&lt;td&gt;792 &lt;/td&gt;&lt;td&gt;795 &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;Note: If the above does not work, also try running additionally with root permissions&lt;div style="text-align: center;"&gt;&lt;blockquote&gt;mkinitrd -s screen_size&lt;/blockquote&gt;&lt;screen&gt;&lt;/screen&gt;&lt;br /&gt;&lt;screen&gt;&lt;/screen&gt;&lt;/div&gt;&lt;screen&gt; where '&lt;screen&gt;screen_size' will be 1280x1024 for an LCD monitor with 1280x1024 as the maximum screen resolution.&lt;br /&gt;&lt;/screen&gt;&lt;/screen&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5765703954115510907-74729567886414848?l=worldofxor.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://worldofxor.blogspot.com/feeds/74729567886414848/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5765703954115510907&amp;postID=74729567886414848' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/74729567886414848'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/74729567886414848'/><link rel='alternate' type='text/html' href='http://worldofxor.blogspot.com/2007/05/bootsplash-in-opensuse.html' title='Bootsplash in openSUSE'/><author><name>Xor</name><uri>http://www.blogger.com/profile/01868302811942935503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_34Iv9JKPPhc/RlG0YVh3F9I/AAAAAAAAAAs/ywGB4-HIKFw/s72-c/splash.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5765703954115510907.post-5002392293928630027</id><published>2007-05-09T11:04:00.000-04:00</published><updated>2008-02-11T01:51:34.022-03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>How to install Internet Explorer in Linux</title><content type='html'>&lt;div style="text-align: justify;"&gt;Although using Firefox is preferable than using IE, sometimes you really require IE to open a page which is IE only. This can be problematic especially if you are running Linux. Also, if you are a web developer and using Linux, installing IE can prove to be be useful.&lt;br /&gt;&lt;br /&gt;Internet Explorer can be used in Linux using &lt;a href="http://www.winehq.org/"&gt;Wine&lt;/a&gt;. Wine can be easily obtained on any Linux distribution easily using the appropriate repository or it may even come pre-installed. But the difficult part is to get IE installed and working properly. To get the latest wine package for openSUSE 10.2, just add &lt;a href="http://software.opensuse.org/download/Emulators:/Wine/openSUSE_10.2/"&gt;this&lt;/a&gt; repo as a source to Yast2 and then install wine.&lt;br /&gt;&lt;br /&gt;Next, to install IE, use &lt;a href="http://www.tatanka.com.br/ies4linux/page/Main_Page"&gt;IEs4Linux&lt;/a&gt;.  This provides a very convenient way to install IE and automatically downloads all required components. It also provides you with an icon on the desktop for launching IE. I have found it to be bug-free and the installed IE has worked flawlessly till now. Although you should be aware that the installed IE is as insecure as actual IE itself and so you would be better off using Firefox and use IE only when absolutely required.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5765703954115510907-5002392293928630027?l=worldofxor.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://worldofxor.blogspot.com/feeds/5002392293928630027/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5765703954115510907&amp;postID=5002392293928630027' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/5002392293928630027'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/5002392293928630027'/><link rel='alternate' type='text/html' href='http://worldofxor.blogspot.com/2007/05/how-to-install-internet-explorer-in.html' title='How to install Internet Explorer in Linux'/><author><name>Xor</name><uri>http://www.blogger.com/profile/01868302811942935503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5765703954115510907.post-3891855989235263251</id><published>2007-05-08T09:21:00.000-04:00</published><updated>2008-02-11T01:52:48.401-03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>How to change MAC address in openSUSE 10.2</title><content type='html'>Yast2 is a great tool in openSUSE for configuring all your network settings but one thing it lacks is the option to change the MAC address of the network card. This option is available in Windows so I see no reason why it should not be available in Yast.&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;Luckily, there is an alternate way to change your MAC address. I am assuming that you would want to change the MAC address on every boot. Otherwise 'ifconfig' is always available to change the MAC address.&lt;br /&gt;&lt;br /&gt;To change the MAC address automatically on every boot, just create a file named 'rclocal' in /etc/init.d folder. Enter the following in this file:&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;#! /bin/sh&lt;br /&gt;&lt;br /&gt;## This script simulates redhat's rc.local (Add commands at the end)&lt;br /&gt;&lt;br /&gt;### BEGIN INIT INFO&lt;br /&gt;# Provides: rclocal&lt;br /&gt;# Required-Start: $local_fs $remote_fs $network&lt;br /&gt;# X-UnitedLinux-Should-Start: $ALL&lt;br /&gt;# Required-Stop:&lt;br /&gt;# X-UnitedLinux-Should-Stop:&lt;br /&gt;# Default-Start: 3 5&lt;br /&gt;# Default-Stop: 0 1 2 6&lt;br /&gt;# Short-Description: Simulates rc.local&lt;br /&gt;# Description: Simulates redhat's rc.local: contains&lt;br /&gt;# commands to execute after system has booted (all services are already&lt;br /&gt;# available)&lt;br /&gt;### END INIT INFO&lt;br /&gt;&lt;br /&gt;## Execute ony when service is started&lt;br /&gt;case "$1" in&lt;br /&gt;start)&lt;br /&gt;  ## commands will be executed&lt;br /&gt;;;&lt;br /&gt;*)&lt;br /&gt;  exit 0&lt;br /&gt;;;&lt;br /&gt;esac&lt;br /&gt;&lt;br /&gt;# vvvvv Add your commands bellow this line vvvvv&lt;br /&gt;/sbin/ifconfig eth0 hw ether 'Your New MAC address here'&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Enter the MAC address that you want in the last line. After this, open up Yast2 and goto System-&gt; System Services (Runlevel). In the list of services, select rclocal and enable it.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_34Iv9JKPPhc/RkB-K2bvmjI/AAAAAAAAAAk/mzqec5XW_eM/s1600-h/rclocal.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_34Iv9JKPPhc/RkB-K2bvmjI/AAAAAAAAAAk/mzqec5XW_eM/s320/rclocal.png" alt="" id="BLOGGER_PHOTO_ID_5062184706040109618" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Save the changes. Reboot your computer. On reboot, the MAC address of your network card should now have been changed to the new one.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Note that this file can also be used like redhat's rc.local and so you can also add other stuff here.&lt;br /&gt;&lt;br /&gt;Hope this has been useful! Please let me know if I have written anything incorrectly. Bye!&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5765703954115510907-3891855989235263251?l=worldofxor.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://worldofxor.blogspot.com/feeds/3891855989235263251/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5765703954115510907&amp;postID=3891855989235263251' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/3891855989235263251'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/3891855989235263251'/><link rel='alternate' type='text/html' href='http://worldofxor.blogspot.com/2007/05/how-to-change-mac-address-in-opensuse.html' title='How to change MAC address in openSUSE 10.2'/><author><name>Xor</name><uri>http://www.blogger.com/profile/01868302811942935503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_34Iv9JKPPhc/RkB-K2bvmjI/AAAAAAAAAAk/mzqec5XW_eM/s72-c/rclocal.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5765703954115510907.post-418614057341746274</id><published>2007-05-07T06:45:00.000-04:00</published><updated>2008-02-11T01:52:48.402-03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Yay! I finally got lirc working...</title><content type='html'>&lt;div style="text-align: justify;"&gt;I have a Pinnacle PCTV Stereo card that comes along with a remote which I finally got working today. So here's what I did to get it working on my distro, openSUSE 10.2:&lt;br /&gt;&lt;/div&gt;&lt;ul style="text-align: justify;"&gt;&lt;li&gt;install lirc and lirc-kmp-default using Yast2.&lt;/li&gt;&lt;li&gt;changed entries 'LIRCD_DEV_PERMISSIONS="666"', 'LIRCD_DRIVER=pinsys' and 'LIRCD_DEVICE=/dev/ttyS0' (for receiver connected to COM1) in /etc/sysconfig/lirc file.&lt;/li&gt;&lt;li&gt;used 'irrecord' command to create a config file for the remote and copied it over to /etc/lircd.conf. (You can also use the provided config file for Pinnacle remote in remotes directory of lirc source.)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Got lirc to start as service on boot using Yast2 (System-&gt;System Services).&lt;/li&gt;&lt;li&gt;Started irkick and configured modes and events as per my convenience.&lt;/li&gt;&lt;/ul&gt;&lt;div style="text-align: justify;"&gt;If you want irkick to start automatically on login, just start irkick once and exit from it using the pop-up menu from the irkick panel icon. At this time irkick will ask if you want it to start automatically on login. Select your choice at this time.&lt;br /&gt;&lt;br /&gt;One can use control tvtime using irkick by using the command 'tvtime-command'. See it's man page for the available control options. Use the 'Kde Program Launcher' option available when you are assigning a new function to the remote control button. For starting tvtime initially, just use the Kde Program Launcher to start 'tvtime' command.&lt;br /&gt;&lt;br /&gt;Now that I have lirc setup properly, I can control both tvtime and amarok using my remote. This is great! Also, using DCOP, I can shut down my computer using the remote.&lt;br /&gt;&lt;br /&gt;I still haven't found out how to simulate a keyboard key event so that I can browse through the kmenu. If anyone knows about this, please tell me. Cheers!&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5765703954115510907-418614057341746274?l=worldofxor.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://worldofxor.blogspot.com/feeds/418614057341746274/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5765703954115510907&amp;postID=418614057341746274' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/418614057341746274'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/418614057341746274'/><link rel='alternate' type='text/html' href='http://worldofxor.blogspot.com/2007/05/yay-i-finally-got-lirc-working.html' title='Yay! I finally got lirc working...'/><author><name>Xor</name><uri>http://www.blogger.com/profile/01868302811942935503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5765703954115510907.post-663626050650397005</id><published>2007-05-06T02:27:00.000-04:00</published><updated>2008-02-11T01:52:48.402-03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>New KDE 4 games</title><content type='html'>&lt;div style="text-align: justify;"&gt;There are 2 new games to be included in KDE 4.0 - &lt;a href="http://milliams.com/content/view/18/42/"&gt;KSquares&lt;/a&gt;, a KDE implementation of the paper "squares" game and &lt;a href="http://home.gna.org/kiriki/"&gt;Kiriki&lt;/a&gt;, a Tali dice game. But around 10 games wont be making it because there is no maintainer to work for the transition from kde 3 to kde 4.&lt;br /&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Atlantik&lt;/li&gt;&lt;li&gt;KFouleggs&lt;/li&gt;&lt;li&gt;Klickety&lt;/li&gt;&lt;li&gt;KPoker&lt;/li&gt;&lt;li&gt;Kenolaba&lt;/li&gt;&lt;li&gt;KAsteroids&lt;/li&gt;&lt;li&gt;KSnake&lt;/li&gt;&lt;li&gt;KSokoban&lt;/li&gt;&lt;li&gt;KJumpingcube&lt;/li&gt;&lt;li&gt;KTron&lt;/li&gt;&lt;/ul&gt;&lt;div style="text-align: justify;"&gt;So, if any of your favorite games are listed above, join the kdegames-devel &lt;a href="https://mail.kde.org/mailman/listinfo/kde-games-devel"&gt;mailing list&lt;/a&gt; and volunteer to help your game to be included in KDE 4.1. I myself would really like KTron and Ksnake to be ported.&lt;br /&gt;&lt;br /&gt;Oh, by the way, the ported games look really polished and beautiful. For more information, refer  this &lt;a href="http://dot.kde.org/1178370429/"&gt;announcement&lt;/a&gt; or the kdegames module release co-ordinator's blog &lt;a href="http://johann.pwsp.net/2007/05/02/which-games-are-moving/"&gt;here&lt;/a&gt;.&lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;&lt;a href="http://dot.kde.org/1178370429/"&gt;&lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5765703954115510907-663626050650397005?l=worldofxor.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://worldofxor.blogspot.com/feeds/663626050650397005/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5765703954115510907&amp;postID=663626050650397005' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/663626050650397005'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/663626050650397005'/><link rel='alternate' type='text/html' href='http://worldofxor.blogspot.com/2007/05/new-kde-4-games.html' title='New KDE 4 games'/><author><name>Xor</name><uri>http://www.blogger.com/profile/01868302811942935503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5765703954115510907.post-648158715805554590</id><published>2007-05-05T11:26:00.000-04:00</published><updated>2008-02-11T01:52:48.403-03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Preview of new KDE4!</title><content type='html'>&lt;div style="text-align: justify;"&gt;Saw some great videos of KDE4 on youtube today. You can watch them below. I wonder if this means the end of compiz and beryl as we know it. Regardless, just can't wait for kde 4 to be released. It's gonna be great! Gnome developers better do something to keep up.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;object height="350" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/SWaSz4smYlg"&gt;&lt;param name="wmode" value="transparent"&gt;&lt;embed src="http://www.youtube.com/v/SWaSz4smYlg" type="application/x-shockwave-flash" wmode="transparent" height="350" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;object height="350" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/LMnmGdk1ODs"&gt;&lt;param name="wmode" value="transparent"&gt;&lt;embed src="http://www.youtube.com/v/LMnmGdk1ODs" type="application/x-shockwave-flash" wmode="transparent" height="350" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;object height="350" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/zLSsAPBiudE"&gt;&lt;param name="wmode" value="transparent"&gt;&lt;embed src="http://www.youtube.com/v/zLSsAPBiudE" type="application/x-shockwave-flash" wmode="transparent" height="350" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;object height="350" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/zGRdfI5WKIg"&gt;&lt;param name="wmode" value="transparent"&gt;&lt;embed src="http://www.youtube.com/v/zGRdfI5WKIg" type="application/x-shockwave-flash" wmode="transparent" height="350" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;object height="350" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/ZQWkt6_6pGs"&gt;&lt;param name="wmode" value="transparent"&gt;&lt;embed src="http://www.youtube.com/v/ZQWkt6_6pGs" type="application/x-shockwave-flash" wmode="transparent" height="350" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;object height="350" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/gMVB8LYMR6o"&gt;&lt;param name="wmode" value="transparent"&gt;&lt;embed src="http://www.youtube.com/v/gMVB8LYMR6o" type="application/x-shockwave-flash" wmode="transparent" height="350" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5765703954115510907-648158715805554590?l=worldofxor.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://worldofxor.blogspot.com/feeds/648158715805554590/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5765703954115510907&amp;postID=648158715805554590' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/648158715805554590'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/648158715805554590'/><link rel='alternate' type='text/html' href='http://worldofxor.blogspot.com/2007/05/preview-of-new-kde4.html' title='Preview of new KDE4!'/><author><name>Xor</name><uri>http://www.blogger.com/profile/01868302811942935503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5765703954115510907.post-2514644282361941367</id><published>2007-04-28T10:26:00.000-04:00</published><updated>2007-04-28T10:36:18.213-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>Even Bender hates Windows...  lol</title><content type='html'>I just saw an episode of Futurama today where Bender makes a hilarious joke about Windows. Check it out!&lt;br /&gt;&lt;br /&gt;&lt;object width="425" height="350"&gt;&lt;param name="movie" value="http://www.youtube.com/v/oK_jd_OVITg"&gt;&lt;/param&gt;&lt;param name="wmode" value="transparent"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/oK_jd_OVITg" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;See? Even machines hate running Windows...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5765703954115510907-2514644282361941367?l=worldofxor.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://worldofxor.blogspot.com/feeds/2514644282361941367/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5765703954115510907&amp;postID=2514644282361941367' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/2514644282361941367'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/2514644282361941367'/><link rel='alternate' type='text/html' href='http://worldofxor.blogspot.com/2007/04/even-bender-hates-windows-lol.html' title='Even Bender hates Windows...  lol'/><author><name>Xor</name><uri>http://www.blogger.com/profile/01868302811942935503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5765703954115510907.post-7536010722744351600</id><published>2007-04-24T01:59:00.000-04:00</published><updated>2008-02-11T01:52:48.403-03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Ntfs read/write on openSUSE with ntfs-3g!</title><content type='html'>&lt;div style="text-align: justify;"&gt;Ntfs-3g has reached 1.0 and this means that you can now safely write on your Windows ntfs partitions!&lt;br /&gt;&lt;br /&gt;To install ntfs-3g for openSUSE, you need to add &lt;a href="http://software.opensuse.org/download/filesystems/openSUSE_10.2/"&gt;this&lt;/a&gt; repository as source to Yast. Just install ntfs-3g and fuse from the repo.&lt;br /&gt;&lt;br /&gt;Also change the type from ntfs to ntfs-3g in your /etc/fstab file for the ntfs partitions. Remember to remove the 'ro' (read only) option from the fstab entries for the ntfs partitions. Reboot and your ntfs partitions will now be writable!&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5765703954115510907-7536010722744351600?l=worldofxor.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://worldofxor.blogspot.com/feeds/7536010722744351600/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5765703954115510907&amp;postID=7536010722744351600' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/7536010722744351600'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/7536010722744351600'/><link rel='alternate' type='text/html' href='http://worldofxor.blogspot.com/2007/04/ntfs-writing-on-opensuse.html' title='Ntfs read/write on openSUSE with ntfs-3g!'/><author><name>Xor</name><uri>http://www.blogger.com/profile/01868302811942935503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5765703954115510907.post-1533332906831221673</id><published>2007-04-23T08:40:00.000-04:00</published><updated>2008-02-11T01:52:48.404-03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Installing SUSE without CD</title><content type='html'>&lt;div style="text-align: justify;"&gt;Like many linux distros, openSUSE has a fast release cycle of about 6-9 months. Burning 5 CDs for the distribution or a DVD every time a new version is released, wastes a lot of CDs and DVDs. It's also bad for the environment.&lt;br /&gt;&lt;br /&gt;There is an alternate method to install openSUSE using a DVD iso image only, without burning it to CD/DVD. Also if your PC does not, for some reason, boot from CD/DVD this method can be useful. An existing Windows FAT32 partition from a dual-boot setup has been used here. Also, I am assuming that you have grub as the boot-loader and have an existing Linux distribution, preferably SUSE, installed.&lt;br /&gt;&lt;/div&gt;&lt;ul style="text-align: justify;"&gt;&lt;li&gt;First, download the latest openSUSE Goldmaster DVD iso image on a FAT32 partition. You can do that from &lt;a href="http://download.opensuse.org/"&gt;here&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;ul style="text-align: justify;"&gt;&lt;li&gt;Next unpack the iso image contents into a folder on the partition and name that folder 'openSUSE'. This folder should be created in the root of the FAT32 partition. &lt;/li&gt;&lt;/ul&gt;&lt;ul style="text-align: justify;"&gt;&lt;li&gt;Next, in the openSUSE folder, go into boot -&gt; i386 -&gt; loader. From this folder you will need to pick up two files - linux and initrd. Copy these somewhere and rename then as 'suselinux' and 'suseinitrd' respectively. Move them over to /boot folder of your Linux partition or whichever partition you have the bootloader installed.&lt;/li&gt;&lt;/ul&gt;&lt;ul style="text-align: justify;"&gt;&lt;li&gt;Next, in /boot/grub/menu.lst file of your Linux partition, add an entry with the title as 'Install openSUSE' and the lines specifying kernel and initrd to 'kernel            /boot/suselinux' and 'initrd          /boot/suseinitrd'. The entry for 'root' should be the same as that for your existing Linux distro entry in the file. The new entry should look something like this:&lt;/li&gt;&lt;/ul&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="text-align: left;"&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;                    title               Install openSUSE&lt;br /&gt;             root         (hd0,1)                                           ---&gt; change to whatever is appropriate for your system&lt;br /&gt;             kernel       /boot/suselinux&lt;br /&gt;             initrd         /boot/suseinitrd&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;Sometimes in some distros, it is not necessary to specify '/boot' in the entries. So look out for the syntax in the other similar entries in the file. Save the file. &lt;/div&gt;&lt;ul style="text-align: justify;"&gt;&lt;li&gt;Find out the name for the FAT32 partition where you unpacked the DVD iso (it will be something like hda1, hda5, hdb1 etc). Restart your computer.&lt;/li&gt;&lt;/ul&gt;&lt;ul style="text-align: justify;"&gt;&lt;li&gt;In the grub menu, select 'Install openSUSE'. The installation of openSUSE should start now. &lt;/li&gt;&lt;/ul&gt;&lt;ul style="text-align: justify;"&gt;&lt;li&gt;The installer will ask you to insert CD1 as the first step of the installation. Select OK without inserting any CD. &lt;/li&gt;&lt;/ul&gt;&lt;ul style="text-align: justify;"&gt;&lt;li&gt;Next select the language and the keyboard layout. The installation should now show you a list of options to select from. In the middle, there will be an option 'Start installation or System&lt;i&gt;'. &lt;/i&gt;Select it and then select 'Start installation or Update'. &lt;/li&gt;&lt;/ul&gt;&lt;ul style="text-align: justify;"&gt;&lt;li&gt;Then, the installer will give a list of methods which you can use for installation. Select the hard disk option here.&lt;/li&gt;&lt;/ul&gt;&lt;ul style="text-align: justify;"&gt;&lt;li&gt;Next the installer will show a list a partitions from which you can choose. Choose the entry corresponding to the FAT32 partition.&lt;/li&gt;&lt;/ul&gt;&lt;ul style="text-align: justify;"&gt;&lt;li&gt;Then the installer will ask for the installation directory on the partition. Enter 'openSUSE' as the directory name. It should now detect the installation directory and begin loading Yast2 and the graphical installation should start as normal.&lt;/li&gt;&lt;/ul&gt;&lt;ul style="text-align: justify;"&gt;&lt;li&gt;During this installation, make sure that you &lt;span style="font-weight: bold; color: rgb(255, 102, 102);"&gt;do not&lt;/span&gt; enter the mount point for the FAT32 partition as the installation &lt;span style="color: rgb(255, 0, 0);"&gt;fails&lt;/span&gt; later. Be very very careful here. You can set the mount point later after openSUSE has been installed. Also, do not set the FAT32 partition to be formatted during installation.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;The installation should complete normally now and you should have a brand new openSUSE distro installed and all without burning any CDs/DVD. The unpacked DVD folder is not required after the installation and you can safely delete it. Also, you can copy the DVD iso over to the linux partition and set it as an installation source in Yast2.&lt;br /&gt;&lt;br /&gt;If you have less than 512MB ram, you might face some problems like the installer asking to activate a swap partition or even refusing to start giving a 'no catalogue found' error. Hence, it would be better if you have at least 512MB of ram in order to install without major hassles.&lt;br /&gt;&lt;br /&gt;The above method is the one which I generally use to upgrade my SUSE installations. For more detailed information and other methods of installation without CD, refer &lt;a href="http://en.opensuse.org/Installation_without_CD"&gt;this page&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5765703954115510907-1533332906831221673?l=worldofxor.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://worldofxor.blogspot.com/feeds/1533332906831221673/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5765703954115510907&amp;postID=1533332906831221673' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/1533332906831221673'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/1533332906831221673'/><link rel='alternate' type='text/html' href='http://worldofxor.blogspot.com/2007/04/installing-suse-without-cd.html' title='Installing SUSE without CD'/><author><name>Xor</name><uri>http://www.blogger.com/profile/01868302811942935503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5765703954115510907.post-14160094829868577</id><published>2007-04-23T04:19:00.000-04:00</published><updated>2007-04-23T06:11:34.621-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>Keeping your PC secure and malware free</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;div style="text-align: justify;"&gt;Windows is the most dominant OS in the market today. But it is definitely not very secure. Windows has a history of critical security flaws which can virtually take full control over any PC  running Windows. But there are a few simple steps that you can follow to make sure that your PC does not get infected. Here's a list -&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;1. Windows XP SP2.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Install Windows XP Service Pack 2 if you haven't done so already. It usually should have been already installed on your PC unless you have disabled automatic updates feature of XP. It contains many fixes for Windows vulnerabilities and most importantly, it activates the in-built firewall of XP.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2.    Use a good Anti-Virus.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;There are a number of anti-viruses available for Windows XP. Some of the popular ones include Norton, Mcafee, Nod32, Kaspersky, Trend Micro etc. If you have an old computer, I would recommend getting Nod32 as it uses very less memory and is also very fast. Do not use Windows Onecare. Most anti-viruses are not free but some like AVG are completely free and offer a decent level of protection against viruses.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;3.    Use a good Personal Firewall.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Although Windows firewall offers a decent level of protection, you would be better off it you use a good commercial firewall especially if you run a server on your PC. There are many firewalls available. I personally use ZoneAlarm as a firewall. I found it to be quite efficient, non-intrusive and also, it's completely free!&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;4.   Use a good Anti-spyware.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;What's the difference between virus and spyware? Well roughly, a virus tries to delete important system files and personal files on your computer causing serious problems for which you might have to reinstall Windows. But spyware installs itself on your computer to track your browsing habits and installs malicious adware and spyware on your PC and it does so without you even knowing it. It has very badly written hackish code because of which your PC can slow down, cause it to freeze unexpectedly and prevent it from even booting.&lt;br /&gt;Anti-spyware software like Lavasoft Ad-aware, Spybot are available for free. Nowadays, most anti-virus companies also offer anti-spyware bundled in their internet security suites. But Ad-aware and Spybot offer much better protection.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;5.   Turn off File and Printer Sharing.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Unless you want to transfer files between computers directly very frequently or have a home network, you would not need this feature enabled. To disable File and Print Sharing, goto Control Panel -&gt; Network and Internet Connections -&gt; Network Connections. Right-click on the network connection shown as connected, select properties. De-select 'Client for Microsoft Networks' and 'File and Printer Sharing for Microsoft Networks'. Click OK and you are done.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;6.    Make sure Automatic Updates is turned on.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Microsoft keeps on releasing fixes for critical flaws found in Windows on a monthly basis.&lt;br /&gt;So it is better to have automatic updates turned on so that your PC keeps itself up-to-date with the fixes and you don't have to manually do it. Go to Control Panel and click Security Center (If you haven't installed SP2 first, you wont see this entry in the Control Panel.). Make sure all three lights for firewall, updates and anti-virus are green and their status is 'ON'. If not, click on them and Windows will tell you how you can turn them on.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;7.    Use a safe browser, use Firefox.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The browser is your interface to the internet and the gateway for malware to enter into your PC. Most malware problems are caused in the first place because of loopholes in Microsoft Internet Explorer which most people use. Firefox is a much safer browser to use than Internet Explorer. Plus, it's free! But if you really need Internet Explorer, at least use IE7. It is bit more secure. But I personally would still recommend using Firefox.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;8.    Don't install unknown software.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Tons and tons of software are available out there but all may not necessarily be well-behaved. Do not use software which you have never heard about. Make sure the software has a good review done somewhere. Most softwares which contain spyware are offered free of cost to make them attractive to the user. But once you install them, they open up a gateway for other such spyware to get installed on your PC.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;9.    Browse safely.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Don't visit shady sites or warez websites. Many are specifically built only to take advantage of vulnerabilites in Windows and takeover control of your computer. If you really want to browse such sites, use Firefox and disable javascript. Don't click on any pop-ups you might get unexpectedly. If you want to close a pop-up while browsing such sites, click the close button of the window.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;10.    Use Linux.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If you use your PC only for browsing the internet, use Linux OS instead of Windows. It is much more safer and reliable although installing it might be difficult. But once you have installed it, you can be sure that you will never get any virus, spyware or malware related problems ever. It is also available for free. There are any varieties of Linux available. If you have never used Linux before, you should use Ubuntu Linux.&lt;br /&gt;&lt;br /&gt;If you follow the above measures, you should be free of any malware problems while using Windows. Happy surfing!&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5765703954115510907-14160094829868577?l=worldofxor.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://worldofxor.blogspot.com/feeds/14160094829868577/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5765703954115510907&amp;postID=14160094829868577' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/14160094829868577'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/14160094829868577'/><link rel='alternate' type='text/html' href='http://worldofxor.blogspot.com/2007/04/keeping-your-pc-secure-and-malware-free.html' title='Keeping your PC secure and malware free'/><author><name>Xor</name><uri>http://www.blogger.com/profile/01868302811942935503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5765703954115510907.post-380571854473781742</id><published>2007-04-22T05:34:00.000-04:00</published><updated>2008-02-11T01:52:48.404-03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openSUSE'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>My Desktop.. (It's not Vista)</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;div style="text-align: left;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_34Iv9JKPPhc/Risw0HG4F8I/AAAAAAAAAAU/uwwwoR9PoFE/s1600-h/MyDesktop.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://2.bp.blogspot.com/_34Iv9JKPPhc/Risw0HG4F8I/AAAAAAAAAAU/uwwwoR9PoFE/s320/MyDesktop.png" alt="" id="BLOGGER_PHOTO_ID_5056188678472734658" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;This is a screenshot of my desktop that I use at home. To Windows users everywhere, it's not Vista. It's Linux!&lt;br /&gt;&lt;br /&gt;Many people especially Windows users are unaware that you can have a PC without Windows loaded on it. But you can!&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;    Linux is an operating system just like Windows or OSX.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;    Linux, however, is a totally free and you don't have to pay for it like you have to for Windows. Also, it's open source i.e. anyone can view the source code. This means that it is more secure as a lot of people have had a look at it's source. Windows however is closed-source so no one knows how many security holes it has.&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;Linux also is very much configurable, has tons of free quality software that works on it and all this comes in one package!&lt;br /&gt;&lt;br /&gt;So, do you want to know how to get linux?&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;    There are many linux distributions (i.e. flavors like mango, stawberry etc but it is still all ice-cream). The most easy to install is probably &lt;a href="http://www.ubuntu.com/"&gt;Ubuntu&lt;/a&gt;. This will get you started but wont overwhelm you as you make the switch from Windows.&lt;br /&gt;&lt;br /&gt;Beware that since Windows has been dominant for many years, Linux is ideal for you if you use the PC only for surfing the net, playing music, movies etc, as specialized software is made only with Windows in mind. However, if you really want to run your Windows programs, it just might work on Linux using &lt;a href="http://www.winehq.com/"&gt;wine&lt;/a&gt;. Even Microsoft Office can run with &lt;a href="http://www.codeweavers.com/"&gt;Crossover Office&lt;/a&gt;. And games like WoW, Half-life, Counter-strike are just a click away with &lt;a href="http://www.transgaming.com/"&gt;Cedega&lt;/a&gt;. Keep in mind that wine is free but Crossover Office and Cedega are not.&lt;br /&gt;&lt;br /&gt;The Linux distro (short for distribution) I am using above is called &lt;a href="http://www.opensuse.org/"&gt;openSUSE&lt;/a&gt;. It's made by &lt;a href="http://www.novell.com/"&gt;Novell&lt;/a&gt; which has been popular for a long time for it's Netware operating system. I would recommend it to someone who is a little more technically inclined.&lt;br /&gt;&lt;br /&gt;When installing Linux, you should dual-boot it with Windows i.e. keep both Windows and Linux on your PC (yes, two or more operating systems can be installed on a PC). This is because most probably, you are going to require Windows at some point of time.&lt;br /&gt;&lt;br /&gt;Now, you might ask me, why Linux?&lt;br /&gt;&lt;br /&gt;First of all, it's free!! (nothing can beat economics, right?) However, you may need to pay for getting manuals and technical support, if you really want them.&lt;br /&gt;&lt;br /&gt;Secondly,  it does not have viruses, spyware and a plethora of other such malware that plagues Windows. So it really gives you a sense of security and also increases your productivity.&lt;br /&gt;&lt;br /&gt;Linux has a lot of excellent applications which you don't have in Windows. They are also all free! Let me list a few of them.&lt;br /&gt;&lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;&lt;br /&gt;1.    &lt;a href="http://amarok.kde.org/"&gt;Amarok&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;    This media player really rocks! It easily beats Windows Media Player hands down and is much better than iTunes or Winamp. Check it out and you wont regret that you got Linux!&lt;br /&gt;&lt;br /&gt;2.    &lt;a href="http://www2.blogger.com/OpenOffice.org"&gt;OpenOffice.org&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;       This is a free alternative to Microsoft Office and is somewhat compatible with Microsoft Office documents.. (It's not now because Microsoft does not want it to be so that it can sell it's own Office.)&lt;br /&gt;&lt;br /&gt;3.    &lt;a href="http://www.mozilla.com/en-US/firefox/"&gt;Firefox&lt;/a&gt; Web Browser&lt;br /&gt;&lt;br /&gt;            This web browser is an alternative to Internet Explorer and also runs on Windows. It is very secure and web standards-compliant. You will not get any virus, spyware problems if you browse the net with this browser.&lt;br /&gt;&lt;br /&gt;4.    &lt;a href="http://www.gimp.org/"&gt;The GIMP&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;        The GIMP is an advanced image editing software and can be used also as an excellent paint program. It's got tons of features and effects which you can use.&lt;br /&gt;&lt;br /&gt;There are many more excellent applications available (all free) like &lt;a href="http://www.mplayerhq.hu/"&gt;Mplayer&lt;/a&gt;, &lt;a href="http://kaffeine.sourceforge.net/"&gt;Kaffeine&lt;/a&gt;, &lt;a href="http://tvtime.sourceforge.net/"&gt;tvtime&lt;/a&gt;, &lt;a href="http://www.mythtv.org/"&gt;Mythtv&lt;/a&gt;, &lt;a href="http://beagle-project.org/"&gt;Beagle Search&lt;/a&gt;, &lt;a href="http://apollon.sourceforge.ne/"&gt;Apollon&lt;/a&gt; and more, but listing them all down here would be nearly impossible.&lt;br /&gt;&lt;br /&gt;Linux also is a lot more configurable and if you are even a little bit technically inclined, you can make it look exactly like Vista, XP or even Mac OSX!&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="text-align: justify;"&gt;Now, to the fun part! The cube-like desktop which you see above is because of an application called &lt;a href="http://compiz.org/"&gt;Compiz&lt;/a&gt;. You can see in action in a Youtube video below. Check it out.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;object height="350" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/ZD7QraljRfM"&gt;&lt;param name="wmode" value="transparent"&gt;&lt;embed src="http://www.youtube.com/v/ZD7QraljRfM" type="application/x-shockwave-flash" wmode="transparent" height="350" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;It is still in development and offers many cool desktop effects without sacrificing on stability and usability. And for the enthusiasts, it also offers effects which provide more eye-candy but sacrifices usability a little bit though.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Linux can be very useful especially when Windows is giving you trouble. I found it very handy to recover my data on a hard-disk when Windows refused to start and kept rebooting because of a virus problem. Just a quick boot to Linux, copy the essential files over to Linux partition or CD and it's done.&lt;br /&gt;&lt;br /&gt;Linux is a very stable operating system and you cannot bring it down if you don't enter the root password (it's like a master key to all locks) anywhere. So you can give it to absolutely anyone to use without disclosing the root password and they wont be able to make serious changes like delete essential system files etc. Just create a new user account and you are ready to go again.&lt;br /&gt;&lt;br /&gt;So with this, I hope to have convinced you to try Linux or even if you do not like it, just install it as a backup for your computer. Try it and I am sure you will like it.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5765703954115510907-380571854473781742?l=worldofxor.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://worldofxor.blogspot.com/feeds/380571854473781742/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5765703954115510907&amp;postID=380571854473781742' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/380571854473781742'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5765703954115510907/posts/default/380571854473781742'/><link rel='alternate' type='text/html' href='http://worldofxor.blogspot.com/2007/04/my-desktop-its-not-vista.html' title='My Desktop.. (It&apos;s not Vista)'/><author><name>Xor</name><uri>http://www.blogger.com/profile/01868302811942935503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_34Iv9JKPPhc/Risw0HG4F8I/AAAAAAAAAAU/uwwwoR9PoFE/s72-c/MyDesktop.png' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
