Debian

Reset SSH keys Debian

Remove authorized keys rm -f /root/.ssh/authorized_keys Generate new RSA key ssh-keygen -t rsa -b 4096 Remove existing host keys rm -rfv /etc/ssh/*key* Automatically regenerate host

Read More »

How to update Debian

To do a safe update run: aptitude update aptitude safe-upgrade To upgrade from one release to another run: aptitude update aptitude full-upgrade

Read More »

Configure MegaCli on Debian Stretch

View information related to virtual disks View information related to physical disks Get all info: Return errors: Identify failing physical disk Identify related mounted partition

Read More »

Most Popular