Did you download a Linux Mint ISO yesterday?

Linux Mint have openly admitted that their WordPress installation was compromised yesterday (20th February 2016) and links to their Linux Mint 17.3 Cinnamon edition ISOs where replaced with links to an ISO with a baked in back door!

Users who downloaded the ISO from their HTTP links yesterday may have inadvertently downloaded a copy with the Tsunami Trojan built in. 

Those who downloaded the ISOs via torrent links will not have been affected by the compromised ISOs, due to the way torrents work. However those who used standard HTTP requests may find they’ve a rogue file in /var/lib/man.cy 

Not only did they redirect the download links, they also stole the databases.. These are now for sale on the “dark net” for $86 as the screen shot on the below tweet shows

If you’ve downloaded the ISO, the owners of Linux Mint are strongly recommending you reinstall the OS, you can read more about the attack over at the Linux Mint Blog

Read More

Make an ISO using nothing but Terminal

If you want to make an ISO backup of your important disks, then Linux is a good place to do it.. As it has all you need built in!

From a Terminal window simply type:




mkisofs -o /tmp/cd.iso /tmp/directory/

Obviously replacing the path to the ISO and the path to the directory with where you want to store the ISO, and the path to the disk you want to backup.

It really is as simple as that! If only Windows had that facility built in!

Read More