Seriously consider moving to Linux

Page 4 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

mikeymikec

Lifer
May 19, 2011
18,316
10,863
136
But you can surely script it to do everything automatically.

If I was in the habit of clean-installing my main PC's installation of Linux on a regular basis and therefore making all the development time in researching/coding/troubleshooting the automation worthwhile, sure (also assuming that I can learn how to script everything that could be scripted; my bash scripting skills are pretty basic), the same argument largely applies to Windows too though.

When I migrated from my Haswell setup to AM5 I simply connected up the Linux SSD, fixed dual-boot management and that was it.
 
Reactions: igor_kavinski

mikeymikec

Lifer
May 19, 2011
18,316
10,863
136
But it is so much easier to install as you go with Linux.

I'm not sure what you mean, but if I had to guess what you meant, it's about how quickly you can have a basically working setup by.

I'm not a Linux expert by any stretch of the imagination (I do regard myself as a Windows expert though), but:

When I build a PC (or buy a new laptop and clean install it), the Win10/11 OS install takes maybe half an hour at the very most (maybe only ten minutes). I would have all the drivers downloaded onto USB and feed those in, though another route would be to give it an Internet connection as quickly as possible and have Windows 10/11 do the driver downloading and hope for the best.

My own setup has been pretty OSS-centric for the last twenty years so I would copy my FF/TB/LibreOffice profiles into my user folder then download/run the installers which is maybe ten minutes work at which point I have my usual 'bare necessities' setup for the most important apps all ready to go. So easily within an hour the basics would be up and running.

I can think of two advantages that Linux often has over Windows in that neither my Haswell or my AM5 build required any driver work, amdgpu kicked in automatically for my AMD graphics card and that was that. Doing AIO printer setups takes a bit of labour under both Linux and Windows, at least it did with my Epson WF-3520 (assuming you don't try the 'jesus take the wheel' automatic route). Additional app installs in Linux is a doddle assuming that they're in the main repository and is also nice from a 'just get it done in one command' perspective, and by default app installs are more hands-on in Windows, but straying from the default repository to install say VeraCrypt becomes just as 'not particularly fiddly' as it is in Windows, and if you had to install say a graphics driver in Linux or you had to upgrade the kernel before getting a functional desktop then any time savings under Linux would be flushed in pretty short order.

One thing that takes a freakishly long time in my experience is restoring Virtualbox VM backups! Rather like Steam backups, a poorly optimised process.
 

jamesdsimone

Senior member
Dec 21, 2015
831
234
116
I'm not sure what you mean, but if I had to guess what you meant, it's about how quickly you can have a basically working setup by.
I don't have a complicated setup but yes. You setup your base install and you are set. With Windows you have to find all the correct drivers for the the specific computer you installing it on, chipset, video, audio, LAN and sometimes others. I have a USB drive with all my standard installation files.
 

jamesdsimone

Senior member
Dec 21, 2015
831
234
116
I'm having a lot of frustration with installing software on Mint 21.3 right now. I installed wine and it does not show up in start menu and the launch button in software manager does not start it either. As much as I like Linux, their manual software installation still sucks after all this time. Also, finding where something is installed is a pain.
 

mikeymikec

Lifer
May 19, 2011
18,316
10,863
136
I don't have a complicated setup but yes. You setup your base install and you are set. With Windows you have to find all the correct drivers for the the specific computer you installing it on, chipset, video, audio, LAN and sometimes others. I have a USB drive with all my standard installation files.

"Find", as in for my recent computer build I went to the Asus site and downloaded the latest drivers listed for my board, followed by a visit to amd.com to get the latest graphics card driver... I just think you're stretching the definition to an unreasonable extent, especially if you're going to argue that Linux is easier than Windows.
 

mikeymikec

Lifer
May 19, 2011
18,316
10,863
136
I'm having a lot of frustration with installing software on Mint 21.3 right now. I installed wine and it does not show up in start menu and the launch button in software manager does not start it either. As much as I like Linux, their manual software installation still sucks after all this time. Also, finding where something is installed is a pain.

I think I command-line'd my wine stuff in Linux, IIRC just :> wine installer.exe
For Sunbird I ended up with Mint menu shortcuts that all worked.

Also, install winetricks as it allows you to configure the default font settings used by Wine, for example Sunbird on Mint had some unusable fonts for me until I tweaked it with winetricks.
 
Last edited:
Jul 27, 2020
19,072
13,017
146
I'm having a lot of frustration with installing software on Mint 21.3 right now. I installed wine and it does not show up in start menu and the launch button in software manager does not start it either. As much as I like Linux, their manual software installation still sucks after all this time. Also, finding where something is installed is a pain.
Try Pop_OS. It's geared towards gamers so stuff like Wine comes pre-installed plus it's easier to use for a newbie.
 

jamesdsimone

Senior member
Dec 21, 2015
831
234
116
Try Pop_OS. It's geared towards gamers so stuff like Wine comes pre-installed plus it's easier to use for a newbie.
I've been using Mint for years as my standard day to day version. I had been using Ubuntu but absolutely hated the Unity desktop. I was thinking about trying Pop_OS but then saw this. Anyone have any experience? It say they tweaked the Ubuntu kernel for extra performance.

 
Last edited:
Reactions: igor_kavinski

jamesdsimone

Senior member
Dec 21, 2015
831
234
116
Ended up installing this. I haven't tried it yet. Not sure how Arch vs Ubuntu matters.

 
Last edited:
Reactions: igor_kavinski

jamesdsimone

Senior member
Dec 21, 2015
831
234
116
Looked around a little. The are a bunch of gaming options pre configured and ready to install. One thing I don't like which might be a deal killer is there doesn't seem to be the usual update manager like Mint. There are a bunch of desktops and I installed Cinnamon since that is what I use with Mint. As soon as I booted it updated automatically. One thing I can't stand is forced updates. There might be a way to change that but I'll have to look into it.
 

mv2devnull

Golden Member
Apr 13, 2010
1,507
148
106
If I was in the habit of clean-installing my main PC's installation of Linux on a regular basis and therefore making all the development time in researching/coding/troubleshooting the automation worthwhile, sure (also assuming that I can learn how to script everything that could be scripted; my bash scripting skills are pretty basic), the same argument largely applies to Windows too though.

That is why I keep several (weekly) verified Macrium Reflect Backups. In case of a crash or some other major issue.
Look at configuration management systems. E.g. Ansible, Chef, Puppet. Some of them work an Windows and OS X too.

You describe desired setup (in their syntax). That is easy to backup. They install listed packages and deploy config too. When things change, you update description and redeploy; they probably change only the modified bits. Thus good for both install and management. If written neatly, the config might suite different distros too. (E.g. you say that you want post 443/tcp open and the tool figures out how to do that in target distro.)

I keep the description in Git, so I can find my old mistakes, and clone to github/gitlab/whatever.

What these do not do is backup/restore of user data. That has to be done separately.
 

Fallen Kell

Diamond Member
Oct 9, 1999
6,087
446
126
Would have given up on Windows some time ago if not for the fact I still occasionally fire up a game. The way it seems to be moving towards becoming an ad-supported 'service' (with forced upgrades with older software stopping working every time, and increasing amounts of what seems to be built-in advertising) I doubt I'll be using Windows much longer...if I could just fully kick the gaming habit.
Gaming is the ONLY reason I still have Windows. Been 100% linux desktop at my work for over 25 years (even though I am one of the only ones and it is an otherwise 100% windows centric desktop environment for day to day functions outside of the labs). I get away with it because I am one of the Unix/Linux admins and administrating and interfacing with those systems is 1000 times easier from a linux system (but I am still on MS Office 365, and the chat client of the month, and meeting software of the month, and colab software of the week just fine through most web portals/interfaces, or an open source client that can interface with them).

My home server is running XCP-NG where I have several linux and BSD based VM's, but my main desktop and my HTPC are windows due to gaming on both of them....
 
Reactions: igor_kavinski

pcgeek11

Lifer
Jun 12, 2005
21,579
4,659
136
Linux Mint 22 is now out.

"Linux Mint's latest release continues its tradition of excellence. It's easy to learn and use, faster than Windows, and runs on a thrift-store PC. What more can you ask for?"

 

pcgeek11

Lifer
Jun 12, 2005
21,579
4,659
136
Just completed the Upgrade from Mint 21.3 to Mint 22 using the online upgrade tool. Worked great on my Desktop, but I had some issues with my Notebook. I have done a LOT of tweaking on my Notebook so it was sort of expected that the Upgrade process wouldn't like it. Rolled it back with a current backup image and all is well.

My Desktop is working great however running Mint 22.
 
Reactions: igor_kavinski

pcgeek11

Lifer
Jun 12, 2005
21,579
4,659
136
Retract that comment about my desktop running great. After using it the screen kept blacking out intermittently. With no reasoning that I could figure out. Did a clean format and install and found the same issue.

I usually wait for a couple of updates like maybe 22.3 and I'll try again. 21.3 is working great and I've never had any issues, so I'll stick there for a while more.

Restored my backup image and moving along...
 

mikeymikec

Lifer
May 19, 2011
18,316
10,863
136
Retract that comment about my desktop running great. After using it the screen kept blacking out intermittently. With no reasoning that I could figure out. Did a clean format and install and found the same issue.

I usually wait for a couple of updates like maybe 22.3 and I'll try again. 21.3 is working great and I've never had any issues, so I'll stick there for a while more.

Restored my backup image and moving along...
Maybe 'tis the season? Recently I used the workaround to install Win11 on my broadwell-era laptop, which worked fine until I was off for a week with covid, then the screen started intermittently going on and off after being woken from sleep mode.
 

pcgeek11

Lifer
Jun 12, 2005
21,579
4,659
136
Maybe 'tis the season? Recently I used the workaround to install Win11 on my broadwell-era laptop, which worked fine until I was off for a week with covid, then the screen started intermittently going on and off after being woken from sleep mode.

It is just out of Beta and newly released. I usually do not adopt this early and wait for a minor update or three at least before upgrading. All the past versions I've used have been rock solid.

I'm patient and can wait.
 

pcgeek11

Lifer
Jun 12, 2005
21,579
4,659
136
Reran the Mint Upgrade on my Desktop from Mint 21.3 to Mint 22.0 yesterday. Been running everything for 48 hours + with no issues at all and no errors etc. Something must have had a fart the first time.

Liking it so far!
 
Reactions: igor_kavinski
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |