So I already have CCTV around the house and I was wondering just how cheaply I could add a few more cameras to my existing system using some webcams I have left over.
So the first thing you’ll need to do is set up a basic raspbian system, I wont cover the details of those steps as they are outlined in numerous other locations.
For reference this setup was built… Continue reading
So the only reason I use windows is due to needing to use IE with some app tests, the rest is done from BackTrack.
At the GlosLUG meeting last night someone mentioned an automated script for installing IE6 under wine so I thought I would give it a go.
IEs 4 Linux uses wine and downloads everything else thats needed from Microsoft so things work great.
The first thing you… Continue reading
So you’ve got a VMWare system but when you created it you did so but specified the wrong disk type. For example I have a Win7 32bit VM specifically for iTunes (in my family we have iPhones and iPads). Unfortunately when I created this for some silly reason decided to set the 40GB drive to preallocated meaning I have a single 40GB file taking up far too much room on… Continue reading
So I’m often getting asked how to set up simple networking from the command line.
This drives me nuts a simple google would get the answers!
But, now I can just point people here and save wasting my time.
STATIC The following presumes you are on a 192.168.1.n class C network with the gateway as 192.168.1.1
Linux
12345ifconfig eth0 192.168.1.100 netmask 255.255.255.0 up route add default gw 192.168.1.1 echo "nameserver… Continue reading