this post was submitted on 29 Jun 2023
4 points (100.0% liked)
Programming
3347 readers
1 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you want to try out different linux distros, I recommend using a VM and so you can get a feel for the experience and package systems. I personally use Linux Mint because it’s Ubuntu-based and I find the UI very intuitive coming from a Windows user.
For learning commands, there’s a ton of cheat sheets online and the basic commands are pretty simple. So like rm is remove, cp is copy, mv is move, ls to list files, pwd to see current directory, cd to change directory, etc.
If you’re going down the coding path then I definitely recommend learning git and vim as they’re really useful for source control and quick editing inside terminal regardless of if you want to use UNIX or Windows CMD/Powershell.