Linux

69 readers
1 users here now

founded 2 years ago
126
 
 

SwayWM/ Wayland Tutorial.

This is a fairly lengthy tutorial, it includes relevant dotfiles, etc. and is Free.

https://eirenicon.org/sway-on-debian/

#SwayWM #Linux #Wayland #WindowManager #Technology #Debian #LiliDog

127
 
 

So, I kinda want to try this (https://www.youtube.com/watch?v=0dEUgrEsuE0&t=969s), but damn those vintage terminals are expensive!

#linux

128
 
 

NVIDIA 535.86.05 graphics driver for Linux, FreeBSD, and Solaris systems is now available for download with various bug fixes.

129
 
 

Updates on wallpapers, windows, scaling, and text handling from System76’s new desktop environment, COSMIC DE.

130
 
 

I would love to see more hardware makers expose BIOS settings through the OS, either by developing the necessary open-source drivers themselves or by publishing the specs so the community can do it. The current situation of having to reboot into the UEFI setup makes it impossible to tune those settings for real workloads.

131
 
 

This week we’ll be taking a look into the infrastructure that runs and operates Void. We’ll look at what we run, where it runs, and why it is setup the way it is. Overall at the end of the week you should have a better understanding of what actually makes Void happen at a mechanical level.

132
 
 

Offering to the Linux gawds.

#linux

133
 
 

TLDR at bottom.

On most linux forums, it seems that everyone is trash talking flatpaks, snaps, docker, and other containerized packages with the statement that they are "pre-compiled". Is there a real-world affect that this has with performance and/or security, and does this have to do with canonical and/or redhat leaving a bad taste in people's mouths due to previous scandals?

Also, it is easier for the developer to maintain only one version of the package for every user. All of the dependencies come with the package meaning that there aren't distro-specific problems and everything "just works" out of the box.

I understand that this also makes the flatpaks larger, but there is deduplication that shrinks them as you install more by re-using libraries. Do the drawbacks of a slightly larger initial disk usage really outweigh all of its advantages?

I have heard that flatpaks are slower than distro-specific compiled binaries but haven't seen a case where this affects performance in the real world.

TLDR: In most forums linux users tend to take the side of distro-specific packages without an explanation as to why.

134
 
 

Linux Mint 21.2 is a long term support release which will be supported until 2027.

New Features: https://www.linuxmint.com/rel_victoria_cinnamon_whatsnew.php

135
 
 

Basically, which linux distro is the best for a non-power user? Someone who wants to be able to get up and running without having to learn how to manage the OS using the cli.

Quick example: When I install a new OS, the first thing I want to do is install Brave. That should be as easy as "click on this thing, type in brave, select Brave, install."

136
 
 

It's well known that Fedora is connected to Red Hat and Red Hat is connected to IBM but what influence does IBM and Red Hat actually have on Fedora Linux

137
 
 

Hey everyone, a while ago I made [this post] (https://kbin.social/m/linux/t/108370/Help-me-find-a-fitting-distro) asking for recommandations of distros. After some considerable thinking I went ahead and chose EndeavourOS (with Gnome) due to wanting an experience as close to Arch as possible but having some handholding at the installation process.

I also chose to dual boot Windows11 for some games that can't be run on Linux (looking at you Valorant). Anyway, here are the impressions of the first 2 days of daily driving EndeavourOS:

Pros:

  • right of the bat I had better driver support than on W11, namely I could connect directly to WiFi, without having to plug the Ethernet in, download and install the WiFi driver and then connect to WiFi.
  • very pleasant GUI installer
  • fantastic look and feel, it's been a while since I've enjoyed exploring a piece of software this much
  • the amount of customization: it was a blast theming everything with rose-pine
  • better performance while gaming: admittedly, I don't game much besides League of Legends/CSGO, but I got much better performance on League than when I was on W11 (this is due to a strange bug on W11 that made LoL not run on the dedicated GPU no matter what I tried)

Cons:

  • for now I can't consider anything as a downside as I think it's too early to make a distinction between my incompetence and the OS's limitations.

Fuck ups:

  • first time when I installed EndeavourOS I didn't select grub as the bootloader, so I was like ??? when I didn't get to select the booting OS
  • I can't quite select a good font-size for Firefox. It's either too small, or everything too big
  • not knowing how to properly set the theme so I at some point had the same theme, but in different flavors across different apps
  • I installed Bing Wallpaper extension for Gnome but I couldn't configure it to only change the lockscreen image (this was one of my favorite W11 things), if any of you could help, I'd greatly appreciate

That's it for now, I'll come back with an update after I get to fiddle around with Endeavour a bit more.

138
 
 

In case you missed it, Red Hat announced they will no longer be providing the means for downstream clones to continue to be 1:1 binary copies of Red Hat Enterprise Linux (RHEL). Very quickly, both Jack and I shared some initial thoughts, but we intentionally took our time deciding the next right step for AlmaLinux OS. After much discussion, the AlmaLinux OS Foundation board today has decided to drop the aim to be 1:1 with RHEL. AlmaLinux OS will instead aim to be Application Binary Interface (ABI) compatible

139
 
 

Yes I am thinking of using my little TV (composite AV input only (from an HDMI-to-composite dongle)) as my second display. Going command line-only would be ok if I don't have a choice, but then I watch miniDV and VCD footages sometimes. My Mint machine was broken so i didn't have a chance to test that. So not sure if it could go lower than VGA or if I am asking the right question.

140
 
 

To me, it doesn’t sound as secure since if something happened to that file (deleted, corrupted, etc.), the whole OS could get destroyed.

141
 
 

'sup? So, I am a beginner that has an old Samsung laptop from 2013 with an i3 4005U, a GeForce 710M, 500GB HDD (I will probably upgrade it to an SSD, but not for now.), 4GB 1600 MHz DDR3L RAM (the same for the HDD, will probably upgrade to 8GB some time.). It currently has Windows 10 Home but Linux is probably lighter (right?) so thats why I want to use it (+customization). I plan on dual booting the two since i might still need Windows for some cases. Any help is appreciated. Thanks in advance!

(Note: I'm planning on using Linux Mint [which version should I use?] or Pop!_OS, but might look at Zorin OS Elementary OS, Deepin and maaaaaybe Ubuntu and it's flavors. I don't really have an idea on desktop environments. need suggestions.)

(repost because wrong language)

142
 
 

I've been using bash since the 90's and I'm still a n00b. I'm still not constructing scripts in my head before I write them down. It's still

$ some command
$ some command | more commands
$ some command | more commands | even more commands

At some point I was making progress and I got to where this was happening:

$ some command
$ some command | more commands
$ even more commands $(some command | more commands)

Whatever I do, I still start with a very general command and add pipes. I don't know what I want before I see it.

I have recently started to rewrite some of my old scripts to get to the point earlier. It works when I'm writing in other languages, but in shell languages it's hard to get rid of this nasty habit of starting with the most general command and accumulate pipes.

#linux

143
 
 

https://github.com/SpacingBat3/WebCord

Really cool project I found, and is working great for me so far. You can even build a custom version of WebCord using one of the open PRs which allows you to share audio on a screen share. Used it with friends last night and it ran solid for hours.

144
 
 

Linux enthusiasts rejoice! After a long journey, according to StatCounter's data, by June 2023, Linux has achieved a 3% desktop market share.

145
8
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 
 

Hey folks,

I hope this question fits here well.

Since I've started to care more about my digital fingerprint, I came to the conclusion, that I need to change my OS.

All my life I've been using Windows operating systems, but at this point I'm kind of fed up about the big amount of telemetry data which is being sent out by default. So maybe Linux is the solution?

I'm looking for a beginner friendly Linux-Distro, which respects my privacy. It should also be possible to play some games on it without too much effort.

What can you recommend?

Thank you so much!

Edit:
System specs: NVIDIA GeForce GTX 1060 6GB VRAM, 16 GB RAM, AMD Ryzen 5 2400G (tower pc)

146
 
 

SUSE is committed to working with the open source community to develop a long-term, enduring compatible alternative for RHEL and CentOS users. SUSE plans to contribute this project to an open source foundation, which will provide ongoing free access to alternative source code.

147
4
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 
 

The video discussing 'What was Linux distro model and why it has broken now'

Stream any OS, desktop, or app to your browser, now with translations: https://kasmweb.com/docs/develop/developers/builds.htmlGrab a brand new laptop or desk...

148
 
 

Hello Everyone, I was planning to get a hard drive to install Linux in to use for daily driving. I was looking at Nobara for a bit but after the RedHat drama, should I still be using it? or should I look at something else for the time being? Thank you.

149
 
 

Oracle underscores its commitment to helping keep Linux open and free for the global Linux community.

150
 
 

Yes this has been asked and answered a million times I’m sure. There is a plethora of ‘top ten distros for Linux gaming’ lists out there and the majority of posts I can find on That Other Site seem to devolve into “every distro can do games”.

I’m interested in what you are using and your experience doing so. Any gotchas you wished you knew? Anything you tried that didn’t work, or anything that worked unexpectedly well? What would you say if your friend asked this over a few pints down the pub?

view more: ‹ prev next ›