Toggen Blog

Tech tips

Articles

Latest

Access

Blog History

Before you throw away your workstations shred your disks

I did this with a Ubuntu 9.04 bootable Live CD. Boot from the CD Choose to try Ubuntu without installing Start a command prompt (Applications ==> Terminal) # get root sudo su - # find your harddisks root@ubuntu:~# fdisk -l Disk /dev/sda: 80.0 GB, 80026361856 bytes 255...

SOTD: Software of the Day

I've just virtualized a windows XP workstation using VMWare Convertor and thought as a final pre wipe and rebuild excercise I would take a Ghost Image of the physical workstation. I have a Ghost.iso file with Windows PE and Ghost on it and I was trying to transfer it...

Using nmap to scan a subnet for a specific open port

Today I booted up a box and it's DHCP assigend IP Address had moved so I had to find it again using this helpful Use nmap to scan for ssh servers blog post. After downloading the command line nmap for Windows from http://nmap.org/download.html. I ran: # locate ssh...

rsnapshot Backup to External USB Drive Gotcha

I am using rsnapshot to make hourly, daily and weekly snapshots of my home workstation data. This is on Fedora 16. In /etc/rsnapshot.conf there are two commands that specify the root directory you want to create your backups in and whether or not to create it if it...

DIY Websites

Keep getting asked "Where can I build a site on the internet" preferably for free or low cost OK so here are some links to templated DIY site building websites: Google Sites Wix Website Builder Squarespace So to get started on the Internets for eCommerce what do you...