Very useful Linux tips for a desktop Ubuntu user.

Write an ISO to a thumb drive easily with the etcher utility https://etcher.io/. Download this utility from the Github site. Then unpack the zip file to a empty folder, or to your desktop. Then make it executable. jason@Yog-Sothoth » Desktop » $ chmod +x etcher-electron-1.4.4-x86_64.AppImage Then run the AppImage to…

Read More

How to unpack a Live CD image on Linux.

Unpacking a Live CD on Linux is very easy, if the user wants the files within the Live disc and is running Linux. Firstly, install the 7zip software. sudo apt-get install p7zip-fullsudo apt-get install p7zip-full Now copy a Live CD ISO to an empty directory and run this command. 7z…

Read More

Strange windows cd burning experience.

I was burning a DVD ISO image of Debian 9 to a disc in Windows 8.1. This completed successfully, and the disk was burned and finalized with no errors. But then I discovered the disk was a pre-burned CD with an old copy of Ubuntu Server 14.04 on it. So…

Read More

Linux and UNIX commands that are very useful.

To view the contents of an ISO image, the isoinfo command for Linux will come in very useful indeed. Just type isoinfo -f -i myiso.iso to view the contents of the ISO image as shown in this example. C:\MEDIA\ELEMENTS\FILES\ISOS> isoinfo -f -i linuxmint-11-gnome-dvd-64bit.iso /BOOT /CASPER /EFI /ISOLINUX /MD5SUM.TXT;1 /PRESEED /_DISK…

Read More

Install Ubuntu from a mini ISO image over the Internet.

How to install Ubuntu from a mini.iso over the Internet Download the ISO image here: http://archive.ubuntu.com/ubuntu/dists/zesty/main/installer-amd64/current/images/netboot/mini.iso. Installing Ubuntu minimal from a mini.iso is very easy, the netinstall option downloads and installs all packages from the repositories on the Internet. Boot the installer and then select your installation language. Then set…

Read More

How to create an ISO image of a directory with the command line.

Creating an ISO image of a directory is useful sometimes. This command will create an ISO image of a directory, ready to burn to a CD or DVD. jason@darknet:~$ genisoimage -l -V hi -r ~/Downloads/stuff > cdrom.isojason@darknet:~$ genisoimage -l -V hi -r ~/Downloads/stuff > cdrom.iso Here is example usage, creating…

Read More

How to install Virtualbox Guest Additions for Virtualbox in Linux Mint 15.

To install Virtualbox guest additions in operating systems that are installed into a Virtualbox VM, use these commands. This will get you up and running in no time. deep-thought ~ # apt-get install virtualbox-guest-additions-isodeep-thought ~ # apt-get install virtualbox-guest-additions-iso This will install the ISO image containing the guest additions. The…

Read More

Debian GNU/Linux 7.0 released. Download this Linux distribution now.

The latest release of the venerable Debian GNU/Linux distribution is now available. This is version 7.0 and brings with it many improvements to the distribution and newer packages for the user. The installer has been overhauled and there is a set of multimedia codecs included with the distribution that will…

Read More

Mounting an ISO image with the command line and other useful commands.

Mounting an ISO image to a folder and accessing the contents of the image is very simple. Firstly we need to create a directory to mount the image to. |{/mnt/Elements/Files/ISOs}-{Fri Mar 22 23:52:17} -{john@adeptus-mechanicus } $ sudo mkdir /root/img [sudo] password for john:|{/mnt/Elements/Files/ISOs}-{Fri Mar 22 23:52:17} -{john@adeptus-mechanicus } $ sudo…

Read More

Ubuntu Gnome Shell re-mix available; download links here.

Here is a link to the page hosting downloads of the Ubuntu Gnome Shell re-mix. This is a version of the Ubuntu distribution that uses the Gnome Shell desktop instead of the default Unity. This is a more customisable desktop for the Linux desktop user. Of course you can just…

Read More