Books, books, books! O'Reilly publishing is your best friend. Search engines are next. And finally, Youtube.
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
My big tip is if you haven't already, switch to a local package repository. There are a lot of people mirroring the software packages for mint and you can switch to one that is geographically the closest to you for better speed and to spread out the server load.
I love Linux Mint and it's what I install on all my decom-laptops turned servers. It will do pretty much all you want to do in Windows and then some. The only thing it probably isn't the absolute best for is PC gaming but if you are just using a laptop it probably doesn't make much of a difference either way.
If you like Mint then I also suggest PopOS. They are both based on Ubuntu so a lot of the paths and the package manager are the same. The killer feature there is auto-tiling Windows which is like the window snap feature in windows but happens automatically. It's not for everyone but once I started using it, it changed my entire workflow.
Last thing is, if you haven't already, familiarize yourself with running docker containers. A lot of stuff that's complicated to set up is a breeze with docker and docker-compose.
Honestly, youtube "basic bash tutorial" and watch/follow along with a video or two. Helped me a bunch.
Tip? It is just a means to an end.
Start off with Bottles if Wine is too hard. Wine is a cmd line application while Bottles is Wine with a GUI making it easy to manage Wine.
Also, it is wise to try and have a different wine bottle (aka prefix) for each windows application you install and run.
Also Linux Mint is a distro that comes with Cinnamon pre-installed as long you download the Cinnamon option which is a fork of Ubuntu.
Personally, I think Arch Linux is the best way to learn the command line. It throws you off the deep end and you have to learn things like how to navigate the file system, how to edit files with the command line, and useful tools like partition editors and package managers. If you're serious about learning command line, just go install Arch Linux from the command line.
Otherwise, I think you can learn a lot about the Gui on Ubuntu by just using it. You can run some windows-only apps with WINE or you can start learning how to use Linux-native apps like GIMP, Libre Office, and other various Flatpaks.