Linux - Reddit – Telegram
Linux - Reddit
769 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
My first post as a Linux user!

Took the plunge tonight, got a Frankenstein build off of craigslist/Facebook/Amazon and installed Manjaro to bare metal. Windows will never touch this machine.

I am shocked at how "out of the box" everything was. I have an RX580 graphics card and it automatically installed drivers, got me on the Internet and even has working sound through HDMI out of the box.

I was honestly expecting this to be a tinkering rig, but its looking like its going to become my main one.

I have a slight amount of lag when typing, but that may be to due to the old processor or something.

I am stoked right now, looking forward to customizing this setup!

https://redd.it/dqgjk1
@r_linux
Running 32 bit programs

Help, I was trying to do a CTF but when downloading the program and trying to run it I got this:

-----@redbart------------:~/Downloads$ ./vuln
bash: ./vuln: Permission denied
-----@redbart------------:~/Downloads$ sudo ./vuln
sudo: ./vuln: command not found
-----@redbart------------:~/Downloads$ file vuln
vuln: ELF 32-bit LSB executable, Intel 80386, version 1 (GNU/Linux), statically linked, for GNU/Linux 3.2.0, BuildID[sha1]=7b65fbf1fba331b6b09a6812a338dbb1118e68e9, not stripped

How do I run the program??

https://redd.it/dqgzdq
@r_linux
Chwall, (yet) another wallpaper changer

Hello all, and sorry for interrupting you with personal advertisement 😕

Some time ago (since the Variety hiatus) I began to write for myself a light wallpaper changer. Now it's the day I take the risk to show my creature to the world 😉 I would be grateful for any comments, feature requests or issues: feel free to try it and say what you think of it or ask any question. Thank you!

So, I present to you: [Chwall](https://etienne.depar.is/a-ecrit/chwall-announce/).

If you have time to help me translate it in other languages (it's already available in french and english) I would be sooooo grateful! Translations are made on [my own weblate instance](https://translations.umaneti.net/engage/chwall/).

Mandatory screenshot:

[Chwall main app screenshot](https://preview.redd.it/uq9uhsnpi3w31.png?width=1920&format=png&auto=webp&s=9942b8d1f6b81f7ae46660691430285ca8f332e6)

https://redd.it/dq62y7
@r_linux
Possible to run Linux distro on an external thunderbolt 3 ssd?

I've got my lovely P43s which I love. While I primary use Windows (note taking, visual studio, games etc), I would love to get some distro on it. I could easily dual boot but I want to leave the internal SSD for Windows due to its size but I don't want to sacrifice performance.
My laptop does have a thunderbolt 3 USBC port so I was wondering if it is possible/any limitations of running a Linux installation on an external drive using thunderbolt.

https://redd.it/dqhmqp
@r_linux
Ryzen laptop for linux around 400 USD

I created this post just in case anyone searching on new cheap laptop for linux.

[https://support.hp.com/my-en/document/c06433500](https://support.hp.com/my-en/document/c06433500)

Sold around MYR1700 \~ 410 USD. Pre-installed with 4GB of ram, but removable. Have 2 rams slot. I installed 8 GB as I have it laying around.

[https://i.imgur.com/pQzMine.png](https://i.imgur.com/pQzMine.png)

Almost work out of the box with Manjaro 18.1.2 except wifi, Require separate installation of rtl8812ce package.

With FHD screen, backlight keyboard and ryzen 3500u, I think good enough for this price point.

https://redd.it/dqhvz0
@r_linux
Nice one-off one-lineers - one reason I like Linux

Recently, I needed to produce to stdout a bunch of non-empty lines. I didn't care about how long they were, just that they had something on each line, and preferably unique content; bonus was a pattern that differed some but was predictable. So I just wrote:

printf '%s\n' {a..z}{1..10}


If I'd wanted just numbers, I could've just done
Edit: I'd forgotten that `seq` prints newlines, so everything below could be replaced with one command:

seq 260

*everything below here is inefficient*

printf '%s\n' $( seq 260 )

If the `{a..z}{1..n}` had made the command line too long, I could've done something like this (slower) version

seq 20000 | xargs -L1

https://redd.it/dptbnp
@r_linux
Spotted in Columbus Ohio
https://redd.it/dql5k2
@r_linux
Viral copyright and patent licenses a possible hedge against Trolls

Right now violators can lose the right to use / redistribute that one piece of software. What if there was a license that if you lose the right for one you lose for all. For example a violator might be bared from far more such as browsers, compilers, libriaries and other core system components basically shutting them off legally from a modern digital ecosystem. This could be applied to patent licenses too so if you sue one project such as GNOME is facing you automatically lose all patent rights and copyright rights. Is this a viable protection strategy and can aspects of this trickle into existing projects?

https://redd.it/dpn0n9
@r_linux
skype4pidgin / Skype official client alternative

Thought I'll just leave it here \[I am in no way associated with an awesome author of this work, so thank him, not me\].

​

For all of you, who \[like me\] need to use Skype at work:

​

[https://github.com/EionRobb/skype4pidgin/releases](https://github.com/EionRobb/skype4pidgin/releases)

​

put [https://github.com/EionRobb/skype4pidgin/releases/download/1.5/libskypeweb64.so](https://github.com/EionRobb/skype4pidgin/releases/download/1.5/libskypeweb64.so) in:

​

/home/user/.purple/plugins/

​

then add your account to Pidgin.

​

This is much better than official Skype plugin, which is abomination. You can use all awesome functionalities of Pidgin, like blocking, etc.

https://redd.it/donlop
@r_linux
Home server / NAS application

Hiya folks.

I am working on centralizing and unifying all of the devices in my home. I have a server in the garage running Ubuntu 18.04 that I intend to use for the primary file server. I want something that is easy for my wife and kids to use without jumping through a lot of hoops. In the past I have set up all sorts of network shares and mounting them as drives across devices and all that, but as the kids grow and time goes on it is getting more and more complicated and impossible to manage.

I am looking at using either [Amahi](https://www.amahi.org/) or [Open Media Vault](http://www.openmediavault.org/).

Does anyone have relevant experiences with either of those to share and help influence my decision, or have other suggestions even?

https://redd.it/dqrldg
@r_linux
How audio on Linux works - demystified

Stumbled across a pretty well written and detailed article explaining how Audio works (in general and on Linux).
[https://blog.rtrace.io/2019/08/11/the-linux-audio-stack-demystified/](https://blog.rtrace.io/2019/08/11/the-linux-audio-stack-demystified/)


It is a good read and I think the Linux-Community here might like it.

https://redd.it/dnjhst
@r_linux
GNOME Patent Troll Defense Fund reaches goal of $125,000

Today the [GNOME Patent Troll Defense Fund](https://secure.givelively.org/donate/gnome-foundation-inc/gnome-patent-troll-defense-fund) reached its initial goal of $125,000.

When Rothschild sued the GNOME Foundation, they were attacking the wider free software community too. Everyone who donated to the defense fund are helping GNOME rise to this challenge and send the message that attacking a free software project will hurt.

Thank you GNOME for all of your software contributions to Linux, making many of our computing experiences great. Keep on doing what you're doing.

https://redd.it/dqxluv
@r_linux