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

Powered by : @r_channels
Download Telegram
ww - watch, but better

I have been using this snippet as a way of `watch`ing things in a terminal for some time and found it incredible useful. Have posted it to Github in case anyone else also finds a use for it.

In a nutshell, it is `watch`, but with inotify (i.e. file-watching) support, shell alias support, one highlighting support and a few other bits. For my style of working, just makes it way more productive in little things.

https://github.com/jtyers/ww

https://redd.it/fxpozs
@r_linux
Was cleaning out my bedroom and found an old Ubuntu install disk. Probably circa 2005? Was using Suse out of college in 2003. Switched to Ubuntu a couple years later, then to Debian after the Cannocial/ Microsoft partnership. I've played with other distros. What is your distro journey?
https://redd.it/fy1tsh
@r_linux
Redhat 7 disk partition expansion

/dev/sdc has two partitions dev/sdc1 & dev/sdc2. Both mounted on /opt & /var respectively. Since we wanted more space on /opt hence, I added more space on Azure disk and then tried to increase partition size of /dev/sdc1 --- Using fdisk i deleted partition tables for sdc1 & sdc2. I have created new partition table for sdc1 with more space and kept the same size of dev/sdc2. After server reboot /var created issues and does not let server boot up. As it does not have filesystem and mount point. here how it looks like shown below.

[How to get \/var on this partition without loosing any existing data in it.](https://preview.redd.it/zr8d3cmj5wr41.png?width=1045&format=png&auto=webp&s=e50a50f584e88de910182730bd221f7ec46af9f4)

How to get /var on this partition without loosing any existing data in it.

https://redd.it/fy52tf
@r_linux
Linux kernel

Hello all,

hope everyone is keeping safe through the crises..

I'm a Linux beginner to intermediate user, and would like to ask if any of you could recommend a good book to help me understand the Linux kernel. I understand programming and hardware enough to grasp the terms but not looking for something too advanced..

Thank you guys

https://redd.it/fy5kvs
@r_linux
swiper - a libinput gesture handler

[https://git.sr.ht/\~maringuu/swiper](https://git.sr.ht/~maringuu/swiper)
Hello r/linux

I really like having gestures on my trackpad and wanted to do some programming so I decided to write my own programm.

The main feature that I did not find in other gesture handlers are "continous" gestures which means that one command gets execute multiple times during one single gestures. One example is swiping up and down to adjust volume. Or switching workspaces.

​

The code is kind of wip in the sense that I can image some features that could be implemented sometime.

https://redd.it/fxvb96
@r_linux
Distros on Distrowatch

I'm going to vent here a little bit...

So, I check the front page of Distrowatch on occasion and tonight I noticed a peculiar distro called EnTix. It was released on 4/2/20 and it's based on Ubuntu 20.04... Why would anyone build a distro around a beta version of anything? That just sounds like someone is looking for problems.

>The best thing with ExTiX 20.4 is that while running the system live (from DVD/USB) or from hard drive you can use Refracta snapshot (pre-installed) to create your own live installable Ubuntu 20.04 system.

So, you can create your own 20.04 beta system? OK...

I could see how this might be practical with a release but using it behind a beta version of anything doesn't sound like a great idea.

OK, I'm done venting.

https://redd.it/fyajs5
@r_linux
How fast is too fast

I work for a company that created a monster of a hybrid computer (if that’s a thing). The purpose of the damn thing is for a VPS company running on 2X100 Gb/s PCI Cards, 3XMicron X100 SSD, and a NVIDIA® Tesla V100 and some custom configuration for the motherboard, Debian and a AMD EPYC 7601. When we put it into a data center we were amazed at how fast is was. However now we’re puzzled with “who would want this.” The question I’m asking is do people really want fast servers running Linux at the backend?

https://redd.it/fybyiy
@r_linux
Making linux fast by disabling Spectre Meltdown Mitigations in the Kernel?

Recently I came across a hacker news [discussion](https://news.ycombinator.com/item?id=22830330) on disabling Spectre Meltdown mitigations in the kernel to make your machine faster. The whole premise is of course that a user/admin should be able to decide if they can tolerate the risk for performance benefits.

Someone also put the code snippet under a domain:
https://make-linux-fast-again.com/

What does the reddit community think about this?

https://redd.it/fydnjz
@r_linux