<?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-17895979</id><updated>2011-12-14T18:59:22.295-08:00</updated><title type='text'>Free Software Blog</title><subtitle type='html'>News, Tips and Tricks about the various Free Softwares</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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>90</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-17895979.post-113647091138706185</id><published>2006-01-05T05:38:00.000-08:00</published><updated>2006-01-13T09:30:16.166-08:00</updated><title type='text'>Change to Wordpress</title><content type='html'>I am in the process of changing this blog over to a wordpress based install. I have used a free hosting provided &lt;a href="http://www.zeeblo.com"&gt;Zeeblo&lt;/a&gt; and currently using a free .be domain name.&lt;br /&gt;You can view the current blog at &lt;a href="http://www.fslog.be"&gt;http://www.fslog.be&lt;/a&gt; and am planning to buy a .com domain.&lt;br /&gt;Please support me in buying a domain name by paypal to srinivasanr@gmail.com.&lt;br /&gt;Update: I have bought a new domain name &lt;a href="http://www.fslog.com"&gt;http://www.fslog.com&lt;/a&gt; and this is the new home. I have to change the template to automatically redirect the page.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17895979-113647091138706185?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113647091138706185/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113647091138706185' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113647091138706185'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113647091138706185'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2006/01/change-to-wordpress.html' title='Change to Wordpress'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113626834125908582</id><published>2006-01-02T22:01:00.000-08:00</published><updated>2006-01-02T22:05:41.260-08:00</updated><title type='text'>ODOC: mkdir</title><content type='html'>mkdir -- MaKe DIRectories.&lt;br /&gt;&lt;br /&gt;Summary :&lt;br /&gt;&lt;br /&gt;mkdir Create the DIRECTORY(ies) with the specified names, if they do not already exist.&lt;br /&gt;&lt;br /&gt;Examples :&lt;br /&gt;&lt;blockquote&gt;$ mkdir dir1 -- Create a dir1, if dir1 is NOT an existing file or directory.&lt;br /&gt;&lt;br /&gt;$ mkdir dir1 dir2 dir3 -- Create 3 Directories.&lt;br /&gt;&lt;br /&gt;$ mkdir -m 744 dir1 -- Create a dir1 with specified permission mode.&lt;br /&gt;&lt;br /&gt;$ mkdir -p dir1/dir2/dir3 -- Make any missing parent directories for each argument. Suppose if dir1 or dir2 is NOT exist, then that dir will be created before creating the dir3.&lt;br /&gt;&lt;br /&gt;$ mkdir -v dir1/dir2/dir3 -- Print a message for each created dir.&lt;/blockquote&gt;Read : man mkdir&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/mkdir" rel="tag" class="techtag"&gt;mkdir&lt;/a&gt; &lt;a href="http://technorati.com/tag/directory" rel="tag" class="techtag"&gt;directory&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/17895979-113626834125908582?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113626834125908582/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113626834125908582' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113626834125908582'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113626834125908582'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2006/01/odoc-mkdir.html' title='ODOC: mkdir'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113619856708288280</id><published>2006-01-02T02:24:00.000-08:00</published><updated>2006-01-02T02:42:47.806-08:00</updated><title type='text'>Krusader - File Manager for GNU/Linux</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/90/1737/1600/krusader.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/blogger/90/1737/320/krusader.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;a href="http://krusader.sourceforge.net/"&gt;Krusader&lt;/a&gt; is an advanced twin panel (commander style) file manager for &lt;a href="http://www.kde.org/"&gt;KDE&lt;/a&gt; and other desktops in the *nix world, similar to &lt;a href="http://www.ibiblio.org/mc/"&gt;Midnight Commanger&lt;/a&gt; or &lt;a href="http://www.ghisler.com/"&gt;Total Commander&lt;/a&gt;. It provides all the file management features you could possibly want along with extensive archive handling, mounted filesystem support with a built-in mount manager, search module. It also has an internal viewer/editor. You can also rename whole batches of files.&lt;br /&gt;It also has FTP/SAMBA accessing with SFTP/SCP support. So you can safely send your files accross the network. It is a nice tool and I must thank &lt;a href="http://fslog.blogspot.com/2006/01/baobab-analyze-disk-space-graphically.html#c113613689210676416"&gt;Iain&lt;/a&gt; for pointing out this one.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/krusader" rel="tag" class="techtag"&gt;krusader&lt;/a&gt; &lt;a href="http://technorati.com/tag/mc" rel="tag" class="techtag"&gt;mc&lt;/a&gt; &lt;a href="http://technorati.com/tag/midnight+commander" rel="tag" class="techtag"&gt;midnight+commander&lt;/a&gt; &lt;a href="http://technorati.com/tag/total+commander" rel="tag" class="techtag"&gt;total+commander&lt;/a&gt; &lt;a href="http://technorati.com/tag/kde" rel="tag" class="techtag"&gt;kde&lt;/a&gt; &lt;a href="http://technorati.com/tag/konquerer" rel="tag" class="techtag"&gt;konquerer&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/17895979-113619856708288280?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113619856708288280/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113619856708288280' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113619856708288280'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113619856708288280'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2006/01/krusader-file-manager-for-gnulinux.html' title='Krusader - File Manager for GNU/Linux'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113618137481916714</id><published>2006-01-01T21:49:00.000-08:00</published><updated>2006-01-01T21:56:14.833-08:00</updated><title type='text'>ODOC: jobs</title><content type='html'>jobs -- Lists the active jobs&lt;br /&gt;&lt;br /&gt;Summary :&lt;br /&gt;&lt;br /&gt;jobs is bash build-in command, which is used to list the actives jobs in the current shell.&lt;br /&gt;&lt;br /&gt;Examples :&lt;br /&gt;&lt;blockquote&gt;$ sleep 60 &amp;amp; -- Just run this command 5 times. Create dummy active jobs for testing.&lt;br /&gt;&lt;br /&gt;$ jobs -- List all active jobs.&lt;br /&gt;&lt;br /&gt;$ jobs -l -- List all active jobs with pid.&lt;br /&gt;&lt;br /&gt;$ jobs -p -- List only the pid of all active jobs.&lt;br /&gt;&lt;br /&gt;$ jobs -n -- List only jobs that have changed status since the last notification are printed.&lt;br /&gt;&lt;br /&gt;$ jobs -r -- Show only running jobs.&lt;br /&gt;&lt;br /&gt;$ jobs -s -- Show only stopped jobs.&lt;/blockquote&gt;Read : man jobs / help jobs (in Bash Shell)&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/jobs" rel="tag" class="techtag"&gt;jobs&lt;/a&gt; &lt;a href="http://technorati.com/tag/bash" rel="tag" class="techtag"&gt;bash&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/17895979-113618137481916714?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113618137481916714/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113618137481916714' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113618137481916714'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113618137481916714'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2006/01/odoc-jobs.html' title='ODOC: jobs'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113611405817855893</id><published>2006-01-01T03:11:00.000-08:00</published><updated>2006-01-01T03:14:18.180-08:00</updated><title type='text'>Baobab - Analyze disk space graphically</title><content type='html'>&lt;a href="http://www.marzocca.net/linux/baobab.html"&gt;Baobab&lt;/a&gt; is cool little tool to analyze disk space usage graphically. It displays the space used by directories on your hard drive, so you know what’s eating up all your space. It is sort of the like the application called “tree” that’s available for windows. Baobabs are large trees, usually found in Africa - so that’s a real nice name for the tool.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/baobab" rel="tag" class="techtag"&gt;baobab&lt;/a&gt; &lt;a href="http://technorati.com/tag/tree" rel="tag" class="techtag"&gt;tree&lt;/a&gt; &lt;a href="http://technorati.com/tag/disk+space" rel="tag" class="techtag"&gt;disk+space&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/17895979-113611405817855893?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113611405817855893/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113611405817855893' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113611405817855893'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113611405817855893'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2006/01/baobab-analyze-disk-space-graphically.html' title='Baobab - Analyze disk space graphically'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113611381149045531</id><published>2006-01-01T03:05:00.000-08:00</published><updated>2006-01-01T03:10:11.503-08:00</updated><title type='text'>ODOC: rm</title><content type='html'>rm -- ReMove files or directories.&lt;br /&gt;&lt;br /&gt;Summary :&lt;br /&gt;&lt;br /&gt;rm removes each specified file. By default, it does not remove directories.&lt;br /&gt;&lt;br /&gt;Examples :&lt;br /&gt;&lt;blockquote&gt;$ rm myfile -- Remove the myfile from current dir.&lt;br /&gt;&lt;br /&gt;$ rm f1 f2 f3 -- Remove f1,f2 and f3.&lt;br /&gt;&lt;br /&gt;$ rm f? -- Remove all files, whose name start with f and followed by single char.&lt;br /&gt;&lt;br /&gt;$ rm f* -- Remove all files, whose name starting with f.&lt;br /&gt;&lt;br /&gt;$ rm -i myfile -- Ask for interactive conformation (Y/N).&lt;br /&gt;&lt;br /&gt;$ rm -f myfile -- Force, Ignore nonexistent files.&lt;br /&gt;&lt;br /&gt;$ rm -d mydir -- Remove the directory.&lt;br /&gt;&lt;br /&gt;$ rm -r mydir -- Remove the contents of dirs recursively.&lt;br /&gt;&lt;br /&gt;$ rm -v myfile -- Explain what is being done.&lt;br /&gt;&lt;br /&gt;$ rm "my file" -- Removing a file, whose name has space.&lt;br /&gt;&lt;br /&gt;$ rm -- -h -- This is very useful for removing files whose name start with a '-'&lt;br /&gt;'--' === End of command line options.&lt;/blockquote&gt;Read : man rm&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/rm" rel="tag" class="techtag"&gt;rm&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/17895979-113611381149045531?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113611381149045531/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113611381149045531' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113611381149045531'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113611381149045531'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2006/01/odoc-rm.html' title='ODOC: rm'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113609128192195020</id><published>2005-12-31T20:54:00.000-08:00</published><updated>2005-12-31T20:54:41.926-08:00</updated><title type='text'>Happy New Year</title><content type='html'>First a very Happy New Year to all. I must first apologize for not posting regularly. But yesterday I went for a &lt;a href="http://www.livejournal.com/~cnu/13409.html"&gt;reunion&lt;/a&gt; among my old school friends and we had a great party. I think this year onwards I must try to post regularly and also try to write nice articles. I am planning to shift my blog from &lt;a href="http://www.blogger.com"&gt;Blogger&lt;/a&gt; to a &lt;a href="http://www.wordpress.org"&gt;Wordpress&lt;/a&gt; one. I must get some money first and try to get some space. If you feel like donating to it, please mail me at &lt;a href="mailto:srinivasanr@gmail.com" title="Donate"&gt;srinivasanr@gmail.com&lt;/a&gt;. &lt;br /&gt;And Happy New Year again.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17895979-113609128192195020?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113609128192195020/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113609128192195020' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113609128192195020'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113609128192195020'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2006/01/happy-new-year.html' title='Happy New Year'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113591168955420883</id><published>2005-12-29T18:48:00.000-08:00</published><updated>2005-12-29T19:01:29.566-08:00</updated><title type='text'>ODOC: wall</title><content type='html'>wall -- Send a message to everybody's terminal.&lt;br /&gt;&lt;br /&gt;Summary :&lt;br /&gt;&lt;br /&gt;Wall sends a message to everybody logged. The length of the message is limited to 20 lines. You MAY need root permission, on some system, to run this command. This command is used to pass the some critical information to all.&lt;br /&gt;&lt;br /&gt;Examples :&lt;br /&gt;&lt;blockquote&gt;# wall "Welcome" -- Send the string "Welcome" to all.&lt;br /&gt;&lt;br /&gt;# wall &lt;/blockquote&gt;Read : man wall&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/wall" rel="tag" class="techtag"&gt;wall&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/17895979-113591168955420883?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113591168955420883/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113591168955420883' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113591168955420883'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113591168955420883'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/12/odoc-wall.html' title='ODOC: wall'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113582544848616333</id><published>2005-12-28T18:58:00.000-08:00</published><updated>2005-12-28T19:04:08.496-08:00</updated><title type='text'>ODOC: who</title><content type='html'>who -- show WHO is logged on&lt;br /&gt;&lt;br /&gt;Summary :&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;who&lt;/span&gt; prints the info (login name, terminal line, login time, and remote hostname or X display) abt abt each user currently logged on.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;who&lt;/span&gt; uses /var/run/utmp file to know abt the current users.&lt;br /&gt;&lt;br /&gt;Examples :&lt;br /&gt;&lt;blockquote&gt;$ who -- Show who are all logged on.&lt;br /&gt;&lt;br /&gt;$ who -H -- Show info with header.&lt;br /&gt;&lt;br /&gt;$ who -m -- only hostname and user associated with stdin.&lt;br /&gt;&lt;br /&gt;$ who -q -- Show currently logged username and count.&lt;br /&gt;&lt;br /&gt;$ who -r -- Show the current run level.&lt;br /&gt;&lt;br /&gt;$ who -s -- Short form.&lt;br /&gt;&lt;br /&gt;$ who -T -- Add user's message status as +, - or ?&lt;br /&gt;&lt;br /&gt;$ who -a -- Show all info.&lt;br /&gt;&lt;br /&gt;$ who am i -- Your detail.&lt;br /&gt;&lt;br /&gt;$ who mom likes -- !!?? :-)&lt;br /&gt;&lt;br /&gt;$ who /var/log/wtmp -- Who has previously logged on.&lt;/blockquote&gt;Read : man who&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/who" rel="tag" class="techtag"&gt;who&lt;/a&gt; &lt;a href="http://technorati.com/tag/" rel="tag" class="techtag"&gt;&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/17895979-113582544848616333?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113582544848616333/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113582544848616333' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113582544848616333'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113582544848616333'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/12/odoc-who.html' title='ODOC: who'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113574132800187645</id><published>2005-12-27T19:25:00.000-08:00</published><updated>2005-12-27T19:42:08.013-08:00</updated><title type='text'>ODOC: w</title><content type='html'>w -- show Who is doing What&lt;br /&gt;&lt;br /&gt;Summary :&lt;br /&gt;&lt;br /&gt;w is part of the procps package. w shows information about the users currently on the machine, and their processes. The header shows, in this order, the current time, Uptime, no. of current users, &amp;amp; load averages for the past 1, 5, and 15 minutes.&lt;br /&gt;&lt;br /&gt;JCPU -- The time used by all processes attached to the tty. It does not include past background jobs, but does include currently running background jobs.&lt;br /&gt;&lt;br /&gt;PCPU -- The time used by the current process, named in the "WHAT".&lt;br /&gt;&lt;br /&gt;Examples :&lt;br /&gt;&lt;blockquote&gt;$ w -- Show header, users and processes Information.&lt;br /&gt;&lt;br /&gt;$ w bharathi -- Show information about bharathi (user) only.&lt;br /&gt;&lt;br /&gt;$ w -h -- Don't show header info.&lt;br /&gt;&lt;br /&gt;$ w -f -- Don't show FROM (remote hostname) field.&lt;br /&gt;&lt;br /&gt;$ w -s -- Short format. Don't show login, JCPU and PCPU times.&lt;br /&gt;&lt;br /&gt;$ w -u -- Ignores the username while figuring out the current process and CPU times of the current tty.&lt;/blockquote&gt;Read : man w&lt;br /&gt;&lt;br /&gt;Atlast my exams were over and I am now free for a week. I think I will resume my blogging and try to write new articles.&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/w" rel="tag" class="techtag"&gt;w&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/17895979-113574132800187645?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113574132800187645/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113574132800187645' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113574132800187645'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113574132800187645'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/12/odoc-w.html' title='ODOC: w'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113539447721366120</id><published>2005-12-23T19:14:00.000-08:00</published><updated>2005-12-23T19:21:17.226-08:00</updated><title type='text'>ODOC: mount</title><content type='html'>mount -- Mount/Attach a File System to a File Tree.&lt;br /&gt;&lt;br /&gt;Summary :&lt;br /&gt;&lt;br /&gt;All files accessible in a Unix system are arranged in one big tree, the file hierarchy, rooted at /. These files can be spread out over several devices. The mount command serves to attach the file system found on some device to the big file tree.&lt;br /&gt;&lt;br /&gt;Examples :&lt;br /&gt;&lt;blockquote&gt;$ mount -- List all mounted FSs (FileSystem).&lt;br /&gt;&lt;br /&gt;$ mount -l -- List all mounted FSs with Labels.&lt;/blockquote&gt;&lt;blockquote&gt;# mount -a -- Mount all entries in the /etc/fstab.&lt;br /&gt;&lt;br /&gt;# mount /mnt/cdrom -- Mount known device to cdrom dir. Mount will find the cdrom device (/dev/hdX) from /etc/fstab.&lt;br /&gt;&lt;br /&gt;# mount /dev/hdd -- Mount device at the known place. Mount will find the mount point (Ex. /mnt/cdrom) from /etc/fstab.&lt;br /&gt;&lt;br /&gt;# mount -t ext2 /dev/hda2 /tmp/dir1 -- Mount a Linux partition at /tmp/dir1.&lt;br /&gt;&lt;br /&gt;# mount -t vfat -o rw,umask=0007 /dev/hda1 /mnt/C -- Mount Windows FAT partition&lt;br /&gt;&lt;br /&gt;# mount -o rw /dev/fd0 /mnt/floppy/ -t vfat -- Mount FAT format floppy in Read and write mode.&lt;br /&gt;&lt;br /&gt;# mount -t nfs 192.168.14.155:/home/one /home/one -- Mount NFS partition, from a machine with particular IP, to /home/one dir.&lt;br /&gt;&lt;br /&gt;# mount /tmp/fdimage /mnt/test1 -t msdos -o loop=/dev/loop3,blocksize=1024 -- Mount msdos Floppy disk image via loopback device.&lt;br /&gt;&lt;br /&gt;# mount /tmp/cdimg.iso /mnt/test1 -t iso9660 -o loop=/dev/loop3,blocksize=1024 -- Mount a CD iso image via loopback device.&lt;br /&gt;&lt;br /&gt;# mount --bind /mnt/cdrom /mnt/test1 -- Mount the /mnt/cdrom in another location. So you can access in the FS in two places.&lt;br /&gt;&lt;br /&gt;# mount -t tmpfs none /mnt/test1 -o rw,size=1m -- Mount a tmpFS&lt;br /&gt;&lt;br /&gt;# mount -t tmpfs none /mnt/test1 -o remount,ro,size=1m -- Remount the same partition with different permission.&lt;br /&gt;&lt;br /&gt;# mount -t ntfs /dev/sda1 /mnt -- Mount a NTFS (Default - Read Only)&lt;br /&gt;&lt;br /&gt;# umount /mnt/test1 -- Unmount the file system from /mnt/test1.&lt;/blockquote&gt;Read : man mount, fstab&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/mount" rel="tag" class="techtag"&gt;mount&lt;/a&gt; &lt;a href="http://technorati.com/tag/nfs" rel="tag" class="techtag"&gt;nfs&lt;/a&gt; &lt;a href="http://technorati.com/tag/cdrom" rel="tag" class="techtag"&gt;cdrom&lt;/a&gt; &lt;a href="http://technorati.com/tag/drive" rel="tag" class="techtag"&gt;drive&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/17895979-113539447721366120?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113539447721366120/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113539447721366120' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113539447721366120'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113539447721366120'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/12/odoc-mount.html' title='ODOC: mount'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113454173986449584</id><published>2005-12-13T22:18:00.000-08:00</published><updated>2005-12-13T22:28:59.873-08:00</updated><title type='text'>ODOC: sleep/usleep</title><content type='html'>Sorry I was busy for the two days and couldn't post here. And my rescheduled exams start from 16th Dec till 27th Dec.&lt;br /&gt;&lt;br /&gt;sleep/usleep -- Sleep for a specified amount of time&lt;br /&gt;&lt;br /&gt;Summary :&lt;br /&gt;&lt;br /&gt;Sleep will introduce a delay for a specified seconds (Seconds may be an arbitrary floating point number). usleep sleeps some no of micro-seconds (default is 1).&lt;br /&gt;&lt;br /&gt;Examples :&lt;br /&gt;&lt;blockquote&gt;$ sleep 6 -- Sleep for 6 Seconds.&lt;br /&gt;&lt;br /&gt;$ sleep 6s -- Sleep for 6 Seconds (Default).&lt;br /&gt;&lt;br /&gt;$ sleep 6m -- Sleep for 6 Minutes.&lt;br /&gt;&lt;br /&gt;$ sleep 6h -- Sleep for 6 Hours.&lt;br /&gt;&lt;br /&gt;$ sleep 6d -- Sleep for 6 Days.&lt;br /&gt;&lt;br /&gt;$ sleep 10.5 -- sleep for 10.5 Seconds.&lt;br /&gt;&lt;br /&gt;$ usleep 200 -- Sleep for 200 micro Seconds.&lt;/blockquote&gt;Sleep may NOT give a very accurate result on many machines.&lt;br /&gt;Read : man sleep, usleep&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/sleep" rel="tag" class="techtag"&gt;sleep&lt;/a&gt; &lt;a href="http://technorati.com/tag/usleep" rel="tag" class="techtag"&gt;usleep&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/17895979-113454173986449584?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113454173986449584/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113454173986449584' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113454173986449584'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113454173986449584'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/12/odoc-sleepusleep.html' title='ODOC: sleep/usleep'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113435166264675150</id><published>2005-12-11T17:31:00.000-08:00</published><updated>2005-12-11T17:41:02.656-08:00</updated><title type='text'>Open Office.org Easter Egg</title><content type='html'>I found this &lt;a href="http://www.eggheaven2000.com/detailed/2735.html"&gt;easter egg for Open Office.org 2.0&lt;/a&gt; and found it amusing.&lt;br /&gt;&lt;blockquote&gt;In any cell type in =Game("StarWars"). A small, space invaders style game will appear.&lt;/blockquote&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/openoffice.org" rel="tag" class="techtag"&gt;openoffice.org&lt;/a&gt; &lt;a href="http://technorati.com/tag/OO.o" rel="tag" class="techtag"&gt;OO.o&lt;/a&gt; &lt;a href="http://technorati.com/tag/open+office" rel="tag" class="techtag"&gt;open+office&lt;/a&gt; &lt;a href="http://technorati.com/tag/star+office" rel="tag" class="techtag"&gt;star+office&lt;/a&gt; &lt;a href="http://technorati.com/tag/office" rel="tag" class="techtag"&gt;office&lt;/a&gt; &lt;a href="http://technorati.com/tag/easter+egg" rel="tag" class="techtag"&gt;easter+egg&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/17895979-113435166264675150?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113435166264675150/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113435166264675150' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113435166264675150'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113435166264675150'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/12/open-officeorg-easter-egg.html' title='Open Office.org Easter Egg'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113429610111126593</id><published>2005-12-11T02:06:00.000-08:00</published><updated>2005-12-11T02:15:01.123-08:00</updated><title type='text'>ODOC: wc</title><content type='html'>wc - Count &amp; Print the No. of Bytes,Words &amp;amp; Lines in files.&lt;br /&gt;&lt;br /&gt;Summary :&lt;br /&gt;&lt;br /&gt;Print byte, word, and newline counts for each FILE, and a total line if more than one FILE is specified. With no FILE, or when FILE is -, read stdin.&lt;br /&gt;&lt;br /&gt;Examples :&lt;br /&gt;&lt;blockquote&gt;$ wc -- Accept the input from stdio and count&lt;br /&gt;&lt;br /&gt;$ wc myfile -- Print the no .of bytes, words, lines in the file.&lt;br /&gt;&lt;br /&gt;$ wc -l myfile -- Print the newline counts only&lt;br /&gt;&lt;br /&gt;$ wc -w myfile -- Print the words count only&lt;br /&gt;&lt;br /&gt;$ wc -c myfile -- Print the bytes count only&lt;br /&gt;&lt;br /&gt;$ wc -L myfile -- Print the length of the longest line&lt;br /&gt;&lt;br /&gt;$ wc f1 f2 f3 -- Print the no .of bytes, words, lines in each file and also print the total.&lt;br /&gt;&lt;br /&gt;$ ls -1 | wc -l -- Print the total no .of files present in the dir&lt;/blockquote&gt;Read : man wc&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/wc" rel="tag" class="techtag"&gt;wc&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/17895979-113429610111126593?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113429610111126593/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113429610111126593' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113429610111126593'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113429610111126593'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/12/odoc-wc.html' title='ODOC: wc'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113419252394528762</id><published>2005-12-09T21:15:00.000-08:00</published><updated>2005-12-09T21:28:43.956-08:00</updated><title type='text'>ODOC: tput</title><content type='html'>tput -- Initialize a terminal or query terminfo database&lt;br /&gt;&lt;br /&gt;Summary :&lt;br /&gt;&lt;br /&gt;The tput utility uses the terminfo database to make the values of terminal dependent capabilities and information available to the shell to initialize/reset/query the terminal.&lt;br /&gt;&lt;br /&gt;Examples :&lt;br /&gt;&lt;blockquote&gt;$ tput cols -- Print the no of cols for the current terminal.&lt;br /&gt;&lt;br /&gt;$ tput cup 10 5 -- Move the CUrsor Position to Row 20 &amp; Col 5.&lt;br /&gt;&lt;br /&gt;$ tput smso -- Starts highlighting&lt;br /&gt;&lt;br /&gt;$ tput civis -- Make the Cursor invisible&lt;br /&gt;&lt;br /&gt;$ tput cnorm -- Show Cursor&lt;br /&gt;&lt;br /&gt;$ tput blink -- Starts blinking the chars&lt;br /&gt;&lt;br /&gt;$ tput bold -- show chars in Light Bold&lt;br /&gt;&lt;br /&gt;$ tput rev -- Show chars in Reverse Video&lt;br /&gt;&lt;br /&gt;$ tput rmso -- Normal mode (No highlight/bold/blink)&lt;br /&gt;&lt;br /&gt;$ tput longname -- Show the long name of the current term.&lt;br /&gt;&lt;br /&gt;$ tput reset -- reinitialization of term with reset/init strings.&lt;br /&gt;&lt;br /&gt;$ tput bold; echo  -- Just to test.&lt;/blockquote&gt;Read : man tput&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/tput" rel="tag" class="techtag"&gt;tput&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/17895979-113419252394528762?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113419252394528762/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113419252394528762' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113419252394528762'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113419252394528762'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/12/odoc-tput.html' title='ODOC: tput'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113410028876866182</id><published>2005-12-08T19:45:00.000-08:00</published><updated>2005-12-08T19:51:28.780-08:00</updated><title type='text'>ODOC: cal</title><content type='html'>cal - Displays a calendar&lt;br /&gt;&lt;br /&gt;Summary :&lt;br /&gt;&lt;blockquote&gt;Cal displays a simple calendar. If arguments are not specified, the current month is displayed.&lt;br /&gt;&lt;br /&gt;Examples :&lt;br /&gt;&lt;br /&gt;$ cal -- Displays current month&lt;br /&gt;&lt;br /&gt;$ cal -3 -- Display prev &amp; current &amp;amp; next month output.&lt;br /&gt;&lt;br /&gt;$ cal -y -- Display a calendar for the current year&lt;br /&gt;&lt;br /&gt;$ cal -m -- Display Monday as the first day of the week. Sunday is default.&lt;br /&gt;&lt;br /&gt;$ cal 2005 -- Display a calendar for the year 2005.&lt;br /&gt;&lt;br /&gt;$ cal 2 2005 -- Display a calendar for the month of Feb 2005.&lt;br /&gt;&lt;br /&gt;$ cal 9 1752 -- Interesting. &lt;a href="http://www.crowl.org/Lawrence/time/britgreg.html"&gt;http://www.crowl.org/Lawrence/time/britgreg.html&lt;/a&gt;&lt;br /&gt;&lt;/blockquote&gt;Read : man cal , gcal&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/cal" rel="tag" class="techtag"&gt;cal&lt;/a&gt; &lt;a href="http://technorati.com/tag/calendar" rel="tag" class="techtag"&gt;calendar&lt;/a&gt; &lt;a href="http://technorati.com/tag/" rel="tag" class="techtag"&gt;&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/17895979-113410028876866182?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113410028876866182/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113410028876866182' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113410028876866182'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113410028876866182'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/12/odoc-cal.html' title='ODOC: cal'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113405344205178333</id><published>2005-12-08T06:26:00.000-08:00</published><updated>2005-12-08T06:50:42.063-08:00</updated><title type='text'>Freenet - Uncensored file sharing</title><content type='html'>&lt;a href="http://freenetproject.org/"&gt;Freenet&lt;/a&gt; is free software which lets you publish and obtain information on the Internet without fear of censorship. To achieve this freedom, the network is entirely decentralized and publishers and consumers of information are anonymous. Without anonymity there can never be true freedom of speech, and without decentralization the network will be vulnerable to attack. All communications by Freenet nodes are encrypted and routed through other nodes that make it difficult to see who is requesting for what content.&lt;br /&gt;Users of Freenet contribute by giving their bandwidth and a part of their hard disk space(data store). Freenet doesn't allow the user to control what data to be stored. Instead, it automatically deletes the files which are not popular. And as they are encryted and stored, it reduces the likelihood of prosecution by persons wishing to censor Freenet content.&lt;br /&gt;Many uses have been found for Freenet other than file sharing - like publishing websites(freesites), communication via message boards, content distribution, etc.&lt;br /&gt;Over 2 million users have downloaded Freenet and it has provided censored content to &lt;a href="http://freenet-china.org/"&gt;China&lt;/a&gt; and Middle East.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/freenet" rel="tag" class="techtag"&gt;freenet&lt;/a&gt; &lt;a href="http://technorati.com/tag/freenet+project" rel="tag" class="techtag"&gt;freenet+project&lt;/a&gt; &lt;a href="http://technorati.com/tag/free+software" rel="tag" class="techtag"&gt;free+software&lt;/a&gt; &lt;a href="http://technorati.com/tag/fsf" rel="tag" class="techtag"&gt;fsf&lt;/a&gt; &lt;a href="http://technorati.com/tag/" rel="tag" class="techtag"&gt;&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/17895979-113405344205178333?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113405344205178333/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113405344205178333' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113405344205178333'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113405344205178333'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/12/freenet-uncensored-file-sharing.html' title='Freenet - Uncensored file sharing'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113405151607883430</id><published>2005-12-08T06:08:00.000-08:00</published><updated>2005-12-08T06:18:36.093-08:00</updated><title type='text'>ODOC: tr</title><content type='html'>tr - Translate or Delete characters&lt;br /&gt;&lt;br /&gt;Summary :&lt;br /&gt;&lt;br /&gt;tr will Translate, squeeze, and/or delete characters from stdin, writing to stdout.&lt;br /&gt;&lt;br /&gt;Examples :&lt;br /&gt;&lt;blockquote&gt;$ echo "fslog" | tr "fs" "FS" -- Translate f to F &amp;amp; s to S.&lt;br /&gt;&lt;br /&gt;$ echo "fslog" | tr "[a-z]" "[A-Z]" -- Change case (lower to upper)&lt;br /&gt;&lt;br /&gt;$ echo "HelloooOOOoooo" | tr -s '[:lower:]' -- Squeez the "lower" case letters.&lt;br /&gt;&lt;br /&gt;$ echo "FxSyLzoyg" | tr -d xyz -- Remove xyz&lt;br /&gt;&lt;br /&gt;$ cat myfile | tr -s '\n' -- Remove repeated new lines.&lt;br /&gt;&lt;br /&gt;$ echo "ABCDEFG" | tr -c "ACEG" "\n" -- Expect "ACEG" translate others to newline char.&lt;/blockquote&gt;'tr' supports few std esc sequences, regular expressions, char classes&lt;br /&gt;(lower, upper, space, blank, alpha,...), etc.&lt;br /&gt;&lt;br /&gt;Read : man tr&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/tr" rel="tag" class="techtag"&gt;tr&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/17895979-113405151607883430?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113405151607883430/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113405151607883430' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113405151607883430'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113405151607883430'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/12/odoc-tr.html' title='ODOC: tr'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113397293336222005</id><published>2005-12-07T08:26:00.000-08:00</published><updated>2005-12-07T08:28:53.373-08:00</updated><title type='text'>ODOC: more</title><content type='html'>more -- File perusal filter for crt viewing&lt;br /&gt;&lt;br /&gt;Summary :&lt;br /&gt;&lt;br /&gt;Perusal means the act of reading, especially of reading through or with care. More is a filter for paging through text one screenful at a time.&lt;br /&gt;&lt;br /&gt;Examples :&lt;br /&gt;&lt;blockquote&gt;$ more myfile1 myfile2 -- Show myfile 1 &amp;amp; 2 page by page.&lt;br /&gt;&lt;br /&gt;$ more -10 myfile -- Show 10lines/page.&lt;br /&gt;&lt;br /&gt;$ more -d myfile -- Usually more show % of viewed content only at the bottom. With -d it shows more verbose prompt.&lt;br /&gt;&lt;br /&gt;$ more -p -10 myfile -- Don't scroll the output. Just the screen and display the text.&lt;br /&gt;&lt;br /&gt;$ more -c -10 myfile -- Don't scroll. Instead, paint each screen from the top, clearing the remainder of each line as it is displayed.&lt;br /&gt;&lt;br /&gt;$ more -s myfile -- Squeeze multiple blank lines into one.&lt;br /&gt;&lt;br /&gt;$ more +/foo myfile -- The +/ option specifies a string that will be searched for before each file is displayed.&lt;br /&gt;&lt;br /&gt;$ more +10 myfile -- Start at line number 10.&lt;/blockquote&gt;Apart from this option, more will support few interactive commands also. For example&lt;br /&gt;&lt;blockquote&gt;:f -- Show current filename&lt;br /&gt;&lt;br /&gt;:n -- Next file&lt;br /&gt;&lt;br /&gt;:p -- Previous file&lt;br /&gt;&lt;br /&gt;b -- Move backward&lt;br /&gt;&lt;br /&gt;f -- Move forward&lt;br /&gt;&lt;br /&gt;Space -- Next page&lt;br /&gt;&lt;br /&gt;ENTER -- Next Line&lt;/blockquote&gt;Read : man more&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/more" rel="tag" class="techtag"&gt;more&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/17895979-113397293336222005?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113397293336222005/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113397293336222005' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113397293336222005'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113397293336222005'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/12/odoc-more.html' title='ODOC: more'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113387356132522500</id><published>2005-12-06T04:47:00.000-08:00</published><updated>2005-12-06T04:52:41.336-08:00</updated><title type='text'>ODOC: cplit</title><content type='html'>csplit - Split a file into sections determined by Context&lt;br /&gt;&lt;br /&gt;Summary :&lt;br /&gt;&lt;br /&gt;Output pieces of FILE separated by PATTERN(s) to files `xx01', `xx02',..., &amp;amp; output byte counts of each piece to standard output. PATTERN(s) are Line Numbers or a Regexp.&lt;br /&gt;&lt;br /&gt;Examples :&lt;br /&gt;&lt;blockquote&gt;$ csplit myfile 10 40 80 -- 1st file contains 1-9 lines, 2nd 10-39 , 3rd 40-79 and 4th 80-EOF.&lt;br /&gt;&lt;br /&gt;$ csplit myfile 10 10 80 -- Zero length file will be create for the 2nd parameter..&lt;br /&gt;&lt;br /&gt;$ csplit -z myfile 10 10 60 -- Same as above. But Zero length file will NOT created&lt;br /&gt;&lt;br /&gt;$ csplit myfile /foo/ -- Copy upto, but not the matching line and remaining in 2nd file.&lt;br /&gt;&lt;br /&gt;$ csplit myfile %foobar% -- skip upto, but not the matching line&lt;/blockquote&gt;Read : man csplit&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/csplit" rel="tag" class="techtag"&gt;csplit&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/17895979-113387356132522500?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113387356132522500/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113387356132522500' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113387356132522500'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113387356132522500'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/12/odoc-cplit.html' title='ODOC: cplit'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113379329443507189</id><published>2005-12-05T06:28:00.000-08:00</published><updated>2005-12-05T06:34:54.456-08:00</updated><title type='text'>ODOC: split</title><content type='html'>split - Split a file into pieces.&lt;br /&gt;&lt;br /&gt;Summary :&lt;br /&gt;&lt;br /&gt;Split is used to split a file into equal no .of lines. The output files are created with the default Prefix as 'x' and suffix as 2 digit number.&lt;br /&gt;&lt;br /&gt;Examples :&lt;br /&gt;&lt;blockquote&gt;$ split -l 10 myfile -- Split myfile into files of 10 lines.&lt;br /&gt;&lt;br /&gt;$ split -b 100 myfile -- Split myfile into files of 100bytes.&lt;br /&gt;&lt;br /&gt;$ split -C 25 myfile -- Put at most 25bytes of lines per file.&lt;br /&gt;&lt;br /&gt;$ split -a 4 myfile -- Use suffixe of length 4 chars.&lt;br /&gt;&lt;br /&gt;$ split -l 10 myfile myfile -- Use myfile as the prefix text.&lt;/blockquote&gt;Read : man split&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/split" rel="tag" class="techtag"&gt;split&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/17895979-113379329443507189?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113379329443507189/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113379329443507189' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113379329443507189'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113379329443507189'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/12/odoc-split.html' title='ODOC: split'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113367554693273078</id><published>2005-12-03T21:41:00.000-08:00</published><updated>2005-12-04T00:27:33.636-08:00</updated><title type='text'>ODOC: head</title><content type='html'>head - Output the 1st part of files.&lt;br /&gt;&lt;br /&gt;Summary :&lt;br /&gt;&lt;br /&gt;I should have posted this after the &lt;a href="http://fslog.blogspot.com/2005/12/odoc-tail.html"&gt;tail&lt;/a&gt; command, but forgot to do so. It does exactly the opposite by printing the  first 10 lines of each FILE to stdout. With more than one FILE, precede each with a header giving the file name. With no FILE, or when FILE is -, read stdin.&lt;br /&gt;&lt;br /&gt;Examples :&lt;br /&gt;&lt;blockquote&gt;$ head -- Read 10 lines from stdin &amp; dump to stdout&lt;br /&gt;&lt;br /&gt;$ head foo -- Show 1st 10 lines of the file.&lt;br /&gt;&lt;br /&gt;$ head f1 f2 -- Show 1st 10 lines of file f1 &amp;amp; f2 with header.&lt;br /&gt;&lt;br /&gt;$ head -q f1 f2 -- same as above But with-out header.&lt;br /&gt;&lt;br /&gt;$ head -n 5 myfile -- Show 1st 5 lines only.&lt;br /&gt;&lt;br /&gt;$ head -c 15 myfile -- Show 1st 15Bytes only.&lt;br /&gt;&lt;br /&gt;$ head -c 15k myfile -- Show 1st 15KB only.&lt;/blockquote&gt;Read : man head&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/head" rel="tag" class="techtag"&gt;head&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/17895979-113367554693273078?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113367554693273078/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113367554693273078' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113367554693273078'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113367554693273078'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/12/odoc-head.html' title='ODOC: head'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113361574780129210</id><published>2005-12-03T05:09:00.000-08:00</published><updated>2005-12-03T05:34:49.586-08:00</updated><title type='text'>ODOC: shutdown</title><content type='html'>shutdown -- Bring the system down (Needs Root privilege)&lt;br /&gt;&lt;br /&gt;Summary :&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;shutdown&lt;/span&gt; brings the system down in a secure way. All logged-in users are notified that the system is going down, and login is blocked. All processes are first notified that the system is going down by the signal SIGTERM. Runlevel 0 is used to halt the system, runlevel 6 is used to reboot the system. However please take care not to use this command on production systems.&lt;br /&gt;&lt;br /&gt;Examples :&lt;br /&gt;&lt;blockquote&gt;# shutdown 12:00 -- Shutdown at 12:00&lt;br /&gt;&lt;br /&gt;# shutdown +10 -- Shutdown after 10min&lt;br /&gt;&lt;br /&gt;# shutdown now -- Immediate shutdown (now == +0)&lt;br /&gt;&lt;br /&gt;# shutdown -t 10 -- Wait 10 Sec after warn the user&lt;br /&gt;&lt;br /&gt;# shutdown -k -- Don't really shutdown; only warn&lt;br /&gt;&lt;br /&gt;# shutdown -r -t 5 -- Reboot after shutdown&lt;br /&gt;&lt;br /&gt;# shutdown -h -t 5 -- Halt after shutdown&lt;br /&gt;&lt;br /&gt;# shutdown -f now -- Skip fsck (File System Check) on reboot&lt;br /&gt;&lt;br /&gt;# shutdown -F now -- Force fsck on reboot&lt;br /&gt;&lt;br /&gt;# shutdown -c -- Cancel the already waiting shutdown process.&lt;/blockquote&gt;Read : man shutdown&lt;br /&gt;&lt;br /&gt;There has been a great deal of flooding in Chennai, India due to the heavy rain yesterday and there was no power in the morning. I have written about the &lt;a href="http://srinivasan.wordpress.com/2005/12/03/flooding-in-chennai/"&gt;plight of people due to the floods&lt;/a&gt; in &lt;a href="http://srinivasan.wordpress.com/"&gt;my personal blog&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/shutdown" rel="tag" class="techtag"&gt;shutdown&lt;/a&gt; &lt;a href="http://technorati.com/tag/reboot" rel="tag" class="techtag"&gt;reboot&lt;/a&gt; &lt;a href="http://technorati.com/tag/halt" rel="tag" class="techtag"&gt;halt&lt;/a&gt; &lt;a href="http://technorati.com/tag/" rel="tag" class="techtag"&gt;&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/17895979-113361574780129210?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113361574780129210/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113361574780129210' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113361574780129210'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113361574780129210'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/12/odoc-shutdown.html' title='ODOC: shutdown'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113351472828262947</id><published>2005-12-02T01:06:00.000-08:00</published><updated>2005-12-02T01:12:08.313-08:00</updated><title type='text'>ODOC: tail</title><content type='html'>tail - Output the last part of files.&lt;br /&gt;&lt;br /&gt;Summary :&lt;br /&gt;&lt;br /&gt;Print the last 10 lines of each FILE to stdout. With more than one FILE, precede each with a header giving the file name.&lt;br /&gt;&lt;br /&gt;Examples :&lt;br /&gt;&lt;blockquote&gt;$ tail foo.txt -- Show only the last 10 Lines.&lt;br /&gt;&lt;br /&gt;$ tail f1 f2 -- Show the last 10 lines of 2 files with small header.&lt;br /&gt;&lt;br /&gt;$ tail -vn 5 myfile -- Show only last 5 Lines with header.&lt;br /&gt;&lt;br /&gt;$ tail -c 12 myfile -- Show only last 12 Bytes.&lt;br /&gt;&lt;br /&gt;$ tail -q myfile -- Don't show headers.&lt;br /&gt;&lt;br /&gt;$ tail --retry myfile -- Keep retrying to open myfile.&lt;br /&gt;&lt;br /&gt;$ tail -f maillog -- Output appended data as the file grows. Useful to monitor logs.&lt;br /&gt;&lt;br /&gt;$ tail -f -s 10 maillog -- Once in every 10s update the output.&lt;br /&gt;&lt;br /&gt;$ tail -f --pid=200 myfile -- Terminate tail after PID (200) dies.&lt;/blockquote&gt;Read : man tail&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/tail" rel="tag" class="techtag"&gt;tail&lt;/a&gt; &lt;a href="http://technorati.com/tag/file" rel="tag" class="techtag"&gt;file&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&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/17895979-113351472828262947?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113351472828262947/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113351472828262947' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113351472828262947'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113351472828262947'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/12/odoc-tail.html' title='ODOC: tail'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113351047308941340</id><published>2005-12-01T23:51:00.000-08:00</published><updated>2005-12-02T00:09:34.966-08:00</updated><title type='text'>Make Firefox 1.5 work with all extensions</title><content type='html'>The most common problem with Firefox1.5 is that most old extensions don't work. There is a workaround for this though. A simple modification to the Firefox Configuration will do the trick.&lt;br /&gt;&lt;ol class="code"&gt;   &lt;li&gt;At the location bar type about:config. This will show a list of firefox preferences.&lt;/li&gt;   &lt;li&gt;Right click on the list and select New &gt; String.  Enter “app.extensions.version” (without quotes) for the preference name.&lt;/li&gt;   &lt;li&gt;Then, enter 1.0 as the calue for the app.extension.version&lt;/li&gt;   &lt;li&gt;Then restart Firefox 1.5 and enable all the previously disabled extensions&lt;/li&gt;   &lt;li&gt;Restart Firefox 1.5 again to activate the extensions.&lt;/li&gt; &lt;/ol&gt; Here is the &lt;a href="http://dancameron.org/archives/903/modify-firefox-15-to-work-with-all-extensions/"&gt;original post&lt;/a&gt; from where I found this.&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/firefox" rel="tag" class="techtag"&gt;firefox&lt;/a&gt; &lt;a href="http://technorati.com/tag/firefox+1.5" rel="tag" class="techtag"&gt;firefox+1.5&lt;/a&gt; &lt;a href="http://technorati.com/tag/mozilla" rel="tag" class="techtag"&gt;mozilla&lt;/a&gt; &lt;a href="http://technorati.com/tag/browser" rel="tag" class="techtag"&gt;browser&lt;/a&gt; &lt;a href="http://technorati.com/tag/exensions" rel="tag" class="techtag"&gt;exensions&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/17895979-113351047308941340?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113351047308941340/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113351047308941340' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113351047308941340'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113351047308941340'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/12/make-firefox-15-work-with-all.html' title='Make Firefox 1.5 work with all extensions'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113350935979485487</id><published>2005-12-01T23:23:00.000-08:00</published><updated>2005-12-01T23:42:39.806-08:00</updated><title type='text'>Firefox 1.5 released</title><content type='html'>&lt;a href="http://www.mozilla.com/"&gt;Firefox 1.5&lt;/a&gt; has been finally released to public and claims to be faster and provides better web experience.&lt;br /&gt;Here is a &lt;a href="http://1337tech.org/cms/Articles/Reviews/Firefox-1.5---Is-It-That-Good.html"&gt;nice review of Firefox 1.5&lt;/a&gt; at 1337tech.&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/firefox" rel="tag" class="techtag"&gt;firefox&lt;/a&gt; &lt;a href="http://technorati.com/tag/firefox+1.5" rel="tag" class="techtag"&gt;firefox+1.5&lt;/a&gt; &lt;a href="http://technorati.com/tag/mozilla" rel="tag" class="techtag"&gt;mozilla&lt;/a&gt; &lt;a href="http://technorati.com/tag/browser" rel="tag" class="techtag"&gt;browser&lt;/a&gt; &lt;a href="http://technorati.com/tag/" rel="tag" class="techtag"&gt;&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/17895979-113350935979485487?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113350935979485487/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113350935979485487' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113350935979485487'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113350935979485487'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/12/firefox-15-released.html' title='Firefox 1.5 released'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113246478579381615</id><published>2005-11-19T21:19:00.000-08:00</published><updated>2005-11-19T21:33:05.803-08:00</updated><title type='text'>Break from posts</title><content type='html'>Many of you might have noticed that I haven't posted for a few days and also the post count has been decreasing over many days. This is all because I have been preparing for my exams (I am doing my engineering in Computer Science). I have not got enough time to post the ODOC (One Day One Command) series too. Anyway I would try to post if time permits.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17895979-113246478579381615?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113246478579381615/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113246478579381615' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113246478579381615'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113246478579381615'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/11/break-from-posts.html' title='Break from posts'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113202455834875829</id><published>2005-11-14T19:09:00.000-08:00</published><updated>2005-11-14T19:15:58.356-08:00</updated><title type='text'>ODOC: sort</title><content type='html'>sort - Sort lines of text files&lt;br /&gt;&lt;br /&gt;Summary :&lt;br /&gt;&lt;br /&gt;Sort the file contents based on options given to it. By default the output is shown in the console.&lt;br /&gt;&lt;br /&gt;Examples :&lt;br /&gt;&lt;blockquote&gt;$ sort  -- Take the input from stdin, sort and output in stdout.&lt;br /&gt;&lt;br /&gt;$ sort myfile -o myoutput -- Sort the myfile content and store in "myoutput"&lt;br /&gt;&lt;br /&gt;$ sort -b myfile -- Ignore the leading blanks and sort.&lt;br /&gt;&lt;br /&gt;$ sort -br myfile -- Same as above but in reverse order&lt;br /&gt;&lt;br /&gt;$ sort -c myfile -- Only Check whether myfile is already sorted&lt;br /&gt;&lt;br /&gt;$ sort -f myfile -- Ignore the case and sort (a == A)&lt;br /&gt;&lt;br /&gt;$ sort -u myfile -- Sort and output only unique lines&lt;br /&gt;&lt;br /&gt;$ sort -t : -k 2,2n -k 5.3,5.4 myfile -- Sort numerically on the 2nd field and resolve ties by sorting alphabetically on the 3rd and 4th characters of field 5. Use `:' as the field delimiter&lt;/blockquote&gt;Read : man sort&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/sort" rel="tag" class="techtag"&gt;sort&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/17895979-113202455834875829?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113202455834875829/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113202455834875829' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113202455834875829'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113202455834875829'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/11/odoc-sort.html' title='ODOC: sort'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113198729576860189</id><published>2005-11-14T08:37:00.000-08:00</published><updated>2005-11-14T08:54:55.810-08:00</updated><title type='text'>FSDaily launched by Free Software Magazine</title><content type='html'>&lt;a href="http://www.freesoftwaremagazine.com/"&gt;Free Software magazine&lt;/a&gt; staff launched &lt;a href="http://www.fsdaily.com/"&gt;FSDaily.com&lt;/a&gt; which gives daily news about free softwares. They introduced their blog at their website, but weren't happy with it. So they have launched a seperate site Free Software Daily which is a lot like a news blog written by the authors of Free Software Magazine.&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/free+software" rel="tag" class="techtag"&gt;free+software&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/free+software+magazine" rel="tag" class="techtag"&gt;free+software+magazine&lt;/a&gt; &lt;a href="http://technorati.com/tag/fsdaily" rel="tag" class="techtag"&gt;fsdaily&lt;/a&gt; &lt;a href="http://technorati.com/tag/free+software+news" rel="tag" class="techtag"&gt;free+software+news&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/17895979-113198729576860189?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113198729576860189/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113198729576860189' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113198729576860189'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113198729576860189'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/11/fsdaily-launched-by-free-software.html' title='FSDaily launched by Free Software Magazine'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113195173867605898</id><published>2005-11-13T22:58:00.000-08:00</published><updated>2005-11-13T23:02:18.686-08:00</updated><title type='text'>ODOC: ulimit</title><content type='html'>ulimit - Control the resources available to processes&lt;br /&gt;&lt;br /&gt;Summary :&lt;br /&gt;&lt;br /&gt;ulimit, Bash Built-in Command, provides control over the&lt;br /&gt;resources (Virtual Mem, Max no .of process, Core file&lt;br /&gt;size, ...) available to processes started by the shell.&lt;br /&gt;&lt;br /&gt;If Max no. of user process is set to 5, then the particular&lt;br /&gt;user can't run more then 5 process.&lt;br /&gt;&lt;br /&gt;Examples :&lt;br /&gt;&lt;blockquote&gt;$ ulimit -a -- Show All current limits.&lt;br /&gt;&lt;br /&gt;$ ulimit -c -- Show core file size (If Core file size is 0, Core file will not be created during the SEG fault).&lt;br /&gt;&lt;br /&gt;$ ulimit -c 1000 -- Set new core file size.&lt;br /&gt;&lt;br /&gt;$ ulimit -u 3 -- Set max no .of user processes&lt;br /&gt;&lt;br /&gt;$ ulimit -n -- Show max open files.&lt;/blockquote&gt;Read : info bash (or) help ulimit&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/ulimit" rel="tag" class="techtag"&gt;ulimit&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/17895979-113195173867605898?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113195173867605898/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113195173867605898' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113195173867605898'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113195173867605898'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/11/odoc-ulimit.html' title='ODOC: ulimit'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113186274670941691</id><published>2005-11-12T22:15:00.000-08:00</published><updated>2005-11-12T22:19:06.720-08:00</updated><title type='text'>New Linux live CD for security professionals</title><content type='html'>&lt;a href="http://freshmeat.net/projects/arudius/"&gt;Arudius&lt;/a&gt; (formerly Securinix) is a live CD Linux distribution based on Slackware (Minislack) and Linux Live scripts. It contains an extensive set of software tools used by IT security professionals for penetration testing and vulnerability analysis. Its goal is to include the most comlete set of useful security tools and still maintain a small footprint.&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/arudius" rel="tag" class="techtag"&gt;arudius&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/securinix" rel="tag" class="techtag"&gt;securinix&lt;/a&gt; &lt;a href="http://technorati.com/tag/slackware" rel="tag" class="techtag"&gt;slackware&lt;/a&gt; &lt;a href="http://technorati.com/tag/minislack" rel="tag" class="techtag"&gt;minislack&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/17895979-113186274670941691?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113186274670941691/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113186274670941691' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113186274670941691'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113186274670941691'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/11/new-linux-live-cd-for-security.html' title='New Linux live CD for security professionals'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113186182883266630</id><published>2005-11-12T21:55:00.000-08:00</published><updated>2005-11-12T22:03:48.843-08:00</updated><title type='text'>ODOC: nl</title><content type='html'>nl - Number lines of files&lt;br /&gt;&lt;br /&gt;Summary :&lt;br /&gt;&lt;br /&gt;Write each FILE to stdout, with line numbers added.&lt;br /&gt;With No FILE or -, read stdin&lt;br /&gt;&lt;br /&gt;Examples :&lt;br /&gt;&lt;blockquote&gt;nl myfile -- Writes all non-empty lines with number.&lt;br /&gt;&lt;br /&gt;nl -ba myfile -- Number all lines.&lt;br /&gt;&lt;br /&gt;nl -ba -l2 myfile -- Count 2 empty line as 1 and display&lt;br /&gt;&lt;br /&gt;nl -nln myfile -- Numbers are left justified.&lt;br /&gt;&lt;br /&gt;nl -nrz myfile -- Numbers are right justified and leading zeros&lt;br /&gt;&lt;br /&gt;nl -w2 myfile -- Uses 2 column for the line number.&lt;br /&gt;&lt;br /&gt;nl -s"&gt; " myfile -- Insert "&gt; " in between number and line.&lt;br /&gt;&lt;br /&gt;ls | nl -- ls Output with line numbers&lt;/blockquote&gt;Read : man nl&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/nl" rel="tag" class="techtag"&gt;nl&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/17895979-113186182883266630?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113186182883266630/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113186182883266630' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113186182883266630'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113186182883266630'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/11/odoc-nl.html' title='ODOC: nl'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113177188327071565</id><published>2005-11-11T20:59:00.000-08:00</published><updated>2005-11-11T21:04:43.280-08:00</updated><title type='text'>ODOC: touch</title><content type='html'>touch - Change File Timestamps&lt;br /&gt;&lt;br /&gt;Summary :&lt;br /&gt;&lt;br /&gt;Update the access and modification times of each FILE to the current time. Also used to create a file.&lt;br /&gt;&lt;br /&gt;Examples :&lt;br /&gt;&lt;blockquote&gt;$ touch myfile -- change the time stamp to current time. If myfile is not there then touch will create it.&lt;br /&gt;&lt;br /&gt;$ touch -c myfile -- Same as above. But If myfile is not there, then it won't create it.&lt;br /&gt;&lt;br /&gt;$ touch -r f1 f2 -- Set f1's time to f2 instead of current time&lt;br /&gt;&lt;br /&gt;$ touch -a myfile -- Change only access time.&lt;br /&gt;&lt;br /&gt;$ touch -m myfile -- change only the modification time&lt;br /&gt;&lt;br /&gt;$ touch -t 200412251122.33 -- set this time instead of current time&lt;br /&gt;&lt;br /&gt;$ ls -lu myfile -- Shows the last access time&lt;/blockquote&gt;Read : man touch&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/touch" rel="tag" class="techtag"&gt;touch&lt;/a&gt; &lt;a href="http://technorati.com/tag/file" rel="tag" class="techtag"&gt;file&lt;/a&gt; &lt;a href="http://technorati.com/tag/timestamp" rel="tag" class="techtag"&gt;timestamp&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/17895979-113177188327071565?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113177188327071565/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113177188327071565' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113177188327071565'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113177188327071565'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/11/odoc-touch.html' title='ODOC: touch'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113172742648975317</id><published>2005-11-11T08:37:00.000-08:00</published><updated>2005-11-11T08:43:46.500-08:00</updated><title type='text'>ODOC: comm</title><content type='html'>comm - Compare 2 Sorted files line by line&lt;br /&gt;&lt;br /&gt;Summary :&lt;br /&gt;&lt;br /&gt;Compare two sorted files F1 and F2 line by line.&lt;br /&gt;&lt;br /&gt;Examples :&lt;br /&gt;&lt;blockquote&gt;$ comm F1 F2 -- Output contain 3 col. Col 1 - Uniq to F1, Col 2 - Uniq to F2 and Col 3 - Comman to F1 &amp; F2&lt;br /&gt;&lt;br /&gt;$ comm -1 F1 F2 -- Suppress lines unique to F1&lt;br /&gt;&lt;br /&gt;$ comm -2 F1 F2 -- Suppress lines unique to F2&lt;br /&gt;&lt;br /&gt;$ comm -3 F1 F2 -- Suppress comman lines to F1 &amp;amp; F2&lt;br /&gt;&lt;br /&gt;$ comm -13 F1 F2 -- Show lines from F2, which is not in F1&lt;br /&gt;&lt;br /&gt;$ comm -23 F1 F2 -- Show lines from F1, which is not in F2&lt;/blockquote&gt;&lt;br /&gt;Read : man comm&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/comm" rel="tag" class="techtag"&gt;comm&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/17895979-113172742648975317?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113172742648975317/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113172742648975317' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113172742648975317'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113172742648975317'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/11/odoc-comm.html' title='ODOC: comm'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113159641157914074</id><published>2005-11-09T19:44:00.000-08:00</published><updated>2005-11-09T20:20:16.133-08:00</updated><title type='text'>ODOC: ls</title><content type='html'>ls -- List directory contents&lt;br /&gt;&lt;br /&gt;Summary :&lt;br /&gt;&lt;br /&gt;List the current directory contents and informations. This is one important command you would be using all the time. It is synonymous with the &lt;span style="font-style: italic;"&gt;dir&lt;/span&gt; command in DOS.&lt;br /&gt;&lt;br /&gt;Examples :&lt;br /&gt;&lt;blockquote&gt;$ ls  -- Alphabetically list all files and dir&lt;br /&gt;&lt;br /&gt;$ ls -r -- Reverse order&lt;br /&gt;&lt;br /&gt;$ ls --color=always -- Output in color&lt;br /&gt;&lt;br /&gt;$ ls -F -- Files are classified with /@|= symbols&lt;br /&gt;&lt;br /&gt;$ ls -1 -- Output in single column&lt;br /&gt;&lt;br /&gt;$ ls -a -- Display hidden entries starting with .&lt;br /&gt;&lt;br /&gt;$ ls -R -- Recursive output&lt;br /&gt;&lt;br /&gt;$ ls -Q -- Enclose entry names in double quotes&lt;/blockquote&gt;Read : man ls&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/ls" rel="tag" class="techtag"&gt;ls&lt;/a&gt; &lt;a href="http://technorati.com/tag/list+files" rel="tag" class="techtag"&gt;list+files&lt;/a&gt; &lt;a href="http://technorati.com/tag/dir" rel="tag" class="techtag"&gt;dir&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/17895979-113159641157914074?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113159641157914074/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113159641157914074' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113159641157914074'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113159641157914074'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/11/odoc-ls.html' title='ODOC: ls'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113150823812850994</id><published>2005-11-08T19:49:00.000-08:00</published><updated>2005-11-08T19:50:38.193-08:00</updated><title type='text'>New worm targets Linux systems or does it</title><content type='html'>&lt;a href="http://news.zdnet.com/2100-1009_22-5938475.html"&gt;ZDNet reports a new worm for linux&lt;/a&gt; systems. Since I was busy yesterday, I &lt;a href="http://www.newlinuxuser.com/explain-whats-up-with-this-linux-virus-in-the-news-today/"&gt;saw about this only today&lt;/a&gt;.&lt;br /&gt;&lt;blockquote style="font-family: Arial,sans-serif;"&gt;The vulnerabilities that this virus attacks actually belong to three scripts, not the OS itself. Therefore, I really wouldn’t call this a Linux virus. That’s like calling a vulnerability in MS Word or Windows Skype a Windows virus.&lt;br /&gt;&lt;/blockquote&gt;I agree with him. Anyway two of the vulnerabilities have been fixed earlier. And even if you haven't updated your system, you will not be affected if you aren't running a web server. This rules out home users.&lt;br /&gt;Here are the descriptions of the virus by &lt;a href="http://vil.nai.com/vil/content/v_136821.htm"&gt;McAffe&lt;/a&gt; and &lt;a href="http://dw.com.com/redir?destUrl=http%3A%2F%2Fwww.symantec.com%2Favcenter%2Fvenc%2Fdata%2Flinux.plupii.html&amp;siteId=22&amp;amp;amp;amp;amp;oId=2100-1009-5938475&amp;ontId=1009&amp;amp;lop=nl.ex"&gt;Symantec&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/virus" rel="tag" class="techtag"&gt;virus&lt;/a&gt; &lt;a href="http://technorati.com/tag/worm" rel="tag" class="techtag"&gt;worm&lt;/a&gt; &lt;a href="http://technorati.com/tag/mcaffe" rel="tag" class="techtag"&gt;mcaffe&lt;/a&gt; &lt;a href="http://technorati.com/tag/symantec" rel="tag" class="techtag"&gt;symantec&lt;/a&gt; &lt;a href="http://technorati.com/tag/php" rel="tag" class="techtag"&gt;php&lt;/a&gt; &lt;a href="http://technorati.com/tag/cgi" rel="tag" class="techtag"&gt;cgi&lt;/a&gt; &lt;a href="http://technorati.com/tag/xml+rpc" rel="tag" class="techtag"&gt;xml+rpc&lt;/a&gt; &lt;a href="http://technorati.com/tag/awstats" rel="tag" class="techtag"&gt;awstats&lt;/a&gt; &lt;a href="http://technorati.com/tag/vulnerability" rel="tag" class="techtag"&gt;vulnerability&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/17895979-113150823812850994?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113150823812850994/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113150823812850994' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113150823812850994'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113150823812850994'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/11/new-worm-targets-linux-systems-or-does.html' title='New worm targets Linux systems or does it'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113150564699734427</id><published>2005-11-08T19:00:00.000-08:00</published><updated>2005-11-08T19:07:27.170-08:00</updated><title type='text'>ODOC: uname</title><content type='html'>uname - Display system informations&lt;br /&gt;&lt;br /&gt;Summary:-&lt;br /&gt;&lt;br /&gt;Display system information like OS Type, Kernel version, Architecture, Host name etc...&lt;br /&gt;The uname command will collect the information from the /proc/sys/kernel/{ostype, hostname, osrelease, version, domainname}.&lt;br /&gt;&lt;br /&gt;Examples :-&lt;br /&gt;&lt;blockquote&gt;$ uname  -- Kernel Name&lt;br /&gt;&lt;br /&gt;$ uname -n -- Show the machine name&lt;br /&gt;&lt;br /&gt;$ uname -rv -- Show kernel's release &amp;amp; Ver info&lt;br /&gt;&lt;br /&gt;$ uname -om -- Show Arch and OS Type&lt;br /&gt;&lt;br /&gt;$ uname -a  -- Show all info&lt;/blockquote&gt;Read: man uname&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/uname" rel="tag" class="techtag"&gt;uname&lt;/a&gt; &lt;a href="http://technorati.com/tag/kernel" rel="tag" class="techtag"&gt;kernel&lt;/a&gt; &lt;a href="http://technorati.com/tag/architecture" rel="tag" class="techtag"&gt;architecture&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/17895979-113150564699734427?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113150564699734427/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113150564699734427' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113150564699734427'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113150564699734427'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/11/odoc-uname.html' title='ODOC: uname'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113150520979812722</id><published>2005-11-07T18:45:00.000-08:00</published><updated>2005-11-08T19:00:09.823-08:00</updated><title type='text'>ODOC: df</title><content type='html'>df -- Disk Free and Usage report&lt;br /&gt;&lt;br /&gt;Summary:-&lt;br /&gt;&lt;br /&gt;df command display the amount of disk space available on the FileSystem (FS) containing each file name argument. If no file name is given, the space available on all currently mounted Filesystems are shown.&lt;br /&gt;&lt;br /&gt;Examples :-&lt;br /&gt;&lt;blockquote&gt;$ df -- Usage report of all mounted FS.&lt;br /&gt;&lt;br /&gt;$ df myfile -- Display usage report of FS which contain&lt;br /&gt;             the myfile.&lt;br /&gt;&lt;br /&gt;$ df /home -- Usage report of Home partition&lt;br /&gt;&lt;br /&gt;$ df /dev/hda1 -- Usage report of /dev/hda1&lt;br /&gt;&lt;br /&gt;$ df -Th -- Display the partition type and size is in human&lt;br /&gt;          readable format&lt;br /&gt;&lt;br /&gt;$ df -x tmpfs -- Don't list the 'tmpfs' partitions.&lt;br /&gt;&lt;br /&gt;$ df -P -- Output in POSIX format. (Remove -P and see the&lt;br /&gt;         difference)&lt;/blockquote&gt;Read: man df&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/df" rel="tag" class="techtag"&gt;df&lt;/a&gt; &lt;a href="http://technorati.com/tag/disk+free" rel="tag" class="techtag"&gt;disk+free&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/17895979-113150520979812722?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113150520979812722/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113150520979812722' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113150520979812722'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113150520979812722'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/11/odoc-df.html' title='ODOC: df'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113133462831349128</id><published>2005-11-06T19:33:00.000-08:00</published><updated>2005-11-07T19:12:30.783-08:00</updated><title type='text'>ODOC: watch</title><content type='html'>watch - Periodically run and show the output of a program&lt;br /&gt;&lt;br /&gt;Summary:&lt;br /&gt;&lt;br /&gt;Watch runs command repeatedly, displaying its output This allows you to monitor the program output change over time.&lt;br /&gt;&lt;br /&gt;Examples :-&lt;br /&gt;&lt;blockquote&gt;$ watch ls -- Every 2sec(default time) 'ls' is executed and output is showed on the screen.&lt;br /&gt;&lt;br /&gt;$ watch -n 6 who -- Every 6Sec 'who' run and list the current users&lt;br /&gt;&lt;br /&gt;$ watch -d date -- Highlight the difference b/w successive updates&lt;/blockquote&gt;&lt;br /&gt;Press Ctrl+C to stop the Watch Command.&lt;br /&gt;&lt;br /&gt;Read: man watch&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/watch" rel="tag" class="techtag"&gt;watch&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&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/17895979-113133462831349128?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113133462831349128/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113133462831349128' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113133462831349128'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113133462831349128'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/11/odoc-watch.html' title='ODOC: watch'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113133441383019059</id><published>2005-11-05T19:25:00.000-08:00</published><updated>2005-11-06T19:33:39.800-08:00</updated><title type='text'>ODOC: ac</title><content type='html'>ac -  Print statistics about users' connect time&lt;br /&gt;&lt;br /&gt;Summary:&lt;br /&gt;&lt;br /&gt;"ac" command will print the users' connect time details in different formats (Total, Per day, Per user, etc..)&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;&lt;blockquote&gt;$ ac     -- print total useage&lt;br /&gt;$ ac -p  -- print indv user info&lt;br /&gt;$ ac -dy -- print daily based report&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;Read: man ac&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/ac" rel="tag" class="techtag"&gt;ac&lt;/a&gt; &lt;a href="http://technorati.com/tag/users" rel="tag" class="techtag"&gt;users&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&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/17895979-113133441383019059?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113133441383019059/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113133441383019059' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113133441383019059'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113133441383019059'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/11/odoc-ac.html' title='ODOC: ac'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113116687135038648</id><published>2005-11-04T20:44:00.000-08:00</published><updated>2005-11-04T21:01:11.363-08:00</updated><title type='text'>ODOC: free</title><content type='html'>free -- Display Information about Memory utilization&lt;br /&gt;&lt;br /&gt;Summary:-&lt;br /&gt;&lt;br /&gt;Displays the total amount of free and used physical memory &amp; swap space in the system, as well as the buffers &amp;amp; cache consumed by the kernel.&lt;br /&gt;&lt;br /&gt;Examples :-&lt;br /&gt;&lt;blockquote&gt;$ free -- Display the mem info in KB&lt;br /&gt;&lt;br /&gt;$ free -m -- Display the mem info in MB&lt;br /&gt;&lt;br /&gt;$ free -m -t -- Display the total mem info&lt;br /&gt;&lt;br /&gt;$ free -s 2 -- Display the mem info for every 2 sec&lt;br /&gt;&lt;br /&gt;$ free -s 2 -c 5 -- Display the mem info for every 2 sec, but only 5 times&lt;br /&gt;&lt;br /&gt;$ cat /proc/meminfo -- This is the original file which is used by free command for the report&lt;/blockquote&gt;Read: man free&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/free" rel="tag" class="techtag"&gt;free&lt;/a&gt; &lt;a href="http://technorati.com/tag/meminfo" rel="tag" class="techtag"&gt;meminfo&lt;/a&gt; &lt;a href="http://technorati.com/tag/memory" rel="tag" class="techtag"&gt;memory&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/17895979-113116687135038648?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113116687135038648/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113116687135038648' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113116687135038648'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113116687135038648'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/11/odoc-free.html' title='ODOC: free'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113107925652132466</id><published>2005-11-03T20:32:00.000-08:00</published><updated>2005-11-03T20:51:48.560-08:00</updated><title type='text'>GoboLinux - different approach to package management</title><content type='html'>&lt;a href="http://www.gobolinux.org/"&gt;GoboLinux&lt;/a&gt; is a Linux distribution that breaks with the historical Unix directory hierarchy. Basically, this means that there are no directories such as /usr and /etc. The main idea of the alternative hierarchy is to store all files belonging to an application in its own separate subtree; therefore we have directories such as /Programs/GCC/2.95.3/lib.&lt;br /&gt;The FAQ clearly states that this is not a distro for a newbie. This is more for the user who would like to compile his own software. Here is a &lt;a href="http://www.linux.com/article.pl?sid=05/10/21/2223230"&gt;nice article about GoboLinux at linux.com&lt;/a&gt; and here are &lt;a href="http://www.gobolinux.org/index.php?lang=en_US&amp;amp;page=screenshots"&gt;some screenshots&lt;/a&gt;.&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gobolinux" rel="tag" class="techtag"&gt;gobolinux&lt;/a&gt; &lt;a href="http://technorati.com/tag/mac+os+x" rel="tag" class="techtag"&gt;mac+os+x&lt;/a&gt; &lt;a href="http://technorati.com/tag/file+system" rel="tag" class="techtag"&gt;file+system&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/17895979-113107925652132466?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113107925652132466/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113107925652132466' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113107925652132466'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113107925652132466'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/11/gobolinux-different-approach-to.html' title='GoboLinux - different approach to package management'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113107714326496258</id><published>2005-11-03T19:25:00.000-08:00</published><updated>2005-11-03T20:05:43.276-08:00</updated><title type='text'>Nokia goes on open source Safari</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://opensource.nokia.com/"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/blogger/90/1737/320/logo_topleft.gif" alt="Nokia" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Nokia, the mobile phone giant has created an open-source browser based on Safari for smartphones. This team of Nokia and Safari will deliver a web browser for the &lt;a href="http://opensource.nokia.com/projects/S60browser/index.html"&gt;S60 smartphone sotware platform&lt;/a&gt;.&lt;br /&gt;Nokia says the browser, which will be made available to other companies licensing the S60 platform for their own smartphones, will give users a better surfing experience. It is designed to display Web pages on a phone exactly as they look on a monitor.&lt;br /&gt;The browser includes pop-up blocking, access to &lt;abbr title="Really Simple Syndication"&gt;RSS&lt;/abbr&gt; feeds and a text search feature. It uses components from Apple's Safari Web Kit — the open source engine for mobile devices based on KHTML — and KJS from KDE's Konqueror open source project.&lt;br /&gt;With the availability of high speed wireless data networks, the operators and handset makers are trying to bring the entire web to your mobile phone.  Nokia has also launched &lt;a href="http://opensource.nokia.com/"&gt;opensource.nokia.com&lt;/a&gt; as a portal to all its open source projects.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/nokia" rel="tag" class="techtag"&gt;nokia&lt;/a&gt; &lt;a href="http://technorati.com/tag/open+source" rel="tag" class="techtag"&gt;open+source&lt;/a&gt; &lt;a href="http://technorati.com/tag/safari" rel="tag" class="techtag"&gt;safari&lt;/a&gt; &lt;a href="http://technorati.com/tag/mobile+phone" rel="tag" class="techtag"&gt;mobile+phone&lt;/a&gt; &lt;a href="http://technorati.com/tag/rss" rel="tag" class="techtag"&gt;rss&lt;/a&gt; &lt;a href="http://technorati.com/tag/html" rel="tag" class="techtag"&gt;html&lt;/a&gt; &lt;a href="http://technorati.com/tag/khtml" rel="tag" class="techtag"&gt;khtml&lt;/a&gt; &lt;a href="http://technorati.com/tag/S60+smartphone" rel="tag" class="techtag"&gt;S60+smartphone&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/17895979-113107714326496258?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113107714326496258/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113107714326496258' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113107714326496258'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113107714326496258'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/11/nokia-goes-on-open-source-safari.html' title='Nokia goes on open source Safari'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113107420130613175</id><published>2005-11-03T19:12:00.000-08:00</published><updated>2005-11-03T19:16:41.306-08:00</updated><title type='text'>Gideon - GUI Designer for GTK/C++</title><content type='html'>&lt;a href="http://gideon-designer.blogspot.com/"&gt;Gideon&lt;/a&gt; is a versatile GUI designer for GTK/C++. The goal of the project is to provide an easy-to-use RAD tool for C++ programmers who want to create multi-platform GTK-based GUI applications. Gideon is not overloaded but strives to provide all necessary features and remain 'simple and lightweight' to end user. Gideon is highly productive for experts and accessible for newcomers. Try Gideon for your GUI programming in C++.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/gideon" rel="tag" class="techtag"&gt;gideon&lt;/a&gt; &lt;a href="http://technorati.com/tag/gui" rel="tag" class="techtag"&gt;gui&lt;/a&gt; &lt;a href="http://technorati.com/tag/gtk" rel="tag" class="techtag"&gt;gtk&lt;/a&gt; &lt;a href="http://technorati.com/tag/c++" rel="tag" class="techtag"&gt;c++&lt;/a&gt; &lt;a href="http://technorati.com/tag/gtk/C++" rel="tag" class="techtag"&gt;gtk/C++&lt;/a&gt; &lt;a href="http://technorati.com/tag/RAD" rel="tag" class="techtag"&gt;RAD&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/windows" rel="tag" class="techtag"&gt;windows&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/" rel="tag" class="techtag"&gt;&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/17895979-113107420130613175?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113107420130613175/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113107420130613175' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113107420130613175'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113107420130613175'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/11/gideon-gui-designer-for-gtkc.html' title='Gideon - GUI Designer for GTK/C++'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113107393052748392</id><published>2005-11-03T18:56:00.000-08:00</published><updated>2005-11-03T19:12:10.540-08:00</updated><title type='text'>Firefox 1.5 RC1 available</title><content type='html'>&lt;a href="http://www.mozilla.org/projects/firefox/"&gt;Firefox 1.5&lt;/a&gt; Release Candidate 1 was released, however this is not the final version of the new Firefox 1.5. This RC was released for the developer and testing community for compatibility testing and to solicit feedback.&lt;br /&gt;Firefox 1.5 has &lt;a href="http://www.mozilla.org/products/firefox/releases/1.5.html#new"&gt;various new features&lt;/a&gt; like:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Automated update&lt;/li&gt;&lt;li&gt;Faster browser navigation&lt;/li&gt;&lt;li&gt;&lt;a href="http://fslog.blogspot.com/2005/10/firefox-tabs-reordering.html"&gt;Drag and drop reordering of browser tabs&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Improvements to popup blocking&lt;/li&gt;&lt;li&gt;Clear private data feature&lt;/li&gt;&lt;li&gt;Improvements to product usability&lt;/li&gt;&lt;li&gt;Answers.com added to search engine list&lt;/li&gt;&lt;li&gt;Better accessibility&lt;/li&gt;&lt;li&gt;Report a broken website wizard&lt;/li&gt;&lt;li&gt;Better support for Mac OS X&lt;/li&gt;&lt;li&gt;new support for web standard - SVG, CSS 2, CSS 3 and Javascript 1.6&lt;/li&gt;&lt;li&gt;and many security fixes&lt;/li&gt;&lt;/ul&gt;Firefox can be downloaded and installed easily. Try firefox and browse the web in a better way.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/firefox" rel="tag" class="techtag"&gt;firefox&lt;/a&gt; &lt;a href="http://technorati.com/tag/Firefox+1.5+RC1" rel="tag" class="techtag"&gt;Firefox+1.5+RC1&lt;/a&gt; &lt;a href="http://technorati.com/tag/firefox+1.5" rel="tag" class="techtag"&gt;firefox+1.5&lt;/a&gt; &lt;a href="http://technorati.com/tag/" rel="tag" class="techtag"&gt;&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/17895979-113107393052748392?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113107393052748392/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113107393052748392' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113107393052748392'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113107393052748392'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/11/firefox-15-rc1-available.html' title='Firefox 1.5 RC1 available'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113107204487547376</id><published>2005-11-03T18:29:00.000-08:00</published><updated>2005-11-03T18:40:44.886-08:00</updated><title type='text'>ODOC: cat</title><content type='html'>cat -- &lt;span style="font-weight: bold;"&gt;CAT&lt;/span&gt;enate files &amp; print on the STDOUT&lt;br /&gt;&lt;br /&gt;Summary:&lt;br /&gt;&lt;br /&gt;From Jargon File: Catenate is an obscure word meaning "to connect in a series", which is what the "cat" command does to one or more files.&lt;br /&gt;&lt;br /&gt;Cat will conCATenate the FILE(s) / STDIN to STDOUT.&lt;br /&gt;&lt;br /&gt;Examples:&lt;br /&gt;&lt;blockquote&gt;$ cat foo -- Dump the file named foo to STDOUT (please be careful with the case of the filename)&lt;br /&gt;&lt;br /&gt;$ cat File1 File2 File3 -- Dump File1, File2  &amp;amp; File3&lt;br /&gt;&lt;br /&gt;$ cat -b File -- Print the File with Number for Non blank lines&lt;br /&gt;&lt;br /&gt;$ cat -s File -- Squeeze multiple blank lines to single.&lt;br /&gt;&lt;br /&gt;$ cat -A File -- Show the Non-Printable Chars also&lt;br /&gt;&lt;br /&gt;$ cat &gt; File -- Concat the STDIN to STDOUT &amp;amp; FILE. This can be used to quickly create a file with some content. After you have finished typing the contents, press Ctrl+D to save.&lt;/blockquote&gt;Read: info cat&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/cat" rel="tag" class="techtag"&gt;cat&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/17895979-113107204487547376?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113107204487547376/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113107204487547376' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113107204487547376'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113107204487547376'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/11/odoc-cat.html' title='ODOC: cat'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113102642981916909</id><published>2005-11-03T05:54:00.000-08:00</published><updated>2005-11-03T06:00:29.830-08:00</updated><title type='text'>ODOC: echo</title><content type='html'>echo - Display a line of text on the screen&lt;br /&gt;&lt;br /&gt;Summary:&lt;br /&gt;&lt;br /&gt;Echo is used to show a line of text on the screen with limited Esc sequence (BELL, Backspace, H-Tab, V-Tab,...) handling capabilities.&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;&lt;blockquote&gt;$ echo  -- print a empty line&lt;br /&gt;$ echo "Free\nSoftware" -- Just prints the Line&lt;br /&gt;$ echo -e "Free\nSoftware" -- Interpret and print the Line&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;Read: man echo&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/echo" rel="tag" class="techtag"&gt;echo&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/17895979-113102642981916909?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113102642981916909/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113102642981916909' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113102642981916909'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113102642981916909'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/11/odoc-echo.html' title='ODOC: echo'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113095094675334540</id><published>2005-11-02T09:00:00.000-08:00</published><updated>2005-11-02T09:02:26.756-08:00</updated><title type='text'>Good bye Debian text based install</title><content type='html'>"The Debian Weekly News for October 25th, 2005 &lt;a href="http://www.debian.org/News/weekly/2005/43/"&gt;discusses&lt;/a&gt; the upcoming &lt;a href="https://debian.polito.it/downloads/d-i_gtk_snapshots/"&gt;graphical frontend&lt;/a&gt; to the debian-installer as part of the most recent minutes of the monthly Debian Installer team meeting. It appears that after all of these years the text based Debian installation is finally &lt;a href="http://www.osdir.com/Article7765.phtml"&gt;getting the boot&lt;/a&gt;." Screenshots &lt;a href="http://shots.osdir.com/slideshows/slideshow.php?release=486&amp;amp;slide=2"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/debian" rel="tag" class="techtag"&gt;debian&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/debian+installer" rel="tag" class="techtag"&gt;debian+installer&lt;/a&gt; &lt;a href="http://technorati.com/tag/debian+gui+installer" rel="tag" class="techtag"&gt;debian+gui+installer&lt;/a&gt; &lt;a href="http://technorati.com/tag/debian+graphical+installer" rel="tag" class="techtag"&gt;debian+graphical+installer&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/17895979-113095094675334540?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113095094675334540/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113095094675334540' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113095094675334540'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113095094675334540'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/11/good-bye-debian-text-based-install.html' title='Good bye Debian text based install'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113095068863032343</id><published>2005-11-02T08:50:00.000-08:00</published><updated>2005-11-02T08:59:48.473-08:00</updated><title type='text'>Debian GNU/Solaris announced</title><content type='html'>An &lt;a href="http://lists.ubuntu.com/archives/ubuntu-devel/2005-November/012745.html"&gt;initial pilot program of Nexenta - GNU/Solaris&lt;/a&gt; has been announced and the initial trials are limited to Ubuntu developers and the entire Debian community. Sun Microsystems recenly opened the Solaris Kernel under the CDDL license, which allows any one to build custom Operating Systems. So a new Debian GNU/Solaris distro has been created. It is great to see how the open source community works together.&lt;br /&gt;Also see my previous post about &lt;a href="http://fslog.blogspot.com/2005/10/belenix-livecd-version-02-released.html"&gt;Belenix - a live Solaris CD by a group in India&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/debian" rel="tag" class="techtag"&gt;debian&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/solaris" rel="tag" class="techtag"&gt;gnu/solaris&lt;/a&gt; &lt;a href="http://technorati.com/tag/solaris" rel="tag" class="techtag"&gt;solaris&lt;/a&gt; &lt;a href="http://technorati.com/tag/opensolaris" rel="tag" class="techtag"&gt;opensolaris&lt;/a&gt; &lt;a href="http://technorati.com/tag/open+solaris" rel="tag" class="techtag"&gt;open+solaris&lt;/a&gt; &lt;a href="http://technorati.com/tag/belenix" rel="tag" class="techtag"&gt;belenix&lt;/a&gt; &lt;a href="http://technorati.com/tag/sun" rel="tag" class="techtag"&gt;sun&lt;/a&gt; &lt;a href="http://technorati.com/tag/nexenta" rel="tag" class="techtag"&gt;nexenta&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/17895979-113095068863032343?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113095068863032343/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113095068863032343' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113095068863032343'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113095068863032343'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/11/debian-gnusolaris-announced.html' title='Debian GNU/Solaris announced'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113095017191818136</id><published>2005-11-02T08:43:00.000-08:00</published><updated>2005-11-02T08:49:31.930-08:00</updated><title type='text'>Mac Mini leads to MiniPC with Linux</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/90/1737/1600/minipc-thm.0.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/blogger/90/1737/320/minipc-thm.0.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;A Taiwanese systems integrator is readying a tiny Linux-powered PC likely to make even Mac Mini owners envious. The AOpen MiniPC measures 6.5 x 6.5 x 2 inches, is powered by an Intel Pentium M or Celeron M processor, and runs Linspire Linux.&lt;br /&gt;&lt;br /&gt;The MiniPC will be available initially in two versions. The MP915-C will be powered by an Intel Celeron M 360 processor clocked at 1.4GHz. The MP915-P will be powered by an Intel Pentium M 740 (Dothan) processor clocked at 1.73 GHz. Both models will use Intel's 915 GM chipset, and come with a 512MB DDR2 400 SODIMM memory module running at 533MHz.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/90/1737/1600/minipc.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/90/1737/320/minipc.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;The Celeron-based MiniPC will include a 40GB hard drive, as well as a slot-loading DVD player and CD writer. The Pentium-based model will have an 80GB drive, and adds DVD+/- writing capability. Both models inlcude a pair of USB 2.0 host ports, along with an IEEE 1394 (FireWire) port. Both include Gigabit Ethernet ports, while the Pentium-based model comes pre-installed with an 802.11b/g mini-PCI card.&lt;br /&gt;Both MiniPC's include DVI (digital video interface) ports, and S-Video.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/90/1737/1600/minipc-rear.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/90/1737/320/minipc-rear.jpg" alt="" border="0" /&gt;&lt;/a&gt;The A-Open MiniPC will ship this month in the US through TigerDirect, with prices starting at $399, including the Linspire operating system. A $499 version running WIndows XP will also be available. The Pentium M version is likely to have a street price in the US of about $600.&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/mac+mini" rel="tag" class="techtag"&gt;mac+mini&lt;/a&gt; &lt;a href="http://technorati.com/tag/minipc" rel="tag" class="techtag"&gt;minipc&lt;/a&gt; &lt;a href="http://technorati.com/tag/mini+pc" rel="tag" class="techtag"&gt;mini+pc&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/linspire" rel="tag" class="techtag"&gt;linspire&lt;/a&gt; &lt;a href="http://technorati.com/tag/linspire+linux" rel="tag" class="techtag"&gt;linspire+linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/windows+xp" rel="tag" class="techtag"&gt;windows+xp&lt;/a&gt; &lt;a href="http://technorati.com/tag/AOpen" rel="tag" class="techtag"&gt;AOpen&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/17895979-113095017191818136?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113095017191818136/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113095017191818136' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113095017191818136'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113095017191818136'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/11/mac-mini-leads-to-minipc-with-linux.html' title='Mac Mini leads to MiniPC with Linux'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113092561497626539</id><published>2005-11-02T01:57:00.000-08:00</published><updated>2005-11-02T02:00:14.996-08:00</updated><title type='text'>Template Changed</title><content type='html'>Atlast I have changed the template of my blog. I guess it looks nice and simple. If you find any thing wrong or not functioning or think this looks cool, please comment here. I want to make sure that the new template is accessible in all platforms and browsers.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17895979-113092561497626539?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113092561497626539/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113092561497626539' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113092561497626539'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113092561497626539'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/11/template-changed.html' title='Template Changed'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113090272290806585</id><published>2005-11-01T19:31:00.000-08:00</published><updated>2005-11-01T19:38:42.920-08:00</updated><title type='text'>OpenBSD 3.8 released</title><content type='html'>&lt;a href="http://www.openbsd.org/"&gt;OpenBSD&lt;/a&gt; 3.8 was released November 1, 2005. This is the 18th release via CD (and 19th via FTP).&lt;br /&gt;Though I haven't tried OpenBSD, I have heard really good reviews of it. It is having a great record for 8 years with only a single remote hole in the default installation. Here are the &lt;a href="http://www.openbsd.org/ftp.html"&gt;mirrors where you can download OpenBSD&lt;/a&gt;.&lt;br /&gt;Anybody have tried OpenBSD, please put in your valuable comments here.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/openbsd" rel="tag" class="techtag"&gt;openbsd&lt;/a&gt; &lt;a href="http://technorati.com/tag/bsd" rel="tag" class="techtag"&gt;bsd&lt;/a&gt; &lt;a href="http://technorati.com/tag/unix" rel="tag" class="techtag"&gt;unix&lt;/a&gt; &lt;a href="http://technorati.com/tag/openbsd+3.8" rel="tag" class="techtag"&gt;openbsd+3.8&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/17895979-113090272290806585?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113090272290806585/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113090272290806585' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113090272290806585'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113090272290806585'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/11/openbsd-38-released.html' title='OpenBSD 3.8 released'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113089977040214225</id><published>2005-11-01T18:46:00.000-08:00</published><updated>2005-11-01T18:49:30.403-08:00</updated><title type='text'>ODOC: date</title><content type='html'>date -  Print &amp; set the system data &amp;amp; time&lt;br /&gt;&lt;br /&gt;Summary:&lt;br /&gt;&lt;br /&gt;date will print the time information in different formats and we can also make a custom formats using the options.&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;&lt;blockquote&gt;$ date == print the current date and time&lt;br /&gt;$ date -d '3year ago' == Same date but 3 yr ago(see how user friendly linux is?)&lt;br /&gt;$ date --set='-10 minutes' == Reduce 10 min in the current time&lt;br /&gt;$ date '+%b %_e %a %X %Z %Y' == Current date in custom format.&lt;/blockquote&gt;Read : info date, man date&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/date" rel="tag" class="techtag"&gt;date&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&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/17895979-113089977040214225?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113089977040214225/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113089977040214225' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113089977040214225'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113089977040214225'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/11/odoc-date.html' title='ODOC: date'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113089958224572975</id><published>2005-10-31T18:40:00.000-08:00</published><updated>2005-11-01T18:46:22.256-08:00</updated><title type='text'>ODOC: apropos</title><content type='html'>apropos - search the whatis database for strings&lt;br /&gt;&lt;br /&gt;Summary:&lt;br /&gt;&lt;br /&gt;This command will search the given string the Whatis database and list the matches on the screen. For example, the following command will list the available (in the whatis database) compilers:&lt;br /&gt;&lt;blockquote&gt;$ apropos compiler&lt;/blockquote&gt;Read: man apropos, whatis&lt;br /&gt;&lt;br /&gt;I think these are the basic help command you would really need. After these I would write about the other important commands needed to work your way through GNU/Linux system.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/apropos" rel="tag" class="techtag"&gt;apropos&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&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/17895979-113089958224572975?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113089958224572975/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113089958224572975' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113089958224572975'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113089958224572975'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/11/odoc-apropos.html' title='ODOC: apropos'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113076820621937656</id><published>2005-10-31T06:09:00.000-08:00</published><updated>2005-10-31T06:16:49.516-08:00</updated><title type='text'>Free Remote KDE Desktops</title><content type='html'>People are now providing free remote KDE desktops via &lt;a href="http://freenx.berlios.de/"&gt;NX&lt;/a&gt;. I think this is a really cool idea by &lt;a href="http://www.cosmopod.com/"&gt;CosmoPOD&lt;/a&gt;, where they provide&lt;br /&gt;&lt;span id="_ctl0_ContentControl1_lblBody"&gt;&lt;/span&gt;&lt;blockquote&gt;&lt;span id="_ctl0_ContentControl1_lblBody"&gt;Free 1GB online to store and edit your emails, office documents, calander, organizer, photos and files, chat to friends play games surf the web even faster and more from any computer on your own personal online desktop and access it from anywhere in the world.&lt;/span&gt;&lt;br /&gt;&lt;/blockquote&gt;This is a real boon to people who frequently travel and have access only to a computer with internet connection and are unable to install their favourite operating system.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/kde" rel="tag" class="techtag"&gt;kde&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/cosmopod" rel="tag" class="techtag"&gt;cosmopod&lt;/a&gt; &lt;a href="http://technorati.com/tag/desktop" rel="tag" class="techtag"&gt;desktop&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/17895979-113076820621937656?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113076820621937656/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113076820621937656' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113076820621937656'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113076820621937656'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/free-remote-kde-desktops.html' title='Free Remote KDE Desktops'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113076371280162675</id><published>2005-10-31T04:56:00.000-08:00</published><updated>2005-10-31T05:01:52.803-08:00</updated><title type='text'>BeleniX LiveCD version 0.2 released</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/90/1737/1600/belenix_small.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/blogger/90/1737/320/belenix_small.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;From Distrowatch.com: "&lt;a href="http://belenix.sarovar.org/belenix_home.html"&gt;BeleniX&lt;/a&gt; is the first live CD based on the OpenSolaris source base that boots into a full graphical desktop (with XFce). Developed at the India Engineering Centre of Sun Microsystems in Bangalore, BeleniX is trying to popularise OpenSolaris in the growing open source user and developer community in India and abroad." OSDir &lt;a href="http://shots.osdir.com/slideshows/slideshow.php?release=485&amp;amp;slide=1"&gt;provides the screenshots&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;But I wonder why they have named it as Belenix. The name suggests that it is some sort of a GNU/Linux distribution. Anyway what other name can they have chosen? Any suggestions?&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/belenix" rel="tag" class="techtag"&gt;belenix&lt;/a&gt; &lt;a href="http://technorati.com/tag/opensolaris" rel="tag" class="techtag"&gt;opensolaris&lt;/a&gt; &lt;a href="http://technorati.com/tag/open+solaris" rel="tag" class="techtag"&gt;open+solaris&lt;/a&gt; &lt;a href="http://technorati.com/tag/solaris" rel="tag" class="techtag"&gt;solaris&lt;/a&gt; &lt;a href="http://technorati.com/tag/open+source" rel="tag" class="techtag"&gt;open+source&lt;/a&gt; &lt;a href="http://technorati.com/tag/opensource" rel="tag" class="techtag"&gt;opensource&lt;/a&gt; &lt;a href="http://technorati.com/tag/" rel="tag" class="techtag"&gt;&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/17895979-113076371280162675?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113076371280162675/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113076371280162675' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113076371280162675'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113076371280162675'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/belenix-livecd-version-02-released.html' title='BeleniX LiveCD version 0.2 released'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113074007705489876</id><published>2005-10-30T22:19:00.000-08:00</published><updated>2005-10-30T22:31:37.510-08:00</updated><title type='text'>Podcast for Free Software Blog</title><content type='html'>Free Software blog now has a podcast.&lt;br /&gt;I have used the &lt;a href="http://www.talkr.com/4661/partners/"&gt;Talkr&lt;/a&gt; website to publish my RSS feeds as podcasts as well. You can listen to the podcasts by clicking on the link "&lt;span style="font-weight: bold;"&gt;Listen to this article&lt;/span&gt;" after every post. Or you can subscribe to the podcast by using a software. It automatically downloads the podcasts and plays them for you.&lt;br /&gt;I would suggest &lt;a href="http://ipodder.sourceforge.net/index.php"&gt;iPodder&lt;/a&gt; for managing your podcasts as it is  a free software and is available for Windows 2000/XP, Mac OS X, GNU/Linux.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/podcase" rel="tag" class="techtag"&gt;podcase&lt;/a&gt; &lt;a href="http://technorati.com/tag/rss" rel="tag" class="techtag"&gt;rss&lt;/a&gt; &lt;a href="http://technorati.com/tag/pod" rel="tag" class="techtag"&gt;pod&lt;/a&gt; &lt;a href="http://technorati.com/tag/ipodder" rel="tag" class="techtag"&gt;ipodder&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/windows" rel="tag" class="techtag"&gt;windows&lt;/a&gt; &lt;a href="http://technorati.com/tag/mac+os+x" rel="tag" class="techtag"&gt;mac+os+x&lt;/a&gt; &lt;a href="http://technorati.com/tag/mac" rel="tag" class="techtag"&gt;mac&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/17895979-113074007705489876?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113074007705489876/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113074007705489876' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113074007705489876'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113074007705489876'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/podcast-for-free-software-blog.html' title='Podcast for Free Software Blog'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113073910775638810</id><published>2005-10-30T22:08:00.000-08:00</published><updated>2005-10-30T22:16:40.816-08:00</updated><title type='text'>ODOC: info</title><content type='html'>info - Read documentation in Info format.&lt;br /&gt;&lt;br /&gt;Summary:&lt;br /&gt;&lt;br /&gt;Apart from Man pages, some commands and applications come with a detail manual pages, called info pages, which is in info format. This info command provides Menu, Search, Cross-Referance and many other facilities.&lt;br /&gt;&lt;br /&gt;Examples:&lt;br /&gt;&lt;blockquote&gt;$ info  -- List all info pages available in the system.&lt;br /&gt;&lt;br /&gt;$ pinfo -- Curses based lynx-style info browser.&lt;br /&gt;&lt;br /&gt;$ info  emacs -- Show Emacs info page. (See man emacs, to feel the difference)&lt;br /&gt;&lt;/blockquote&gt;Read: info info, info pinfo&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&lt;/a&gt; &lt;a href="http://technorati.com/tag/info" rel="tag" class="techtag"&gt;info&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&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/17895979-113073910775638810?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113073910775638810/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113073910775638810' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113073910775638810'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113073910775638810'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/odoc-info.html' title='ODOC: info'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113073610728018520</id><published>2005-10-30T21:10:00.000-08:00</published><updated>2005-10-30T21:21:47.486-08:00</updated><title type='text'>Linux Kernel 2.6.14 released</title><content type='html'>&lt;a href="http://www.kernel.org/"&gt;Linux kernel&lt;/a&gt; 2.6.14 was released after two months of development.&lt;br /&gt;Here are some new features added to the new kernel.&lt;br /&gt;&lt;ul&gt;&lt;li&gt; HostAP - HostAP is one the most popular 802.11 device drivers for linux. It works with cards utilizing the Prism 2/2.5/3 chipset and support Host AP mode, which allows a wireless card to perform all the functions of an access point.&lt;/li&gt;&lt;li&gt;FUSE - Filesystem in USEr space provides a simple interface for userspace programs to export a virtual filesystem to the linux kernel. FUSE also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations.&lt;/li&gt;&lt;li&gt;Linux port of the Plan9's 9P protocol - 9P, or the Plan 9 Filesystem Protocol, is a network protocol developed for the Plan 9 distributed operating system as the means of connecting the components of a Plan 9 system (site).&lt;/li&gt;&lt;li&gt;Relayfs - Basically relayfs is just a bunch of per-cpu kernel buffers that can be efficiently written into from kernel code. These buffers are represented as files which can be map'ed and directly read from in user space. The purpose of this setup is to provide the simplest possible mechanism allowing potentially large amounts of data to be logged in the kernel and 'relayed' to user space.&lt;/li&gt;&lt;/ul&gt;There are many more &lt;a href="http://wiki.kernelnewbies.org/LinuxChanges"&gt;added features to the new kernel&lt;/a&gt;.&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/kernel" rel="tag" class="techtag"&gt;kernel&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux+kernel" rel="tag" class="techtag"&gt;linux+kernel&lt;/a&gt; &lt;a href="http://technorati.com/tag/kernel+2.6.14" rel="tag" class="techtag"&gt;kernel+2.6.14&lt;/a&gt; &lt;a href="http://technorati.com/tag/FUSE" rel="tag" class="techtag"&gt;FUSE&lt;/a&gt; &lt;a href="http://technorati.com/tag/Relayfs" rel="tag" class="techtag"&gt;Relayfs&lt;/a&gt; &lt;a href="http://technorati.com/tag/Plan9" rel="tag" class="techtag"&gt;Plan9&lt;/a&gt; &lt;a href="http://technorati.com/tag/9p" rel="tag" class="techtag"&gt;9p&lt;/a&gt; &lt;a href="http://technorati.com/tag/HostAP" rel="tag" class="techtag"&gt;HostAP&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/17895979-113073610728018520?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113073610728018520/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113073610728018520' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113073610728018520'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113073610728018520'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/linux-kernel-2614-released.html' title='Linux Kernel 2.6.14 released'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113068660947377367</id><published>2005-10-30T07:33:00.000-08:00</published><updated>2005-10-30T07:38:22.376-08:00</updated><title type='text'>Firefox tabs reordering</title><content type='html'>I noticed a really cool feature in Firefox 1.5 beta2.&lt;br /&gt;You can drag the tab and reorder the tab anywhere you want it to be. This is a really cool feature I wanted for many days. I always like my tabs to be present in a particular order. I guess this feature was available from Firefox 1.1 DeerPark.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/firefox" rel="tag" class="techtag"&gt;firefox&lt;/a&gt; &lt;a href="http://technorati.com/tag/Firefox+1.5+Beta+2" rel="tag" class="techtag"&gt;Firefox+1.5+Beta+2&lt;/a&gt; &lt;a href="http://technorati.com/tag/firefox+1.5" rel="tag" class="techtag"&gt;firefox+1.5&lt;/a&gt; &lt;a href="http://technorati.com/tag/tab+browsing" rel="tag" class="techtag"&gt;tab+browsing&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/17895979-113068660947377367?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113068660947377367/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113068660947377367' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113068660947377367'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113068660947377367'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/firefox-tabs-reordering.html' title='Firefox tabs reordering'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113068631678212813</id><published>2005-10-30T07:20:00.000-08:00</published><updated>2005-10-30T07:31:56.876-08:00</updated><title type='text'>ODOC: man</title><content type='html'>This is my first post of One Day One Command (ODOC) series. I hope this series will help other newbies to learn GNU/Linux the right way (through Shell)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;man - Format and display the 'man'ual pages.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Summary :&lt;br /&gt;&lt;br /&gt;Most of the Linux commands come with a specially formatted manuals, which explains "how to use the command and list options etc..". 'man' is used to view the manual page.&lt;br /&gt;This command has a number of useful options like -f, -k, -K, ...&lt;br /&gt;&lt;br /&gt;Usage:&lt;br /&gt;&lt;blockquote&gt;$ man &lt;span style="font-style: italic;"&gt;command&lt;/span&gt;&lt;/blockquote&gt;&lt;span style="font-style: italic;"&gt;&lt;/span&gt;You can also try&lt;br /&gt;&lt;blockquote&gt;$ man man&lt;/blockquote&gt;to read the manual of man.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/man" rel="tag" class="techtag"&gt;man&lt;/a&gt; &lt;a href="http://technorati.com/tag/odoc" rel="tag" class="techtag"&gt;odoc&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/17895979-113068631678212813?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113068631678212813/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113068631678212813' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113068631678212813'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113068631678212813'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/odoc-man.html' title='ODOC: man'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113067562530907124</id><published>2005-10-30T04:33:00.000-08:00</published><updated>2005-10-30T04:36:55.106-08:00</updated><title type='text'>Shell Prompt - An Overview</title><content type='html'>Now I have decided to write articles which will help the new linux user to do things the pro-way i.e. using the shell.&lt;br /&gt;There are many different shells available with the GNU/Linux system.&lt;br /&gt;Sh - The old UNIX shell&lt;br /&gt;Bash - Bourne Again Shell - rewrite of the sh shell&lt;br /&gt;csh - C Shell - similar to C funtions&lt;br /&gt;and so on.&lt;br /&gt;&lt;br /&gt;Most GNU/Linux systems come with the default Bash shell and it can be recognised by a &lt;b&gt;$&lt;/b&gt;&lt;span style="font-weight: bold;"&gt; &lt;/span&gt;prompt or a #  prompt.&lt;br /&gt;The $ prompt indicates that you are logged in as an ordinary user.&lt;br /&gt;The # prompt indicates that you are logged in as a root user. This is most powerful user, so just be careful with it.&lt;br /&gt;You can log in to the root user at anytime by using the &lt;b&gt;su&lt;/b&gt; command.&lt;br /&gt;I think this gives a basic overview of the shell. I have decided to start writing a series which will teach a new command everyday.&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/shell" rel="tag" class="techtag"&gt;shell&lt;/a&gt; &lt;a href="http://technorati.com/tag/bash" rel="tag" class="techtag"&gt;bash&lt;/a&gt; &lt;a href="http://technorati.com/tag/sh" rel="tag" class="techtag"&gt;sh&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/terminal" rel="tag" class="techtag"&gt;terminal&lt;/a&gt; &lt;a href="http://technorati.com/tag/commands" rel="tag" class="techtag"&gt;commands&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux+commands" rel="tag" class="techtag"&gt;linux+commands&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/17895979-113067562530907124?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113067562530907124/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113067562530907124' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113067562530907124'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113067562530907124'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/shell-prompt-overview.html' title='Shell Prompt - An Overview'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113050431120558166</id><published>2005-10-28T05:51:00.000-07:00</published><updated>2005-10-28T05:58:31.370-07:00</updated><title type='text'>Faster upgrades</title><content type='html'>Use a mirror which is geographically closer to your home to get faster upgrades.&lt;br /&gt;You can edit your /etc/apt/sources.list file instead of the default repository, use the mirror.&lt;br /&gt;Here are a &lt;a href="https://wiki.ubuntu.com/Archive"&gt;list of mirrors for Ubuntu&lt;/a&gt; and a &lt;a href="http://www.debian.org/mirror/list"&gt;list for Debian&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/ubuntu" rel="tag" class="techtag"&gt;ubuntu&lt;/a&gt; &lt;a href="http://technorati.com/tag/debian" rel="tag" class="techtag"&gt;debian&lt;/a&gt; &lt;a href="http://technorati.com/tag/upgrade+linux" rel="tag" class="techtag"&gt;upgrade+linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/upgrade" rel="tag" class="techtag"&gt;upgrade&lt;/a&gt; &lt;a href="http://technorati.com/tag/mirror" rel="tag" class="techtag"&gt;mirror&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/17895979-113050431120558166?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113050431120558166/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113050431120558166' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113050431120558166'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113050431120558166'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/faster-upgrades.html' title='Faster upgrades'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113049600260861565</id><published>2005-10-28T03:29:00.000-07:00</published><updated>2005-10-28T03:40:02.810-07:00</updated><title type='text'>Symphony OS Beta 1 Live CD released</title><content type='html'>The new Symphony OS Beta 1 Live CD was released and it sure looks promising. Now about the Symphony OS.&lt;br /&gt;From the website &lt;a href="http://www.symphonyos.com"&gt;http://www.symphonyos.com&lt;/a&gt;&lt;br /&gt;&lt;span style=";font-family:Arial,Helvetica,sans-serif;font-size:100%;"  &gt;&lt;/span&gt;&lt;blockquote&gt;&lt;span style=";font-family:Arial,Helvetica,sans-serif;font-size:100%;"  &gt;Symphony                        OS is a Desktop computer operating system based on Debian GNU/Linux and Knoppix GNU/Linux. Rather than using the KDE or Gnome Desktop environments as most Linux distributions do, the Symphony OS team has created the revolutionary Mezzo                        Desktop environment. Symphony provides what we consider to be the easiest to use Linux experience there is.&lt;/span&gt;&lt;p&gt;&lt;span style=";font-family:Arial,Helvetica,sans-serif;font-size:100%;"  &gt;The                        Symphony OS Project is an Open Source project, not controlled by any business entity, operated by Ryan Quinn and Jason Spisak. In the future we hope to form a non-profit Symphony OS Foundation to further our development goals. &lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;span style=";font-family:Arial,Helvetica,sans-serif;font-size:100%;"  &gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17895979-113049600260861565?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113049600260861565/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113049600260861565' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113049600260861565'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113049600260861565'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/symphony-os-beta-1-live-cd-released.html' title='Symphony OS Beta 1 Live CD released'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113049276285066294</id><published>2005-10-28T02:41:00.000-07:00</published><updated>2005-10-28T02:46:02.860-07:00</updated><title type='text'>Powerless for 30 hours</title><content type='html'>There was a heavy downpour in Chennai and it rained about 24 cm within 4 hours. So almost the entire city was switched off from power by the electricity board as a precautionary measure.&lt;br /&gt;Power returned back to my area after more than 30 hours. Due to the rain I was not able to go for the premiere of "Legend of Zorro". Very bad day.&lt;br /&gt;Anyway I am back with more blogging and more news and articles.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17895979-113049276285066294?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113049276285066294/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113049276285066294' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113049276285066294'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113049276285066294'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/powerless-for-30-hours.html' title='Powerless for 30 hours'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113034266084148717</id><published>2005-10-26T09:00:00.000-07:00</published><updated>2005-10-26T09:04:21.056-07:00</updated><title type='text'>Crontab - Easy to understand guide</title><content type='html'>Here is an &lt;a href="http://unixmages.com/stories/A-Run-in-With-Crond.html"&gt;excellent guide which teached crontab for newbies&lt;/a&gt; (that includes me too).&lt;br /&gt;For the complete newbies, a a crond is a daemon which runs any program or script you specify at any particular time.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/unix" rel="tag" class="techtag"&gt;unix&lt;/a&gt; &lt;a href="http://technorati.com/tag/cron" rel="tag" class="techtag"&gt;cron&lt;/a&gt; &lt;a href="http://technorati.com/tag/crond" rel="tag" class="techtag"&gt;crond&lt;/a&gt; &lt;a href="http://technorati.com/tag/crontab" rel="tag" class="techtag"&gt;crontab&lt;/a&gt; &lt;a href="http://technorati.com/tag/daemon" rel="tag" class="techtag"&gt;daemon&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/17895979-113034266084148717?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113034266084148717/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113034266084148717' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113034266084148717'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113034266084148717'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/crontab-easy-to-understand-guide.html' title='Crontab - Easy to understand guide'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113033687127274632</id><published>2005-10-26T07:20:00.000-07:00</published><updated>2005-10-26T07:32:31.643-07:00</updated><title type='text'>MySQL 5 released</title><content type='html'>MySQL 5 is ready for production use. Here is the snip from MySQL web site...&lt;br /&gt;&lt;br /&gt;"MySQL 5.0 is the most ambitious release in MySQL's history. MySQL 5.0&lt;br /&gt;delivers the enterprise features the community has been asking for,&lt;br /&gt;including Stored Procedures, Triggers, Views, Information Schema, XA&lt;br /&gt;Distributed Transactions, and new Storage Engines. We also added&lt;br /&gt;Strict SQL Mode to eliminate some of the 'Gotchas'. Plus, MySQL 5.0&lt;br /&gt;builds on our reputation for Reliability, Performance, and Ease of&lt;br /&gt;Use."&lt;br /&gt;&lt;br /&gt;Visit &lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://dev.mysql.com/" target="_blank"&gt;http://dev.mysql.com&lt;/a&gt; for more info.&lt;br /&gt;Here are some &lt;a href="http://sql-info.de/mysql/gotchas.html"&gt;MySQL&lt;/a&gt; and &lt;a href="http://sql-info.de/postgresql/postgres-gotchas.html"&gt;Postgresql gotchas&lt;/a&gt; one may be interested in reading.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you find a &lt;a href="http://dev.mysql.com/mysql_5_contest.html"&gt;bug in the newly released MySQL 5.0, then can win an iPod Nano&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/mysql" rel="tag" class="techtag"&gt;mysql&lt;/a&gt; &lt;a href="http://technorati.com/tag/sql" rel="tag" class="techtag"&gt;sql&lt;/a&gt; &lt;a href="http://technorati.com/tag/database" rel="tag" class="techtag"&gt;database&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/postgresql" rel="tag" class="techtag"&gt;postgresql&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/ipod" rel="tag" class="techtag"&gt;ipod&lt;/a&gt; &lt;a href="http://technorati.com/tag/nano" rel="tag" class="techtag"&gt;nano&lt;/a&gt; &lt;a href="http://technorati.com/tag/ipod+nano" rel="tag" class="techtag"&gt;ipod+nano&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/17895979-113033687127274632?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113033687127274632/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113033687127274632' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113033687127274632'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113033687127274632'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/mysql-5-released.html' title='MySQL 5 released'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113025412416324911</id><published>2005-10-25T08:21:00.000-07:00</published><updated>2005-10-25T08:37:58.800-07:00</updated><title type='text'>Linux is not Windows</title><content type='html'>Here is nice article which says why an experienced Windows user is totally lost when he sees GNU/Linux. This is a must read for Linux newbies who say that Linux is not as user-friendly as Windows.&lt;br /&gt;&lt;a href="http://linux.oneandoneis2.org/LNW.htm"&gt;http://linux.oneandoneis2.org/LNW.htm&lt;/a&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/windows" rel="tag" class="techtag"&gt;windows&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux+newbie" rel="tag" class="techtag"&gt;linux+newbie&lt;/a&gt; &lt;a href="http://technorati.com/tag/user+friendliness" rel="tag" class="techtag"&gt;user+friendliness&lt;/a&gt; &lt;a href="http://technorati.com/tag/" rel="tag" class="techtag"&gt;&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/17895979-113025412416324911?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113025412416324911/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113025412416324911' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113025412416324911'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113025412416324911'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/linux-is-not-windows.html' title='Linux is not Windows'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113024825496110891</id><published>2005-10-25T06:40:00.000-07:00</published><updated>2005-10-25T06:52:47.243-07:00</updated><title type='text'>Free as in Free Beer</title><content type='html'>After reading the article I wrote earlier where &lt;a href="http://fslog.blogspot.com/2005/10/linux-powers-robotic-cow-milking.html"&gt;opensource powers a milking robot&lt;/a&gt;, I saw another link where someone has &lt;a href="http://outhouserag.typepad.com/outhouserag/2005/09/brewing_beer_fr.html"&gt;brewed beer from milk&lt;/a&gt;.&lt;br /&gt;There is also another link where they have posted a recipe for brewing beer under the &lt;a href="http://creativecommons.org/licenses/by-sa/2.0/"&gt;Creatice Commons License&lt;/a&gt; and so you can create your own &lt;a href="http://www.voresoel.dk/main.php?id=70"&gt;open-source beer&lt;/a&gt;.&lt;br /&gt;Who said "&lt;span style="font-weight: bold;"&gt;free as in free beer&lt;/span&gt;" is not possible.&lt;br /&gt;&lt;br /&gt;Can someone try the recipe and tell whether it tastes the same as the original one?&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/free" rel="tag" class="techtag"&gt;free&lt;/a&gt; &lt;a href="http://technorati.com/tag/open" rel="tag" class="techtag"&gt;open&lt;/a&gt; &lt;a href="http://technorati.com/tag/opensource" rel="tag" class="techtag"&gt;opensource&lt;/a&gt; &lt;a href="http://technorati.com/tag/free+beer" rel="tag" class="techtag"&gt;free+beer&lt;/a&gt; &lt;a href="http://technorati.com/tag/beer+recipe" rel="tag" class="techtag"&gt;beer+recipe&lt;/a&gt; &lt;a href="http://technorati.com/tag/recipe" rel="tag" class="techtag"&gt;recipe&lt;/a&gt; &lt;a href="http://technorati.com/tag/beer+milk" rel="tag" class="techtag"&gt;beer+milk&lt;/a&gt; &lt;a href="http://technorati.com/tag/milk" rel="tag" class="techtag"&gt;milk&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/17895979-113024825496110891?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113024825496110891/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113024825496110891' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113024825496110891'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113024825496110891'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/free-as-in-free-beer.html' title='Free as in Free Beer'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113015811007101929</id><published>2005-10-24T05:41:00.000-07:00</published><updated>2005-10-24T05:48:30.080-07:00</updated><title type='text'>Linux powers robotic cow-milking machine</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/90/1737/1600/delaval_vms-thm.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/blogger/90/1737/320/delaval_vms-thm.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;A 122-year-old dairy equipment company has used Linux to control a robotic cow-milking system (the system is robotic, not the cows). Delaval's "Voluntary Milking System" lets the cows decide for themselves when to be milked, and gives dairy farmers a more independent lifestyle, free from regular milkings. The system runs a 2.4.18 Linux kernel.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/vms" rel="tag" class="techtag"&gt;vms&lt;/a&gt; &lt;a href="http://technorati.com/tag/milking" rel="tag" class="techtag"&gt;milking&lt;/a&gt; &lt;a href="http://technorati.com/tag/milk" rel="tag" class="techtag"&gt;milk&lt;/a&gt; &lt;a href="http://technorati.com/tag/robot" rel="tag" class="techtag"&gt;robot&lt;/a&gt; &lt;a href="http://technorati.com/tag/dairy" rel="tag" class="techtag"&gt;dairy&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/17895979-113015811007101929?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113015811007101929/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113015811007101929' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113015811007101929'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113015811007101929'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/linux-powers-robotic-cow-milking.html' title='Linux powers robotic cow-milking machine'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113015760692390560</id><published>2005-10-24T05:40:00.000-07:00</published><updated>2005-10-24T05:40:06.930-07:00</updated><title type='text'>Minix 3 released</title><content type='html'>&lt;a href="http://www.minix3.org"&gt;MINIX 3&lt;/a&gt; is a new open-source operating system designed to be highly reliable and secure. It is based somewhat on previous versions of MINIX, but is fundamentally different in many key ways. MINIX 1 and 2 were intended as teaching tools; MINIX 3 adds the new goal of being usable as a serious system on resource-limited and embedded computers and for applications requiring high reliability.&lt;br /&gt;&lt;br /&gt;MINIX 3 is initially targeted at the following areas:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Applications where very high reliability is required&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Single-chip, small-RAM, low-power, $100 laptop for Third-World children&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Embedded systems (e.g., cameras, DVD recorders, cell phones)&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Applications where the GPL is too restrictive (MINIX 3 uses a BSD-type license)&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Education (e.g., operating systems courses at universities)&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;MINIX 3 Features&lt;br /&gt;&lt;ul&gt;&lt;li&gt;POSIX compliant&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Networking with TCP/IP&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Two ANSI C compilers (ACK and gcc)&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Over 300 UNIX programs&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Many improvements since V2&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Full multiuser and multiprogramming&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Support for memory up to 4 GB&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Device drivers run as user processes&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Full C source code supplied&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Runs on 386, 486, Pentium, etc.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/minix" rel="tag" class="techtag"&gt;minix&lt;/a&gt; &lt;a href="http://technorati.com/tag/minix3" rel="tag" class="techtag"&gt;minix3&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/kernel" rel="tag" class="techtag"&gt;kernel&lt;/a&gt; &lt;a href="http://technorati.com/tag/freebsd" rel="tag" class="techtag"&gt;freebsd&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/17895979-113015760692390560?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113015760692390560/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113015760692390560' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113015760692390560'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113015760692390560'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/minix-3-released.html' title='Minix 3 released'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113013406557642053</id><published>2005-10-23T22:39:00.000-07:00</published><updated>2005-10-23T23:07:45.580-07:00</updated><title type='text'>Restricted Formats - Install Packages</title><content type='html'>In Ubuntu, many formats are not available as there are licensing or patents issues with such formats. Such examples are MP3s, which require about &lt;a href="http://www.mp3licensing.com/royalty/index.html"&gt;75cents for every player that plays MP3 files&lt;/a&gt;. Other formats that are not available CODECs for DVD playback, Java, Realplayer, Flash, etc.&lt;br /&gt;You can install them by following the steps in the the &lt;a href="https://wiki.ubuntu.com/RestrictedFormats"&gt;wiki page of Ubuntu&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/ubuntu" rel="tag" class="techtag"&gt;ubuntu&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/mp3" rel="tag" class="techtag"&gt;mp3&lt;/a&gt; &lt;a href="http://technorati.com/tag/ogg" rel="tag" class="techtag"&gt;ogg&lt;/a&gt; &lt;a href="http://technorati.com/tag/ogg+vorbis" rel="tag" class="techtag"&gt;ogg+vorbis&lt;/a&gt; &lt;a href="http://technorati.com/tag/java" rel="tag" class="techtag"&gt;java&lt;/a&gt; &lt;a href="http://technorati.com/tag/dvd" rel="tag" class="techtag"&gt;dvd&lt;/a&gt; &lt;a href="http://technorati.com/tag/free+format" rel="tag" class="techtag"&gt;free+format&lt;/a&gt; &lt;a href="http://technorati.com/tag/realplayer" rel="tag" class="techtag"&gt;realplayer&lt;/a&gt; &lt;a href="http://technorati.com/tag/codec" rel="tag" class="techtag"&gt;codec&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/17895979-113013406557642053?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113013406557642053/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113013406557642053' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113013406557642053'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113013406557642053'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/restricted-formats-install-packages.html' title='Restricted Formats - Install Packages'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113012978365506432</id><published>2005-10-23T21:56:00.000-07:00</published><updated>2005-10-23T22:16:47.980-07:00</updated><title type='text'>Package Management</title><content type='html'>Applications for GNU/Linux are available in various formats like source(.tar.gz), deb, rpm. In my opinion Debian's package management is far superior than others as it automatically checks for dependancy packages and installs them too(there is &lt;i&gt;yum&lt;/i&gt; forRedHat, but I don't use RedHat).&lt;br /&gt;You can install/update/remove packages using &lt;b&gt;synaptic package manager&lt;/b&gt;. Open synaptic from &lt;b&gt;System&gt;Administration&gt;Synaptic Package Manager&lt;/b&gt;.&lt;br /&gt;You can find the interface easy to use. Just select your package at the upper-right corner and click the tick box. Synaptic automatically installs the dependency packages too if required.&lt;br /&gt;So you may be asking from where does synaptic install the software. There are various repositories on the net that is used by synaptic to install or update the system. Usually we use the command line tools to install them, but synaptic gives a easy to use interface.&lt;br /&gt;You can view the repositories or add new ones by going to the &lt;b&gt;Settings&gt;Repositories&lt;/b&gt; menu and a list of repositories are shown. Click settings and tick the Show Disabled software sources.&lt;br /&gt;You can now see checkboxes next to the repositories.&lt;br /&gt;Enable the Universe repository. You can also enable the Multiverse and the Universe Security updates repository. Save the changes.&lt;br /&gt;You need to update the packages to obtain the list of packages in the repository.&lt;br /&gt;After this, you can install the packages.&lt;br /&gt;&lt;br /&gt;You can also add new Repositories. For eg&lt;br /&gt;&lt;quote&gt;deb http://www.grawert.net/ubuntu/ warty universe&lt;/quote&gt;&lt;br /&gt;Here the various fields are&lt;br /&gt;deb - neaning it is a binary&lt;br /&gt;http://www.grawert.net/ubuntu/ - URi(Uniform Resource Identifier) which is the location of the repository&lt;br /&gt;warty - the release name&lt;br /&gt;universe - section name. There can be several sections seperated by a space.&lt;br /&gt;&lt;br /&gt;Hope you have got a nice overview of the package management in Ubuntu.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/ubuntu" rel="tag" class="techtag"&gt;ubuntu&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/repository" rel="tag" class="techtag"&gt;repository&lt;/a&gt; &lt;a href="http://technorati.com/tag/deb" rel="tag" class="techtag"&gt;deb&lt;/a&gt; &lt;a href="http://technorati.com/tag/apt" rel="tag" class="techtag"&gt;apt&lt;/a&gt; &lt;a href="http://technorati.com/tag/synaptic" rel="tag" class="techtag"&gt;synaptic&lt;/a&gt; &lt;a href="http://technorati.com/tag/breezy" rel="tag" class="techtag"&gt;breezy&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/17895979-113012978365506432?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113012978365506432/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113012978365506432' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113012978365506432'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113012978365506432'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/package-management.html' title='Package Management'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113012279159897858</id><published>2005-10-23T19:46:00.000-07:00</published><updated>2005-10-23T19:59:51.603-07:00</updated><title type='text'>Easy Ubuntu 2.3</title><content type='html'>&lt;a href="http://placelibre.ath.cx/keyes/index.php/2005/09/29/45-easy-ubuntu-23"&gt;Easy Ubuntu&lt;/a&gt; is an easy way to make Ubuntu usable in few minutes. This is a beginner's tool using a graphical interface.&lt;br /&gt;&lt;p&gt;Easy Ubuntu allows you to:&lt;/p&gt;  &lt;ul&gt; &lt;li&gt;Add extra repositories for installing a lot of additional software.&lt;/li&gt;&lt;li&gt;Install multimedia codecs for reading all videos, musics and DVDs.&lt;/li&gt;&lt;li&gt;Activate the "audio preview" feature in Nautilus.&lt;/li&gt;&lt;li&gt;Install the most needed Firefox plugins: Flash, Java, Real, videos. Adds Microsoft fonts, GNOME's Firefox buttons, officials Firefox icons.&lt;/li&gt;&lt;li&gt;Install archiving support for RAR and ACE.&lt;/li&gt;&lt;li&gt;Install the most used peer-to-peer softwares: aMule (a clone of eMule) and Azureus (for Bittorent).&lt;/li&gt;&lt;li&gt;Install the Skype voice-over-IP software. (Warning: at this time Skype is &lt;strong&gt;not&lt;/strong&gt; packaged for Breezy so install don't work)&lt;/li&gt;&lt;li&gt;MSN: Install AMSN cvs with webcam support.&lt;/li&gt;&lt;li&gt;Num lock: Active the num lock at system startup.&lt;/li&gt;&lt;li&gt;Replace the GNOME foot logo with Ubuntu's logo.&lt;/li&gt;&lt;li&gt;Install the NVIDIA or ATI driver for 3D support.&lt;/li&gt; &lt;/ul&gt; I guess everyone using Ubuntu must get this and install. Really how easy life has become with free sotwares.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/ubuntu" rel="tag" class="techtag"&gt;ubuntu&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/easy+ubuntu" rel="tag" class="techtag"&gt;easy+ubuntu&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/17895979-113012279159897858?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113012279159897858/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113012279159897858' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113012279159897858'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113012279159897858'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/easy-ubuntu-23.html' title='Easy Ubuntu 2.3'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113011877288848509</id><published>2005-10-23T18:40:00.000-07:00</published><updated>2005-10-23T18:52:52.893-07:00</updated><title type='text'>Torrent list for Linux</title><content type='html'>Here is a nice list of many torrent files for downloading your linux CDs.&lt;br /&gt;&lt;a href="http://linux.mybookmarkmanager.com/"&gt;http://linux.mybookmarkmanager.com/&lt;/a&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/GNU/Linux" rel="tag" class="techtag"&gt;GNU/Linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/torrent" rel="tag" class="techtag"&gt;torrent&lt;/a&gt; &lt;a href="http://technorati.com/tag/bittorrent" rel="tag" class="techtag"&gt;bittorrent&lt;/a&gt; &lt;a href="http://technorati.com/tag/bt" rel="tag" class="techtag"&gt;bt&lt;/a&gt; &lt;a href="http://technorati.com/tag/Linux+cds" rel="tag" class="techtag"&gt;Linux+cds&lt;/a&gt; &lt;a href="http://technorati.com/tag/iso" rel="tag" class="techtag"&gt;iso&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/17895979-113011877288848509?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113011877288848509/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113011877288848509' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113011877288848509'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113011877288848509'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/torrent-list-for-linux.html' title='Torrent list for Linux'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-113008321898881737</id><published>2005-10-23T09:00:00.000-07:00</published><updated>2005-10-23T09:00:19.013-07:00</updated><title type='text'>Ubuntu Linux Installation Guide</title><content type='html'>After reading the &lt;a href="http://fslog.blogspot.com/2005/10/gnulinux-live-cd_20.html" title="Live CDs explained"&gt;live CD article&lt;/a&gt;. Live CDs are useful to try out linux and see what is so special about it. But as it runs from the CD, it isn't as fast as a installed version. Also you can't save any files to your harddisk.&lt;br /&gt;So you think it is time to switch over to installed version of your favourite GNU/Linux. Here is a guide to do how...&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;I am going to write this guide with &lt;a href="http://www.ubuntu.com"&gt;Ubuntu&lt;/a&gt; 5.10 (breezy) in mind and so you need to &lt;a href="http://download.ubuntu.com" title="Download Ubuntu"&gt;download the CD&lt;/a&gt; or &lt;a href="http://shipit.ubuntu.com" title="Order Ubuntu for free"&gt;order for free&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;First stage&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;Put the CD in your CDROM drive and boot off it (change your BIOS configuration)&lt;/li&gt;&lt;br /&gt;&lt;li&gt;After the installer starts, press enter to start.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Choose your language, country and keyboard layout. The installer detects some hardware.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Now configure your network, if you are on one.&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Partitioning the harddisk&lt;/b&gt;&lt;br /&gt;This is the most important step and be careful as you can lose your data. Please take a backup of important data.&lt;br /&gt;You have got two choices here&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;Automatically partition an entire disk - will erase the harddisk and install only Ubuntu.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Manually partition the disk.  Resize your disk so that you get atleast 4GB for your root (/) partition and 256MB for your swap.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;After finishing with the partition, save it and the installer formats your disk. &lt;/li&gt;&lt;br /&gt;&lt;li&gt;Then the base system is configured and then the packages are copied to the disk&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Installing the boot loader&lt;/b&gt;&lt;br /&gt;The bootloader is used to boot into many different operating systems by means of a menu. The installer automatically detects your OS and installs the GRUB loader.&lt;br /&gt;After this, remove your disk and reboot.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Second stage&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;After rebooting, you need to configure your timezone.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Enter your full name, username and password. There is no root account in Ubuntu and there is a nice explanation for it.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;If you have not setup your network, then you can setup your PPP to have a dial-up account for internet.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;All the set of packages required for a basic desktop installation will be setup.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Now you can login to the system with your username/password.&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;I have written this guide using the &lt;a href="https://wiki.ubuntu.com/Installation/I386" title="Ubuntu Installation"&gt;Installation guide from the Ubuntu wiki&lt;/a&gt;. Hope it was useful for newbies. You can also try this book &lt;a href="http://www.amazon.com/exec/obidos/ASIN/1590596277/freesoftwareb-20?creative=327641&amp;camp=14573&amp;link_code=as1" title="Begining Ubuntu Linux"&gt;Beginning Ubuntu Linux&lt;/a&gt; by Keir Thomas to know more about Ubuntu Linux.&lt;br /&gt;If at all you encounter any problems, please feel free to post here. Also tell me how good I am at writing such articles? &lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/ubuntu" rel="tag" class="techtag"&gt;ubuntu&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/gnu/linux" rel="tag" class="techtag"&gt;gnu/linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/installation" rel="tag" class="techtag"&gt;installation&lt;/a&gt; &lt;a href="http://technorati.com/tag/install" rel="tag" class="techtag"&gt;install&lt;/a&gt; &lt;a href="http://technorati.com/tag/i386" rel="tag" class="techtag"&gt;i386&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux+install" rel="tag" class="techtag"&gt;linux+install&lt;/a&gt; &lt;a href="http://technorati.com/tag/partition" rel="tag" class="techtag"&gt;partition&lt;/a&gt; &lt;a href="http://technorati.com/tag/" rel="tag" class="techtag"&gt;&lt;/a&gt; &lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;iframe src="http://rcm.amazon.com/e/cm?t=freesoftwareb-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=1590596277&amp;fc1=000000&amp;=1&amp;lc1=0000ff&amp;bc1=000000&amp;lt1=_blank&amp;IS2=1&amp;bg1=ffffff&amp;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17895979-113008321898881737?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/113008321898881737/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=113008321898881737' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113008321898881737'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/113008321898881737'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/ubuntu-linux-installation-guide.html' title='Ubuntu Linux Installation Guide'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-112990598640070805</id><published>2005-10-21T07:40:00.000-07:00</published><updated>2005-10-21T07:46:26.406-07:00</updated><title type='text'>Comparison of OpenOffice and MS Office</title><content type='html'>This is a continuation of my previous post about the &lt;a href="http://fslog.blogspot.com/2005/10/openofficeorg-20-released.html"&gt;release of OpenOffice.org 2.0&lt;/a&gt;. Here is a nice article which &lt;a href="http://www.realtechnews.com/posts/1705"&gt;compares MS Office and OpenOffice 2.0&lt;/a&gt;. Check this out and choose your best Office application. Also tell me which features of MS Office you seldom use and would you be able to handle your daily office applications without those features?&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/openoffice" rel="tag" class="techtag"&gt;openoffice&lt;/a&gt; &lt;a href="http://technorati.com/tag/office" rel="tag" class="techtag"&gt;office&lt;/a&gt; &lt;a href="http://technorati.com/tag/opendocument" rel="tag" class="techtag"&gt;opendocument&lt;/a&gt; &lt;a href="http://technorati.com/tag/OOo" rel="tag" class="techtag"&gt;OOo&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/GNU/Linux" rel="tag" class="techtag"&gt;GNU/Linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/msoffice" rel="tag" class="techtag"&gt;msoffice&lt;/a&gt; &lt;a href="http://technorati.com/tag/microsoft" rel="tag" class="techtag"&gt;microsoft&lt;/a&gt; &lt;a href="http://technorati.com/tag/openoffice2.0" rel="tag" class="techtag"&gt;openoffice2.0&lt;/a&gt; &lt;a href="http://technorati.com/tag/xml" rel="tag" class="techtag"&gt;xml&lt;/a&gt; &lt;a href="http://technorati.com/tag/pdf" rel="tag" class="techtag"&gt;pdf&lt;/a&gt; &lt;a href="http://technorati.com/tag/base" rel="tag" class="techtag"&gt;base&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/17895979-112990598640070805?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/112990598640070805/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=112990598640070805' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/112990598640070805'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/112990598640070805'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/comparison-of-openoffice-and-ms-office.html' title='Comparison of OpenOffice and MS Office'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-112988321336863763</id><published>2005-10-21T00:55:00.000-07:00</published><updated>2005-10-22T06:54:03.763-07:00</updated><title type='text'>OpenOffice.org 2.0 released</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/90/1737/1600/ooo-main-logo-2col-trans_png_thumb.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/blogger/90/1737/320/ooo-main-logo-2col-trans_png_thumb.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;The much awaited &lt;a href="http://www.openoffice.org/press/2.0/press_release.html"&gt;OpenOffice.org 2.0 was released&lt;/a&gt; on 20 Oct, 2005.&lt;br /&gt;OpenOffice.org natively supports the internationally standardised OpenDocument format, which several countries, as well as the U.S. state of Massachusetts, have established as the default for office documents. It is available in 36 languages (more promised) and as usual runs natively on GNU/Linux, Windows, Sun Solaris, Mac OS X and more. This new OpenDocument format prevents vendor lock-in and can be opened by any office application.&lt;br /&gt;In addition to OpenDocument format, it has a new database module, improved PDF support, a superior spreadsheet module, enhanced Desktop integration and &lt;a href="http://www.openoffice.org/dev_docs/features/2.0/index.html"&gt;many more features&lt;/a&gt;.&lt;br /&gt;View some of the &lt;a href="http://www.openoffice.org/screenshots/ooo20/index.html"&gt;nice screenshots here&lt;/a&gt;.&lt;br /&gt;So, will the new OpenOffice2.0 be a serious competitor to MS Office and what will be the answer to the OpenDocument Format? We have to wait and watch.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Update: Here is the &lt;/span&gt;&lt;a style="font-weight: bold;" href="http://download.openoffice.org/2.0.0/index.html"&gt;download link to the OpenOffice 2.0 version&lt;/a&gt;&lt;span style="font-weight: bold;"&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/openoffice" rel="tag" class="techtag"&gt;openoffice&lt;/a&gt; &lt;a href="http://technorati.com/tag/office" rel="tag" class="techtag"&gt;office&lt;/a&gt; &lt;a href="http://technorati.com/tag/opendocument" rel="tag" class="techtag"&gt;opendocument&lt;/a&gt; &lt;a href="http://technorati.com/tag/OOo" rel="tag" class="techtag"&gt;OOo&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/GNU/Linux" rel="tag" class="techtag"&gt;GNU/Linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/msoffice" rel="tag" class="techtag"&gt;msoffice&lt;/a&gt; &lt;a href="http://technorati.com/tag/microsoft" rel="tag" class="techtag"&gt;microsoft&lt;/a&gt; &lt;a href="http://technorati.com/tag/openoffice2.0" rel="tag" class="techtag"&gt;openoffice2.0&lt;/a&gt; &lt;a href="http://technorati.com/tag/xml" rel="tag" class="techtag"&gt;xml&lt;/a&gt; &lt;a href="http://technorati.com/tag/pdf" rel="tag" class="techtag"&gt;pdf&lt;/a&gt; &lt;a href="http://technorati.com/tag/base" rel="tag" class="techtag"&gt;base&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/17895979-112988321336863763?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/112988321336863763/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=112988321336863763' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/112988321336863763'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/112988321336863763'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/openofficeorg-20-released.html' title='OpenOffice.org 2.0 released'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-112982089702211616</id><published>2005-10-20T08:04:00.000-07:00</published><updated>2005-10-20T08:10:30.083-07:00</updated><title type='text'>ISO File - Explained</title><content type='html'>An ISO file is the most popular format through which almost all GNU/Linux distributions are offered. By offering a single ISO file, the users can easily download the entire contents of the CD and burn it.&lt;br /&gt;You have to burn the ISO properly and not as a single file. Your burning software will probably have some kind of facility to burn a CD image.&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/ISO" rel="tag" class="techtag"&gt;ISO&lt;/a&gt; &lt;a href="http://technorati.com/tag/Linux" rel="tag" class="techtag"&gt;Linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/distribution" rel="tag" class="techtag"&gt;distribution&lt;/a&gt; &lt;a href="http://technorati.com/tag/distro" rel="tag" class="techtag"&gt;distro&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/17895979-112982089702211616?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/112982089702211616/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=112982089702211616' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/112982089702211616'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/112982089702211616'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/iso-file-explained.html' title='ISO File - Explained'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-112981985515770059</id><published>2005-10-20T07:50:00.000-07:00</published><updated>2005-10-20T08:09:20.386-07:00</updated><title type='text'>GNU/Linux - Live CD</title><content type='html'>I am writing this article for those of you who want to know more about the GNU/Linux system and how they can try it without risking their data.&lt;br /&gt;&lt;br /&gt;GNU/Linux is a free (free as in freedom) operating system which can run on many platforms. GNU/Linux has many features like greater security, ability to run on low-end systems and so on. Moreover there are loads of free software preinstalled with a GNU/Linux that it make common tasks that you used to do with your Windows easy with GNU/Linux.&lt;br /&gt;For those of you who would like to try GNU/Linux but would not want to install it before seeing the power of Linux, there is a solution. There are Live CDs of GNU/Linux that can be put in your CDROM drive to boot directly into a feature rich GNU/Linux system.&lt;br /&gt;I would suggest two popular Live CDs&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://www.knoppix.org/"&gt;Knoppix&lt;/a&gt; is based on the &lt;a href="http://www.debian.org/"&gt;Debian&lt;/a&gt; system which has more than 2GB of free softwares compressed onto a single CD.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://www.ubuntu.com/"&gt;Ubuntu&lt;/a&gt; is based on the now popular &lt;a href="http://www.ubuntu.com/"&gt;Ubuntu&lt;/a&gt; system (which is based on Debian).&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;So you have chosen your Distribution. Here are the steps to boot into your Linux box.&lt;br /&gt;&lt;ol&gt;&lt;li&gt;You just have to download the &lt;a href="http://fslog.blogspot.com/2005/10/iso-file-explained.html"&gt;ISOs&lt;/a&gt; of the distribution you like and burn it onto a CD. &lt;/li&gt;&lt;br /&gt;&lt;li&gt;Pop it in your CDROM drive and adjust the boot sequence of your system to boot from the CD.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Boot your system and press Enter when shown. &lt;/li&gt;&lt;br /&gt;&lt;li&gt;Bingo! You have just booted into your GNU/Linux system.&lt;/li&gt;&lt;br /&gt;&lt;/ol&gt;&lt;br /&gt;If you want to return back to Windows, you just have to remove the CD and reboot, and you are back with your old Windows.&lt;br /&gt;Play around with your system and wait for more articles on how to continue from your Live CD to a full fledged installed GNU/Linux system.&lt;br /&gt;If at all you face any problems, feel free to comment here.&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/Linux" rel="tag" class="techtag"&gt;Linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/GNU/Linux" rel="tag" class="techtag"&gt;GNU/Linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/Knoppix" rel="tag" class="techtag"&gt;Knoppix&lt;/a&gt; &lt;a href="http://technorati.com/tag/Ubuntu" rel="tag" class="techtag"&gt;Ubuntu&lt;/a&gt; &lt;a href="http://technorati.com/tag/Live+CD" rel="tag" class="techtag"&gt;Live+CD&lt;/a&gt; &lt;a href="http://technorati.com/tag/Live" rel="tag" class="techtag"&gt;Live&lt;/a&gt; &lt;a href="http://technorati.com/tag/CD" rel="tag" class="techtag"&gt;CD&lt;/a&gt; &lt;a href="http://technorati.com/tag/Debian" rel="tag" class="techtag"&gt;Debian&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/17895979-112981985515770059?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/112981985515770059/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=112981985515770059' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/112981985515770059'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/112981985515770059'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/gnulinux-live-cd_20.html' title='GNU/Linux - Live CD'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-112979840314726844</id><published>2005-10-20T01:48:00.000-07:00</published><updated>2005-10-20T01:53:23.150-07:00</updated><title type='text'>Ballmer believes Vista is secure</title><content type='html'>Microsoft CEO Steve Balmer believes that most of the security flaws has been removed in the forthcoming Windows Vista. He has said that "Most people will trust it from day one on their home computer, and then they will have to decide about their corporate [PC].&lt;br /&gt;I encourage you to get it early but I must be honest among friends".&lt;br /&gt;Microsoft has already mentioned early that the new Vista will be backward compatible with the older Windows programs. So how could they be so sure of the security it provides. I guess we need to wait and watch.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17895979-112979840314726844?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/112979840314726844/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=112979840314726844' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/112979840314726844'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/112979840314726844'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/ballmer-believes-vista-is-secure.html' title='Ballmer believes Vista is secure'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-112964248715460223</id><published>2005-10-18T06:34:00.000-07:00</published><updated>2005-10-19T06:44:47.010-07:00</updated><title type='text'>Quake IV to be released for Linux</title><content type='html'>Good news for gamers - Quake IV will be released for Linux platform.&lt;br /&gt;Timothee &amp;lsquo;TTimo&amp;rsquo; Besset from id Software confirmed officially that the next sequel of the Quake series, Quake IV will be released for the Linux platform. The dedicated server will be released around the same time as the Windows version. The linux client, might be delayed a week or two. Quake4 will use the Simple Direct Media Layer (SDL) backend for input and OpenGL on Linux. The low level sys code for Linux had been needing a good rewrite for several years, so it made sense to use SDL now. Quake 4 is the first game to utilize id Software&amp;rsquo;s revolutionary DooM 3 technology. &lt;br /&gt;In the game, you are Matthew Kane, an elite member of Rhino Squad and Earth&amp;rsquo;s valiant invasion force. Fight alone, with your squad, and in hover tanks and mechanized walkers as you engage in a heroic mission into the heart of the Strogg war machine. But, in this epic war between worlds, the only way to defeat the Strogg is to become one of them. Battle through early missions as a deadly marine, then after your capture as a marine-turned-Strogg with enhanced abilities and the power to turn the tide of the war.&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/games" rel="tag" class="techtag"&gt;games&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/quake" rel="tag" class="techtag"&gt;quake&lt;/a&gt; &lt;a href="http://technorati.com/tag/quake4" rel="tag" class="techtag"&gt;quake4&lt;/a&gt; &lt;a href="http://technorati.com/tag/quakeIV" rel="tag" class="techtag"&gt;quakeIV&lt;/a&gt; &lt;a href="http://technorati.com/tag/doom" rel="tag" class="techtag"&gt;doom&lt;/a&gt; &lt;a href="http://technorati.com/tag/id" rel="tag" class="techtag"&gt;id&lt;/a&gt; &lt;a href="http://technorati.com/tag/idsoftware" rel="tag" class="techtag"&gt;idsoftware&lt;/a&gt; &lt;a href="http://technorati.com/tag/software" rel="tag" class="techtag"&gt;software&lt;/a&gt; &lt;a href="http://technorati.com/tag/sdl" rel="tag" class="techtag"&gt;sdl&lt;/a&gt; &lt;a href="http://technorati.com/tag/opengl" rel="tag" class="techtag"&gt;opengl&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/17895979-112964248715460223?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/112964248715460223/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=112964248715460223' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/112964248715460223'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/112964248715460223'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/quake-iv-to-be-released-for-linux.html' title='Quake IV to be released for Linux'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-112955624521213270</id><published>2005-10-17T06:37:00.000-07:00</published><updated>2005-10-18T06:41:44.203-07:00</updated><title type='text'>Ironpython 0.9.3 released</title><content type='html'>&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c6a7fee3-6495-427f-8b1f-768a2715170c&amp;DisplayLang=en"&gt;IronPython&lt;/a&gt; is the codename for an alpha release of the Python programming language for the .NET platform. It supports an interactive interpreter with fully dynamic compilation. It is well integrated with the rest of the framework and makes all .NET libraries easily available to Python programmers.&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/" rel="tag" class="techtag"&gt;&lt;/a&gt; &lt;a href="http://technorati.com/tag/python" rel="tag" class="techtag"&gt;python&lt;/a&gt; &lt;a href="http://technorati.com/tag/Ironpython" rel="tag" class="techtag"&gt;Ironpython&lt;/a&gt; &lt;a href="http://technorati.com/tag/Microsoft" rel="tag" class="techtag"&gt;Microsoft&lt;/a&gt; &lt;a href="http://technorati.com/tag/.net" rel="tag" class="techtag"&gt;.net&lt;/a&gt; &lt;a href="http://technorati.com/tag/Net" rel="tag" class="techtag"&gt;Net&lt;/a&gt; &lt;a href="http://technorati.com/tag/Software" rel="tag" class="techtag"&gt;Software&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/17895979-112955624521213270?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/112955624521213270/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=112955624521213270' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/112955624521213270'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/112955624521213270'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/ironpython-093-released.html' title='Ironpython 0.9.3 released'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-112955358805297986</id><published>2005-10-17T05:53:00.000-07:00</published><updated>2005-10-18T06:43:23.900-07:00</updated><title type='text'>Comparison of Solaris, Linux and FreeBSD Kernels</title><content type='html'>Here is an article which &lt;a href="http://www.opensolaris.org/os/article/2005-10-14_a_comparison_of_solaris__linux__and_freebsd_kernels/"&gt;compares the kernels of Solaris, Linux and FreeBSD&lt;/a&gt;. This article is about the scheduling and schedulers, Memory Management, paging and File Systems. A must read for any Operating Systems student.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/" rel="tag" class="techtag"&gt;&lt;/a&gt; &lt;a href="http://technorati.com/tag/solaris" rel="tag" class="techtag"&gt;solaris&lt;/a&gt; &lt;a href="http://technorati.com/tag/opensolaris" rel="tag" class="techtag"&gt;opensolaris&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/freebsd" rel="tag" class="techtag"&gt;freebsd&lt;/a&gt; &lt;a href="http://technorati.com/tag/bsd" rel="tag" class="techtag"&gt;bsd&lt;/a&gt; &lt;a href="http://technorati.com/tag/kernel" rel="tag" class="techtag"&gt;kernel&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/17895979-112955358805297986?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/112955358805297986/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=112955358805297986' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/112955358805297986'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/112955358805297986'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/comparison-of-solaris-linux-and.html' title='Comparison of Solaris, Linux and FreeBSD Kernels'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-112954615192314869</id><published>2005-10-17T01:56:00.000-07:00</published><updated>2005-10-18T06:40:01.026-07:00</updated><title type='text'>TrueCrypt - Free Disk Encryption Software</title><content type='html'>TrueCrypt is a Free, open-source disk encryption software for Windows XP/2000/2003 that encrypts on the fly.&lt;br /&gt;&lt;br /&gt;Main Features:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;It can create a virtual encrypted disk within a file and mount it as a real disk.&lt;/li&gt;   &lt;li&gt;It can encrypt an entire hard disk partition or a device, such as USB memory stick, floppy disk, etc.&lt;/li&gt;   &lt;li&gt;Provides two levels of plausible deniability, in case an adversary forces you to reveal the password:&lt;/li&gt; &lt;ol&gt;&lt;li&gt;Hidden volume (more information may be found here).&lt;/li&gt;   &lt;li&gt;No TrueCrypt volume can be identified (TrueCrypt volumes cannot be distinguished from random data).&lt;/li&gt;   &lt;/ol&gt;&lt;li&gt;Encryption algorithms: AES-256, Blowfish (448-bit key), CAST5, Serpent (256-bit key), Triple DES, and Twofish (256-bit key). Supports cascading (e.g., AES-Twofish-Serpent).&lt;/li&gt;   &lt;li&gt;Based on Encryption for the Masses (E4M) 2.02a, which was conceived in 1997.&lt;/li&gt; &lt;/ul&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/" rel="tag" class="techtag"&gt;&lt;/a&gt; &lt;a href="http://technorati.com/tag/encrypt" rel="tag" class="techtag"&gt;encrypt&lt;/a&gt; &lt;a href="http://technorati.com/tag/decrypt" rel="tag" class="techtag"&gt;decrypt&lt;/a&gt; &lt;a href="http://technorati.com/tag/security" rel="tag" class="techtag"&gt;security&lt;/a&gt; &lt;a href="http://technorati.com/tag/software" rel="tag" class="techtag"&gt;software&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/17895979-112954615192314869?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/112954615192314869/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=112954615192314869' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/112954615192314869'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/112954615192314869'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/truecrypt-free-disk-encryption.html' title='TrueCrypt - Free Disk Encryption Software'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-112946929501139222</id><published>2005-10-16T06:21:00.000-07:00</published><updated>2005-10-18T06:44:21.153-07:00</updated><title type='text'>PyKeylogger 0.6.5 released</title><content type='html'>&lt;a href="http://sourceforge.net/projects/pykeylogger"&gt;PyKeylogger&lt;/a&gt; is a simple keylogger written in python. It is primarily designed for personal backup purposes, rather than stealth keylogging (though it can do that, too). It does not raise any trust issues, since it is a short python script that you can easily examine.  &lt;br /&gt;&lt;br /&gt;This is a &lt;a href="http://sourceforge.net/forum/forum.php?forum_id=502893"&gt;bugfix release&lt;/a&gt;. Fixed the first-ever reported bug (1323518), logging to onefile. &lt;br /&gt; &lt;br /&gt;&lt;a href="http://sourceforge.net/projects/pykeylogger "&gt;http://sourceforge.net/projects/pykeylogger&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/Python" rel="tag" class="techtag"&gt;Python&lt;/a&gt; &lt;a href="http://technorati.com/tag/Keylogger" rel="tag" class="techtag"&gt;Keylogger&lt;/a&gt; &lt;a href="http://technorati.com/tag/Programming" rel="tag" class="techtag"&gt;Programming&lt;/a&gt; &lt;a href="http://technorati.com/tag/SourceForge" rel="tag" class="techtag"&gt;SourceForge&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/17895979-112946929501139222?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/112946929501139222/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=112946929501139222' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/112946929501139222'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/112946929501139222'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/pykeylogger-065-released.html' title='PyKeylogger 0.6.5 released'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-112944825351550979</id><published>2005-10-16T00:35:00.000-07:00</published><updated>2005-10-18T06:46:02.946-07:00</updated><title type='text'>Open Office RC3</title><content type='html'>&lt;a href="http://www.openoffice.org/"&gt;OpenOffice.org&lt;/a&gt; made available for free download a third release candidate of Version 2.0 of its popular open-source office suite Friday. The release includes bug fixes only and no new features.&lt;br /&gt;&lt;br /&gt;The project had planned to release its final 2.0 version on Oct. 13&amp;acirc;&amp;euro;&amp;#8221;the fifth anniversary of the founding of the organization&amp;acirc;&amp;euro;&amp;#8221;but it decided to hold off due to a "show-stopping" problem with the software. No new date has been attached to the final release, but community manager Louis Suarez-Potts said it could be ready as early as next week or as late as the end of the month.&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/openoffice" rel="tag" class="techtag"&gt;openoffice&lt;/a&gt; &lt;a href="http://technorati.com/tag/Open" rel="tag" class="techtag"&gt;Open&lt;/a&gt; &lt;a href="http://technorati.com/tag/Source" rel="tag" class="techtag"&gt;Source&lt;/a&gt; &lt;a href="http://technorati.com/tag/Microsoft" rel="tag" class="techtag"&gt;Microsoft&lt;/a&gt; &lt;a href="http://technorati.com/tag/OO.o" rel="tag" class="techtag"&gt;OO.o&lt;/a&gt; &lt;a href="http://technorati.com/tag/OOo" rel="tag" class="techtag"&gt;OOo&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/17895979-112944825351550979?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/112944825351550979/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=112944825351550979' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/112944825351550979'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/112944825351550979'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/open-office-rc3.html' title='Open Office RC3'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-112944150060990503</id><published>2005-10-15T22:33:00.001-07:00</published><updated>2005-10-23T18:40:18.643-07:00</updated><title type='text'>Ubuntu OEM Installation</title><content type='html'>An OEM (Original Equipment Manufacturer) installation mode is now available for &lt;a href="http://www.ubuntu.com/"&gt;Ubuntu 5.10&lt;/a&gt;. This will help OEMs (lke HP, Dell or even your local computer store) to pre-install Ubuntu on a computer and sell it to you. Once you buy the computer, the first time you power up, you will be asked to set your time zone, create a new user and basically customize the computer for your use.&lt;br /&gt;&lt;br /&gt;With the OEM installation mode, it is hoped that more and more vendors will pre-install Ubuntu on the computers they sell. This would increase the number of Home users using Free Softwares like GNU/Linux. OEM Installation can be done easily using the Install CD.&lt;br /&gt;Here are the steps for OEM Installation:&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;The &lt;a href="https://wiki.ubuntu.com/"&gt;Ubuntu Wiki&lt;/a&gt; has some documentation about the &lt;a href="https://wiki.ubuntu.com/OEMInstaller"&gt;OEM Installer&lt;/a&gt;. Here are the seven easy steps.&lt;br /&gt;&lt;ol&gt;  &lt;br /&gt;&lt;li&gt;Place the Ubuntu 5.10 Install CD in the CD-ROM Drive and power on the computer.&lt;/li&gt;  &lt;br /&gt;&lt;li&gt;At boot:, type oem and press Enter.&lt;/li&gt;  &lt;br /&gt;&lt;li&gt;The Ubuntu 5.10 installer will run. Follow the on-screen instructions to start the installation.&lt;/li&gt;  &lt;br /&gt;&lt;li&gt;Once the installation is complete, you will be informed that Ubuntu 5.10 has been fully installed and the computer is ready for shipping.&lt;/li&gt;  &lt;br /&gt;&lt;li&gt;You can also run a system test to check if the installation of Ubuntu 5.10 OEM mode went smoothly. The system test will run the Ubuntu Hardware Database and will check if the hardware is configured correctly.&lt;/li&gt;  &lt;br /&gt;&lt;li&gt;Sell the Computer (The next step is for the potential buyer)&lt;/li&gt;   &lt;li&gt;Power on your new Ubuntu-powered computer (or laptop!). You will be asked to select your language, keyboard layout, time zone configuration, and create your first user account. The first user account created has administrative rights via sudo. Since Ubuntu 5.10 is a multi-user system, you can create more user accounts as needed.&lt;/li&gt;&lt;br /&gt;&lt;/ol&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/ubuntu" rel="tag" class="techtag"&gt;ubuntu&lt;/a&gt; &lt;a href="http://technorati.com/tag/linux" rel="tag" class="techtag"&gt;linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/OEM" rel="tag" class="techtag"&gt;OEM&lt;/a&gt; &lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17895979-112944150060990503?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/112944150060990503/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=112944150060990503' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/112944150060990503'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/112944150060990503'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/ubuntu-oem-installation.html' title='Ubuntu OEM Installation'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-112943978094118587</id><published>2005-10-15T22:04:00.000-07:00</published><updated>2005-10-18T06:48:40.256-07:00</updated><title type='text'>Ubuntu 5.10 Breezy Badger Released</title><content type='html'>Ubuntu is a Linux distribution for your desktop or server, with a fast and easy install, regular releases, a tight selection of excellent packages installed by default. The latest version &lt;a href="http://www.ubuntu.com/newsitems/release510"&gt;Ubuntu 5.10 Breezy Badger has been released&lt;/a&gt; (Ubuntu &lt;span style="font-weight: bold;"&gt;does&lt;/span&gt; keep up with its promise of 6 month release cycle.&lt;br /&gt;Whats new in 5.10 is that it has been ported to three new architectures - HP PA-RISC, Intel IA64 and SPARC. The other major features are Thin Client Integration, OEM Installer support, LaunchPad Integration. See the &lt;a href="http://www.ubuntu.com/newsitems/release510"&gt;list of other features available&lt;/a&gt;.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Ubuntu 5.10 ISOs can be &lt;a href="http://www.ubuntu.com/download/"&gt;downloaded from the official website&lt;/a&gt; or can also be ordered through the &lt;a href="http://shipit.ubuntu.com/"&gt;ShipIt Facility&lt;/a&gt;, which ships any number of CDs to you for &lt;span style="font-weight: bold;"&gt;free&lt;/span&gt;.&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/" rel="tag" class="techtag"&gt;&lt;/a&gt; &lt;a href="http://technorati.com/tag/Ubuntu" rel="tag" class="techtag"&gt;Ubuntu&lt;/a&gt; &lt;a href="http://technorati.com/tag/Linux" rel="tag" class="techtag"&gt;Linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/Debian" rel="tag" class="techtag"&gt;Debian&lt;/a&gt; &lt;a href="http://technorati.com/tag/Computing" rel="tag" class="techtag"&gt;Computing&lt;/a&gt; &lt;a href="http://technorati.com/tag/Technology" rel="tag" class="techtag"&gt;Technology&lt;/a&gt; &lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17895979-112943978094118587?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/112943978094118587/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=112943978094118587' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/112943978094118587'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/112943978094118587'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/ubuntu-510-breezy-badger-released.html' title='Ubuntu 5.10 Breezy Badger Released'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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-17895979.post-112940202093414141</id><published>2005-10-15T11:41:00.000-07:00</published><updated>2005-10-19T06:20:25.266-07:00</updated><title type='text'>About Free Software Blog</title><content type='html'>Welcome to &lt;span style="font-weight: bold;"&gt;Free Software Blog&lt;/span&gt;.&lt;br /&gt;My name is Srinivasan and I have started this blog where I will post about the various &lt;a href="http://www.fsf.org/"&gt;Free Softwares&lt;/a&gt; available and how they could be used as a viable alternative to the proprietary ones.&lt;br /&gt;&lt;br /&gt;I need to emphasise here about what I mean by Free Softwares.&lt;br /&gt;&lt;b&gt;Free software&lt;/b&gt;, as defined by the &lt;a href="http://www.fsf.org/"&gt;Free Software Foundation&lt;/a&gt;, is software which can be used, copied, studied, modified and redistributed without restriction. Freedom from such restrictions is central to the concept of "free software", such that the opposite of free software is proprietary software, and not software which is sold for profit, such as commercial software. Free software may sometimes be known as libre software, FLOSS, or open source software.&lt;br /&gt;&lt;br /&gt;According to Richard M Stallman and the FSF, Softwares which provides the following four freedoms are classified as Free Software.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;the freedom to run the program for any purpose (called "freedom 0")&lt;/li&gt;&lt;li&gt;the freedom to study and modify the program ("freedom 1")&lt;/li&gt;&lt;li&gt;the freedom to copy the program so you can help your neighbor ("freedom 2")&lt;/li&gt;&lt;li&gt;the freedom to improve the program, and release your improvements to the public, so that the whole community benefits ("freedom 3")&lt;/li&gt; &lt;/ul&gt;See the &lt;a href="http://www.fsf.org/"&gt;FSF&lt;/a&gt; Website to know more about Free Software and Freedom&lt;br /&gt;&lt;br /&gt;In this blog I will post tutorials, tips and tricks on using free softwares instead of the proprietary ones, so that you would have the above mentioned freedoms. You can also comment on my articles so that it makes me to think. If you want me to write about some specific content, then please write to me at &lt;a href="mailto:cnus8n@gmail.com"&gt;cnus8n@gmail.com&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17895979-112940202093414141?l=fslog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fslog.blogspot.com/feeds/112940202093414141/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17895979&amp;postID=112940202093414141' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/112940202093414141'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17895979/posts/default/112940202093414141'/><link rel='alternate' type='text/html' href='http://fslog.blogspot.com/2005/10/about-free-software-blog.html' title='About Free Software Blog'/><author><name>Srinivasan</name><uri>http://www.blogger.com/profile/00336673066906169522</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></feed>
