User:Sjoden

From ArchWiki

About Me

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

Contact

  • email - sjoden (at) gmail (dot) com
  • irc - zackxf/xSjoden

My Links

My Install Notes

  • Add to groups:audio,lp,optical,power,storage,video;camera
  • Setup Iptables
    • -P INPUT DROP
    • -P FORWARD DROP
    • -A INPUT -p tcp -m tcp ! --tcp-flags FIN,SYN,RST,ACK SYN -m state --state NEW -j DROP
    • -A INPUT -f -j DROP
    • -A INPUT -p tcp -m tcp --tcp-flags FIN,SYN,RST,PSH,ACK,URG FIN,SYN,RST,PSH,ACK,URG -j DROP
    • -A INPUT -p tcp -m tcp --tcp-flags FIN,SYN,RST,PSH,ACK,URG NONE -j DROP
    • -A INPUT -i lo -j ACCEPT
    • -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
  • X11
    • xorg-server (the xorg server...)
    • xf86-input-mouse xf86-input-keyboard xf86-input-synaptics(input drivers)
    • xf86-video-intel (intel mobile video drivers, used for my i915GM and i955(?)
    • xorg-xinit (includes startx)
    • ttf-dejavu
  • daemons
    • hal(starts dbus and acpid), fam, alsa, slim
  • modules
    • ac, battery, button, fan
  • /etc/PolicyKit/PolictyKit.conf
<match user="zack">
	<match action="org.freedesktop.hal.storage.*">
		<return result="yes"/>
	</match>
	<match action="hal-storage-mount-fixed-extra-options">
		<return result="yes" />
	</match>
	<match action="hal-storage-mount-removable-extra-options">
		<return result="yes" />
	</match>
</match>