Article Archive for May 2015
Detecting Synology NAS with nmap
Just a quick note for myself on how to find Synology NAS servers on the network without having to use the bulky Windows utility that ships with these systems.
Dealing With Prolific Emailers
So you come back from vacation, open Outlook and see thousands of unread emails. Who sends all this stuff? There’s an easy way to identify the sources of this background noise. In Outlook’s inbox, select …
Regex Collection
Just a small collection of POSIX regular expressions that may come in handy for writing sysadmin scripts.
BASH History Control
The standard output of the “history” command will show you the last one thousand commands executed by the user. This is useful, of course, but there are a few issues. Sometimes it’s important to know …
Verify Email SSL Certificate from CLI
Just a quick reference for validating SSL certs on mail servers. This is not something I have to do often, but when the need arises, I find myself googling the answer every single time. So …
Extending Swap on LVM2 Logical Volume
To grow swap on LVM you will need to temporarily disable the swap LV. This will leave without swap space, which may upset some applications (Oracle). So the first step should be to set up …
Faking the Uptime in Linux
If, for whatever reason, you need to fake the Linux server uptime, there is a hacked kernel module you can use. The instructions are below.
Resetting HP ILO from OS
You can use ipmitool package in Linux to reset your HP server’s ILO password. The basic instructions are below.

Latest Comments