Archive

Archive for the ‘Stuff’ Category

SSDZ – Shell Script for DNS Zones

no-screenshot

SSDZ (Shell Script for DNS zones) is a useful shell script that I developed to automatize DNS zone management operations. The main functions:

  • Generate DNS zone files from basic template
  • Remove DNS zone itself as well
  • Handle input errors

Download
Read more…

Stuff

My .screenrc

GNU Screen its one of those programs that you just can’t stop using once you've started. It allows to run many shell processes in a single terminal and easily switch between them.

If you are new to it – you can find some basic usage tips here (pictures will help you to understand).

My .screenrc gives a printout of host name, name of current process, load average and then a series of nameable tabs similar to a task bar, highlighting the active screen. Hope that somebody will find it useful.

How to install it:

mv ~/.screenrc ~/.screenrc.old; cd; wget sysadmin.md/stuff/.screenrc

Download | A Visual Introduction to Screen

Stuff