Linux - Reddit – Telegram
Linux - Reddit
775 subscribers
4.19K photos
207 videos
39.9K links
Stay up-to-date with everything Linux!
Content directly fetched from the subreddit just for you.

Powered by : @r_channels
Download Telegram
Debian based distros

Hi group,

In your collective opinions, why are Debian-based Linux distros the most prevalent in the Linux desktop world?

https://redd.it/byc0me
@r_linux
A story about how Linux helps my wife take her medication at the right times

My wife is a transplant recipient and so she has to take her immunosuppressant drugs 4 times a day.

Initially we have used our phones (Android) to alert us of the times, but over time we found that the Android Alarm app is unreliable, it works most of the time but there were times it failed to trigger the alarm.

Being a Linux user and a programmer for almost 20 years I thought there was something I could do, I remember looking for existing solutions, but most of them were too limited or expensive.

I resorted to using the `at(1)` command at first, which worked fine for a while but I never found a way to make the timer as accurate as possible.

After trying different things we ended up with this solution:

A timer file:

~/.config/systemd/user/alarmclock.timer

[Unit]
Denoscription=Run alarm clock daily

[Timer]
OnCalendar=8,9,20,21:00
AccuracySec=1us

[Install]
WantedBy=timers.target

`AccuracySec=1us` is important to get the best accuracy, which is what lead me to use systemd timers in the first place (I couldn't find how to do this with `crond` before).

And the corresponding service file:

# ~/.config/systemd/user/alarmclock.service
[Unit]
Denoscription=Alarm Clock

[Service]
ExecStart=/usr/bin/mpv --no-terminal --loop-file=3 /home/user/Downloads/sedna_ringtone.mp3

It's by no means a perfect solution, but it's reliable and works for my wife, the important thing to remember is to never close the laptop lid.

https://redd.it/byfg5n
@r_linux
Libreoffice Bug 123831 - Remove access to Firefox Persona in favor of self-hosted extensions
https://bugs.documentfoundation.org/show_bug.cgi?id=123831

https://redd.it/byfbvc
@r_linux
What graphical CLI applications do you like to use?

I spend a fair bit of time in the shell and always appreciate tools that make some tasks a little easier, wondered what everyone else likes using and why?

https://redd.it/byhb9f
@r_linux
Thunar on GNOME by default?

So as the noscript suggests, i am trying to curve out a new distro of my own based on Ubuntu. I was thinking of keeping GNOME as the default DM. But, i really like Thunar File Manager's minimalism and power.
So my question goes, can I include Thunar by default in my distro which has GNOME as it's default shell? And the same, can i include OPEN SOURCE APPS (may or may not from other DMs or distros) on mine?

Advices will be appreciated
TIA

https://redd.it/byi88e
@r_linux
What happend to Btfs?

As far as I know then EXT 4 was only stopgap unto Btfs was ready. But it seems that Btfs never took off. What did happend ?

https://redd.it/byj9d2
@r_linux
ArchLabs: A good Antergos replacement! (Review)

It does not have a GUI installer, but it has the probably best CLI installer. Bunch of menus where you select your options. Really well put together. Give it a try.

​

First I selected the openBox WM and had a good experience. Tint2 was there out of the box, good preconfigurations. Small foot print (\~ 170 RAM in stand by). But I started missing XFCE because of all the nice things about it. Used the bootable USB again and selected the XFCE during the installation.

​

**Things that I liked:**

\- The installer

\- Having access to Arch Linux repos

\- First time ever when I have a [screen tearing](https://en.wikipedia.org/wiki/Screen_tearing)\-free experience out of the box with XFCE. (I had this problem on Ubuntu, Debian, Antergos)

\- ArchLabs-dARK theme is nice

​

​

**Things that can improve:**

\- having a good GUI package manager included (i.e. [pamac](https://www.fossmint.com/pamac-arch-linux-gui-package-manager/); it's miles ahead of gnome software, kde discover or synaptic)

\- out of the box the PulseAudio plugin was not included in the panel and my sound card was deactivated :-(

\- having open source drivers for the video card preinstalled (I had to manually install libva-intel-driver, no big deal, but still)

\- don't preinstall Xfburn (who uses CDs anymore?) and parole media player (mpv + gnome-mpv would be a better option)

​

**Why I don't use Arch Linux?** Because I like distros with an easy install process, where I have to type as little as possible.

​

**Why I don't use Manjaro?** That distro I think is good for new Linux users. It has an easy & nice GUI installer and comes with a lot of preinstalled software. But for me, that's a problem. I want something light. The installer contains out of date software, the first update (if you do that before removing the things you don't need) will be a big one (\~ 1GB worth of download files). And also, manjaro uses its own repos, not Arch's repos.

https://redd.it/byl5bu
@r_linux
Installed MX Linux. I'm really loving it :-)
https://redd.it/byrg0l
@r_linux
Idea: make a GNU/Linux hybrid name

I think everyone is aware that 'GNU/Linux' ~~or 'GNU+Linux', as I have taken a like to calling it~~ as a term will never, ever, *ever* catch on. It's extremely clunky, it's long, it sounds complex and almost no one cares enough about giving GNU credit to push the idea. It's a lost battle that just raises the pressure of all parties involved.

Now, to the part people aren't all already aware of. Instead of debating whether to use that name or not, why not create and promote a new, simpler, hybrid name? I've thought of 'Ginux', but what it is really doesn't matter. The point is it'd solve everyone's issues.

So, thoughts on the idea? 😃

https://redd.it/byqu16
@r_linux