Konfiguration nano /etc/default/shellinabox nano /etc/init.d/shellinabox
nano /etc/default/shellinabox
nano /etc/init.d/shellinabox
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.941_all.deb dpkg --install webmin_1.941_all.deb apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python change the Webmin port: nano -w /etc/webmin/miniserv.conf /etc/init.d/webmin restart https://euve268790.serverprofi24.de:48329
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.941_all.deb
dpkg --install webmin_1.941_all.deb
apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python
nano -w /etc/webmin/miniserv.conf
/etc/init.d/webmin restart
Bash Befehlshistorie
Installation get-apt install nano
get-apt install nano
Konfiguration sudo nano /etc/ssh/sshd_config
sudo nano /etc/ssh/sshd_config
Userliste sehen wer Sudo ist nano /etc/group
nano /etc/group
neuer User -M ohne homedir, -m mit homedir sudo useradd -M <Benutzername> sudo passwd <Benutzername>
sudo useradd -M <Benutzername>
sudo passwd <Benutzername>
Installation sudo apt install fail2ban sudo cp /etc/fail2ban/jail.conf /etc/fail2ban/jail.local Konfiguration sudo nano /etc/fail2ban/jail.local Restart sudo systemctl restart fail2ban.service
sudo apt install fail2ban
sudo cp /etc/fail2ban/jail.conf /etc/fail2ban/jail.local
sudo nano /etc/fail2ban/jail.local
sudo systemctl restart fail2ban.service
Installation apt install sshguard Parameter: sudo nano /etc/default/sshguard Logfile: sudo nano /var/log/auth.log
apt install sshguard
sudo nano /etc/default/sshguard
sudo nano /var/log/auth.log
Installation apt-get install ufw benutzte Ports zeigen ss -nptl Port freigeben i.e. SSH ufw allow ssh oder ufw allow 22 Ein- bzw. Ausschalten ufw enable ufw disable Status ufw status numbered
apt-get install ufw
ss -nptl
ufw allow ssh
ufw allow 22
ufw enable
ufw disable
ufw status numbered
Reconfigure Package Database sudo dpkg --configure -a
sudo dpkg --configure -a
Use force install sudo apt-get install -f
sudo apt-get install -f
Try removing the troublesome package sudo apt remove
sudo apt remove
https://www.howtoforge.de/anleitung/so-erstellen-sie-ihren-eigenen-videokonferenzserver-mit-jitsi-meet-auf-ubuntu-1804-lts/
https://www.portainer.io
Docker Info docker info
docker info
lokale Images docker images
docker images
running Container docker ps all Container docker ps -a
docker ps
docker ps -a
start Container docker start ID oder NAMES
docker start ID oder NAMES
stop Container docker stop ID oder NAMES
docker stop ID oder NAMES
lösche Container docker rm ID oder NAMES
docker rm ID oder NAMES