you are viewing a single comment's thread.

view the rest of the comments →

[–]magnora7 5 insightful - 2 fun5 insightful - 1 fun6 insightful - 2 fun -  (1 child)

I got a new computer, I am switching to linux for home computing finally. A lot of my games I worried about ended up working fine with a little tweaking. The WINE windows emulator thing is amazing, it just runs exes as if linux could run the exe itself, I always thought you had to boot a virtual copy of windows within linux and all that jazz, I didn't realize they'd built exe functionality on to the linux OS itself. You just click an exe and it runs instantly. So that was a nice surprise about WINE.

But there's a lot of exes it can't run, seems to work about 40% of the time, so I guess the next step is to do a window 7 virtual machine emulation on linux and boot to the windows desktop and stuff, I guess that's compatible with more types of executable files because it emulates the entire windows environment. So there's a few programs I might have to do that with.

The one thing that still miffs me about linux is installing programs. In windows, you click a download link, a thing downloads, and you click it, and it installs. You can use a mouse the whole time, it's very straightforward. In linux you almost always have to open a terminal, the installs are a list of terminal commands and instructions you have to copy-paste one by one, instead of a simple download link. Out of 20 programs I downloaded, I think only one had a linux download link that was clickable and worked. Just feels old and clunky tbh.

But otherwise linux has come a long way, especially mint and ubuntu. For instance, every driver worked instantly, I haven't had to install one driver or dependency. This was not the case 10-15 years ago, it used to be dependency hell to get all your devices working.

Anyway, pretty pleased with linux these days for personal computing. I'm about 50% switched over, I still have some programs to try and migrate. There will probably be a few things I'll keep my old Windows machine around for. Linux is definitely faster though. And probably the only way to truly own your computer anymore. Windows and Macs are full of built-in backdoors.

[–]Optimus85 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 1 fun -  (0 children)

As a Linux user, file suffixes are a funny concept. .exe tells the Windows kernel that it's an executable file. Linux, as Unix OSes, have three types of actions and three types of users for file permissions. Actions are: readable, writable and executable. Users are: user, group and others. This alone makes the system inherently more secure. Also, the package manager is your best friend. You should always install your programs that way unless you're comfortable compiling programs from source. If you download programs from the Internet, .deb packages should install fine on Ubuntu, Mint, Pop! OS, and of course Debian and .rpm packages should work with SUSE, Red Hat and Fedora(not 100% sure). Anyway, enjoy the switch!