this post was submitted on 24 Mar 2025
306 points (93.2% liked)

Linux

52752 readers
714 users here now

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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Approaching the end of window 10 and have no plans on upgrading to 11.

I am trying to find alternatives to applications I regularly use before jumping ship (it is mostly a gaming focused pc) any suggestions?

There’s oculus software for my vr but don’t know what I’m going to do with that

Small update: probably going to do Linux mint as that appears to be the most beginner friendly

Update two: that's a lot of comments, and Thanks for all the info

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 91 points 1 week ago* (last edited 1 week ago) (13 children)

AMD drivers: Native, will auto-install as the mesa library, AMD is tits in Linux, it just works.

Gmail: Thunderbird works with Gmail accounts and can sync the calendar.

iTunes: Rhythmbox has a very similar layout to iTunes and so should feel pretty familiar.

Anti-virus: Linux doesn't really need antivirus in the same way Windows does because it's more locked down and doesn't have the same vectors of attack. If someone is hacking a Linux machine, it's a corporate server, not your desktop PC. If you still think you might need one ClamAV is available for Linux distributions. (.deb for Debian derivaties and .rpm for Fedora derivatives)

Py-Charm: As others have noted, Python is installed natively and is usually already implemented "out of the box" on a fresh install. No need for a program to run it, Python is just... there already.

Remote Desktop: Whatever distribution you have will likely also come with a Remote Desktop client. I am unaware of whether or not they will connect natively to iOS.

Star Citizen: You should be able to add this as a non-Steam game to Steam and use Steam's Proton compatibility layer to play it. A few years ago they were literally asking for Linux players to test it with Proton and Easy Anti-Cheat.

VPN: Linux has extensive VPN support including "roll your own" through either OpenVPN or Wireguard.

Windows Games: Steam, using the Proton compatibility layer, which is essentially WINe, just made a little easier. As with Star Citizen, just add it as a non-Steam game and viola.

Windows 10: The Distribution of your Dreams is just around the corner... I've heard Mint isn't a terrible place to start.

[–] [email protected] 18 points 1 week ago (2 children)

PyCharm is a Java application. And it runs perfectly on Linux.

[–] [email protected] 8 points 1 week ago (1 children)

Depends on your setup. If you use a 4k screen with fractional scaling in Gnome, Pycharm and all Jetbrain editors have blurry text and run under xwayland.

But vs code works fine, also zed and many others.

[–] [email protected] 4 points 1 week ago

I believe you can force pycharm to launch using Wayland. There's some option you can pass to it when you launch it.

load more comments (10 replies)