topic title: My antiX Setup
Posts: 215
macondo
Joined: 14 Sep 2007
#1
My antiX Setup

I burn the"base" iso, give 20 GB to /root and 4 GB to swap,
choose XFS as my file system, put Grub on the MBR, and finish the installation.
Take the CD out and reboot.

Come back, login as ROOT, and do apt-get update/dist-upgrade

Edit /etc/inittab and change the runlevel:

Code: Select all

# The default runlevel.
id:3:initdefault:
No DM (display manager) for me.
save/exit

Next, I edit /etc/sudoers and at the end of the file, add:

Code: Select all

yourusername  ALL=NOPASSWD:ALL
save/exit

Next I go to .bash_aliases and put:

Code: Select all

alias adu="sudo apt-get update && sudo apt-get dist-upgrade"
alias agi="sudo apt-get install"
I close the terminal, and open it again, and test this as USER:

Code: Select all

$ adu
$ agi jwm xfe mirage xchat scrot libreoffice gmrun ufw numlockx unclutter
Activate firewall:

Code: Select all

# ufw enable
As USER:
$ nano .xinitrc

Code: Select all

#!/bin/sh

setxkbmap -option terminate:ctrl_alt_bksp
xsetroot -solid black
unclutter -idle 2 &
numlockx &

exec jwm


Reboot, come back and configure jwm.

Happy trails,
macondoImage