FUN WITH LINUX

Git - Best Practices

5 November 2015

I found very profound best practices for git on github. Well done!

Read more..
Crontab-Guru

28 October 2015

I found a nice tool for editing and testing crontab-entries.

Read more..
The Rule Of Three (Part2)

25 October 2015

A sysadmin needs his tools. I really need at least 3 tools to be productive:

  • Terminal-Emulator (or screen/tmux if I am working without X)
  • Shell
  • Editor

This is my Rule Of Three. Those 3 tools can make my life much easier. Therefore I have to choose those tools wisely. And of course I have to know them very well, so I can get all the benefits of them. The last time I wrote about rxvt(Terminal-Emulator). In this article I want to introduce one of my “favourite” shells: zsh

Read more..
The Future Is NOW!

21 October 2015

After years of hoaxes about the date, it finally happend: The Future is NOW! Don’t wonder if you see a guy called “Marty” or a scientist called “Doc”. They are just visitors from the past…

Read more..
Debian Jessie: upgrade problems with openldap

15 October 2015

At the moment I am upgrading all my infrastructure. Today I tried to upgrade one of my openldap-slaves and it failed so hard. It stucked during dpkg –configure. In my syslog some errors appeared:

Read more..
check_seleniumtime

12 October 2015

Nagios-Check which loads a website in firefox and outputs the response-time of a website

Usage:

./check_seleniumtime -h
Usage: ./check_seleniumtime [options] -H 
    -h, --help This help screen
    -d, --debug Enable debug-output
    -p, --perf Performance Data on or off
    -w, --warn RESPONSETIME Warning. default 3.5sec
    -c, --crit RESPONSETIME Critical. default 4.5sec
    -H, --host URL Website
    -s, --ssl enable ssl
    -P, --port PORTNUMBER used port
    -u, --uri used uri. for example: /impressum.html

./check_seleniumtime -H tech.feedyourhead.at
OK: http://tech.feedyourhead.at 1.055

Requirements

  • apt-get install ruby firefox xvfb
  • gem install selenium-webdriver
  • gem install headless

Credits

This plugin is powered by Toscom

Read more..
Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution 3.0 Unported License.

Copyright 2015-present Hoti