Linux - Reddit – Telegram
Linux - Reddit
771 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
Linux in public schools

In the public school system in America there is a lack of Linux based computers that needs to fixed at some point in order for Linux to gain a larger share in the education market. It would be good for schools since it's free (except for Red Hat) and schools wouldn't have to buy new computers or use under powered Chromebooks.

https://redd.it/dxpyo5
@r_linux
Linux Experiences/Rants or Education/Certifications thread - November 18, 2019

Welcome to r/linux rants and experiences! This megathread is also to hear opinions from anyone just starting out with Linux or those that have used Linux (GNU or otherwise) for a long time.

Let us know what's annoying you, whats making you happy, or something that you want to get out to r/linux but didn't make the cut into a full post of it's own.

For those looking for certifications please use this megathread to ask about how to get certified whether it's for the business world or for your own satisfaction. Be sure to check out r/linuxadmin for more discussion in the SysAdmin world!

_Please keep questions in r/linuxquestions, r/linux4noobs, or the Wednesday automod thread._

https://redd.it/dxy1e6
@r_linux
KDE is looking for an experienced project manager for their increasing portfolio. Would someone from here be interested in that?
https://ev.kde.org/resources/projectcoordinator-callforproposals.pdf

https://redd.it/dy0t7r
@r_linux
Bash noscript to open PDF files from terminal

[https://github.com/amrut-asm/pselc](https://github.com/amrut-asm/pselc)

A small bash noscript that lists PDF files in a directory (and optionally within subdirectories) and opens the user selected PDF file.

https://redd.it/dxvbh4
@r_linux
Alternatives to incrond?

So I've started using this nifty tool -- however it seems to be a bit buggy. I've had to put in regular cron to reload incrond's user table at least once a day because it'll stop firing. This is on RHEL 7, and I'm new to systemd so trying to go through logs, debugging is a bit difficult, at best. Something that's not so, 'twitchy' is good!

https://redd.it/dxj52k
@r_linux
Should Python shell replace CLI?

While you can't do everything in Python shell that you can do in CLI (Without invoking CLI from Python), here is why I think that Python Shell should eventually replace CLI:

1. CLI is collection of different tools with inconsistent interfaces while Python is designed with readability in mind
2. Python is an actual programming language that you can use to develop apps. You can make an android app in Python but not in CLI.
3. With Python you can also do a lot of other things such as statistical analysis, AI, game design, etc.
4. Python is more cross-platform while CLI is \*nix specific

The downsides of replacing CLI with Python shell are:

1. A lot of people already know and love CLI and for many Linux is CLI.
2. There are a lot of tools in CLI that are not available as a python module
3. A lot of legacy noscripts

Let me know what you think.

https://redd.it/dy4yxy
@r_linux
Rick Sanchez uses GNU/Linux
https://redd.it/dy8yah
@r_linux
xcp 0.6.0 adds experimental block-level parallelism

`xcp` is (work-in-progress) clone of the Unix cp command, with more user-friendly feedback and some optimisations that make sense on modern hardware. On Linux it uses `copy_file_range(2)` for performance.

https://github.com/tarka/xcp

The major changes in this version are:

* The introduction of switchable 'drivers'. This has been added to facilitate experimenting with alternative strategies for copy optimisation. Currently 2 drivers are available:
* 'parfile': the previous hard-coded xcp copy method, which parallelises tree-walking and per-file copying. This is the default.
* 'parblock': An experimental driver that parallelises copying at the block level. This has the potential for performance improvements in some architectures, but increases complexity. It should be considered a work-in-progress; currently it does not support sparse files, does not play well with the progress bar, and will almost certainly eat your data. Testing is welcome.
* A '--block-size' flag to configure size of copy operations.
* The --no-target-directory (-T) flag from 'cp' is now supported (thanks to Walther Chen).

See README for how to install. `xcp` is written in Rust and requires it to build.

https://redd.it/dyazu7
@r_linux