-
Copying large number of files between two Unix/Linux/OSX Servers
Here are some quick tip(s) for copying a ton of files between unixy machines really fast. You’re probably thinking “why not use rsync?”…..well rsync can be miserably slow if your source or destination cpu is underpowered. You can always do a rsync after these commands to make 100% certain that everything checks out, but try…
-
SSH to your remote machine using Back to My Mac iCloud Service
-
The Ultimate File Transfer Utility for Windows
-
SSH Tunneling to mysql server using Putty
-
Tunnel to locally running mysql server using ssh
Running and administrating mysql can sometimes be a hassle especially if you’re running a semi-secure environment. This usually means that your mysql server will not accept connections from outside and only localhost connections are allowed. There is a quick way of getting around this if you’re stuck somewhere and really need to use that graphical…