September 18, 2008 at 3:51 am
· Filed under Development, FreeBSD, IRC, Software, Sysadmin
I’m getting fed up with my current IRC BNC software. At the moment I’m using psyBNC, which means I have to connect to it like you would an IRC server, then issue commands to that to tell it to connect to the IRC server of your choice.
I no longer need the features of psyBNC and decided that there must be a better way.
At first I started looking at other, more basic BNC software, but then worked out that they work in very much the same way as psyBNC in the fact that you have to first connect to it, then tell it where to connect to.
So I thought… What about a socks5 proxy?
Read the rest of this entry »
Permalink
June 25, 2008 at 11:52 pm
· Filed under Development, FreeBSD, Linux
I wanted to create a script that would convert a normal IP address to a long IP, just like mIRC Script’s $longip alias.
$longip(address)
Converts an IP address into a long value and vice-versa.
$longip(158.152.50.239) returns 2660774639
$longip(2660774639) returns 158.152.50.239
What I was originally trying to do was increase an IP by 1, but due to the octets only allowing up to 255, this became increasingly difficult to do.
What I decided to do in the end was convert the IP to a “longip” then increase it by 1, then convert the IP BACK to normal IP.
This required a way to convert an IP to and from longIP, I was told it could be done purely using shell script, here’s what I did…
Read the rest of this entry »
Permalink
January 16, 2008 at 2:26 pm
· Filed under FreeBSD, Sysadmin
I recently setup a new FreeBSD 6.2 server, only to find the following:
server# cd /usr/ports
/usr/ports: No such file or directory.
Read the rest of this entry »
Permalink
August 22, 2007 at 9:46 pm
· Filed under Apache, FreeBSD, IRC, Internet
This is a brief guide created to help configure a secure FreeBSD as an IRC shell server.
In this case I will be running FreeBSD 6.0, with bash shell, SSHd, named (bind), httpd (Apache2+PHP4), FTPd (pure-ftpd). Read the rest of this entry »
Permalink
July 5, 2007 at 2:37 pm
· Filed under FreeBSD, Linux
Recently i’ve been investigating Xen. In short, Xen is open source virtualisation software that provides you with the ability to split a physical hardware server (host or dom0) into multiple virtual servers (guest or domU).
What makes Xen so special above the rest is that it offers such a wide span of guest operating systems. Read the rest of this entry »
Permalink