Archive

Shopware shell commands

Running specific commands from the Linux shell makes routine maintenance so much easier! In the following article I share shell commands that I use often.

Read More »

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 »

Most Popular