Related Posts
Quick N Dirty way to Map Commands to remote servers via ssh
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 […]
jconsole: “Connection Failed: Retry?” #SOLVED #java #jmx
So you wrote a piece of server software and you found out about JMX and the jconsole tool to remotely monitor all sorts of interesting metrics remotely, all without adding a single line of code to your project. Say you want to run it the simplest way possible with no authentication, the tutorial says that […]
How to change the default page when you open a new tab in Chrome
Install the “New Tab Redirect” Chrome extension. Evil Chrome developers (or evil product managers forcing good developers) have hidden an old setting that used to be in chrome://flags, so now the simplest way to change it is with this extension Once installed configure it to whatever you like, if you want it to open a […]