Een bootable iso bestand op een USB stick zetten
Eerst uitvinden welke letter de USB-stick heeft:
USB_DRIVES=""
for _device in /sys/block/*/device; do
if echo $(readlink -f "$_device")|egrep -q "usb"; then
_disk=$(echo "$_device" | cut -f4 -d/)
USB_DRIVES="$USB_DRIVES $_disk"
fi
done
echo Gevonden USB drives: "$USB_DRIVES"
Kies de juiste drive letter, de hele USB schijf/stick wordt namelijk gewist. De USB-drive mag nu niet gemount zijn. In dit voorbeeld is de USB-stick sdc en is de naam van het iso-bestand bootable-schijf.iso. Indien je dit niet als root doet, dan moet je sudo gebruiken:
sudo dd if=bootable-schijf.iso of=/dev/sdc


Debian
Debian
//www.debian.org/

Ubuntu
Ubuntu
//www.ubuntu.com/

GNOME
GNOME: The Free Software Desktop Project
//www.gnome.org

GNU-project
The GNU Project was launched in 1984 to develop a complete Unix-like operating system which is free software: the GNU operating system
//www.gnu.org

Linux kernel homepage
Linux Kernel Archives. This is the primary site for the Linux kernel source, but it has much more than just Linux kernels
//www.kernel.org/

Linux Laptop net
Informatie over het installeren van linux op je laptopcomputer
//linux-laptop.net/

Yo Linux
This site is dedicated to providing tutorials, help, guides and links for Linux users
//yolinux.com/

Devart ODBC Drivers
Drivers fully support standard ODBC API functions and data types, multiple server data types and features
//www.devart.com/odbc/