In order to mount an ISO image in Linux, so that you can access its contents, use the following command. You may need to change […]
UNIX/Linux
Copy CD to ISO image
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 […]