<?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>Insomnitylinux | Insomnity</title>
	<atom:link href="http://insomnity.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://insomnity.com</link>
	<description>Open Source, Design, Programming, Technology, Security</description>
	<lastBuildDate>Thu, 08 Sep 2011 22:08:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Setting up Web Development Environment for Linux</title>
		<link>http://insomnity.com/2011/web-development-environtment-linux/</link>
		<comments>http://insomnity.com/2011/web-development-environtment-linux/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 13:55:19 +0000</pubDate>
		<dc:creator>fath</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[lampp]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://insomnity.com/?p=96</guid>
		<description><![CDATA[Been a while, yeah I&#8217;ve been working on a some project so barely have time for this blog. A comfortable web development environment for most peoples might vary, but for most of them, it has to be easy to access web root folder and files, easy to manage webserver and mysqlserver. On this articles, I&#8217;m going to give you a tutorial on setting up a comfortable web development environment for linux systems, from my point of view. Not entirely all systems, tested on Ubuntu 9++, Kubuntu 9++ and up, Mint 10 KDE. In theory, it will work on most linux system, just need some workaround. Here are a few things that needs to be prepared : 1. Fully working Linux Systems 2. A bit knowledge on how to use the terminal 3. XAMPP for Linux [get it here] 4. Patience First thing first, assume that I use apronouva as username and my host system name is insomnity, change it to whatever username you used for login into your systems. Lets assume you already downloaded XAMPP for linux, by the time I wrote this tutorial, it is ver. 1.7.4 packed with : Apache 2.2.17, MySQL 5.5.8, PHP 5.3.5 &#038; PEAR + [...]]]></description>
			<content:encoded><![CDATA[<p>Been a while, yeah I&#8217;ve been working on a some project so barely have time for this blog.</p>
<p>A comfortable web development environment for most peoples might vary, but for most of them, it has to be easy to access web root folder and files, easy to manage webserver and mysqlserver.</p>
<p>On this articles, I&#8217;m going to give you a tutorial on setting up <strong>a comfortable web development environment for linux systems</strong>, from my point of view. Not entirely all systems, tested on Ubuntu 9++, Kubuntu 9++ and up, Mint 10 KDE. In theory, it will work on most linux system, just need some workaround.</p>
<p>Here are a few things that needs to be prepared :<br />
1. Fully working Linux Systems<br />
2. A bit knowledge on how to use the terminal<br />
3. XAMPP for Linux [<a href="http://www.apachefriends.org/en/xampp-linux.html">get it here</a>]<br />
4. Patience</p>
<p><strong>First thing first, assume that I use apronouva as username and my host system name is insomnity, change it to whatever username you used for login into your systems.</strong></p>
<p>Lets assume you already downloaded XAMPP for linux, by the time I wrote this tutorial, it is ver. 1.7.4 packed with :</p>
<blockquote><p>
Apache 2.2.17, MySQL 5.5.8, PHP 5.3.5 &#038; PEAR + SQLite 2.8.17/3.6.16 + multibyte (mbstring) support, Perl 5.10.1, ProFTPD 1.3.3d, phpMyAdmin 3.3.8, OpenSSL 1.0.0c, GD 2.0.1, Freetype2 2.1.7, libjpeg 6b, libpng 1.2.12, gdbm 1.8.0, zlib 1.2.3, expat 1.2, Sablotron 1.0, libxml 2.7.6, Ming 0.4.2, Webalizer 2.21-02, pdf class 009e, ncurses 5.7, mod_perl 2.0.4, FreeTDS 0.63, gettext 0.17, IMAP C-Client 2007e, OpenLDAP (client) 2.4.21, mcrypt 2.5.7, mhash 0.8.18, eAccelerator 0.9.6.1, cURL 7.21.0, libxslt 1.1.26, libapreq 2.12, FPDF 1.6, XAMPP Control Panel 0.8, bzip 1.0.5, PBXT 1.0.11-6-pre-ga (temporarily disabled), PBMS 0.5.15 (temporarily disabled), PBMSlib 0.5.15, ICU4C Library 4.2.1
</p></blockquote>
<p>Pretty much complete, right ? Now lets get the dirty bit begin. Now hit up a terminal and make sure you and the newly downloaded xampp-linux-1.7.4.tar.gz are on youre home folder. In short, just extract the whole archive into directory <strong>/opt/ </strong>. Afterwards, set up the permission owner of the files and make some linking to the home folder so we won&#8217;t need to go deeper into the system just to edit our web files and folders. <strong>Remember, change apronouva to your own username!</strong></p>
<pre>
apronouva@insomnity ~ $ sudo tar -zxvf xampp-linux-1.7.4.tar.gz -C /opt/
apronouva@insomnity ~ $ sudo chown -Rf apronouva /opt/lampp/htdocs/
apronouva@insomnity ~ $ ln -s /opt/lampp/htdocs/ www/
</pre>
<p>Yup, particularly installed, your xampp for linux and basic directory set up. The outcome will be as belows.<br />
<a href="http://www.flickr.com/photos/20661573@N04/5901084738/" title="xampp-linked by dejavu.shin, on Flickr"><img class="aligncenter" src="http://farm6.static.flickr.com/5151/5901084738_81a734db2c.jpg" width="500" height="231" alt="xampp-linked"></a></p>
<p><strong>Now for the Graphical User Control Panel.</strong></p>
<p>Actually, xampp already have linux graphical control panel, its just that the documentation are not that complete and its features not as rich as Windows Xampp Control Panel. All located on directory /opt/lampp/share/xampp-control-panel/ theres python application and already compiled binary. We&#8217;re going to use the already compiled one. Hook up terminal again.</p>
<pre>
apronouva@insomnity ~ $ sudo nano ~/.local/share/applications/xampp-control-panel.desktop
</pre>
<p>Now input the settings and code below. <em>For gnome user, change kdesudo to gksudo</em>. For the icon, you may use whatever icon you wished for because the location and icon name might vary depending on your system.</p>
<pre>
[Desktop Entry]
Comment=Start Developing Web Apps
Name=WebDev Env. CP
Exec=kdesudo /opt/lampp/share/xampp-control-panel/xampp-control-panel.py
Icon=/usr/share/icons/hicolor/48x48/actions/kt-start.png
Encoding=UTF-8
Terminal=false
Type=Application
</pre>
<p>Next, your shortcut should be available on your Application Launcher under <em>Applications > Others</em> (gnome) or <em>Application > Lost &#038; Founds</em> (kde) . You will need to provide sudoers passwords to use the application. </p>
<p><img class="aligncenter" src="http://farm7.static.flickr.com/6013/5900519623_9b0a5b64ac.jpg" alt="xampp-linuxcp"></p>
<p>Yup, now just activate the apache2 server, mysql server, open up your browser and point to http://localhost. Now you will be able to edit and develop your web application easier. The services can be activated when needed and won&#8217;t eat your resource when not needed.</p>
<p>If you want to mess around with the configuration such as httpd.conf, mysql.ini, php.ini, proftpd.conf. Go to /opt/lampp/etc/</p>
<p>Well, thats all for now folks, happy developing. Comments, suggestions and corrections are always welcomed.</p>
<h4>Incoming search terms:</h4><ul><li>xampp arch linux</li><li>linux xampp development environment</li><li>xampp linux mysql ini</li><li>setting up web development environment linux</li><li>xampp tutorial for linux</li><li>wordpress xampp development</li><li>xampp arch</li><li>xampp control panel 0 8 bzip</li><li>xampp control panel arch linux</li><li>web development linux tutorial</li></ul><div id="seo_alrp_related"><h2>Posts Related to Setting up Web Development Environment for Linux</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://insomnity.com/2011/how-to-secure-your-wordpress-blog/" rel="bookmark">How to Secure Your WordPress Blog?</a></h3><p>Hi, today I would like to cover a slight look on how to secure your WordPress, starting from the practical daily use and technical stuff. ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://insomnity.com/2011/install-modem-aha-on-linux/" rel="bookmark">Install Modem AHA on Linux System</a></h3><p>Tested kernel : Linux 2.6.32 and UP Tested OS : Ubuntu 10.04 ++, Blankon 6.1, Backtrack 4R2++, OpenSUSE 11.3 ++, Fedora 14, Slackware 13.37, Archlinux ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://insomnity.com/2011/costumize-linux-bootloader/" rel="bookmark">Classic way to costumize linux bootloader</a></h3><p>This is a classic way to customizing Bootloader, since its the same way I modified bootloader until few months ago. GRUB Grub uses 640x480(px) and ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://insomnity.com/2011/web-development-environtment-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Modem AHA on Linux System</title>
		<link>http://insomnity.com/2011/install-modem-aha-on-linux/</link>
		<comments>http://insomnity.com/2011/install-modem-aha-on-linux/#comments</comments>
		<pubDate>Thu, 05 May 2011 00:47:23 +0000</pubDate>
		<dc:creator>fath</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[modem aha]]></category>
		<category><![CDATA[modem olive]]></category>
		<category><![CDATA[wvdial]]></category>

		<guid isPermaLink="false">http://insomnity.com/?p=61</guid>
		<description><![CDATA[Tested kernel : Linux 2.6.32 and UP Tested OS : Ubuntu 10.04 ++, Blankon 6.1, Backtrack 4R2++, OpenSUSE 11.3 ++, Fedora 14, Slackware 13.37, Archlinux Modem : Olive V-ME 110 Provider : AHA (http://www.aha.co.id) CLI Way 1. Open Terminal : apronouva@insomnity:~$ lsusb Bus 008 Device 002: ID 0461:4d22 Primax Electronics, Ltd Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 006 Device 002: ID 201e:2009 Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 003: ID 5986:0145 Acer, Inc Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 2. Got the &#8220;Bus 006 Device 002: ID 201e:2009&#8243; ? Good. apronouva@insomnity:~$ sudo modprobe usbserial vendor=0x201e product=0x2009 apronouva@insomnity:~$ ls /dev/ttyUSB* ls: cannot access /dev/ttyUSB*: No such file or directory 3. Because /dev/ttyUSB* not found, it means the devices detected as CD-ROM. You need to eject it first, [...]]]></description>
			<content:encoded><![CDATA[<p>Tested kernel : Linux 2.6.32 and UP<br />
Tested OS : Ubuntu 10.04 ++, Blankon 6.1, Backtrack 4R2++, OpenSUSE 11.3 ++, Fedora 14, Slackware 13.37, Archlinux<br />
Modem : Olive V-ME 110<br />
Provider : AHA (http://www.aha.co.id)</p>
<p><strong>CLI Way</strong><br />
1. Open Terminal :</p>
<pre>
apronouva@insomnity:~$ lsusb
Bus 008 Device 002: ID 0461:4d22 Primax Electronics, Ltd
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 002: ID 201e:2009
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 003: ID 5986:0145 Acer, Inc
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
</pre>
<p>2. Got the &#8220;Bus 006 Device 002: ID 201e:2009&#8243; ? Good.</p>
<pre>
apronouva@insomnity:~$ sudo modprobe usbserial vendor=0x201e product=0x2009
apronouva@insomnity:~$ ls /dev/ttyUSB*
ls: cannot access /dev/ttyUSB*: No such file or directory
</pre>
<p>3. Because /dev/ttyUSB* not found, it means the devices detected as CD-ROM. You need to eject it first, normally it should be /dev/sr1 if you already have CD-ROM devices. Could be different.</p>
<pre>
apronouva@insomnity:~$ eject /dev/sr1
apronouva@insomnity:~$ ls /dev/ttyUSB*
/dev/ttyUSB0  /dev/ttyUSB1  /dev/ttyUSB2
</pre>
<p>4. Works good, next, edit /etc/wvdial.conf</p>
<pre>
[Dialer Defaults]
Init = ATZ
Init = ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0
Modem Type = USB Modem
#Baud = 921600
Baud = 115200
Modem = /dev/ttyUSB0
Phone = #777
Username = aha@aha.co.id
Password = aha
New PPPD = yes
Stupid Mode = 1
</pre>
<p>5. Save it, now test your connection</p>
<pre>
apronouva@insomnity:~$ sudo wvdial
[sudo] password for apronouva:
--&gt; WvDial: Internet dialer version 1.60
--&gt; Cannot get information for serial port.
--&gt; Initializing modem.
--&gt; Sending: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0
OK
--&gt; Modem initialized.
--&gt; Sending: ATDT#777
--&gt; Waiting for carrier.
ATDT#777
CONNECT 3100000
--&gt; Carrier detected.  Starting PPP immediately.
--&gt; Starting pppd at Sat Sep 18 20:56:03 2010
--&gt; Pid of pppd: 2265
--&gt; Using interface ppp0
--&gt; local  IP address 10.64.22.10
--&gt; remote IP address 192.168.240.83
--&gt; primary   DNS address 202.152.192.35
--&gt; secondary DNS address 202.152.203.2
</pre>
<p>Great, now its connected.</p>
<p>Another workaround, if you prefer usb_modeswitch method, take it from <a href="ftp://ftp.gunadarma.ac.id/blankon/pool/main/u/usb-modeswitch/usb-modeswitch_1.1.3-1blankon1_i386.deb">here</a> and <a href="ftp://ftp.gunadarma.ac.id/blankon/pool/main/u/usb-modeswitch-data/usb-modeswitch-data_20100621-1blankon1_all.deb">here</a>, then edit /etc/usb_modeswitch.conf :</p>
<pre>
DefaultVendor = 0x201e
DefaultProduct = 0x2009
#
TargetVendor = 0x201e
TargetProduct = 0x2009
#
CheckSuccess=20
#
MessageContent="555342431234567824000000800108df200000000000000000000000000000"
</pre>
<p>You can add this lines into /etc/modules to autodetect modem on each reboot :</p>
<pre>
usbserial vendor=0x201e product=0x2009
</pre>
<p><em>Warning : This might be different on another distros, practically, it lets modprobe to execute &#8220;usbserial vendor=0x201e product=0&#215;2009&#8243; at reboot.</em></p>
<p><strong>GUI way :</strong><br />
1. Download and install gnome-ppp package (sorry, haven&#8217;t found KDE one)<br />
2.a. Make sure modem detected, if not, you need to use CLI way above<br />
2.b. Activate  &#8220;<strong>Connect to Internet using Modem</strong>&#8221; on menu <em>System &gt; Administration &gt; User &amp; Groups &gt; Advanced Settings &gt; User Privileges</em><br />
3. Set it up according to the variable on CLI above, connect, done! Thats it! only three steps, and practically two.</p>
<p><em>Update :</em></p>
<h2>Info from Farihul Rouf (translated)</h2>
<p>GUI way :<br />
1- insert Modem AHA<br />
2- after detected, issue command : <em>cd /media/AHA\ Dialer/Linux/</em><br />
3- check the file using : <em>ls -l</em><br />
You will get something like these :<br />
-r——– 1 wangkeit wangkeit 827218 2010-06-03 17:12 data.bin<br />
-r——– 1 wangkeit wangkeit 19701 2009-09-12 18:40 DataCard_Verify<br />
-r——– 1 wangkeit wangkeit 23369 2010-06-03 17:12 install<br />
-r——– 1 wangkeit wangkeit 16971227 2010-06-03 17:12 MobilePartner.tar.gz<br />
-r——– 1 wangkeit wangkeit 871 2010-06-03 17:12 readme.txt<br />
-r——– 1 wangkeit wangkeit 920 2010-06-03 17:12 SysConfig.dat<br />
4- issue <em>sudo chmod 700 install</em><br />
5- execute it : ./install<br />
6- Wait up a moment, and AHA GUI client will be installed : You can use it to connect and sent sms.</p>
<p><em>Disclaimer </em>: On Ubuntu, BlankOn, Backtrack, OpenSUSE and Fedora, the essential is having package wvdial installed, on Archlinux, because its pretty nice and bleeding edge distros, it needs more workaround on the kernel. This posts was originally from my personal blog at <a href="http://chibifish.wordpress.com">Chibifish</a>. I personally prefer CLI way. IMHO, its more stable than the GUI way. Basically, the installation on most modem are the same, you only need to probe its modules, make the system detect your modem, then let wvdial do the connection for you. </p>
<p><em>Credits: <a href="http://aha.co.id">AHA</a>, <a href="http://insomnity.com">Insomnity</a>, <a href="http://ubuntuforums.org">forum Ubuntu</a>, <a href="http://groups.google.com/group/id-ubuntu">milis ID-Ubuntu</a>, <a href="http://groups.google.com/group/blankon">milis BlankON</a>.</em></p>
<h4>Incoming search terms:</h4><ul><li>Modem aha</li><li>instal modem aha di linux</li><li>instal aha di linux</li><li>setting modem aha di linux</li><li>tutorial install modem</li><li>instal modem aha</li><li>how to install modem aha</li><li>aha co id</li><li>install modem di fedora</li><li>modem aha linux</li></ul><div id="seo_alrp_related"><h2>Posts Related to Install Modem AHA on Linux System</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://insomnity.com/2011/costumize-linux-bootloader/" rel="bookmark">Classic way to costumize linux bootloader</a></h3><p>This is a classic way to customizing Bootloader, since its the same way I modified bootloader until few months ago. GRUB Grub uses 640x480(px) and ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://insomnity.com/2011/web-development-environtment-linux/" rel="bookmark">Setting up Web Development Environment for Linux</a></h3><p>Been a while, yeah I've been working on a some project so barely have time for this blog. A comfortable web development environment for most ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://insomnity.com/2011/netcut-arp-exploitation/" rel="bookmark">NETCUT ARP exploitation, how it works, how to avoid</a></h3><p>Well, lets see, who doesn't know about netcut ? Netcut has been around for sometimes as a handy little tools to wreak havoc on local ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://insomnity.com/2011/install-modem-aha-on-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Classic way to costumize linux bootloader</title>
		<link>http://insomnity.com/2011/costumize-linux-bootloader/</link>
		<comments>http://insomnity.com/2011/costumize-linux-bootloader/#comments</comments>
		<pubDate>Tue, 03 May 2011 23:58:06 +0000</pubDate>
		<dc:creator>fath</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[bootloaders]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[lilo]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://insomnity.com/?p=55</guid>
		<description><![CDATA[This is a classic way to customizing Bootloader, since its the same way I modified bootloader until few months ago. GRUB Grub uses 640&#215;480(px) and up to 14 color for the background image. You may convert/resize any images with any image editor, save it as .xpm file. If you have ImageMagick, you may use : $ convert yourbootimage.png  -colors 14 -resize 640x480  bootimggrub.xpm Then gzipped and copy boot-grub.xpm to /boot/grub $ gzip bootimggrub.xpm $ cp bootimggrub.xpm.gz /boot/grub Now open /boot/grub/grub.conf and add bootimggrub, here&#8217;s an example of configuration : default=0 timeout=33 splashimage=(hd1,0)/boot/grub/bootimggrub.xpm.gz foreground=000000 background=fafafafa hiddenmenu title Slackware 12 (2.6.21.5-huge-smp) root (hd1,0) kernel /boot/vmlinuz-huge-smp-2.6.21.5-smp root=/dev/hda10 ro boot title Windows XP SP3 rootnoverify (hd0,0) chainloader +1 The other customizable lines: default=0: The default priority boot Operating System timeout=33: Countdown timer setting for selecting OS foreground, background: This is for the color setting. title Slackware 12 (2.6.21.5-huge-smp): This is where you edit the title for your OS, only this line, the afterlines are meant to be left as is. LILO LILO uses the same resolution, 640&#215;480(px), but up to 255 color. Convert and save your image as .bmp file. After that, copy that file to /boot. For example, I use mybootimg.bmp, then : $ cp [...]]]></description>
			<content:encoded><![CDATA[<p>This is a classic way to customizing Bootloader, since its the same way I modified bootloader until few months ago.</p>
<p><strong>GRUB</strong></p>
<p>Grub uses 640&#215;480(px) and up to 14 color for the background image. You  may convert/resize any images with any image editor, save it as .xpm  file. If you have ImageMagick, you may use :</p>
<pre>
$ convert yourbootimage.png  -colors 14 -resize 640x480  bootimggrub.xpm
</pre>
<p>Then gzipped and copy boot-grub.xpm to /boot/grub</p>
<pre>
$ gzip bootimggrub.xpm
$ cp bootimggrub.xpm.gz /boot/grub
</pre>
<p>Now open /boot/grub/grub.conf and add bootimggrub, here&#8217;s an example of configuration :</p>
<pre>
default=0
timeout=33
splashimage=(hd1,0)/boot/grub/bootimggrub.xpm.gz
foreground=000000
background=fafafafa
hiddenmenu
title Slackware 12 (2.6.21.5-huge-smp)
root (hd1,0)
kernel /boot/vmlinuz-huge-smp-2.6.21.5-smp root=/dev/hda10 ro
boot
title Windows XP SP3
rootnoverify (hd0,0)
chainloader +1
</pre>
<p>The other customizable lines:<br />
default=0: The default priority boot Operating System<br />
timeout=33: Countdown timer setting for selecting OS<br />
foreground, background: This is for the color setting.<br />
title Slackware 12 (2.6.21.5-huge-smp): This is where you edit the title for your OS, only this line, the afterlines are meant to be left as is.</p>
<p><strong>LILO</strong></p>
<p>LILO uses the same resolution, 640&#215;480(px), but up to 255 color. Convert  and save your image as .bmp file. After that, copy that file to /boot. For example, I use mybootimg.bmp, then :</p>
<pre>
$ cp mybootimg.bmp /boot
</pre>
<p>Now edit file /etc/lilo.conf, and put these lines:</p>
<pre>
install=bmp
bitmap=/boot/mybootimg.bmp
bmp-table=50p,215p,1,6
bmp-colors=255,0,240,75,240,60
bmp-timer=580p,455p,0,254,
</pre>
<p>Where :<br />
bmp-table : A position of where the LILO table must be shown. The syntax is (x-coordinates),(y-coordinates),(column),(row); p means in pixels. On my examples, it means the LILO table will be shown 50pixels from left and 215pixels from top.</p>
<p>bmp-colors : Color setting. The syntax is &lt;foreground&gt;,&lt;background&gt;,&lt;shadowbackground&gt;,&lt;selectionforeground&gt;,&lt;selectionbackground&gt;,&lt;selectionshadow&gt;</p>
<p>You may left both shadow color and selection shadow color empty, the value is 0-254.</p>
<p>bmp-timer : Countdown Timer  setting for OS selection. The syntax is  &lt;x-coordinates&gt;,&lt;y-coordinates&gt;,&lt;bgcolor&gt;,&lt;fgcolor&gt;,&lt;shadowcolor&gt;</p>
<p>Check above rule for value.</p>
<p>Once you are sure that /etc/lilo.conf is properly configured, run</p>
<pre>
$ lilo -v
</pre>
<p>This is an old writing of mine, just want to keep it safe <img src='http://insomnity.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h4>Incoming search terms:</h4><ul><li>lilo bmp-color example</li><li>arch lilo resolution</li><li>slackware lilo bmp</li><li>slackware boot loader</li><li>lilo bootloader background</li><li>lilo bootloader</li><li>lilo bmp-colors</li><li>konfigurasi di boot loader slackware 12</li><li>grub xpm color</li><li>costumizing</li></ul><div id="seo_alrp_related"><h2>Posts Related to Classic way to costumize linux bootloader</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://insomnity.com/2011/netcut-arp-exploitation/" rel="bookmark">NETCUT ARP exploitation, how it works, how to avoid</a></h3><p>Well, lets see, who doesn't know about netcut ? Netcut has been around for sometimes as a handy little tools to wreak havoc on local ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://insomnity.com/2011/install-modem-aha-on-linux/" rel="bookmark">Install Modem AHA on Linux System</a></h3><p>Tested kernel : Linux 2.6.32 and UP Tested OS : Ubuntu 10.04 ++, Blankon 6.1, Backtrack 4R2++, OpenSUSE 11.3 ++, Fedora 14, Slackware 13.37, Archlinux ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://insomnity.com/2011/border-radius-css-rounded-corner/" rel="bookmark">Border Radius CSS Rounded Corner</a></h3><p>Particularly last years, a lot of people still get it hard to make a rounded corner layout using a pure CSS, there will still be ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://insomnity.com/2011/costumize-linux-bootloader/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

