Turnkey Linux
Turnkey Linux WordPress Appliance: Reset all passwords
Turnkey Linux: Reset root password

If you want only to reset the root password, you can do the following: In GRUB loader type “e” on the default start item, find the line where it says “linux” and append this to the end of the lineΒ :…
Read more
Turnkey Linux: Install VMWARE Tools

If you want VMWARE Tools on your Turnkey Linux VM, do the following: Replace the VMwareTools.tar.gz file with the one that the ESXi host presents to you. apt-get install make gcc apt-get install linux-headers-$(uname -r) Insert the VMware tools cd…
Read more
Turnkey Linux: Remove or change footer

Should you want to change or remove the footer “Powered by TurnKey Linux” in the bottom of every page, do this: mv /etc/apache2/mods-enabled/substitute.conf /etc/apache2/mods-enabled/substitute.old touch /etc/apache2/mods-enabled/substitute.conf /etc/init.d/apache2 restart Remeber to give the Turnkey Linux guys some credit π
Turnkey Linux Configurations, logfiles and Executables

If you use the appliances from TurnKey, here is some Nice to Know information π Borrowed from : https://amigotechnotes.wordpress.com/2014/02/13/turnkey-linux-configuration-and-executable-files/ Configurations apache2.conf /etc/apache2/apache2.conf apc.ini /etc/php5/apache2/conf.d/20-apc.ini group /etc/group memcached.conf /etc/memcached.conf php.ini (apache module) /etc/php5/apache/php.ini php.ini (cli) /etc/php5/cli/php.ini Executable apache /etc/init.d/apache2 /usr/sbin/apache2 memcached…
Read more