Installing via USB is much better/easier than via cd/dvd simply because it’s not going to get scratched up, you can easily carry it around with you to loan to friends, etc..
Let’s set up a couple things – our usb stick is currently on /dev/sdb (find this out by typing tail -f /var/log/syslog (or /var/log/messages) when plugging it in. The image we’re going to write is xubuntu.iso.
From Linux command line:
|
|
sudo umount /dev/sdb sudo dd if=/path/to/xubuntu.iso of=/dev/sdb bs=4M |
From Linux GUI:
Some people like using the GUI to do things.. if that’s you, you’ll want to download ‘usb-creator’ (if you don’t already have it) and use that to write to your usb stick.
Related posts from Linux Brigade!
Run fsck on a XenServer Virtual Machine You hope that you won’t ever need to, but you may one day need to run fsck on a Linux XenServer VM that won’t boot.. no worries, attach the storage from that VM on another VM and run it […]
Block Countries using mod_geoip in cPanel Yesterday, I wrote an article on how to block certain countries from your server using csf. This will block them from accessing your server on any port. You can, however use mod_geoip if […]
Run the same command on many Linux servers at once Ever have to check a list of Linux servers for various things like what version of CentOS they’re running, maybe how long each has been running to get an uptime report? You can – and it’s […]
Easily increase storage size with LVM Your server needs more space eh? Throw another physical drive in there and let’s use that to increase the logical volume that needs more space! In this example, we are going to use a […]
Lock down your phpMyAdmin access! There are a couple of ways that I lock it down.. I won’t get into specifics because I don’t want you (or you!) trying to find it, but I can’t count the number of times I’ve seen an old […]