how-to
-
How to generate the MD5 checksum of a file
md5sum file.iso > file.iso.md5
-
How to create an ISO image
In order to turn a CD/DVD into an .iso one can: sudo umount /dev/cdrom dd if=/dev/cdrom…
-
Restore an MSSQL backup to a different database name
I had a database backup and was trying to restore it but to a different database…