
http://pinguem.ru
Size: a a a
ip
из пакета iproute2
: ss
ss -ltnp
- покажет список всех слушаемых tcp портов, программу и пользователя, от которых "слушается" этот порт.echo b > /proc/sysrq-trigger
reboot
ваш сервер нормально не перезагрузится.watch -n 1 'df -h | grep "/tmp"'
VBoxManage modifyvm 2>&1| grep vrde
1) (local) ssh -Y remote host
2) (remote) grep X11Forwarding /etc/ssh/sshd_config - должно быть yes
3) (remote) apt install xauth
4) (local) xauth list $DISPLAY
>> debian/unix:0 MIT-MAGIC-COOKIE-1 5cc4bb9f8e7988c8de08317cc86e28f1
5) (remote) xauth add :0 MIT-MAGIC-COOKIE-1 5cc4bb9f8e7988c8de08317cc86e28f1
6) (remote) virtualbox
7) profit
dpkg --audit
The following packages have been unpacked but not yet configured.
They must be configured using dpkg --configure or the configure
menu option in dselect for them to work:
The following packages are awaiting processing of triggers that they
have activated in other packages. This processing can be requested using
dselect or dpkg --configure --pending (or dpkg --triggers-only):
The following packages have been triggered, but the trigger processing
has not yet been done. Trigger processing can be requested using
dselect or dpkg --configure --pending (or dpkg --triggers-only):
apt --fix-broken install