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
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
Turning Old TV Boxes into a "raspberry pi".

I don't know where to post this. Hello, I have some old tv bones and was wondering if it would be possible to convert them to an arm compatible Linux distro, like a raspberry pi. Has anyone done this? I was thinking about rooting the devices, then installing Linux. Would this work? How would I do this?

https://redd.it/fyhfyd
@r_linux
Weekend Fluff / Linux in the Wild Thread - April 10, 2020

Welcome to the weekend! This stickied thread is for you to post pictures of your ubuntu 2006 install disk, slackware floppies, on-topic memes or more.

When it's not the weekend, be sure to check out r/WildLinuxAppears or r/linuxmemes!

https://redd.it/fyjwjj
@r_linux
New version of Tails OS (4.5) came out, supports Secure Boot so no need to mess around with BIOS. Tails is an OS that protects your anonymity online by sending all connections thru Tor. Sites see exit relay IP Address and you can browse special sites ending in .onion. Spread to as many as possible!
https://tails.boum.org

https://redd.it/fyjack
@r_linux
I've crawled dotfiles on GitHub and want to share some statistic.

Most common window managers (extracted from `.xinitrc`)

* `exec i3`: 221
* `exec bspwm`: 129
* `exec dwm`: 96
* `exec awesome`: 28
* `exec xmonad`: 23
* `exec $(get_session)`: 21
* `exec openbox-session`: 15
* `exec emacs`: 8
* `exec startplasma-x11`: 7
* `exec sowm`: 6

Most common Bash aliases (`.bashrc`)

* `alias la='ls -A'`: 183
* `alias l='ls -CF'`: 178
* `alias ll='ls -alF'`: 158
* `alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'`: 144
* `alias ls='ls --color=auto'`: 83
* `alias grep='grep --color=auto'`: 48
* `alias ..='cd ..'`: 38
* `alias gs='git status'`: 36
* `alias mv='mv -i'`: 34
* `alias rm='rm -i'`: 30

Most common daemons (`.xinitrc`)

* `dunst &`: 88
* `sxhkd &`: 80
* `xsetroot -cursor_name left_ptr &`: 37
* `done &`: 30
* `numlockx &`: 29
* `unclutter &`: 28
* `nm-applet &`: 27
* `picom &`: 23
* `~/.fehbg &`: 21
* `compton &`: 19

Most common Vim set statements (`.vimrc`)

* `set expandtab`: 434
* `set number`: 415
* `set laststatus=2`: 339
* `set hlsearch`: 339
* `set shiftwidth=4`: 323
* `set nocompatible`: 312
* `set incsearch`: 307
* `set tabstop=4`: 300
* `set encoding=utf-8`: 291
* `set ignorecase`: 290

There is much more in the repo: https://github.com/Kharacternyk/dotcommon

If someone finds this interesting, he is encouraged to contribute! I'm not the only one who finds this interesting, right?

https://redd.it/fyll8s
@r_linux
IDEs on Linux?

Hey, so I'm a programmer like I'm sure a lot of Linux users are. I've been interested in Linux pretty much my entire life, and recently made the switch to Linux (yay)! On Windows, I used visual studio for programming, which isn't available on Linux. I mostly code in Java, C++, Python, and do some Web Development stuff. I just wanted to know what IDE, or groups of IDEs, I could use for these languages. I've heard of Visual Studio Code, and I like it, but I want to know what other options there are. Thank you guys for your time <3.

https://redd.it/fym4ee
@r_linux
Week 4 of quarantine, I stumbled across a KDE Window Manager setting and got triple monitor gaming to work in Manjaro!
https://redd.it/fyp8hk
@r_linux
Where to find a list of open source "service" companies? If you know any companies, I'd love to know!

Hey friends!

I'm trying to learn more about the open source "services" market. I think that it is going to grow significantly in the coming decade.

**Does anyone know any open source "services" companies?**

**Is there any publicly available list?**

**Does anyone know the best way to identify open source "services" companies?**

What does an open source "services" company do? They offer services around open source software like [RedHat](https://www.redhat.com/en) does for support and [Quansight](https://www.quansight.com/) does for consulting, support and customization. A non-exhaustive list of services may include:

* support (bug fixes, customization, 24/7 help etc),
training
* customization (new features added to open source projects)
* hiring/placement (high demand open source contributors)
* managed services
* migration services
* mentorship

I'd love to discuss this with y'all!

Thanks for your help in advance.

https://redd.it/fyl4m9
@r_linux
I have created C++ application - download manager

Hello,

I have created lightweight multi platform download manager(zdownloader) which supports GoogleDrive, ZippyShare and MegaUp hosts.

Features:

* Can download multiple files at a time
* Supports segmented downloading
* It can resume interrupted downloads
* Can check multiple links at a time
* It can reconnect after specific time if download speed is too low
* It can unpack archive files after download. Supports: rar, 7z and zip
* Supports network proxies
* Allows you to download google drive files even if the daily limit of download has exceeded using google drive REST API v3.

There are few advantages over for ex. jDownloader (at least for me):

* I needed reconnect option after every X minutes if download speed drops below Y Mb/s
* It allows you to download google drive files even if the daily limit of download has been exceeded using google drive REST API v3
* My application does not pauses ZippyShare downloads for 15 minutes as jDownloader sometimes does
* it's lightweight console application

For more information and download see: [https://github.com/sin2000/zdownloader](https://github.com/sin2000/zdownloader)

https://redd.it/fybuu5
@r_linux
root user permissions

Is there a way to restrict the root user from using certain programs eg: vi , vim to edit a file. I know we can restrict normal users but is there a way to restrict the main root user from doing so without disabling the "root user"

https://redd.it/fyvumf
@r_linux
Maui apps on Android. Pix, vvave and index
https://redd.it/fyvumd
@r_linux