I am an anarcho-communist and a lover of all things free and open source. I also love cats of all kinds. You can also find me on Mastodon at @housepanther@mstdn.goblackcat.com

  • 1 Post
  • 29 Comments
Joined 1 year ago
cake
Cake day: July 16th, 2023

help-circle






  • This frustrates the removed out of me but I have a feeling it has everything to do with mindshare. Windows just has the majority of the mindshare and a lot of decisions about information technology are not necessarily made by technically savvy people. Even technically savvy people make poor choices. I had a director once tell me that he prefers proprietary software to open source because it gives him somebody to sue if the software fails. Obviously he is neither a lawyer nor much of a reader because the terms of use and conditions basically indemnify the software company.

    Linux and BSD are superior in almost every way. You could literally run an entire organization on Linux Mint as the desktop. Even before Linux Mint was a thing, I had a contract job supporting a rollout of CentOS to the desktop at a small publishing company and this was back in 2005. This company did absolutely everything systems related on CentOS. If this company could do it 18 years ago on CentOS, I can only imagine it is going to be even easier today.







  • There are literally tons of good sites with lots of good information. First off, I would recommend a distro like Linux Mint Debian Edition. This is good for new and intermediate users alike. Manjaro is more for an intermediate to advanced user. What I would l do is install Linux Mint Debian Edition and then using your favorite search engine use the keywords “introduction Linux command line bash” You could also use YouTube. There is going to be a lot to learn and it may seem overwhelming.

    The reason I am steering you to Google to find an intro course is not to be a jerk or elitist but to help you out. The best Linux system admins/engineers are masters at research. You only get better at research through practice. Seek out a good intro to the command line based on Linux Mint. Complete it, let me know what you learned, what you struggled with, etc. From there, I’ll help you chart a course. You’ll learn to love the command line. I do 90% of my work in a command line. Know the command line, Become an expert.





  • SSDs are really the way to go unless you need massive amounts of storage. I have 4x4 TB spinning disks in a RAID z1. I built it out of refurb WD enterprise grade hardware on the cheap. Going on almost a year of trouble free use. I got each drive for 30 bucks. There’s no way I am going to get that kind of space on an SSD for 120 bucks.





  • If you want to divorce yourself from Ubuntu (and I think that’s a good idea myself) you can always run Linux Mint Debian Edition. Since you’re so new to Linux, I would stick with Linux Mint as your daily driver and take the time to really learn the command line, shell scripting, process control, and everything Unix-like. Get good with tools like awk, sed, grep, find, and learn about regex. Distro hopping won’t help to really learn the ins and outs.

    Also take time to learn tools like iptables/nftables, ip route, IP forwarding. There’s so much you can learn without distro hopping. Once you become well versed in all things command line, then you can start searching for use case specific distro. I use Arch myself but it’s not for the beginning user.