by CBrown | Jan 31, 2013 | MikroTik, OSX
I came across a handy little application called DiffMerge that allows you to compare multiple files and make changes while open. This is extremely useful when comparing multiple MikroTik configuration files. Previously I used sdiff, but I think this is much easier...
by CBrown | Jan 31, 2013 | OSX, Servers, Web Sites
Sometimes working with a directory full of subdirectories and files you need to compare the directories and files to another version of the files. This comes in extremely useful when restoring a hacked website. To do this you need to have the old copy and the...
by CBrown | Oct 11, 2011 | OSX, Work
1. SSH to your machine. 2. Enable Remote Sharing (VNC) via: sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate -configure -access -on -clientopts -setvnclegacy -vnclegacy yes -clientopts -setvncpw -vncpw mypass...