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 »

WPA Supplicant

24 Jan
create file: nano /etc/wpa_supplicant/wpa_supplicant.conf network={ ssid="Star-01" psk="12345678" } then nano /etc/network/interfaces/auto wlanx iface wlanx inet dhcp pre-up wpa_supplicant -B -i ... 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 »

Wii U

2 Apr
Reset Wii U to factory defaults. Downloaded https://tiramisu.foryour.cafe/ * did not use nand reader / backup option Formatted Sd card ... 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 »