<?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'><id>tag:blogger.com,1999:blog-6006114617625504970</id><updated>2009-11-27T22:12:55.867+05:30</updated><title type='text'>Linux Poison</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://linuxpoison.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default'/><link rel='alternate' type='text/html' href='http://linuxpoison.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default?start-index=26&amp;max-results=25'/><author><name>Nikesh Jauhari</name><uri>http://www.blogger.com/profile/02331067901785181627</uri><email>njauhari@cybage.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>901</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6006114617625504970.post-4829158384740762689</id><published>2009-11-23T22:43:00.000+05:30</published><updated>2009-11-23T22:43:47.307+05:30</updated><title type='text'>How to play Encrypted DVDs on Ubuntu Linux</title><summary type='text'>To play encrypted DVDs, the libdvdcss2 package is essential. libdvdcss2 is a simple library designed for accessing DVDs like a block device without having to bother about the decryption. More information about this package can be found at VideoLAN.

You can install libdvdcss2 as a 64-bit .deb package without installing the Medibuntu repositories:
$ wget -c http://packages.medibuntu.org/pool/free/</summary><link rel='replies' type='application/atom+xml' href='http://linuxpoison.blogspot.com/feeds/4829158384740762689/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxpoison.blogspot.com/2009/11/how-to-play-encrypted-dvds-on-ubuntu.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/4829158384740762689'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/4829158384740762689'/><link rel='alternate' type='text/html' href='http://linuxpoison.blogspot.com/2009/11/how-to-play-encrypted-dvds-on-ubuntu.html' title='How to play Encrypted DVDs on Ubuntu Linux'/><author><name>Nikesh Jauhari</name><uri>http://www.blogger.com/profile/02331067901785181627</uri><email>njauhari@cybage.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01066961813320938670'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6006114617625504970.post-220535495174698198</id><published>2009-11-23T22:27:00.000+05:30</published><updated>2009-11-23T22:27:11.607+05:30</updated><title type='text'>How to Create a .deb package from Source files</title><summary type='text'>If your build from source is successful, you can make a Debian (Ubuntu) package (.deb) for future use or can distribute to other users:

Install package tools: sudo apt-get install checkinstall

CheckInstall keeps track of all files installed by a "make install" or equivalent, creates a Slackware, RPM, or Debian package with those files, and adds it to the installed packages database, allowing </summary><link rel='replies' type='application/atom+xml' href='http://linuxpoison.blogspot.com/feeds/220535495174698198/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxpoison.blogspot.com/2009/11/how-to-create-deb-package-from-source.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/220535495174698198'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/220535495174698198'/><link rel='alternate' type='text/html' href='http://linuxpoison.blogspot.com/2009/11/how-to-create-deb-package-from-source.html' title='How to Create a .deb package from Source files'/><author><name>Nikesh Jauhari</name><uri>http://www.blogger.com/profile/02331067901785181627</uri><email>njauhari@cybage.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01066961813320938670'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6006114617625504970.post-5172869212225739877</id><published>2009-11-22T19:53:00.001+05:30</published><updated>2009-11-22T19:54:55.460+05:30</updated><title type='text'>How to Watch Log Files in Realtime - Tailf</title><summary type='text'>The most widely used command for monitoring log file is tail. Tail binary allows a user to watch the log file grow in realy time. Watching the log file grows can be done using an additional -f parameter. Alternatively, another approach to watch a log file grows can be done using tailf binary command.

Tailf:
tailf  will  print  out  the  last 10 lines of a file and then wait for the file to grow.</summary><link rel='replies' type='application/atom+xml' href='http://linuxpoison.blogspot.com/feeds/5172869212225739877/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxpoison.blogspot.com/2009/11/how-to-watch-log-files-in-realtime.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/5172869212225739877'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/5172869212225739877'/><link rel='alternate' type='text/html' href='http://linuxpoison.blogspot.com/2009/11/how-to-watch-log-files-in-realtime.html' title='How to Watch Log Files in Realtime - Tailf'/><author><name>Nikesh Jauhari</name><uri>http://www.blogger.com/profile/02331067901785181627</uri><email>njauhari@cybage.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01066961813320938670'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6006114617625504970.post-7200135201007940261</id><published>2009-11-21T23:25:00.000+05:30</published><updated>2009-11-21T23:25:07.402+05:30</updated><title type='text'>HOW-TO convert DAA (Direct Access Archive) files to ISO in Linux</title><summary type='text'>The .daa file extension stands for 'Direct Access Archive' is a proprietary file format developed by PowerISO Computing for their CD/DVD image file-processing tool "PowerISO".

Unlike the majority of CD/DVD image formats, the PowerISO's .daa format allows advanced features such as file compression, password protection, encryption and the ability to split files in to multiple volumes. Due to these</summary><link rel='replies' type='application/atom+xml' href='http://linuxpoison.blogspot.com/feeds/7200135201007940261/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxpoison.blogspot.com/2009/11/how-to-convert-daa-direct-access.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/7200135201007940261'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/7200135201007940261'/><link rel='alternate' type='text/html' href='http://linuxpoison.blogspot.com/2009/11/how-to-convert-daa-direct-access.html' title='HOW-TO convert DAA (Direct Access Archive) files to ISO in Linux'/><author><name>Nikesh Jauhari</name><uri>http://www.blogger.com/profile/02331067901785181627</uri><email>njauhari@cybage.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01066961813320938670'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6006114617625504970.post-8213481914456844741</id><published>2009-11-21T16:49:00.000+05:30</published><updated>2009-11-21T16:49:01.210+05:30</updated><title type='text'>How to Convert cue and bin files into an iso/cdr/wav file - BChunk</title><summary type='text'>binchunker converts a CD image in a ".bin / .cue" format (sometimes ".raw / .cue") to a set of .iso and .cdr tracks. The bin/cue format is used by some popular non-Unix cd-writing software, but is not supported on most other CD burning programs. A lot of CD/VCD images distributed on the Internet are in BIN/CUE format.

The .iso track contains an ISO file system, which can be mounted through a </summary><link rel='replies' type='application/atom+xml' href='http://linuxpoison.blogspot.com/feeds/8213481914456844741/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxpoison.blogspot.com/2009/11/how-to-convert-cue-and-bin-files-into.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/8213481914456844741'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/8213481914456844741'/><link rel='alternate' type='text/html' href='http://linuxpoison.blogspot.com/2009/11/how-to-convert-cue-and-bin-files-into.html' title='How to Convert cue and bin files into an iso/cdr/wav file - BChunk'/><author><name>Nikesh Jauhari</name><uri>http://www.blogger.com/profile/02331067901785181627</uri><email>njauhari@cybage.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01066961813320938670'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6006114617625504970.post-6339707687539829232</id><published>2009-11-21T16:27:00.000+05:30</published><updated>2009-11-21T16:27:48.156+05:30</updated><title type='text'>Mobile Phone Manager for Linux – Wammu</title><summary type='text'>Wammu is a mobile phone manager that uses Gammu as its backend. It works with any phone that Gammu supports, including many models from Nokia, Sony-Ericssonn, Motorola, Samsung, Siemens, Huawei and others. 

Feature:
* Read, edit, delete, copy for contacts, todo, and calendar. 
* Read, save, and send SMS. 
* SMS composer for multi-part SMS messages, and it can display SMS messages that include </summary><link rel='replies' type='application/atom+xml' href='http://linuxpoison.blogspot.com/feeds/6339707687539829232/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxpoison.blogspot.com/2009/11/mobile-phone-manager-for-linux-wammu.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/6339707687539829232'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/6339707687539829232'/><link rel='alternate' type='text/html' href='http://linuxpoison.blogspot.com/2009/11/mobile-phone-manager-for-linux-wammu.html' title='Mobile Phone Manager for Linux – Wammu'/><author><name>Nikesh Jauhari</name><uri>http://www.blogger.com/profile/02331067901785181627</uri><email>njauhari@cybage.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01066961813320938670'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_VN8zHqq8Ns8/SwfC-VWAwEI/AAAAAAAADNc/rnfpzIWiUnQ/s72-c/wammu_1.png' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6006114617625504970.post-3310229816910524976</id><published>2009-11-21T12:27:00.001+05:30</published><updated>2009-11-21T12:28:43.094+05:30</updated><title type='text'>Control Your Network badwidth with Wondershaper in Linux</title><summary type='text'>If you are a Network Administrator with little knowledge in Network Protocols and IPtables, don't worry you can also controll your network traffic with a simple tool named wondershaper.

Installation:
OpenSuSe 11.2 user can use "1-click" installer to install Wondershaper - here
Ubuntu: sudo apt-get install wondershaper

$ifconfig this will help you to find the network interface (eth0, eth1 or </summary><link rel='replies' type='application/atom+xml' href='http://linuxpoison.blogspot.com/feeds/3310229816910524976/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxpoison.blogspot.com/2009/11/control-your-network-badwidth-with.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/3310229816910524976'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/3310229816910524976'/><link rel='alternate' type='text/html' href='http://linuxpoison.blogspot.com/2009/11/control-your-network-badwidth-with.html' title='Control Your Network badwidth with Wondershaper in Linux'/><author><name>Nikesh Jauhari</name><uri>http://www.blogger.com/profile/02331067901785181627</uri><email>njauhari@cybage.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01066961813320938670'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6006114617625504970.post-7822798151768227433</id><published>2009-11-15T18:49:00.000+05:30</published><updated>2009-11-15T18:49:50.130+05:30</updated><title type='text'>How to Start/Stop &amp; Disable Services in Ubuntu (Karmic Koala) Linux</title><summary type='text'>Services are programs (called daemons) that once started run continuously in the background and are ready for input or a changes in your computer and respond to them. For example the Apache server has a daemon called httpd (the d is for daemon) that listens on port 80 on your computer and when it receives a request for a page it sends the appropriate data back to the client machine.

Many </summary><link rel='replies' type='application/atom+xml' href='http://linuxpoison.blogspot.com/feeds/7822798151768227433/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxpoison.blogspot.com/2009/11/how-to-startstop-disable-services-in.html#comment-form' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/7822798151768227433'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/7822798151768227433'/><link rel='alternate' type='text/html' href='http://linuxpoison.blogspot.com/2009/11/how-to-startstop-disable-services-in.html' title='How to Start/Stop &amp; Disable Services in Ubuntu (Karmic Koala) Linux'/><author><name>Nikesh Jauhari</name><uri>http://www.blogger.com/profile/02331067901785181627</uri><email>njauhari@cybage.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01066961813320938670'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_VN8zHqq8Ns8/Sv_-XIqV_vI/AAAAAAAADNA/vmglEhd6keg/s72-c/bootup-Manager.png' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6006114617625504970.post-6729508535271835519</id><published>2009-11-12T20:45:00.001+05:30</published><updated>2009-11-12T20:46:32.840+05:30</updated><title type='text'>Nvidia and ATI Proprietary Graphics Drivers support in OpenSuSe 11.2 Linux</title><summary type='text'>The problem of the proprietary (closed source) drivers is a very important subject in those 2006 days. The openSUSE decided to follow the kernels developers recommendations and not to include proprietary drivers with the kernel.

Please look at the linux-kernel mailing list to better understand the situation. 

The reasons why a certain drivers is not included in the main openSUSE are the </summary><link rel='replies' type='application/atom+xml' href='http://linuxpoison.blogspot.com/feeds/6729508535271835519/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxpoison.blogspot.com/2009/11/nvidia-and-ati-proprietary-graphics.html#comment-form' title='9 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/6729508535271835519'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/6729508535271835519'/><link rel='alternate' type='text/html' href='http://linuxpoison.blogspot.com/2009/11/nvidia-and-ati-proprietary-graphics.html' title='Nvidia and ATI Proprietary Graphics Drivers support in OpenSuSe 11.2 Linux'/><author><name>Nikesh Jauhari</name><uri>http://www.blogger.com/profile/02331067901785181627</uri><email>njauhari@cybage.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01066961813320938670'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_VN8zHqq8Ns8/Svwjf66HFjI/AAAAAAAADM4/YgMhVLN-HKc/s72-c/350px-Nvidia_logo.jpg' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>9</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6006114617625504970.post-2104319308415597192</id><published>2009-11-12T19:52:00.001+05:30</published><updated>2009-11-14T22:58:51.568+05:30</updated><title type='text'>Multimedia (MP3, MPEG-4, AVI, DiVX, etc.) support in OpenSuse 11.2 Linux</title><summary type='text'>Why doesn’t OpenSuSe support MP3 ‘out of the box’?

OpenSuSe cannot include support for MP3 or DVD video playback or recording. MP3 formats are patented, and the patent holders have not provided the necessary licenses. OpenSuSe also excludes other multimedia software due to patent, copyright, or license restrictions, such as Adobe Flash Player and RealNetworks RealPlayer.

That doesn’t mean you </summary><link rel='replies' type='application/atom+xml' href='http://linuxpoison.blogspot.com/feeds/2104319308415597192/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxpoison.blogspot.com/2009/11/multimedia-mp3-mpeg-4-avi-divx-etc.html#comment-form' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/2104319308415597192'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/2104319308415597192'/><link rel='alternate' type='text/html' href='http://linuxpoison.blogspot.com/2009/11/multimedia-mp3-mpeg-4-avi-divx-etc.html' title='Multimedia (MP3, MPEG-4, AVI, DiVX, etc.) support in OpenSuse 11.2 Linux'/><author><name>Nikesh Jauhari</name><uri>http://www.blogger.com/profile/02331067901785181627</uri><email>njauhari@cybage.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01066961813320938670'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6006114617625504970.post-4859545739378042302</id><published>2009-11-08T13:52:00.000+05:30</published><updated>2009-11-08T13:52:31.637+05:30</updated><title type='text'>Open Office 4 Kids - OOo4Kids</title><summary type='text'>Openoffice.org for kids or better say OOo4kids is a project that aims to provide a simplified version of openoffice.org for kids between 7-12 years. 

Ooo4Kids is based on OpenOffice.org source code. Everything is made with the idea to contribute back to OpenOffice.org Project, through OpenOffice.org Education Project, and students projects, but not only (all sort of contributions are welcome, of</summary><link rel='replies' type='application/atom+xml' href='http://linuxpoison.blogspot.com/feeds/4859545739378042302/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxpoison.blogspot.com/2009/11/open-office-4-kids-ooo4kids.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/4859545739378042302'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/4859545739378042302'/><link rel='alternate' type='text/html' href='http://linuxpoison.blogspot.com/2009/11/open-office-4-kids-ooo4kids.html' title='Open Office 4 Kids - OOo4Kids'/><author><name>Nikesh Jauhari</name><uri>http://www.blogger.com/profile/02331067901785181627</uri><email>njauhari@cybage.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01066961813320938670'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_VN8zHqq8Ns8/SvZ-otrqeNI/AAAAAAAADMw/DGgIJNuzuCU/s72-c/OOo4Kids_logo.png' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6006114617625504970.post-8270472481486901722</id><published>2009-11-08T13:16:00.000+05:30</published><updated>2009-11-08T13:16:44.465+05:30</updated><title type='text'>IP Filtering Program Similar to PeerGuardian for Linux - iplist</title><summary type='text'>iplist is a Linux application for blocking connections to and from a specified range of hosts using the netfilter netlink-queue library. Iplist is an open source IP filtering program similar to PeerGuardian  for Linux.

Some typical reasons for using iplist are:
    * to protect your privacy
    * to ban a large number of unwanted clients
    * to block whole countries or networks
    * to block </summary><link rel='replies' type='application/atom+xml' href='http://linuxpoison.blogspot.com/feeds/8270472481486901722/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxpoison.blogspot.com/2009/11/ip-filtering-program-similar-to.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/8270472481486901722'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/8270472481486901722'/><link rel='alternate' type='text/html' href='http://linuxpoison.blogspot.com/2009/11/ip-filtering-program-similar-to.html' title='IP Filtering Program Similar to PeerGuardian for Linux - iplist'/><author><name>Nikesh Jauhari</name><uri>http://www.blogger.com/profile/02331067901785181627</uri><email>njauhari@cybage.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01066961813320938670'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_VN8zHqq8Ns8/SvZ1r6B2nNI/AAAAAAAADMg/V30Pi5017rM/s72-c/iplist.png' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6006114617625504970.post-5089245514963238075</id><published>2009-11-01T17:45:00.000+05:30</published><updated>2009-11-01T17:45:03.185+05:30</updated><title type='text'>Installing Software from Ubuntu Software Center (Karmic Koala)</title><summary type='text'>The Ubuntu Software Center is a virtual catalog of thousands of free   applications available for Ubuntu — software to make your computer more useful.  You can find applications by category or by searching, and you can install an application with the click of a button.
    
The Software Center also lets you examine the applications installed on the    computer already,and remove those you no </summary><link rel='replies' type='application/atom+xml' href='http://linuxpoison.blogspot.com/feeds/5089245514963238075/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxpoison.blogspot.com/2009/11/installing-software-from-ubuntu.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/5089245514963238075'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/5089245514963238075'/><link rel='alternate' type='text/html' href='http://linuxpoison.blogspot.com/2009/11/installing-software-from-ubuntu.html' title='Installing Software from Ubuntu Software Center (Karmic Koala)'/><author><name>Nikesh Jauhari</name><uri>http://www.blogger.com/profile/02331067901785181627</uri><email>njauhari@cybage.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01066961813320938670'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_VN8zHqq8Ns8/Su162k-wM5I/AAAAAAAADHE/tKBApK4l8rI/s72-c/Ubuntu+Software+Center.png' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6006114617625504970.post-3748159649907594128</id><published>2009-11-01T13:10:00.000+05:30</published><updated>2009-11-01T13:10:14.154+05:30</updated><title type='text'>Time Synchronization on Ubuntu using NTP</title><summary type='text'>Modern computers do have internal clocks called Real Time Clock chips (RTC) that provide time and date information. These chips are battery backed so that even during power outages, they can maintain time but personal computers are not designed to be perfect clocks. Their design has been optimized for mass production and low-cost rather than maintaining accurate time.

For many applications, this</summary><link rel='replies' type='application/atom+xml' href='http://linuxpoison.blogspot.com/feeds/3748159649907594128/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxpoison.blogspot.com/2009/11/time-synchronization-on-ubuntu-using.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/3748159649907594128'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/3748159649907594128'/><link rel='alternate' type='text/html' href='http://linuxpoison.blogspot.com/2009/11/time-synchronization-on-ubuntu-using.html' title='Time Synchronization on Ubuntu using NTP'/><author><name>Nikesh Jauhari</name><uri>http://www.blogger.com/profile/02331067901785181627</uri><email>njauhari@cybage.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01066961813320938670'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_VN8zHqq8Ns8/Su05_d5mX2I/AAAAAAAADG0/vK-3IhhM_xk/s72-c/Time+Synchronization.png' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6006114617625504970.post-2019360803449809587</id><published>2009-11-01T09:56:00.000+05:30</published><updated>2009-11-01T09:56:02.314+05:30</updated><title type='text'>How To Upgrade from Ubuntu 9.04 (Jaunty Jackalope) to Ubuntu 9.10 (Karmic Koala)</title><summary type='text'>This tutorial provides instructions on upgrading to Ubuntu 9.10 (code name “Karmic Koala”), the most recent release of Ubuntu, released on the 29th of October 2009.

1. First and foremost, you need to backup all your important files.

2. Next, make sure the repository is updated: sudo apt-get update

3. Open the Update Manager with this command: sudo update-manager -d
If there are any updates to </summary><link rel='replies' type='application/atom+xml' href='http://linuxpoison.blogspot.com/feeds/2019360803449809587/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxpoison.blogspot.com/2009/11/how-to-upgrade-from-ubuntu-904-jaunty.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/2019360803449809587'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/2019360803449809587'/><link rel='alternate' type='text/html' href='http://linuxpoison.blogspot.com/2009/11/how-to-upgrade-from-ubuntu-904-jaunty.html' title='How To Upgrade from Ubuntu 9.04 (Jaunty Jackalope) to Ubuntu 9.10 (Karmic Koala)'/><author><name>Nikesh Jauhari</name><uri>http://www.blogger.com/profile/02331067901785181627</uri><email>njauhari@cybage.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01066961813320938670'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_VN8zHqq8Ns8/Su0MUhr--tI/AAAAAAAADGk/bl20O_62jh8/s72-c/Ubuntu.png' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6006114617625504970.post-5375921538406848590</id><published>2009-10-30T16:40:00.000+05:30</published><updated>2009-10-30T16:40:30.032+05:30</updated><title type='text'>Ubuntu 9.10 karmic koala quick Tour (Video)</title><summary type='text'>As everybody knows that Ubuntu 9.10 Karmic koala has been released, bellow a quick video for the new features on ubuntu 9.10 karmic koala.



Ubuntu software center a quick view


</summary><link rel='replies' type='application/atom+xml' href='http://linuxpoison.blogspot.com/feeds/5375921538406848590/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxpoison.blogspot.com/2009/10/ubuntu-910-karmic-koala-quick-tour.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/5375921538406848590'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/5375921538406848590'/><link rel='alternate' type='text/html' href='http://linuxpoison.blogspot.com/2009/10/ubuntu-910-karmic-koala-quick-tour.html' title='Ubuntu 9.10 karmic koala quick Tour (Video)'/><author><name>Nikesh Jauhari</name><uri>http://www.blogger.com/profile/02331067901785181627</uri><email>njauhari@cybage.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01066961813320938670'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6006114617625504970.post-7221975123901822724</id><published>2009-10-30T16:12:00.000+05:30</published><updated>2009-10-30T16:12:36.374+05:30</updated><title type='text'>How To Enable Multimedia (MP3, AVI, MPEG, Flash, etc ..) support in Ubuntu 9.10 (Karmic Koala)</title><summary type='text'>Why doesn’t Ubuntu  support MP3 ‘out of the box’?
Ubuntu cannot include support for MP3 or DVD video playback or recording. MP3 formats are patented, and the patent holders have not provided the necessary licenses. Ubuntu also excludes other multimedia software due to patent, copyright, or license restrictions, such as Adobe Flash Player and RealNetworks RealPlayer.
That doesn’t mean you can’t </summary><link rel='replies' type='application/atom+xml' href='http://linuxpoison.blogspot.com/feeds/7221975123901822724/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxpoison.blogspot.com/2009/10/how-to-enable-multimedia-mp3-avi-mpeg.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/7221975123901822724'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/7221975123901822724'/><link rel='alternate' type='text/html' href='http://linuxpoison.blogspot.com/2009/10/how-to-enable-multimedia-mp3-avi-mpeg.html' title='How To Enable Multimedia (MP3, AVI, MPEG, Flash, etc ..) support in Ubuntu 9.10 (Karmic Koala)'/><author><name>Nikesh Jauhari</name><uri>http://www.blogger.com/profile/02331067901785181627</uri><email>njauhari@cybage.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01066961813320938670'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6006114617625504970.post-890639815484888823</id><published>2009-10-27T14:06:00.001+05:30</published><updated>2009-10-27T14:07:43.417+05:30</updated><title type='text'>Booting Linux from Internet with boot.kernel.org</title><summary type='text'>The main objective is to let users boot their machines with bare minimal requirements on their side, and boot.kernel.org will handle most of the problem that user may face in booting. All that user needs is Internet connectivity and a small program (gpxe) to boot the machine. This gpxe program provides network booting facility. You can download these program from site (available at Downloads </summary><link rel='replies' type='application/atom+xml' href='http://linuxpoison.blogspot.com/feeds/890639815484888823/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxpoison.blogspot.com/2009/10/booting-linux-from-internet-with.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/890639815484888823'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/890639815484888823'/><link rel='alternate' type='text/html' href='http://linuxpoison.blogspot.com/2009/10/booting-linux-from-internet-with.html' title='Booting Linux from Internet with boot.kernel.org'/><author><name>Nikesh Jauhari</name><uri>http://www.blogger.com/profile/02331067901785181627</uri><email>njauhari@cybage.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01066961813320938670'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_VN8zHqq8Ns8/SuaoISdel1I/AAAAAAAADGE/oH7Q378wkuQ/s72-c/selectionList1.png' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6006114617625504970.post-4132835860998822867</id><published>2009-10-25T12:50:00.002+05:30</published><updated>2009-10-25T12:52:00.082+05:30</updated><title type='text'>How To Make DVD Video disc capable of playing on a DVD player (DVD Authoring)</title><summary type='text'>Bombono DVD is easy to use program for making DVD video discs. This program allows you to get video on optical discs without knowing many technical details. It provides the full authoring sequence: making chapters while browsing videos, custom menu creation, authoring, and optionally burning on DVD. Also, it features the interesting feature of re-authoring, which allows one to get video back from</summary><link rel='replies' type='application/atom+xml' href='http://linuxpoison.blogspot.com/feeds/4132835860998822867/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxpoison.blogspot.com/2009/10/how-to-make-dvd-video-disc-capable-of.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/4132835860998822867'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/4132835860998822867'/><link rel='alternate' type='text/html' href='http://linuxpoison.blogspot.com/2009/10/how-to-make-dvd-video-disc-capable-of.html' title='How To Make DVD Video disc capable of playing on a DVD player (DVD Authoring)'/><author><name>Nikesh Jauhari</name><uri>http://www.blogger.com/profile/02331067901785181627</uri><email>njauhari@cybage.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01066961813320938670'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_VN8zHqq8Ns8/SuP2XG4EGWI/AAAAAAAADF4/X4MOSuXsdXk/s72-c/BombonoDVD-1.png' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6006114617625504970.post-6836956371597405081</id><published>2009-10-25T11:35:00.000+05:30</published><updated>2009-10-25T11:35:15.724+05:30</updated><title type='text'>Advanced Bash Scripting Guide</title><summary type='text'>The Advanced Bash Scripting Guide is both a reference and a tutorial on shell scripting. This comprehensive book (the equivalent of 974 print pages) covers almost every aspect of shell scripting. It contains 364 profusely commented illustrative examples, a number of tables, and a cross-linked index/glossary. Not just a shell scripting tutorial, this book also provides an introduction to basic </summary><link rel='replies' type='application/atom+xml' href='http://linuxpoison.blogspot.com/feeds/6836956371597405081/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxpoison.blogspot.com/2009/10/advanced-bash-scripting-guide.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/6836956371597405081'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/6836956371597405081'/><link rel='alternate' type='text/html' href='http://linuxpoison.blogspot.com/2009/10/advanced-bash-scripting-guide.html' title='Advanced Bash Scripting Guide'/><author><name>Nikesh Jauhari</name><uri>http://www.blogger.com/profile/02331067901785181627</uri><email>njauhari@cybage.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01066961813320938670'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6006114617625504970.post-6617489115263349307</id><published>2009-10-24T12:17:00.001+05:30</published><updated>2009-10-24T12:18:56.840+05:30</updated><title type='text'>Setting IO Scheduler for Maximum Performance on OpenSuSe Linux</title><summary type='text'>Virtually all applications running on Linux do some sort of IO. Even surfing the web produces a great number of small files that are written to disk. Without an IO scheduler, every time there is an IO request, there is an interrupt to the kernel and the IO operation is performed.  Perhaps more importantly, over time the disparity in the performance of disk drives and the rest of the system has </summary><link rel='replies' type='application/atom+xml' href='http://linuxpoison.blogspot.com/feeds/6617489115263349307/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxpoison.blogspot.com/2009/10/setting-io-scheduler-for-maximum.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/6617489115263349307'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/6617489115263349307'/><link rel='alternate' type='text/html' href='http://linuxpoison.blogspot.com/2009/10/setting-io-scheduler-for-maximum.html' title='Setting IO Scheduler for Maximum Performance on OpenSuSe Linux'/><author><name>Nikesh Jauhari</name><uri>http://www.blogger.com/profile/02331067901785181627</uri><email>njauhari@cybage.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01066961813320938670'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_VN8zHqq8Ns8/SuKitlpx1_I/AAAAAAAADFw/PXYGQohTWkU/s72-c/IO+Scheduler.png' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6006114617625504970.post-2143928113917394640</id><published>2009-10-23T23:37:00.000+05:30</published><updated>2009-10-23T23:37:58.434+05:30</updated><title type='text'>Stress Testing Linux System</title><summary type='text'>In software testing, stress test refers to tests that put a greater emphasis on robustness, availability, and error handling under a heavy load, rather than on what would be considered correct behavior under normal circumstances. In particular, the goals of such tests may be to ensure the software doesn't crash in conditions of insufficient computational resources (such as memory or disk space), </summary><link rel='replies' type='application/atom+xml' href='http://linuxpoison.blogspot.com/feeds/2143928113917394640/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxpoison.blogspot.com/2009/10/stress-testing-linux-system.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/2143928113917394640'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/2143928113917394640'/><link rel='alternate' type='text/html' href='http://linuxpoison.blogspot.com/2009/10/stress-testing-linux-system.html' title='Stress Testing Linux System'/><author><name>Nikesh Jauhari</name><uri>http://www.blogger.com/profile/02331067901785181627</uri><email>njauhari@cybage.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01066961813320938670'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_VN8zHqq8Ns8/SuHw5pwBTlI/AAAAAAAADFo/7IQoAek5TUo/s72-c/stress.png' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6006114617625504970.post-3543669939870947814</id><published>2009-10-23T23:08:00.000+05:30</published><updated>2009-10-23T23:08:51.902+05:30</updated><title type='text'>Linus Answer to Windows 7</title><summary type='text'>Not sure what Linus is trying to say here :)
Does is really means a "thumbs up for Windows 7"?



Source: http://www.linuxinsight.com/</summary><link rel='replies' type='application/atom+xml' href='http://linuxpoison.blogspot.com/feeds/3543669939870947814/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxpoison.blogspot.com/2009/10/linus-answer-to-windows-7.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/3543669939870947814'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/3543669939870947814'/><link rel='alternate' type='text/html' href='http://linuxpoison.blogspot.com/2009/10/linus-answer-to-windows-7.html' title='Linus Answer to Windows 7'/><author><name>Nikesh Jauhari</name><uri>http://www.blogger.com/profile/02331067901785181627</uri><email>njauhari@cybage.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01066961813320938670'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_VN8zHqq8Ns8/SuHppeEz00I/AAAAAAAADFg/PjA9ppKvaxk/s72-c/linus_thumbs_up_for_windows_7.jpg' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6006114617625504970.post-3939940080364162707</id><published>2009-10-23T22:46:00.000+05:30</published><updated>2009-10-23T22:46:02.249+05:30</updated><title type='text'>What is the difference among VIRT, RES, and SHR in top output</title><summary type='text'>VIRT stands for the virtual size of a process, which is the sum of memory it is actually using, memory it has mapped into itself (for instance the video card's RAM for the X server), files on disk that have been mapped into it (most notably shared libraries), and memory shared with other processes. VIRT represents how much memory the program is able to access at the present moment. 

RES stands </summary><link rel='replies' type='application/atom+xml' href='http://linuxpoison.blogspot.com/feeds/3939940080364162707/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxpoison.blogspot.com/2009/10/what-is-difference-among-virt-res-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/3939940080364162707'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/3939940080364162707'/><link rel='alternate' type='text/html' href='http://linuxpoison.blogspot.com/2009/10/what-is-difference-among-virt-res-and.html' title='What is the difference among VIRT, RES, and SHR in top output'/><author><name>Nikesh Jauhari</name><uri>http://www.blogger.com/profile/02331067901785181627</uri><email>njauhari@cybage.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01066961813320938670'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_VN8zHqq8Ns8/SuHkLhorvRI/AAAAAAAADFY/ODlu2_4Ve_w/s72-c/top.png' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6006114617625504970.post-7213444822466350479</id><published>2009-10-23T22:39:00.000+05:30</published><updated>2009-10-23T22:39:09.901+05:30</updated><title type='text'>How to Tune Swap Setting on Linux for Maximum Performance</title><summary type='text'>HANDLE WITH CARE

Since 2.6, there has been a way to tune how much Linux favors swapping out to disk compared to shrinking the caches when memory gets full.

ghoti adds: "When an application needs memory and all the RAM is fully occupied, the kernel has two ways to free some memory at its disposal: it can either reduce the disk cache in the RAM by eliminating the oldest data or it may swap some </summary><link rel='replies' type='application/atom+xml' href='http://linuxpoison.blogspot.com/feeds/7213444822466350479/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxpoison.blogspot.com/2009/10/how-to-tune-swap-setting-on-linux-for.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/7213444822466350479'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6006114617625504970/posts/default/7213444822466350479'/><link rel='alternate' type='text/html' href='http://linuxpoison.blogspot.com/2009/10/how-to-tune-swap-setting-on-linux-for.html' title='How to Tune Swap Setting on Linux for Maximum Performance'/><author><name>Nikesh Jauhari</name><uri>http://www.blogger.com/profile/02331067901785181627</uri><email>njauhari@cybage.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01066961813320938670'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>2</thr:total></entry></feed>