this post was submitted on 17 Jul 2023
360 points (100.0% liked)

Linux

47237 readers
937 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] EliteCow@lemmy.dbzer0.com 5 points 1 year ago (1 children)

Whenever I try to go full Linux, 80% of the time I revert back to Windows due to lack of compatibility with games. The other 20% Is due to something breaking or being a pain in the ass to get working. Need to install a program? Here is a .deb file that you have to right click, allow execution. Then you go to execute it and it opens in a text document that has a run button that ends up taking 2 hours to load and ends up failing. Turns out you could go to terminal, CD to the file location and it seems to install.

But wait! 10 dependencies are missing.

[–] Sentau@lemmy.one 8 points 1 year ago* (last edited 1 year ago) (2 children)

Need to install a program? Here is a .deb file that you have to right click, allow execution.

Don't do this if you can avoid it. If you want to install something use the application store installed on your distro. This way the dependencies will be handled. Installing using a Deb file should be the last option or second last option

[–] EliteCow@lemmy.dbzer0.com 3 points 1 year ago (1 children)

Hey thanks for this tip!

After being on Lemmy for the last month, it has really driven me to try out Linux again. I've spun up unbuntu (Desktop) on my home server and currently utilizing it as my docker host.

My server is a bare-metal host with ESXi so I'm interacting with it via the VMRC Client. This works great for doing what I am doing but the latency is a bit to much for using it for my day to day workload. if I could get a proper remote console setup using some native built in protocol that has low latency. I'd be happy to use it for my day to day operation on top of my Windows OS..any suggestions?

[–] vanderbilt@beehaw.org 1 points 1 year ago (1 children)

Use screen sharing in gnome and RDP.

[–] EliteCow@lemmy.dbzer0.com 3 points 1 year ago

Silly me. I didn't realize there was a prebaked setting already in Ubuntu.. I'll give this a shot! Thank you!

[–] Cybersteel@lemmy.ml 1 points 1 year ago