User:Sjoden

From ArchWiki

Jump to: navigation, search

Contents

[edit] About Me

  • name - Zack Sjoden
  • residence - WA
  • occupation - IT, computer/network tech.
  • interests - photography, security, linux, programming.

[edit] Contact

  • email - sjoden (at) gmail (dot) com
  • msn - elem3nt01@hotmail.com
  • yahoo - zackxf (just for my my flickr)
  • irc - zackxf/xSjoden
  • skype - zackxf

[edit] My Links

[edit] My Install Notes

First boot

  • Make my user
  • Add to groups:audio,disk,lp,network,optical,power,storage,video;camera,dbus,hal
  • Setup Iptables
    • iptables -N open
    • iptables -A INPUT -p icmp -j ACCEPT
    • iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
    • iptables -A INPUT -j open
    • iptables -A INPUT -p tcp -j REJECT --reject-with tcp-reset
    • iptables -A INPUT -p udp -j REJECT --reject-with icmp-port-unreachable
    • iptables -A INPUT -s localhost -d localhost -j ACCEPT
    • iptables -P INPUT DROP
    • iptables -P FORWARD DROP
    • /etc/rc.d/iptables save | start
    • iptables -L

Second boot

  • add ftp.archlinux.org and ftp.ibiblio.org as mirrors for all repos
  • pacman -Sy
  • pacman -S pacman
  • pacman -Syu

Third boot

  • Xorg
    • pacman -S xorg-server (the xorg server...)
    • pacman -S xf86-input-mouse xf86-input-keyboard (input drivers)
    • pacman -S xf86-video-intel (intel mobile video drivers, used for my i915GM and i955(?)
    • pacman -S xorg-xinit (includes startx)
  • pacman -S ttf-bitstream-vera artwiz-fonts
  • pacman -S alsa-lib alsa-utils alsa-oss
  • pacman -S acpid
    • add to rc.conf module array:ac, battery, button, fan
  • pacman -S lynx
  • pacman -S libgphoto2
    • gpassword -a zack camera | hal | dbus
  • KDE apps
    • pacman -S k3b
    • pacman -S digikam
    • pacman -S amarok-base
  • pacman -S pidgin
  • pacman -S firefox
  • pacman -S thunderbird(?)
  • Lightweight WM Enviroment Prefs
    • pacman -S fluxbox pekwm bmpanel feh rxvt-unicode nitrogen(?)
  • Extra if I decide to use this...
Personal tools