SSH to the web server cd into your wordpress forlder; cd /var/www/html/mywpfolder Make Apache the owner chown apache:apache -R * Change all sub-folder’s permissions to rwxr-xr-x (0755); find . -type d -exec chmod 755 {} \; Change all files’s permissions to rw-r–r– (0644); find . -type f -exec chmod..
category : Miscellaneous
128 192 224 240 248 252 254 255 128 64 32 16 8 4 2 1 0-127 0-63 0-31 0-15 0-7 0-3 0-1 0 128-255 64-127 32-63 16-31 8-15 4-7 2-3 1 128-191 64-95 32-47 16-23 8-11 4-5 2 192-255 96-127 48-63 24-31 12-15 6-7 3 128-159 64-79 32-39 16-19 8-9 4 160-191 80-95 ..
In VMware, select your guest, and click “Install/Upgrade VMware Tools” Then go back in your VM, and issue all the following commands from terminal. mkdir -p /media/cdrom mount /dev/cdrom /media/cdrom Sometimes, you have to run the “mount” twice…. Cdrom might not have been ready the first time cd /media/cdrom cp VM*.tar.gz /tmp Install the headers, ..
Get the Cheat Sheet Here ! Got any more Cheat Sheet I should have ? Leave me a..