<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Burad&#039;s Blog &#187; operating systems</title>
	<atom:link href="http://www.aburad.com/blog/tag/operating-systems/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aburad.com/blog</link>
	<description>A computer nerd who would soon be an MBA</description>
	<lastBuildDate>Thu, 28 Oct 2010 15:53:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Some Latex tips &amp; Links</title>
		<link>http://www.aburad.com/blog/2006/04/some-latex-tips-links.html</link>
		<comments>http://www.aburad.com/blog/2006/04/some-latex-tips-links.html#comments</comments>
		<pubDate>Tue, 04 Apr 2006 07:16:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[latex]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[operating systems]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=66</guid>
		<description><![CDATA[Here are some quick tips and links which you can find useful when writing some report, article in latex. Firstly here is an nice article explaining why latex is good .Here are some editors available for latex:For Linux : Kile : KDE Integrated LaTeX Environment Lyx Emacs : It&#8217;s available for a couple of operating [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some quick tips and links which you can find useful when writing some report, article in latex.</p>
<p>Firstly here is an nice article explaining <a href="http://www.andy-roberts.net/misc/latex/latexvsword.html"> why latex is good .</a><br />Here are some editors available for latex:<br />For Linux :
<ul>
<li><a href="http://kile.sourceforge.net/">Kile</a> : KDE Integrated LaTeX Environment</li>
<li><a href="http://www.lyx.org/">Lyx</a></li>
<li><a href="http://www.gnu.org/software/emacs">Emacs</a> : It&#8217;s       available for a couple of operating systems like Linux, Unix and       MS Windows. For LaTeX you should use the quite ingenious modes <a href="http://www.gnu.org/software/auctex/">AUCTeX</a>       and <a href="http://zon.astro.uva.nl/%7Edominik/Tools/reftex/">RefTeX</a>. You       may refer my <a href="http://www4.in.tum.de/%7Egruenbau/emacs.html">Emacs-page</a> for further hints.</li>
</ul>
<p>For windows :
<ul>
<li><a href="http://www.itsfd.de/texwin/link.php?do=out&#038;id=68">TexMaker</a></li>
<li><a href="http://www.itsfd.de/texwin/link.php?do=out&amp;id=43">LatexWide</a></li>
</ul>
<p><a href="http://www.andy-roberts.net/misc/latex/">Getting to grips with Latex</a><br /><a href="http://www.maths.tcd.ie/%7Edwilkins/LaTeXPrimer/">Getting Started with LaTeX</a><br /><a href="http://it.metr.ou.edu/latex/">LaTeX Tutorial</a> : some templates here<br /><a href="http://itb.biologie.hu-berlin.de/~benda/software/latex/">LaTeX Tips and Tricks</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2006/04/some-latex-tips-links.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Splash image in GRUB</title>
		<link>http://www.aburad.com/blog/2006/03/splash-image-in-grub.html</link>
		<comments>http://www.aburad.com/blog/2006/03/splash-image-in-grub.html#comments</comments>
		<pubDate>Mon, 20 Mar 2006 10:12:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[jpeg]]></category>
		<category><![CDATA[operating systems]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=59</guid>
		<description><![CDATA[The splash image is the image shown in the background when GRUB (the GRand Unified Bootloader) is displaying the list of operating systems you can boot. Creating image Start the GIMP. Click on File-&#62;New or type Ctrl+N In the new image dialog, change Width to 640 pixels and Height to 480 pixels. (The image should [...]]]></description>
			<content:encoded><![CDATA[<p>The splash image is the image shown in the background when GRUB (the GRand Unified Bootloader) is displaying the list of operating systems you can boot.<br />
<h3 style="font-weight: normal;">Creating image<br /></h3>
<ol>
<li>Start the GIMP.</li>
<li>Click on File-&gt;New or type Ctrl+N</li>
<li>In the new image dialog, change Width to 640 pixels and Height to 480 pixels. (The image should be of size 640&#215;480 pixels.) Now click OK.</li>
<li>Create the image which you would like to be the splash image. It&#8217;s quite fun to experiment with the various tools of the GIMP!</li>
<li>After you have finished creating the image, hit Alt+i or right click on the image and click on Image-&gt;Mode-&gt;Indexed&#8230;</li>
<li>In the Indexed Color Conversion dialog that appears, click on the radio button &#8220;Generate optimal Palette&#8221; and in &#8220;# of colors&#8221; enter 14. Click OK.(The image should be of only 14 colors)</li>
<li>Now right-click on the image and click on File-&gt;Save As&#8230;Save the file as <span style="font-style: italic;">ImageName.xpm</span>  in a directory of your choice.</li>
</ol>
<p>You can also pickup an image and convert to required format by ImageMagik:
<pre>convert -resize 640x480 -colors 14 picture.jpg ImageName.xpm</pre>
<h3>Installing the Image</h3>
<ul>
<li>gzip ImageName.xpm</li>
<li>mount /boot</li>
<li>mv ImageName.xpm.gz /boot/grub/</li>
</ul>
<p>In the <span style="font-style: italic;">/boot/grub/grub.conf</span> you have to point splashimage to newly created image i.e</p>
<p># Splash Image<br />splashimage=(hd0,0)/grub/ImageName.xpm.gz</p>
<p>Now you just need to reboot !!</p>
<p>Here is my boot splash screen: I just added my name and Gentoo logo :</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/197/560/1600/splash1.jpg"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/blogger/197/560/320/splash1.jpg" alt="" border="0" /></a>This is converted to jpeg. As blogger doesn&#8217;t support xpm images.</p>
<p>And some others :<a href="http://www.schultz-net.dk/grub.html" class="external text" title="http://www.schultz-net.dk/grub.html" rel="nofollow">Some splash images</a></p>
<p><span style="font-weight: bold;">UPdated</span><br />For LILO you can refer to <a href="http://www.13thfloor.at/old/Software/lilo-splash/">Lilo Boot splash</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2006/03/splash-image-in-grub.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

