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 »

Virtualmin on Debian

30 Nov
Will fail during intsall. If Debian 9: apt-get install ca-certificates net-tools qemu-guest-agent wget openssh-tools If Debian 10: apt-get install net-tools ... Read more »

Improve MySQL Performance

26 Nov
service mysql stop /usr/share/doc/mysql-server-5.5/examples cp /etc/mysql/my.cnf /etc/mysql/my.cnf.original gunzip /usr/share/doc/mysql-server-5.5/examples/my-huge.cnf.gz cp /usr/share/doc/mysql-server-5.5/examples/my-huge.cnf /etc/mysql/my.cnf nano /etc/mysql/my.cnf innodb_buffer_pool_size = 24G service mysql restart ... Read more »

Debian 9 w/PDNS

8 Aug
apt-get install openssh-server nano /etc/ssh/sshd_config if using proxmox: apt-get install qemu-guest-agent if using esxi: apt-get install open-vm-tools apt-get install htop ... Read more »