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 »

OSMC Vero 4K+ fstab

28 Sep
[code]//xxx.xxx.xxx\tv /media/tv cifs defaults,vers=3.0,username=username,password=password,x-systemd.automount 0 0[/code] TrueHD media enable passthrough otherwise OSMC will crash when ... 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 »

Hide BIND Version

22 Apr
You can hide the version of BIND you use to increase security. [bash]nano /etc/bind/named.conf.options[/bash] Then look for: [text]dnssec-enable yes; dnssec-validation ... 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 »