os:linux:debian
This is an old revision of the document!
Debian initial
env | grep LANG export LANG=en_US.UTF-8 dpkg-reconfigure locales nano /etc/hostname -> hostname nano /etc/hosts -> 127.0.1.1 hostname.yourdomain.tld hostname invoke-rc.d hostname.sh start invoke-rc.d networking force-reload invoke-rc.d network-manager force-reload nano /etc/ssh/sshd_config -> permitrootlogin no apt-get install ufw ufw default deny incoming ufw default allow outgoing ufw allow ssh ufw allow 22 ufw enable
os/linux/debian.1497969845.txt.gz · Last modified: 2017/06/20 16:44 by ebaer