Finding files in Linux/Mac Terminal
Finding files is a little different to MS DOS! find <startlocation> <type> <filename> <exec> The exec is a simple way…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
Finding files is a little different to MS DOS! find <startlocation> <type> <filename> <exec> The exec is a simple way…
I have an external USB HDD and I like to keep it synchronised with my desktop for backup reasons. I…
Learning MacOS recently, and couldn’t find some hidden files, i.e. .htaccess To fix this, easy. Open Terminal, and paste the…
Just a note, when you update the permissions of a file: chmod +777 somefile.txt This change will only last as…