In order to copy a CD or DVD to an ISO image in Linux, use one of the following commands below: dd if=/dev/cdrom of=image.iso or: […]
Scripting, UNIX/Linux
Basics of UNIX shell scripts
With UNIX scripts you can do many powerful things. You won’t be able to take over the world with it, but it’s pretty close. Scripts […]