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

Powered by : @r_channels
Download Telegram
My first encounter with linux as an 11 year old.

One day I went to the library to get some books to read because I was bored. I couldn't find anything interesting so I hopped onto one of the new computers used to search books.

When I opened up the computer I immediately got confused when I saw that this wasn't Windows. It looked better, it was faster and everything went smoother.

After that I went home and never thought about it again, until 4 years later when I switched to Linux.

https://redd.it/eu7qwe
@r_linux
Add a newline after output of every command in bash?

Is it possible to automatically insert a newline after the output of a bash command has returned? I am looking to put a bit of space between my prompt and the previous command to aid readability.

Thanks

https://redd.it/eu7ado
@r_linux
Top Ranked Linux Distros by Popularity on the Internet Based on the Information at Alexa

So there is this website and it's called Alexa, it can show the popularity in terms of how many visits each website gets. Now I figured, since there is no real impartial ranking of Linux distros by popularity (Google Trends doesnt work well because of the keywords not being impartial, so there is bias in terms of exact search keywords used, and DistroWatch is frequently gamed to make smaller distros appear more popular than they really are) that I would create an Alexa based ranking of each distribution.

The original search results were as follows.

​

[Original result of Alexa ranked Linux distro sites](https://preview.redd.it/iw3aeplnp5d41.png?width=210&format=png&auto=webp&s=d64c17d167f746a53a7f701775a38d6f7908987c)

Now I added a little bit of processing (mainly converting it to a Log scale because the rankings are really sharply ranked) and the final output is as follows.

​

[Log ranked Distros by Alexa Rank](https://preview.redd.it/khvf3gdkp5d41.png?width=216&format=png&auto=webp&s=bc4d86f9f618f6a046167f82d2d466aeb72d08a0)

Now it cannot be used as a definitive go to Linux guide because obviously different Linux distros have different goals, such as some being desktop-oriented and some being server-oriented and they are not all driven to be as popular as possible, some don't have a huge growth in mind as their base goals anyway. But I hope it at least gives a taste of where in the overall scheme of things, in terms of how much they are used, the different Linux distros are.

I hope this was a helpful analysis of where the different distros are based at in terms of how much they might be used and thanks for reading through this.

https://redd.it/eu9lj8
@r_linux
Music Library Management with automatic folder setup

Hey, currently searching for a Tool to manage my library.

Not tagging the files, i got something for that, rather setting up the folder hierarchy like /music/\*artist/\*album for example. Anyone got something for me?

https://redd.it/eu98sv
@r_linux
Exein - Open Source Security Module for Linux

Hi guys we are working on Exein, an on edge machine learning security module for linux, we released a first version targeting Open-WRT for ARM and MIPS, in the next weeks we will relase it for other platform and kernels , we aim to build secure devices , hope you like our work and please share your opinion with us!

[https://github.com/Exein-io/exein-openwrt](https://github.com/Exein-io/exein-openwrt)

​

Thanks!

​

Exein team!

https://redd.it/euavnh
@r_linux
QMessenger: desktop GUI messenger with Qt, POSIX sockets and threads

## Functional features

* private messaging
* group messaging (messages sent to multiple selected users)
* broadcast messaging (messages sent to all online users)
* supporting colored unicode emojies (UTF-16 encoding)
* messages visible in Linux terminal (colors and emojies also supported)
* login and registration (password is stored with sha254 hashing algorithm)
* easy upgradable to support file transfer
* easy upgradable to support SSL secure communication

## Download:

**Github repository:** [https://github.com/AraKhachatryan/QMessenger](https://github.com/AraKhachatryan/QMessenger)

## Requirements

* g++ compiler with C++11 standart
* Supporting POSIX standarts
* GNU make
* OpenSSL version 1.1.1 or higher
* QMake version 3.1 or higher
* Qt version 5.9.5 or higher

## Compiling and usage:

on server side:

$ sudo apt-get install libssl-dev
$ openssl version
$ make
$ ./server

on client side:

$ sudo apt-get install qt5-default
$ qmake -v
$ qmake
$ make $ ./client

## Screenshot:

https://preview.redd.it/i8013lve86d41.png?width=1265&format=png&auto=webp&s=e3bcf759fd35eea14d8844756d65ecc005fee506

https://redd.it/eub5nw
@r_linux
A new commandline/sysadmin course - via Reddit

A month-long challenge for anyone wanting to build Linux sysadmin skills. Daily lessons will appear in the sub-reddit /r/linuxupskillchallange from 3 February - which will also be used for support/discussion. All going well this will be a 'rolling' course repeated each month.

Does require some serious commitment, but if gaining/growing these skills was one of your New Years Resolutions, then you now have no excuse! Look forward to seeing you there! [https://linuxupskillchallange.com](https://linuxupskillchallange.com)

https://redd.it/euc4yj
@r_linux
GtkStressTesting (GST): a system utility designed to stress and monitoring various hardware components

​

[GtkStressTesting \(GST\)](https://preview.redd.it/uzs3avd5w6d41.png?width=1190&format=png&auto=webp&s=be9e38a25817a01a812ad0c1d157530e089cd55d)

Hi everyone, I recently published my latest Linux app and I was hoping to get some feedback for it here.

[GST](https://gitlab.com/leinardi/gst) is a GTK system utility designed to stress and monitor~~ing~~ various hardware components. Currently the main focus is the CPU but I will soon add more tests also for RAM and Cache.

Beside the stress testing feature, it provides also many information about the system, like:

* Show Processor information (name, cores, threads, family, model, stepping, flags,bugs, etc)
* Show Processor's cache information
* Show Motherboard information (vendor, model, bios version, bios date, etc)
* Show RAM information ^(root required) (size, speed, rank, manufacturer, part number, etc)
* Show CPU usage (core %, user %, load avg, etc)
* Show Memory usage
* Show CPU's physical's core clock (current, min, max)
* Show Hardware monitor (info provided by `sys/class/hwmon`)

The app is written entirely in Python and the stress testing part is handled by [stress-ng](https://github.com/ColinIanKing/stress-ng).

The app is available on Flathub, AUR and Fedora CORP (see the [README.md](https://gitlab.com/leinardi/gst#distro-specific-packages) for details) but it is always possible to download the source and build it locally.

If you have comments regarding the app feel free to write here but, if you found a bug or would like to request a new feature, it would be better to use the official tracker: [https://gitlab.com/leinardi/gst/issues/new](https://gitlab.com/leinardi/gst/issues/new)

https://redd.it/eudbdj
@r_linux
Making a KDE Plasma edition of Linux Mint after official support was dropped in 19. I will keep you posted.
https://redd.it/euep6k
@r_linux
virtual private servers are NOT virtual... correct?

Hey everyone, please go easy on me because I'm just getting involved with linux (in a sense) and playing around with an Ubuntu 18.04 droplet on Digital Ocean. One thing that's kind of confusing me is people calling a droplet a "Virtual Private Server" when (correct me if I'm wrong) there is nothing all that virtual about it- my droplet runs on hardware in a data center in New York. Am I going crazy or can't we just call such services "servers for rent"? I am able to log into the console of the server remotely on my laptop though, which is cool- but is this the only reason that people call it "virtual"? Thanks everyone, looking forward to your thoughts on this and hopefully getting some clarification.

https://redd.it/eufsbz
@r_linux
Linux Experiences/Rants or Education/Certifications thread - January 27, 2020

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/euil4o
@r_linux
What would be your requirements for a Linux-based tablet in 2020?

Even though there are not so many Linux based tablets, but what would you need from them if they existed? What size would you need? What type of processor? Any requirements for a DE?

https://redd.it/eubuxi
@r_linux
Sometimes I feel like Linux distros are run by a command-line mafia.

Seriously, if I drag and drop a file into a protected directory, Nautilus shouldn't just tell me it can't do it. It should prompt for an administrator password... and copy the file.

https://redd.it/eui385
@r_linux
Intel Skylake GPU has been having hanging and freezing issues for the past 3 months now with no fix.
https://bbs.archlinux.org/viewtopic.php?id=250765&p=1

https://redd.it/euijo0
@r_linux
Password Manager / Secure Vault - recommendations.

Back in the day I used to use Truecrypt for my customers data/secrets but then it was discontinued and it's successor seems to be abandonware. That was okay because I switched careers shortly afterwards and had little need for encryption again until recently.

I used to have to spend a fair bit of time copying and pasting passwords, access tokens and ssl keys back and forth between console sessions and text files held in truecrypt volumes. That was a bit tiresome so something with a bit more OS/terminal integration than that would be a boon.

KDE's inbuilt password manager is so broken and awful I've had to take steps to disable it. I've used firefox's password manager for the last few years which has been okay but now I could really use something that can store notes too. I don't just want to use a fully encrypted drive as I believe the majority of my risk comes from my system getting infected with malware someday, not my laptop being stolen. I also like having a small encrypted file to back up rather than having to mess around making encrypted backup partitions and disks so I'd strongly prefer some sort of secure vault.

I thought I'd try lastpass (after hearing Steve and Leo banging on about it for so many years) but that seems to be some sort of web based thing that has no OS integration - so I don't see how its any better for me than truecrypt/veracrypt. It also sounds less secure as it does everything via a web facing browser plugin that, according to wikipedia, has been victim to several exploits over the years. It's also proprietary which makes me a bit uneasy.

So is Veracrypt still my best option? Or am I unfairly maligning lastpass? Or are there better, more linux friendly, solutions available now?

https://redd.it/eumn3a
@r_linux