CM 13 custom ring tone mp3 directories

/storage/emulated/0/Ringtones/

/system/media/audio/ringtones

Teamviewer Portable

Click Here

clean up /boot

dpkg -l linux-{image,headers}-* | awk '/^ii/{print $2}' | egrep '[0-9]+\.[0-9]+\.[0-9]+' | awk 'BEGIN{FS="-"}; {if ($3 ~ /[0-9]+/) print $3"-"$4,$0; else if ($4 ~ /[0-9]+/) print $4"-"$5,$0}' | sort -k1,1 --version-sort -r | sed -e "1,/$(uname -r | cut -f1,2 -d"-")/d" | grep -v -e `uname -r | cut -f1,2 -d"-"` | awk '{print $2}' | xargs sudo apt-get -y purge

mailman database older

database /var/lib/mailman/data/virtual-mailman.db is older than source file /var/lib/mailman/data/virtual-mailman

postmap /var/lib/mailman/data/virtual-mailman

dpkg-reconfigure DB fail – Using Password: NO

edit:

/etc/mysql/debian.cnf

Add in the root password.  Re-run dpkg-reconfigure using socks

re-edit the .cnf to remove root passwords.

 

nginx directive for WP pages returning 500 error

location / {
try_files $uri $uri/ /index.php?$args;
}

Set FQDN

Edit /etc/hostname and put server.domain.ext in it. Run hostname -F /etc/hostname and try hostname –fqdn again.