Debian 9 (Stretch) , Installation on a Proxmox KVM Server | Debian 8 on a LXC Contaner |
just select apt install -y vim-nox To enable SSH login for a root user on Debian Linux system you need to first configure SSH server. Open /etc/ssh/sshd_config and change the following line: remove the #
|
first with nano /etc/ssh/sshd_config
# reboot
an Login with Traterm |
# apt full-upgrade # apt update -y && apt upgrade -y && apt autoremove # apt install vim-nox -y echo set number >> ~/.vimrc echo syntax on >> ~/.vimrc dpkg-reconfigure tzdata echo Rootadmin@domain.ltd >> ~/.forward |
vi /etc/network/interfaces auto eth0 iface eth0 inet static address 10.147.42.70 netmask 255.255.255.0 gateway 10.147.42.1 |
die IP Adresse wir im Proxmox GUI direkt bei der Herstellung des LXC angegeben | |
sudo apt-get install debsecan | ||
man debsecan | man Page | |
'pkg audit -F' | for freebsd |
Once you made the above change restart your SSH server:
# /etc/init.d/ssh restart
[ ok ] Restarting ssh (via systemctl): ssh.service.
Add then Munin-Node and Munin-Plugin
und ein Paar Tools für Analysen oder Messen der Auslastung
iftop – Network Bandwidth Monitoring | apt-get install iftop | iftop |
IPTraf– Real Time IP LAN Monitoring | apt-get install iptraf | iptraf |
Htop– Linux Process Monitoring | apt-get install htop | htop |
-
-
-
-