Flabby Rabbit | The offical home of The Rabbit
Changing inc style permanently in Notepad++
Notepad++ by default interprets .inc files as being pascal source files. This by no means incorrect, it is just not very helpful when the .inc files I mainly work with are related to SSI and therefore are mostly HTML. Text file containing declarations, headers, functions, or other data referenced by a program’s source code; can [...]
How to Add Bash Completion in Debian
apt-get install bash-completion Now simply add the following to /etc/profile to enable it system wide or ~/.bash_profile for a certain user. if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi
Installing ZNC (IRC Bouncer)
A BNC (short for bouncer) is a piece of software that is used to relay traffic and connections in computer networks, much like a proxy. Using a BNC allows a user to hide the original source of the user’s connection, providing privacy as well as the ability to route traffic through a specific location. A [...]
Change Default URL of phpMyAdmin
By default phpMyAdmin is installed at example.com/phpmyadmin. Changing this URL will make your instillation that bit more secure. To change this you need to edit the apache.conf file in the phpMyAdmin’s configuration directory. This is usually in /etc/phpmyadmin/. At the top of this file there should be the line: Alias /phpmyadmin /usr/share/phpmyadmin Simply change the [...]
First Post
The almighty first post, well I suppose I should probably say what this blog is for before I get lynched. Well I noticed how much useless coding snippets I gather I might as well post them somewhere, hopefully to help someone else who is trying to do the same thing and if not then just [...]