How to find out where exactly the packet is being lost
It’s a pretty common occurrence when you have 2 hosts pinging each other and some packets are being lost. And sometimes you need to make sure, that the routing device […]
It’s a pretty common occurrence when you have 2 hosts pinging each other and some packets are being lost. And sometimes you need to make sure, that the routing device […]
Here’s a short and pretty self-desctriptive recipe to make your Postfix to send outgoing messages from different IP-addresses switching them on a round-robin basis. First of all, we’ll need the […]
This simple script lists today’s tasks every time you log in (or create a new window in your screen).
Adding a new task is as easy as typing something […]
Sometimes you need to shut some web-services down for a while to do some maintenance works. Of course, you have warned all users about the scheduled downtime period, but what […]
Sometimes you have to check if some host replies on ARP “who-has” requests instead of simply pinging it. You probably need it when the host has its firewall configured to […]
This post’s name and script’s comments are pretty descriptive, right?
Of course, you can get all further updates of this script from GitHub: https://gist.github.com/melnik13/04225e4e60a8d66f9ab6. Now you can sleep […]
Wouldn’t it be lovely if you could run some command on a bunch of servers? Of course, you can! Most of us would do something like that:
But what […]
If you ever needed a tool to get to know which files are growing faster than other ones, you probably will be quite satisfied with this simple bash-script.
Simply […]