<?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-8027180</id><updated>2012-02-16T16:38:45.789-08:00</updated><title type='text'>Spartan's world</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://spartan83.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8027180/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://spartan83.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>spartan</name><uri>http://www.blogger.com/profile/04643698654843424735</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://4.bp.blogspot.com/_dHlfoEfGB2s/TGOmJzXz7LI/AAAAAAAAFDI/Cq4Rz33Q5pQ/S220/profile-pic1.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8027180.post-2984726058089607232</id><published>2009-01-09T15:28:00.000-08:00</published><updated>2009-01-09T15:40:00.774-08:00</updated><title type='text'>Deinterlacing with Mencoder</title><content type='html'>&lt;span style="font-family: verdana;"&gt;Here's some more of those Command Line Beauties that I keep forgetting. The funny thing is people at the Computer Vision Lab always do these stuffs with Adobe Premiere, they lose out in the fun game.&lt;br /&gt;&lt;br /&gt;#Getting information from a video file&lt;br /&gt;&lt;br /&gt;$ mplayer -identify part11.avi&lt;br /&gt;...&lt;br /&gt;ID_VIDEO_ID=0&lt;br /&gt;[aviheader] Video stream found, -vid 0&lt;br /&gt;AVI: No audio stream found -&gt; no sound.&lt;br /&gt;VIDEO:  [FMP4]  1922x1188  24bpp  24.000 fps  875.3 kbps (106.9 kbyte/s)&lt;br /&gt;Clip info:&lt;br /&gt; Software: MEncoder 2:1.0~rc2-0ubuntu13.1&lt;br /&gt;ID_CLIP_INFO_NAME0=Software&lt;br /&gt;ID_CLIP_INFO_VALUE0=MEncoder 2:1.0~rc2-0ubuntu13.1&lt;br /&gt;ID_CLIP_INFO_N=1&lt;br /&gt;ID_FILENAME=part11.avi&lt;br /&gt;ID_DEMUXER=avi&lt;br /&gt;ID_VIDEO_FORMAT=FMP4&lt;br /&gt;ID_VIDEO_BITRATE=875344&lt;br /&gt;ID_VIDEO_WIDTH=1922&lt;br /&gt;ID_VIDEO_HEIGHT=1188&lt;br /&gt;ID_VIDEO_FPS=24.000&lt;br /&gt;ID_VIDEO_ASPECT=0.0000&lt;br /&gt;ID_LENGTH=41.62&lt;br /&gt;...&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;# Deinterlacing an already interlaced video&lt;br /&gt;$ mencoder -ovc lavc -lavcopts vbitrate=3000 -vf lavcdeint  -ofps 24000/1001 0002.avi -o 0002new.avi&lt;br /&gt;&lt;br /&gt;# Converting a set of JPG files to an AVI video&lt;br /&gt;$ mencoder mf://*.jpg -mf w=800:h=600:fps=24:type=jpg -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -oac copy -o part11.avi&lt;br /&gt;&lt;br /&gt;I would post more of these in the next post. It feels great to be recognized for command-line skills.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8027180-2984726058089607232?l=spartan83.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://spartan83.blogspot.com/feeds/2984726058089607232/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8027180&amp;postID=2984726058089607232' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8027180/posts/default/2984726058089607232'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8027180/posts/default/2984726058089607232'/><link rel='alternate' type='text/html' href='http://spartan83.blogspot.com/2009/01/deinterlacing-with-mencoder.html' title='Deinterlacing with Mencoder'/><author><name>spartan</name><uri>http://www.blogger.com/profile/04643698654843424735</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://4.bp.blogspot.com/_dHlfoEfGB2s/TGOmJzXz7LI/AAAAAAAAFDI/Cq4Rz33Q5pQ/S220/profile-pic1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8027180.post-7282219661901054863</id><published>2008-03-24T03:40:00.000-07:00</published><updated>2008-03-24T05:47:41.298-07:00</updated><title type='text'>tovid : A tool for the intrepid DVD publisher</title><content type='html'>For weeks a friend of mine, Santosh had been requesting me to write a DVD for him that would contain some of his dance steps and a few of his favorite moments from the cultural event of his office. After trying various tools like - manDVD, qDVDauthor and tovidGUI; I tried the command line version of tovid. To much of my surprise - it was not that nasty as it looked like in the beginning.&lt;br /&gt;&lt;br /&gt;Here are some of the drawbacks of the previous tools I have tried and failed in some step or the other.&lt;br /&gt;a) manDVD -  Interface is too blunt. No matter how well you have encoded a video, it would still re-encode it. Thats unnecessary and  indeed wastes a lot of time.&lt;br /&gt;&lt;br /&gt;b) qDVDauthor - Again the interface is too blunt. For no reason, perfect mpg files encoded in a particular bitrate could not be included in the menu structure. Does not work for multimedia content in vfat filesystems. Cannot burn dvd - keeps saying /dev/cdrom (regardless of whatever path put) not found.&lt;br /&gt;&lt;br /&gt;c) tovidgui - Does not work for vfat file-systems. &lt;br /&gt;&lt;br /&gt;This is what I used to create my DVD menu from the following mpg files : &lt;br /&gt;1.mpg 2.mpg 3.mpg 4.mpg 5.mpg 6.mpg 7.mpg&lt;br /&gt;&lt;br /&gt;The menu background image was specified with the -background option and the audio playing in the background was specified by -bgaudio option. The -pal option makes the DVD compatible with TV signals inputs acceptable in most of the Asian countries. Finally the directory where the DVD directory structure is to be copied. Its better to have this directory on an ext3 filesystem.&lt;br /&gt;&lt;blockquote&gt;$ todisc -pal -files 1.mpg 2.mpg 3.mpg 4.mpg 5.mpg 6.mpg 7.mpg \&lt;br /&gt; -titles "Introduction" "Nache mahiya" "Duet performance" "Guitar" "Its rocking" "Tapanku song" "Santosh exclusive" \&lt;br /&gt; -menu-title "Umang 2007/2008" -menu-fade -menu-font Airmole -menu-fontsize 40 \&lt;br /&gt; -title-color '#2e9900' -stroke-color lightgray -thumb-font Airmole -thumb-fontsize 20 \&lt;br /&gt; -thumb-text-color '#2e9900' -showcase -background bgimg.png -bgaudio bg.mp3 \&lt;br /&gt; -showcase-titles-align west -text-mist -text-mist-color gray85 -text-mist-opacity 70 \&lt;br /&gt; -out /opt/movies/dvd-burn&lt;br /&gt;&lt;/blockquote&gt;Something that truck me after I had created the DVD (still not burned it to the DVD media)  was - if everything was alright. One of the things that should be checked out is - if all the menu buttons were behaving as they were supposed to. gxine is a good alternative in this regard.&lt;br /&gt;&lt;blockquote&gt;$ apt-get install gxine gxineplugin&lt;br /&gt;&lt;/blockquote&gt;is enough for my Debian etch 4 to install the needful. Once gxine is properly installed - the DVD contents could be tested with the following:&lt;br /&gt;&lt;blockquote&gt;$gxine dvd:///opt/movies/dvd-burn&lt;br /&gt;&lt;/blockquote&gt;If everything is alright, the menu buttons could be clicked through a virtual keypad interface provided with the gxine player. Through view-&gt;keypad, one could navigate through the various menu items.&lt;br /&gt;&lt;br /&gt;Secondly my home DVD player has limited capabilities as per as decoding audio is concerned. I know that audio encoded in AC3 could be decoded by my DVD player. Some of the files contained audio encoded in some format alien to my player &lt;span style="font-weight: bold;"&gt;mp3lib.&lt;/span&gt; I figured that out when I played the files from my command line mplayer.&lt;br /&gt;&lt;blockquote&gt;AUDIO: 48000 Hz, 2 ch, s16le, 224.0 kbit/14.58% (ratio: 28000-&gt;192000)&lt;br /&gt;Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)&lt;/blockquote&gt;Other files containing audio that are well recognized by my player spit something like this when run through mplayer :&lt;br /&gt;&lt;blockquote&gt;AUDIO: 48000 Hz, 2 ch, s16le, 224.0 kbit/14.58% (ratio: 28000-&gt;192000)&lt;br /&gt;Selected audio codec: [a52] afm: liba52 (AC3-liba52)&lt;br /&gt;&lt;/blockquote&gt;So I had to ensure that those files (encoded using mp3lib) get converted into AC3 codec supplied by liba52. mencoder comes handy here :&lt;br /&gt;&lt;blockquote&gt;$ nice -n 0 mencoder -oac lavc -lavcopts acodec=ac3:abitrate=224 -ovc copy -o 4.test.mpg 4.mpg&lt;br /&gt;&lt;/blockquote&gt;This is what I got as output when I ran mplayer:&lt;br /&gt;&lt;blockquote&gt;AUDIO: 48000 Hz, 2 ch, s16le, 224.0 kbit/14.58% (ratio: 28000-&gt;192000)&lt;br /&gt;Selected audio codec: [a52] afm: liba52 (AC3-liba52)&lt;br /&gt;&lt;/blockquote&gt;After everything looks fine, burning the DVD is what I require and makedvd is the appropriate too:&lt;br /&gt;&lt;blockquote&gt;$ makdvd -burn /opt/movies/dvd-burn&lt;/blockquote&gt;Thats it. I could play it in my TV with my DVD player. I was happy and so was Santosh. Now wasn't it a piece of cake?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8027180-7282219661901054863?l=spartan83.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://spartan83.blogspot.com/feeds/7282219661901054863/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8027180&amp;postID=7282219661901054863' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8027180/posts/default/7282219661901054863'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8027180/posts/default/7282219661901054863'/><link rel='alternate' type='text/html' href='http://spartan83.blogspot.com/2008/03/tovid-tool-for-intrepid-dvd-publisher.html' title='tovid : A tool for the intrepid DVD publisher'/><author><name>spartan</name><uri>http://www.blogger.com/profile/04643698654843424735</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://4.bp.blogspot.com/_dHlfoEfGB2s/TGOmJzXz7LI/AAAAAAAAFDI/Cq4Rz33Q5pQ/S220/profile-pic1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8027180.post-6072818231643772940</id><published>2008-03-07T23:40:00.000-08:00</published><updated>2008-03-08T02:31:15.248-08:00</updated><title type='text'>Fiddling with movie DVDs</title><content type='html'>With the advent of the cheap DVDs, movie viewing has become an experience as pleasant as never before. In a country where I live, I get DVDs that contain high quality movies (sometimes more than 3) on a single disk. Amazing isn't it? I had always wondered how I could create one like that. Technology/software isn't a challenge - though finding time among weekends, is. The objective of this post to guide myself as well as others when such requirements arise:&lt;br /&gt;&lt;br /&gt;a)  People who are oblivious to the fact that DVDs could be ripped into desired container file formats (avi, mpeg, matroska etc.) through a plethora of available codecs often copy the vob files directly from their DVDs to the computer's disk. Apparently there isn't anything wrong with that but it could only be played in computer. Also, the files couldn't be written as they are into DVDs for reading in a DVD player.&lt;br /&gt;&lt;br /&gt;I use the following mencoder commands to rip a VCD/DVD into an avi file:&lt;br /&gt;&lt;br /&gt;$  mencoder vcd://&lt;track-no&gt; -ss &lt;starting-position&gt; -endpos &lt;ending-position&gt; -oac mp3lame -ovc xvid -xvidencopts pass=1 -o /dev/null&lt;br /&gt;&lt;br /&gt;$  mencoder  vcd://&lt;track-no&gt; -ss &lt;starting-position&gt; -endpos &lt;ending-position&gt; -oac mp3lame -ovc xvid -xvidencopts pass=2:bitrate=800 -o &lt;output-file.avi&gt;&lt;br /&gt;&lt;br /&gt;Where -ss           :        Starting position in terms of seconds&lt;br /&gt;          -endpos   :        Ending positions in terms of seconds&lt;br /&gt;           bitrate could be increased to increase resolution - but then it increases file size as well&lt;br /&gt;&lt;br /&gt;And the following command to convert vob files copied directly from DVDs to mpeg files:&lt;br /&gt;&lt;br /&gt;$ mencoder -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd:tsaf -vf scale=720:480,harddup \&lt;br /&gt;-srate 48000 -af lavcresample=48000 -lavcopts \ vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=5000:vbitrate=3000:keyint=18:vstrict=0:acodec=ac3:abitrate=192:aspect=16/9 -ofps 30000/1001 -o &lt;outputfile.mpeg&gt; &lt;inputfile.vob&gt;&lt;mpegfile.mpeg&gt; &lt;name-of-vob-file.vob&gt;&lt;br /&gt;&lt;br /&gt;The more the vbitrate and vrc_maxrate values you input, the better resolution the conversion would result in.&lt;br /&gt;&lt;br /&gt;b) Joining multiple avi files too is a piece of cake with mencoder. All I had to do is :&lt;br /&gt;&lt;br /&gt;$ mencoder -ovc copy -oac copy -o &lt;large-file.avi&gt;  &lt;1st-part.avi&gt; &lt;2nd-part.avi&gt; &lt;3rd-part.avi&gt;&lt;br /&gt;&lt;br /&gt;There are many of these tips and tricks that I am sure many would find handy. I am planning to append a few more lines in this post to make it as useful as possible.&lt;br /&gt;&lt;br /&gt;For further reference you could look into :&lt;br /&gt;&lt;br /&gt;http://www.mplayerhq.hu/DOCS/HTML/en/menc-feat-vcd-dvd.html&lt;/large-file.avi&gt;&lt;/name-of-vob-file.vob&gt;&lt;/mpegfile.mpeg&gt;&lt;/output-file.avi&gt;&lt;/ending-position&gt;&lt;/starting-position&gt;&lt;/track-no&gt;&lt;/ending-position&gt;&lt;/starting-position&gt;&lt;/track-no&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8027180-6072818231643772940?l=spartan83.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://spartan83.blogspot.com/feeds/6072818231643772940/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8027180&amp;postID=6072818231643772940' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8027180/posts/default/6072818231643772940'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8027180/posts/default/6072818231643772940'/><link rel='alternate' type='text/html' href='http://spartan83.blogspot.com/2008/03/fiddling-with-movie-dvds.html' title='Fiddling with movie DVDs'/><author><name>spartan</name><uri>http://www.blogger.com/profile/04643698654843424735</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://4.bp.blogspot.com/_dHlfoEfGB2s/TGOmJzXz7LI/AAAAAAAAFDI/Cq4Rz33Q5pQ/S220/profile-pic1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8027180.post-116184699504260895</id><published>2006-10-25T23:30:00.000-07:00</published><updated>2007-01-05T16:05:37.494-08:00</updated><title type='text'>[/proc/cpuinfo]  How many brains do I have?</title><content type='html'>The title has a strange question. Isn't it an obvious one? All human beings indeed have only one brain. Computers do have brains in the form of CPUs. I happened to lurk into this file /proc/cpuinfo in my unix system. It has a lot of interesting stuffs.&lt;br /&gt;&lt;br /&gt;It was intriguing to find how many processors my machine has. The answer to the question lies on how many entries do I have. All the processors and their respective informations are tabulated under lines like this:&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;processor: 0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;vendor_id       : GenuineIntel&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;cpu family      : 15&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;model           : 4&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;model name      : Intel(R) Pentium(R) 4 CPU 3.20GHz&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;stepping        : 1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;cpu MHz         : 3192.773&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;cache size      : 1024 KB&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;processor: 1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;vendor_id       : GenuineIntel&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt; cpu family      : 15&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt; model           : 4&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt; model name      : Intel(R) Pentium(R) 4 CPU 3.20GHz&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt; stepping        : 1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt; cpu MHz         : 3192.773&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt; cache size      : 1024 KB&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;'Grep'ing through various google pages, I gathered a finer detail. The above system could have two physical processors  or a virtual processor on top a physical processor. Such a case is observed when the CPU has &lt;span style="font-weight: bold;"&gt;HYPERTHREADING(HT) &lt;/span&gt;or &lt;span style="font-weight: bold;"&gt;SYMMETRIC MULTI-THREADING(SMT) &lt;/span&gt;support available. The operating system needs to be installed with a knowledge of such processor features.&lt;br /&gt;&lt;br /&gt;Following lines in the &lt;kernel-source-tree&gt;/.config configures SMP support for a Linux kernel.&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;CONFIG_SMP=y&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;CONFIG_X86_FIND_SMP_CONFIG=y&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;CONFIG_X86_SMP=y&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Plethora of information is provided with the CPU flags section.  Presence of an &lt;span style="font-weight: bold;"&gt;ht &lt;/span&gt;flag elucidates &lt;span style="font-weight: bold;"&gt;HYPERTHREADING &lt;/span&gt;capabilty of the processor to which the flags are associated. What if the system has another physical processor together? Another flag &lt;span style="font-weight: bold;"&gt;lm &lt;/span&gt;advocates for it.&lt;br /&gt;&lt;br /&gt;The machine I use has these flags.&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;flags           : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc pni monitor ds_cpl cid xtpr&lt;/span&gt;&lt;br /&gt;Since there is no &lt;span style="font-weight: bold;"&gt;lm &lt;/span&gt;flag here, it only has one physical CPU and hence only one brain. However since the CPU has SMT capability, two processors are observed.&lt;br /&gt;&lt;br /&gt;In laymen terms SMT/HT makes the machine look more intelligent!&lt;/kernel-source-tree&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8027180-116184699504260895?l=spartan83.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://spartan83.blogspot.com/feeds/116184699504260895/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8027180&amp;postID=116184699504260895' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8027180/posts/default/116184699504260895'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8027180/posts/default/116184699504260895'/><link rel='alternate' type='text/html' href='http://spartan83.blogspot.com/2006/10/proccpuinfo-how-many-brains-do-i-have.html' title='[/proc/cpuinfo]  How many brains do I have?'/><author><name>spartan</name><uri>http://www.blogger.com/profile/04643698654843424735</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://4.bp.blogspot.com/_dHlfoEfGB2s/TGOmJzXz7LI/AAAAAAAAFDI/Cq4Rz33Q5pQ/S220/profile-pic1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8027180.post-115461245786032684</id><published>2006-08-03T06:08:00.000-07:00</published><updated>2006-08-03T06:40:57.883-07:00</updated><title type='text'>[init 1] Its Just me</title><content type='html'>After years of pondering on why on earth does anybody need a blog and if I should need one, I have found a reason to start blogging. My late hours of stay in office doesn't let me spend enough time with my diary which I have been using all these years to pen down my thoughts. To write a blog I don't need any special preparation. Not even a pen!&lt;br /&gt;&lt;br /&gt;Just half an hour at the end of a triring day is fine. Now that was all about jotting down the thoughts, is it necessary to publish it? The answer varies from individual to individual. When it comes to me, its definitely yes. The journal of my life doesn't log the activities that I simply do everyday, but it depicts a certain lesson that I learnt from them. The lesson I learnt today could be incomplete, but thats when I see it today. Tomorrow or the day after who knows, it could get complete. As I believe strongly in open source, a lot of what I have learnt all these years could be beneficial for the community that thrives for knowledge. Hence this post finds a place here.&lt;br /&gt;&lt;br /&gt;Now a short note about the subject:&lt;br /&gt;[init 1] is command in Unix based systems that brings the system to a single-user mode. Since this is my first post, it is very unlikely that it will be about something/someone other than only me.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8027180-115461245786032684?l=spartan83.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://spartan83.blogspot.com/feeds/115461245786032684/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8027180&amp;postID=115461245786032684' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8027180/posts/default/115461245786032684'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8027180/posts/default/115461245786032684'/><link rel='alternate' type='text/html' href='http://spartan83.blogspot.com/2006/08/init-1-its-just-me.html' title='[init 1] Its Just me'/><author><name>spartan</name><uri>http://www.blogger.com/profile/04643698654843424735</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://4.bp.blogspot.com/_dHlfoEfGB2s/TGOmJzXz7LI/AAAAAAAAFDI/Cq4Rz33Q5pQ/S220/profile-pic1.jpg'/></author><thr:total>0</thr:total></entry></feed>
