Posts Tagged ‘Linux’
Ubuntu Netbook Remix and VMware
Written by Barns on September 11, 2009 – 4:38 pmWith the imminent arrival of my Acer Aspire One A110, I have been preparing myself for setting it up to my satisfaction. The A110 comes with Linpus Linux Lite, which isn’t really a product for power users. However, the debate is what, if anything, is better, and what will the A110 run.
I am told that Ubuntu Netbook Remix works well on the A110 and that it has a fairly decent user interface. With this in mind, I set myself to obtaining a copy. Just under 1GB later, I had the USB image and wanted to try it out. Problem is, VMware Workstation can’t boot from USB devices and I was too lazy to make a USB device anyway. With a little help from Google, and http://shadow-file.blogspot.com/2009/08/ubuntu-netbook-remix-in-vmware.html, I set about turning the USB image into an ISO. This is fairly easy and is detailed below.
Firstly, the USB .img file is just a file system dump, so it can be mounted fairly easily:
# mount -o loop -t vfat ubuntu-9.04-netbook-remix-i386.img \ /some/mount/point/
Then, it was a simple case of copying and editing the files. The image is almost suitable for CD, except that it needs isolinux rather than syslinux. This I knew from installing Ubuntu server on a machine without a CD drive last year, then I was going the other way. So:
$ mv syslinux isolinux $ mv isolinux/syslinux.cfg isolinux/isolinux.cfg
Simple as can be. The final stage is just bundling it all up into a CD image:
$ mkisofs -o ubuntu-9.04-netbook-remix-i386.iso -r -J -l \ -V "Ubuntu-Netbook-Remix 9.04 i386" -b isolinux/isolinux.bin \ -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 \ -boot-info-table /path/to/unr/files/
And we are done. UNR itself worked fairly well under Workstation and has a good user interface. I am definitely planning on installing it onto my netbook when it arrives!
Tags: a110, Linpus, Linux, Ubuntu, VMware
Posted in Linux | 1 Comment »
Website, More InetVis and a touch of Nmap
Written by Barns on May 23, 2008 – 7:51 pmToday was a little bit slow. I started off well by redoing this site, so that it would produce nifty things such as RSS feeds. Its now using WordPress.
I managed to get the Linux version of InetVis to work with my crafted Ethernet frames which was great. I then started creating tcpdumps of the different types of Nmap scans. These will be analysed with Snort, Bro and InetVis.
Tags: Bro, Ethernet, InetVis, Linux, Nmap, Snort, tcpdump
Posted in Progress Reports | No Comments »