Tag: Software
-
Connecting to remote MySQL servers so they appear as though they are local
Simple! Just create an SSH tunnel. Or a couple of them. Create SSH tunnel to MySQL server running on port 3306 on 192.168.213.207 so that server appears to be running locally on port 3307: ssh -L 3307:127.0.0.1:3306 root@192.168.213.207 -NnT Create SSH tunnel to MySQL server running on port 3306 on machine2 so that server appears…
-
Unknown file activity on your Mac? Boot up fseventer
My 2009 27″ iMac is starting to show its age. So when its hard drive started crunching this morning (and bringing the machine to a crawl), I wanted to know a little more. The command-line utility fs_usage is good if there’s not much going on, but if there’s a lot, the information flies by far…