# Montowanie /mnt/tmp

mount -t tmpfs -o size=100m tmpfs /mnt/tmp #do it as ROOT

# Blokowanie niepotrzebnych service'ów

# service iptables stop
# setenforce 0
# service sshd stop
