Grep duplicate JSON keys
If you have large JSON files with application settings in, you need to be sure that the settings only appear…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
If you have large JSON files with application settings in, you need to be sure that the settings only appear…
If you need to backup your SVN repositories, then you can use this bash script to do so: #!/bin/bash DATE=`date…
find / -xdev -size +1000000 -exec ls -lh {} \; The above will list files greater than a gigabyte in…
I found on some servers that when I disconnect from an SSH connection, the terminal console is cleared. This is…