Månedsarkiv: december 2015

Pound Loadbalancer Quick Reference

I just stumbled upon this thing at a clients setup … so im in the process of learning this. Status of the Load Balancer: # poundctl -c /var/run/pound/poundctl.socket 0. HTTPS Listener xx.yy.zz.176:443 a 0. Service active (15) 0. Backend 192.168.1.20:80 … Læs resten

Udgivet i Apache, Backdoors | Skriv en kommentar

SSH Keys på en USB Stick (OsX)

Jeg har strikket to små shellscripts sammen der kan hhv. loade og unloade mine ssh nøgler fra en USB Stick på min OSX Maskine. load_ssh_private.sh: #!/usr/bin/env bash cd “$(dirname “$0″)” /usr/bin/ssh-add -t 4H ./id_rsa exit 0 unload_ssh_private.sh: #!/usr/bin/env bash cd … Læs resten

Udgivet i Knowledge Base, Old Base, OsX | Skriv en kommentar

How to load SSH Keys from FAT32 / Bypass permission requirement in SSH

Mounted FAT devices in UNIX System does not support permissions, hence SSH gives this warning: $ ssh-add id_rsa @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: UNPROTECTED PRIVATE KEY FILE! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Permissions 0777 for ‘id_rsa’ are too open. It is required that your private … Læs resten

Udgivet i Knowledge Base, Linux, Old Base | Skriv en kommentar

Pound Loadbalancer Quick Reference

I just stumbled upon this thing at a clients setup … so im in the process of learning this. Status of the Load Balancer: # poundctl -c /var/run/pound/poundctl.socket 0. HTTPS Listener xx.yy.zz.176:443 a 0. Service active (15) 0. Backend 192.168.1.20:80 … Læs resten

Udgivet i Knowledge Base | Skriv en kommentar

Nagiosmodule for HAProxy Health monitoring

This is just a quick hack, and it could certainly be better. I.E. it could get the list af active backends automaticly, and this assumes that you only have one websites with these backends in. I plan a projekt where … Læs resten

Udgivet i Knowledge Base, Monitoring, Nagios, Networking, Old Base | Skriv en kommentar

Monitoring HaProxy

This is a work in progress, i have been given the task to monitor a haproxy load balancer, and i plan to collect some of my best tricks here. Hatop This is a cool ncurses library that will give you … Læs resten

Udgivet i Knowledge Base | Skriv en kommentar