Video 001 - SAYING GOODBYE TO WINDOWS 10 FOREVER!!!

4 months ago
26

These tutorials are for absolute beginners in the Linux world. I have been in windows all my life. If you are fed up of the windows 10 surveillance and also are fed up of paying for every single app in Windows (including the windows operating system), the alternative is to go into Linux. Everything is FREE; the operating system and the apps (thanks to the community that is constantly working very hard on this project).
Since I was using windows, the closest linux system to windows is Linux Mint, so I decided to install linux mint 21.2 on my computer. You do have to do some reading and the learning curve is a bit difficult, but if you are only emailing and using the internet there is no learning curve. Follow our videos and you will know linux mint without having any reading to do on your own.

Video 001 - How to create a BOOTABLE linux mint 21.3 USB using linux mint 21.3 system

If you just need the Terminal commands;
CREATING A BOOTABLE LINUX MINT 21.3 USB FROM A LINUX MINT 21.3 SYSTEM

WEBPAGE-VERIFY ISO IMAGE;https://linuxmint-installation-guide.readthedocs.io/en/latest/verify.html
--------------------------------------
To check the integrity of your local ISO file, generate its SHA256 sum and compare it with the sum present in sha256sum.txt;

sha256sum -b linuxmint-21.3-cinnamon-64bit.iso (sha256sum -b yourfile.iso)

If the sums match, your ISO image was successfully downloaded. If they don’t, download it again.
--------------------------------------
To verify the authenticity of sha256sum.txt, check the signature of sha256sum.txt.gpg by following the steps below;
Import the linux mint signing key;

gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-key "27DE B156 44C6 B3CF 3BD7 D291 300F 846B A25B AE09"
--------------------------------------
Verify the authenticity of sha256sum.txt;

gpg --verify sha256sum.txt.gpg sha256sum.txt
--------------------------------------

The output of the last command should tell you that the file signature is good and that it was signed with the A25BAE09 key.GPG might warn you that the Linux Mint signature is not trusted by your computer. This is expected and perfectly normal.

LinuxMint website; https://linuxmint.com/
Verify your downloaded linux mint ISO: https://linuxmint-installation-guide.readthedocs.io/en/latest/verify.html

Verify your downloaded linux mint ISO on a Windows computer;
https://forums.linuxmint.com/viewtopic.php?f=42&t=291093

How to create a bootable USB;
https://linuxmint-installation-guide.readthedocs.io/en/latest/burn.html

Loading comments...