What can I do to learn Linux more?
I first started with Linux about 9 months ago and in that time I'm not sure I've really learned much. I've been daily driving OpenSuse Tumbleweed for most of that time, playing any games I can that work on it, general internet browsing, a bit of file maintenance.
For the most part, it's just been plug and play with some minor tweaks or issues every now and then. Nearly all of this time has been spent utilizing the GUI so I don't really know any commands other than the update command. Any CLI that I need to use (which is rare), I just look up the command and eventually forget about it.
What does it mean to really know how to use Linux and what can I do to actually learn it?
https://redd.it/1jfyovt
@r_linux
I first started with Linux about 9 months ago and in that time I'm not sure I've really learned much. I've been daily driving OpenSuse Tumbleweed for most of that time, playing any games I can that work on it, general internet browsing, a bit of file maintenance.
For the most part, it's just been plug and play with some minor tweaks or issues every now and then. Nearly all of this time has been spent utilizing the GUI so I don't really know any commands other than the update command. Any CLI that I need to use (which is rare), I just look up the command and eventually forget about it.
What does it mean to really know how to use Linux and what can I do to actually learn it?
https://redd.it/1jfyovt
@r_linux
Reddit
From the linux community on Reddit
Explore this post and more from the linux community
'Triple booting' Win 11, Ubuntu, and Debian as a noobie
Hey all, fairly new to Linux and had only enough terminal knowledge to enable and replace the startup sound on Ubuntu 24.04. I was curious about any other distributions (don't worry I won't go distrohopper) and had my eye on the basis of Ubuntu itself, Debian.
And I just gotta say... Wow.
I installed Debian on a 20gb partition to check it out and maybe delete it afterwards, but after I saw I could choose KDE Plasma as a GUI my curiosity piqued. Once the install finished I considered it MUCH more stable and easier to use than Ubuntu. Specs aren't a problem as I'm running the 2 OSes on a ThinkPad T14s (Gen 1) so I figure it's just Ubuntu acting that way.
I may just end up using Debian instead as I am much much more impressed with my experience than Ubuntu after having heard it was a more 'technical' distribution, though this may be due to KDE Plasma allowing me to customize the UI to my preference.
Any more advice would still be appreciated however, I am still new to the penguin!
https://redd.it/1jg56br
@r_linux
Hey all, fairly new to Linux and had only enough terminal knowledge to enable and replace the startup sound on Ubuntu 24.04. I was curious about any other distributions (don't worry I won't go distrohopper) and had my eye on the basis of Ubuntu itself, Debian.
And I just gotta say... Wow.
I installed Debian on a 20gb partition to check it out and maybe delete it afterwards, but after I saw I could choose KDE Plasma as a GUI my curiosity piqued. Once the install finished I considered it MUCH more stable and easier to use than Ubuntu. Specs aren't a problem as I'm running the 2 OSes on a ThinkPad T14s (Gen 1) so I figure it's just Ubuntu acting that way.
I may just end up using Debian instead as I am much much more impressed with my experience than Ubuntu after having heard it was a more 'technical' distribution, though this may be due to KDE Plasma allowing me to customize the UI to my preference.
Any more advice would still be appreciated however, I am still new to the penguin!
https://redd.it/1jg56br
@r_linux
Reddit
From the linux community on Reddit
Explore this post and more from the linux community
Do people still use ReiserFS?
I installed EndeavourOS after more than 10 years since the last time I used Arch. I was checking the popularity of AUR packages and it seems that ReiserFS utilities are quite high in the list. This is quite surprising considering the lack of maintenance after Hans' conviction in 2008. Note that the number of votes is not high; just 15. But popularity is the a function of both the votes and how recent they are.
What am I missing?
https://redd.it/1jgav1n
@r_linux
I installed EndeavourOS after more than 10 years since the last time I used Arch. I was checking the popularity of AUR packages and it seems that ReiserFS utilities are quite high in the list. This is quite surprising considering the lack of maintenance after Hans' conviction in 2008. Note that the number of votes is not high; just 15. But popularity is the a function of both the votes and how recent they are.
What am I missing?
https://redd.it/1jgav1n
@r_linux
Ben Franklin, the OJ of the foss movement.
https://en.wikipedia.org/wiki/Benjamin_Franklin
https://redd.it/1jgbtzl
@r_linux
https://en.wikipedia.org/wiki/Benjamin_Franklin
https://redd.it/1jgbtzl
@r_linux
Linux Repair Cafes in Amsterdam starting in April
https://www.repaircafe.org/linux-repair-cafe/
https://redd.it/1jgd3nh
@r_linux
https://www.repaircafe.org/linux-repair-cafe/
https://redd.it/1jgd3nh
@r_linux
Repaircafe
Linux Repair Café - Repaircafe
Op deze pagina lees je alles over het Linux Repair Café. Ben je al overtuigd en wil je snel van start met je eigen lokale initiatief? Vraag dan ons speciale startpakket aan via de onderstaande knop. Wil je eerst meer…
i keep trying flatpaks and trying to actually use them, but then stuff like this keeeps happening and just whats even the point
https://redd.it/1jgcu0h
@r_linux
https://redd.it/1jgcu0h
@r_linux
I've polished my unique Linux audio player
My little project is now easier to try out, I've added it to Arch AUR as well as some build instructions for Debian/Ubuntu/Fedora, and how to use the streaming capability.
It is not a replacement for fully featured player - no support for playlists or metadata, it just plays back single local files. BUT, it has a few things going for it:
- Pausing, resuming, seeking, and switching to another file are faded smoothly, which makes this IMO a more pleasant listening experience than any other player I know
- The fade length and curve (3 level of steepness) is configurable; the current default is 30ms moderate curve, I'd be interested to know what settings other prefer there
- Custom (long) fade ins and outs can be defined and triggered as well
- Cute local network lossless streaming functionality, works well over fairly slow WiFi (I'm using a Raspberry Pi Zero W with a HiFiBerry as a target) and reacts decently fast to commands like pausing or seeking
- The lowest CPU consumption of any player I tried, so may save some battery
- Supports large buffer, in case your audio files lie on some network drive that takes some seconds to wake up after a longer pause, to prevent underruns
I think it can be useful to some as a secondary player, for when you just need to quickly play back a file. It works with most file types that FFMPEG can extract audio out of.
One final note, you may think the fading and streaming are simply two random unrelated features, though actually they are somewhat connected. For a good user experience they both make it rather undesirable to have a simple synchronous interface with the UI, as many operations (pausing, seeking, buffering) can no longer be seen as instantaneous, where it is otherwise fine to just block the UI. This is one major reason no other player really implements something like this (well); it is hard to justify a large scale change to a fully asynchronous design with additional complexity for such niche features.
https://redd.it/1jge7oi
@r_linux
My little project is now easier to try out, I've added it to Arch AUR as well as some build instructions for Debian/Ubuntu/Fedora, and how to use the streaming capability.
It is not a replacement for fully featured player - no support for playlists or metadata, it just plays back single local files. BUT, it has a few things going for it:
- Pausing, resuming, seeking, and switching to another file are faded smoothly, which makes this IMO a more pleasant listening experience than any other player I know
- The fade length and curve (3 level of steepness) is configurable; the current default is 30ms moderate curve, I'd be interested to know what settings other prefer there
- Custom (long) fade ins and outs can be defined and triggered as well
- Cute local network lossless streaming functionality, works well over fairly slow WiFi (I'm using a Raspberry Pi Zero W with a HiFiBerry as a target) and reacts decently fast to commands like pausing or seeking
- The lowest CPU consumption of any player I tried, so may save some battery
- Supports large buffer, in case your audio files lie on some network drive that takes some seconds to wake up after a longer pause, to prevent underruns
I think it can be useful to some as a secondary player, for when you just need to quickly play back a file. It works with most file types that FFMPEG can extract audio out of.
One final note, you may think the fading and streaming are simply two random unrelated features, though actually they are somewhat connected. For a good user experience they both make it rather undesirable to have a simple synchronous interface with the UI, as many operations (pausing, seeking, buffering) can no longer be seen as instantaneous, where it is otherwise fine to just block the UI. This is one major reason no other player really implements something like this (well); it is hard to justify a large scale change to a fully asynchronous design with additional complexity for such niche features.
https://redd.it/1jge7oi
@r_linux
GitLab
Zeno Endemann / Alpela · GitLab
Alpela audio player
Education in networking
Hey so i like linux a lot , i feel like i could learn stuff about it more easily than subjects like history / native language and composing essays etc. What kind of education does an network engineer/devops need? Do usa or well developed european countries care about finals exam diploma (in my country its called BAC) or you could get a job only by certifications and a degree in telecomunication software/ networking? I'm asking this because i feel stuck by my current situation where everyone wants everything from me and i'm supposed to be superman in any domain.(I do not like what i'm doing and because of that i live miserably and i wanna make sure it doesnt happen again in the future)
https://redd.it/1jghyvq
@r_linux
Hey so i like linux a lot , i feel like i could learn stuff about it more easily than subjects like history / native language and composing essays etc. What kind of education does an network engineer/devops need? Do usa or well developed european countries care about finals exam diploma (in my country its called BAC) or you could get a job only by certifications and a degree in telecomunication software/ networking? I'm asking this because i feel stuck by my current situation where everyone wants everything from me and i'm supposed to be superman in any domain.(I do not like what i'm doing and because of that i live miserably and i wanna make sure it doesnt happen again in the future)
https://redd.it/1jghyvq
@r_linux
Reddit
From the linux community on Reddit
Explore this post and more from the linux community
The SteamOS Powered Legion Go S Is Suddenly Available To Pre-Order
https://www.bestbuy.com/site/lenovo-legion-go-s-8-steamos-120hz-gaming-handheld-amd-ryzen-z2-go-16gb-with-512gb-ssd-nebula/6619192.p?skuId=6619192
https://redd.it/1jgm6hf
@r_linux
https://www.bestbuy.com/site/lenovo-legion-go-s-8-steamos-120hz-gaming-handheld-amd-ryzen-z2-go-16gb-with-512gb-ssd-nebula/6619192.p?skuId=6619192
https://redd.it/1jgm6hf
@r_linux
Best Buy
Lenovo Legion Go S 8" SteamOS 120Hz Gaming Handheld AMD Ryzen Z2 Go 16GB with 512GB SSD Nebula 83L30030US - Best Buy
Shop Lenovo Legion Go S 8" SteamOS 120Hz Gaming Handheld AMD Ryzen Z2 Go 16GB with 512GB SSD Nebula at Best Buy. Find low everyday prices and buy online for delivery or in-store pick-up. Price Match Guarantee.
Cloudflare announces AI Labyrinth, which uses AI-generated content to confuse and waste the resources of AI Crawlers and bots that ignore “no crawl” directives.
https://blog.cloudflare.com/ai-labyrinth/
https://redd.it/1jgn85j
@r_linux
https://blog.cloudflare.com/ai-labyrinth/
https://redd.it/1jgn85j
@r_linux
The Cloudflare Blog
Trapping misbehaving bots in an AI Labyrinth
How Cloudflare uses generative AI to slow down, confuse, and waste the resources of AI Crawlers and other bots that don’t respect “no crawl” directives.
FOSS Universal 2D Graphics Editor, PixiEditor 2.0 is finally feature complete
https://pixieditor.net/blog/2025/03/19/q1-status
https://redd.it/1jgn04t
@r_linux
https://pixieditor.net/blog/2025/03/19/q1-status
https://redd.it/1jgn04t
@r_linux
pixieditor.net
PixiEditor 2.0 Status Q1 2025 | PixiEditor Blog
Summary of first quarter of 2025 in PixiEditor 2.0 development
Linux Security Hardening Cache Randomization Was Inadvertently Using The Same Seed
https://www.phoronix.com/news/Linux-6.15-slab
https://redd.it/1jgmm4m
@r_linux
https://www.phoronix.com/news/Linux-6.15-slab
https://redd.it/1jgmm4m
@r_linux
Phoronix
Linux Security Hardening Cache Randomization Was Inadvertently Using The Same Seed
Ahead of the upcoming Linux 6.15 kernel cycle a few early pull requests have already been sent in to Linus Torvalds in advance of the anticipated v6.14 release on Sunday
Veritasium just released a great documentary about the Mars helicopter Ingenuity running Linux
https://odysee.com/@veritasium:f/what-happened-to-nasa's-mars-helicopter:a
https://redd.it/1jgq8mu
@r_linux
https://odysee.com/@veritasium:f/what-happened-to-nasa's-mars-helicopter:a
https://redd.it/1jgq8mu
@r_linux
Odysee
What Happened To NASA's Mars Helicopter?
How a helicopter built of phone parts survived Mars for 3 years. Use code veritasium at https://incogni.com/veritasium to get an exclusive 60% off an annual Incogni plan.
Davinci Resolved Add ProRes Encode Support on Linux
https://www.newsshooter.com/2025/03/20/davinci-resolve-19-1-4-update/
https://redd.it/1jgs3ue
@r_linux
https://www.newsshooter.com/2025/03/20/davinci-resolve-19-1-4-update/
https://redd.it/1jgs3ue
@r_linux
Newsshooter
DaVinci Resolve 19.1.4 Update
Blackmagic Design has released DaVinci Resolve version 19.1.4. The big news is that it adds Apple ProRes encode support on Windows and Linux.
Choose Freedom, Not Trialware
https://news.opensuse.org/2025/03/21/choose-freedom-not-trailware/
https://redd.it/1jgsozm
@r_linux
https://news.opensuse.org/2025/03/21/choose-freedom-not-trailware/
https://redd.it/1jgsozm
@r_linux
openSUSE News
Choose Freedom, Not Trialware
The Upgrade to Freedom campaign has joined the End of 10 initiative to promote Free and Open Source Software as a sustainable alternative to Windows 10. Lear...
This Week in Plasma: 6.4 Improvements
https://blogs.kde.org/2025/03/22/this-week-in-plasma-6.4-improvements/
https://redd.it/1jh2gww
@r_linux
https://blogs.kde.org/2025/03/22/this-week-in-plasma-6.4-improvements/
https://redd.it/1jh2gww
@r_linux
KDE Blogs
This Week in Plasma: 6.4 Improvements
Welcome to a new issue of "This Week in Plasma"! Every week we cover the highlights of what's happening in the world of KDE Plasma and its associated apps like Discover, System Monitor, and more.
Firefox: Mozilla is working on Progressive Web Apps (PWA) support
https://www.ghacks.net/2025/03/17/firefox-mozilla-is-working-on-progressive-web-apps-pwa-support/
https://redd.it/1jh62fx
@r_linux
https://www.ghacks.net/2025/03/17/firefox-mozilla-is-working-on-progressive-web-apps-pwa-support/
https://redd.it/1jh62fx
@r_linux
ghacks.net
Firefox: Mozilla is working on Progressive Web Apps (PWA) support
Mozilla is developing support for Progressive Web Apps that brings the feature to a future version of Firefox. This is what we know about it at this point in time.