Tag: Work
-
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…
-
MacBook Pro HFS corruption
Seeing a bunch of this recently at work. The root cause is eluding me at the moment… if you’ve seen it, please chime in!