<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://antix.mepis.org/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://antix.mepis.org/index.php?title=Further_Lighten_antiX&amp;feed=atom&amp;action=history</id>
		<title>Further Lighten antiX - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://antix.mepis.org/index.php?title=Further_Lighten_antiX&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://antix.mepis.org/index.php?title=Further_Lighten_antiX&amp;action=history"/>
		<updated>2013-05-21T06:09:41Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.1</generator>

	<entry>
		<id>http://antix.mepis.org/index.php?title=Further_Lighten_antiX&amp;diff=1511&amp;oldid=prev</id>
		<title>Anticapitalista at 14:08, 26 July 2007</title>
		<link rel="alternate" type="text/html" href="http://antix.mepis.org/index.php?title=Further_Lighten_antiX&amp;diff=1511&amp;oldid=prev"/>
				<updated>2007-07-26T14:08:10Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Image:2007-07-25-191927_1024x768_scrot.png|thumb|antiX + iceWM]]&lt;br /&gt;
&lt;br /&gt;
==IceWM and startx==&lt;br /&gt;
&lt;br /&gt;
Many thanks to macondo.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first thing I did was su to root and then as root:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# apt-get update &amp;amp;&amp;amp; apt-get dist-upgrade&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
this updated the list of applications in the database and upgraded them&lt;br /&gt;
in case they hadn't been. It upgraded libmagic9 libnet-dns-perl and&lt;br /&gt;
ttf-opensymbol.&lt;br /&gt;
&lt;br /&gt;
Next:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# updatedb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then I installed the apps icewm-themes (about 80 themes), numlockx,&lt;br /&gt;
unclutter (makes the cursor disappear after 5 second, good for&lt;br /&gt;
reading), my favorite editor: joe, the firewall 'firehol', and the&lt;br /&gt;
fonts 'terminus', good for reading for long lapses.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# apt-get install icewm-themes numlockx unclutter joe firehol&lt;br /&gt;
xfonts-terminus&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# updatedb (again)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Ctrl + Alt + Delete + r (will restart icewm) and make effective any&lt;br /&gt;
changes made.&lt;br /&gt;
&lt;br /&gt;
To '''config my firewall''' and using the default editor nano:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# nano /etc/default/firehol&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
I edited and left it looking like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
START_FIREHOL=YES&lt;br /&gt;
FIREHOL_LOG_MODE=&amp;quot;ULOG&amp;quot;&lt;br /&gt;
&lt;br /&gt;
#If you want to have firehol wait for an iface to be up add it here&lt;br /&gt;
WAIT_FOR_IFACE=&amp;quot;&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
then I saved and exited nano:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Ctrl + O &amp;lt;Enter&amp;gt; the letter O is not a cap (saves)&lt;br /&gt;
Ctrl + x (exits)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# firehol-wizard &amp;lt;Enter&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
let it run, press Enter when told to do so.&lt;br /&gt;
&lt;br /&gt;
'''Set up time configuration.''' Launch 'SetClock' on menu, enter root password:&lt;br /&gt;
&lt;br /&gt;
Default messages:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
your current time zone is set to Europe/Greece&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Do you want to change this? yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Gives me a list, I chose my continent: America&lt;br /&gt;
&lt;br /&gt;
then a list of cities in America, I chose: Panama&lt;br /&gt;
&lt;br /&gt;
You may need to fix the time in the bios.&lt;br /&gt;
&lt;br /&gt;
'''To start Icewm as default WM''' instead of fluxbox, edit .xinitrc with nano:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ nano .xinitrc&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
got an empty file, I left it looking like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
numlockx &amp;amp;&lt;br /&gt;
unclutter &amp;amp;&lt;br /&gt;
icewm&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
saved/exited from nano&lt;br /&gt;
&lt;br /&gt;
Alternatively, edit the .xession file&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ leafpad .xsession&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and edit to&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
###exec startfluxbox&lt;br /&gt;
exec icewm-session&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Make booting faster and simpler:'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# nano /boot/grub/menu.lst&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
changed the booting time to zero and commented some lines to avoid&lt;br /&gt;
seeing them when I booted, edited the file and left looking like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
timeout 0&lt;br /&gt;
#color cyan/blue white/blue&lt;br /&gt;
#foreground ffffff&lt;br /&gt;
#background 0639a1&lt;br /&gt;
&lt;br /&gt;
gfxmenu /boot/grub/message&lt;br /&gt;
&lt;br /&gt;
title MEPIS at sda1, newest kernel&lt;br /&gt;
root (hd0,0)&lt;br /&gt;
kernel /boot/vmlinuz root=/dev/sda1 nomce quiet vga=791&lt;br /&gt;
resume=/dev/sda2&lt;br /&gt;
boot&lt;br /&gt;
&lt;br /&gt;
title MEPIS at sda1, previous kernel (if any)&lt;br /&gt;
root (hd0,0)&lt;br /&gt;
kernel /boot/vmlinuz.old root=/dev/sda1 nomce quiet vga=791&lt;br /&gt;
resume=/dev/sda2&lt;br /&gt;
boot&lt;br /&gt;
&lt;br /&gt;
title MEPIS at sda1, kernel 2.6.15-27-desktop&lt;br /&gt;
root (hd0,0)&lt;br /&gt;
kernel /boot/vmlinuz-2.6.15-27-desktop root=/dev/sda1 nomce quiet&lt;br /&gt;
vga=791 resume=/dev/sda2&lt;br /&gt;
boot&lt;br /&gt;
&lt;br /&gt;
title MEMTEST&lt;br /&gt;
kernel /boot/memtest86+.bin&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
saved/exited and went to edit /etc/inittab I like 'startx'&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# nano /etc/inittab&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
here I changed the runlevel to 2 and commented an extra tty to save&lt;br /&gt;
more ram:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
id:2:initdefault:&lt;br /&gt;
&lt;br /&gt;
# Run gettys in standard runlevels&lt;br /&gt;
1:2345:respawn:/sbin/getty 38400 tty1&lt;br /&gt;
2:2345:respawn:/sbin/getty 38400 tty2&lt;br /&gt;
#3:2345:respawn:/sbin/getty 38400 tty3&lt;br /&gt;
#4:2345:respawn:/sbin/getty 38400 tty4&lt;br /&gt;
#5:2345:respawn:/sbin/getty 38400 tty5&lt;br /&gt;
#6:2345:respawn:/sbin/getty 38400 tty6&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then went to /etc/fstab&lt;br /&gt;
&lt;br /&gt;
and changed this line:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/dev/sda3 /home ext3 defaults,noatime,nodev,nosuid 1 2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
saved exited&lt;br /&gt;
&lt;br /&gt;
'''Remove xdm and other unwanted apps:'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# dpkg -P xdm xterm gimp gnumeric minicom dillo links2 mutt pan&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# reboot&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
when it began to reboot I pressed Delete, got into my BIOS, changed the&lt;br /&gt;
time, pressed F10 (save/exit) and it continued rebooting, took me to&lt;br /&gt;
login, entered my username/password, typed startx, icewm came up, the&lt;br /&gt;
time was correct, so I'm a happy camper. &lt;br /&gt;
&lt;br /&gt;
'''Now to config icewm:'''&lt;br /&gt;
I got it all save in my yahoo mail so it's just a matter of copy/paste.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ nano .icewm/preferences&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
(gives me an empty file) I copied/pasted my preferences:&lt;br /&gt;
&lt;br /&gt;
See [http://www.mepislovers.org/forums/showthread.php?t=8229 this post] for icewm configuration:&lt;br /&gt;
&lt;br /&gt;
'''Shutdown apps with F7 instead of Alt+F4'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ nano .icewm/prefoverride&lt;br /&gt;
KeyWinClose=&amp;quot;F7&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
save/exit.&lt;/div&gt;</summary>
		<author><name>Anticapitalista</name></author>	</entry>

	</feed>