You may be running several independent but similar servers at the same time and wasting time by executing commands in all of them one by one. Wouldn’t it be nice to send a command to all of them at once? or to monitor all of them at once. The following script can be used as […]
keychain not working for ya… you run ssh-agent but ssh-add won’t add the keys. This is probably because your SSH_AGENT_PID and SSH_AUTH_SOCK variables are incorrect… so I recommend you put something like this on your .bashrc to initialize your ssh-agent correctly: export SSH_AGENT_PID= export SSH_AUTH_SOCK= #make sure no old agents are running killall ssh-agent #grab […]
So you got a new HD TV from Samsung and when you’re about to watch that Bluray or stream that 1080p HD stream, movies and tv shows look like they were shot with an amateur camera… Here’s the fix. 1. Menu 2. Picture: Mode [Enter] 3. Picture Options [Enter] 4. Auto Motion Plus, set it […]