Linux

49865 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
1
 
 

Hi Redshift isn't maintained anymore and lately redshift-gtk doesnt start anymore (something about a python circular dependancy).

What should we use?

2
 
 

TLDR ; Thinkpad BIOS debug log is not in text . Just converted it to text using xclip , instead of using strings, hexdump , xxd tools .

Steps done:

$ file bios-debug-log.data
bios-debug-log.data: data
$ cat bios-debug-log.data | xclip 
$ xclip -o # Pastes as text to Terminal . Copy the text from there.
##xclip -o > test-file # Pastes the same data to file. Cannot use this

I have ran diagnostic logs for lenovo support , which was saved as data file. ( Found tools like strings, hexdump , xxd from online search which can read the data. ) But while playing with the file, I noticed xclip can copy and paste the data to Terminal app as text! Then, copy the text from Terminal app .

Qn. I guess the data file was encoded to a binary format. And xclip decoded the text content. Is this correct ?

Thanks,

3
4
 
 

Obviously we all want to avoid enshittified (aggressively monetized) software or at least get our money's worth. I'm looking at self-hosting software right now and one I'm looking has a pricing page but only for cloud (no other paywalled features) and is open source. I tried looking up future plans and didn't find much, so it doesn't seem like it will enshittify. (not related) I had thought about switching to Omnivore for a long time but then they merged with ElevenLabs and the rest is history.

5
 
 

Hello,

No idea why this is happening, as apparently no one else is having this issue, but my PS5 controller does not work with linux. I did a clean install of Mint today, and on my old install it was working great. Now, Steam recognizes the controller, testing the inputs shows everything works, and Linux recognizes the controller is connected with the USB, but it is not registering with any game. None of the inputs work, and even more annoyingly pressing the PS button immediately launches steam big picture mode, which I do not want.

I've been trying for hours to fix this and everyone else is saying it works great out of the box, but that is the opposite of the case for me. Any advice?

6
7
8
 
 

So im on zorin so basically ubuntu with gnome. Anyway I see this thing and it only happens with firefox but the switching between various windows I get back to firefox and it will be full screen size but not actually full screened so now I can see another window peeping over the top. Does not happen consistantly at all but like a minimum of once a day I notice it and click the window back to small and then full screen again to get it to use the whole real estate. Just seeing if anyone has seen behaviour like this or better yet knows something about it.

9
10
 
 

My distro recently rebuilt gnutsl with leancrypto does anyone know the reasons, advantages/disadvantages of using it instead of liboqs for post-quantum cryptography

11
12
 
 
13
 
 

Another "difference between" Linux question: What ist the actual difference between them?

How fast/stable are releases, compared to each other and in comparison to upstream Arch?

I think I dont get the difference because in my understanding Arch is a rolling release and with both alternatives you want to stay as close to there releases as possible, but dont break you system frequently, right?

So whats the main differences?

14
15
16
 
 

It just works.

I'm kind of shocked how easy it was to set up. I used ventoy to make a bootable iso of Linux Mint Cinnamon on my Mini PC (Ser5 Pro), and I had zero issues with anything. Ventoy even plays nice with secure boot.

Where's the setup?

There really wasn't any. I booted into Mint, synced my keyboard/trackpad combo and my earbuds then was off to the races. It detected all my hardware including my Elgato HD60 X without any steps. The only thing I had to work around was downloading the deb build of Discord Canary to enable audio output in Discord streams since it was only recently added to Discord's dev/beta build (Canary).

Speaking of which Elgato's capture software doesn't support Linux (shocker), so I simply installed OBS, pointed the audio/video to the capture card, and it worked. Easy.

My Use Case

I have the aforementioned mini PC mainly to be jockied by a capture card for streaming Nintendo Switch to Discord. Aside from that I use it as a productivity machine in my living room for internet browsing (omg webtv!) and Kodi. The Ser5 uses an AMD Ryzen 7 5850u with integrated graphics, 16GB DDR4, and a 500gb M.2. All of the ports, HDMI audio out, etc were automatically detected by Mint.

Conclusion

Linux Mint feels premium compared to Windows 11. It's snappier, more modular, and offers a Linux GUI that's familiar/easy to use. Plus now I have the benefit of no preinstalled spyware or bloatware. Feels good to actually own my computer.

Thanks for reading!

17
 
 

What do you like about it?

What do you not like about it?

Is it a completely bonkers proposition to buy a refurbished M2 Mac only to wipe it and put Asahi on it?

18
19
 
 

I've installed xone and xboxdrv.

The controller vibrates on plug in but the LED stays off, if I hold down the Xbox button it boots in Bluetooth mode.

Xboxdrv reports no controllers found.

lsusb reports the controller ~~and it has a file in /dev/js0 (or something similar).~~

Update: there's no js file in /dev/input

retroarch reports detection of Xbox controller on plug in.

I added my user to input group.

My system is up to date.

I installed the system with the XFCE build.

The controller works as intended on Arch, Windows and Android via USB and Bluetooth

Update 2: I installed jstest-gtk and it's not detecting the controller at all

20
48
submitted 3 days ago* (last edited 2 days ago) by [email protected] to c/[email protected]
 
 

Hi everyone. I have an old ASUS S56C and I use it everyday for web (Firefox) and graphic design (Photoshop with Bottles, Inkscape). I have used for years Lubuntu, and it was all good with LXDE ambient, but with the latest versions it switched to LXQT and with snaps I don't feel it comfortable anymore.

So, I'm looking for another ~~easy weight~~ lightweight distro, no fancy, only for Firefox, Bottles and Inkscape. I'm opened to any suggestions. Thanks in advance to everyone.

EDIT: Thank you all for your time and answers. I've read them all and I think I will start with Debian with LXDE. Thank you all again.

21
 
 

Hi,

I'm using the LITE version of Raspberry PI OS. ( so without desktop environment and other stuff, but unfortunately not systemd free... )

When I use this raspberry locally I don't need a desktop, but remotely I might...

I've found an interesting link:
https://www.xmodulo.com/remote-control-raspberry-pi.html
   see Method Three: X11 Forwarding for Desktop over SSH

I see that xinit is not installed by default with LITE ( and it make sense ) so do you think if I install it, and follow the rest of instruction it will work ?

If I understand well the mechanism I do not need to install a desktop environment on the server ( the rpi ) but only on the client right ?

Or do you know a better way do achieve this ?

22
23
 
 

Following arguments on the Linux kernel mailing list the past few days over some Linux kernel maintainers being against the notion of Rust code in the mainline Linux kernel and trying to avoid it and very passionate views over the Linux kernel development process, Asahi Linux lead developer Hector Martin has removed himself from being an upstream maintainer of the ARM Apple code.

24
25
 
 

view more: next ›