Erase Drives in Linux

21 Jun
How to secure erase in Linux via terminal: apt-get install hdparam hdparm –user-master u –security-set-pass password123 /dev/sdXtime hdparm –user-master u ... Read more »

Install PHP 5.6 on Debian 10

1 Dec
apt-get install apt-transport-https lsb-release ca-certificateswget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpgecho “deb https://packages.sury.org/php/ $(lsb_release -sc) main” >> /etc/apt/sources.listapt-get updateapt-get install ... Read more »

Debian 10 Basic LAMP Install

10 Sep
Deb 10: apt-get install qemu-guest-agent openssh-server wget nano /etc/ssh/sshd_config apt-get install apt-transport-https lsb-release ca-certificates wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg echo “deb ... Read more »

Install old Linux version of 3CX

17 Feb
apt-get install dphys-swapfile wget -O- http://downloads-global.3cx.com/downloads/3cxpbx/public.key | apt-key add – echo “deb http://downloads-global.3cx.com/downloads/debian stretch main” | tee /etc/apt/sources.list.d/3cxpbx.list apt-get update ... Read more »