Notepad++ Multiselect Move to End of Line

Let’s say you have three lines and you multi-select the beginning by holding ALT, then dragging down, so you end up with the cursor blinking across all three lines at once: You then add some something at the beginning of all three lines by typing across multiple lines at once: But now you want to … Read more

Add VIM Colour Scheme

If like me you struggle to read dark blue comments on a black screen when using VIM, you can set a colour scheme in VIM by creating a file with these contents in your home directory. Add the following: There are a number of other colour schemes to suit your tastes.

WPAD (Web Proxy Auto Discovery Protocol)

The Web Proxy Auto-Discovery (WPAD) Protocol is a method used by clients to locate the URL of a configuration file that provides them with configuration needed to determine their browser’s (or system) web proxy configuration (if present or not). The file an be published via DHCP (scope option) or via DNS, in our case we use DNS. … Read more

Putty Logging

You can setup Putty to just log everything by adding logging to your Default Settings, that way whenever you connect, you’ll always be logging what the outputs are to your chosen location, e.g. your local machine. Although be aware of any sensitive on-screen information that would also be logged to these files. Your path may … Read more

Simple Splunk Dashboard Example

Splunk is a great tool for visualising alerts and events, I’ve been creating a dashboard to aggregate all the failed logon attempts from management interfaces of our network switches, firewalls, storage etc. so that if someone tries to brute force password attempt the interfaces we have some visibility. Obviously the queries you need to use … Read more