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!
Turn off unneeded services on your Linux machine One of the easiest ways to start securing your server (and speeding it up) is to turn off unnecessary services that are usually running by default. This little script will go through and […]
LFD: Excessive resource usage If you run the CSF/LFD firewall on your server then you’ve no doubt seen the emails complaining about high resource usage for various accounts. This small tutorial will show you how to […]
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 […]
Migrate WHM/cPanel from one server to a new one (script)! We’ve started a site to house a script that will migrate your full WHM/cPanel server to new hosting. This takes the new WHM/cPanel backup files and will restore them including system […]
Block Countries from your server easily with CSF If you don’t have a need for certain international visitors to your Linux server, its easy to block them out! First, you’ll need to make sure that CSF is installed. You can follow our […]