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!
Move MySQL tmp directory You’ll eventually run into a client who has a crashed table in their database – this table will be pretty large – maybe even larger than the system’s default temporary directory (usually […]
How to use GNU Screen in Linux Screen is billed as a “full-screen window manager that multiplexes a physical terminal between several processes (typically interactive shells)” (from the man page). Linux admins use […]
Untangle your network Whether you’re the admin of your office network or your home network (or both), it’s always a good idea to have security and order in place. Untangle is software that you can install as […]
Try a DigitalOcean VPS free for a month (or two) Have you been meaning to try out an SSD Linux server on Digital Ocean but keep putting it off? LinuxBrigade.com is currently being hosted on a DigitalOcean server and now you can get a […]
Change main hostname and IP of WHM/cPanel machine One thing you’ll probably run into sometime is changing the hostname and IP address of a cPanel machine.. whether you’re cloning it for a quick start or if you’ve taken it over.. moving it […]