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
I have linux ubuntu and im trying to connect a MIDI keyboard to the laptop im using a beat maker called soundtrap and when i click on midi it says its not supported on linux but when i search if midi is supported on linux it says yes anyone know what to do



https://redd.it/ettnwv
@r_linux
Linux check CPU Tool-stresstest-check

Helle at all

Is there a Tool to check CPU (stress Test usw) Im not sure i had problem with my CPU, hat try with Prime95 to boot but this is a old tool,

CPU is AMD Ryzen 9 3900X (AM4, 3.80GHz, 12-Core and System is Ubuntu 18.04,

Testing my RAM with memtest86 was good

Thank you for helping

cheers

https://redd.it/etofkn
@r_linux
Is it possible to format my flash drive even if it's already flashed?

Last week, I flashed Solus in my flash drive on Etcher. I wanted to know if it's possible to format or avoid

https://redd.it/ettpsr
@r_linux
Distro for Hybrid graphics (Nvidia+intel integrated)?

Hello there!

I have decided to move to Linux recently. So far I've installed Manjaro but I've had plenty of problems when it comes to use hybrid graphics. I installed Optimus Manager, but for some reason, my fans accelerated a lot when on Nvidia exclusive use.

I could not come up with a solution for this, maybe an arch based distro is too much for me atm.

​

Have any of you a distro with hybrid graphics working? Which one would you recommend?

https://redd.it/etxi0f
@r_linux
CHANGE SCREEN OUTPUT

Hi!

I had my netbook connected to a monitor. But suddenly this one started to fail, and finally it didn't turned on again lol. The thing is, now I want to use my netbook with his own screen. But it's all black. ¿What can I do? I use Lubuntu 16.04 Thx!

https://redd.it/etxu9f
@r_linux
Anyone know how to fix the lightdm configuration file?
https://redd.it/etyh1l
@r_linux
Imagine not using linux and not being able to do this?

timeout .4 yes yyyyyyyyyyyyyyyyyyyyy | aplay; timeout .4 yes yyyyyyyyyyyyyyyyyyyyy | aplay; timeout .5 yes yyyyyyyyyy | aplay; timeout .6 yes yyyyyyyyyyyyyy | aplay; timeout .5 yes yyyyyyyyyyyyyyy | aplay; timeout .5 yes yyyyyyyyyyyyyyyy | aplay; timeout .5 yes yyyyyyyyyyyyyyyyyy | aplay; timeout .3 yes yyyyyyyyyyyyyyyyyyyyy | aplay; timeout .3 yes yyyyyyyyyyyyyyyyyy | aplay; timeout .3 yes yyyyyyyyyyyyyyyy | aplay; printf "████████▀▀░░░░░░░░░░░░░░░░░░░▀▀███████\n██████▀░░░░░░░░░░░░░░░░░░░░░░░░░▀██████\n█████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░█████\n████░░░░░▄▄▄▄▄▄▄░░░░░░░░▄▄▄▄▄▄░░░░░████\n████░░▄██████████░░░░░░██▀░░░▀██▄░░████\n████░░███████████░░░░░░█▄░░▀░░▄██░░████\n█████░░▀▀███████░░░██░░░██▄▄▄█▀▀░░█████\n██████░░░░░░▄▄▀░░░████░░░▀▄▄░░░░░██████\n█████░░░░░█▄░░░░░░▀▀▀▀░░░░░░░█▄░░░█████\n█████░░░▀▀█░█▀▄▄▄▄▄▄▄▄▄▄▄▄▄▀██▀▀░░█████\n██████░░░░░▀█▄░░█░░█░░░█░░█▄▀░░░░██▀▀▀▀\n▀░░░▀██▄░░░░░░▀▀█▄▄█▄▄▄█▄▀▀░░░░▄█▀░░░▄▄\n▄▄▄░░░▀▀██▄▄▄▄░░░░░░░░░░░░▄▄▄███░░░▄██▄\n██████▄▄░░▀█████▀█████▀██████▀▀░░▄█████\n██████████▄░░▀▀█▄░░░░░▄██▀▀▀░▄▄▄███▀▄██\n"

Couldn't be me.

https://redd.it/etx3ia
@r_linux
Linux tutorial on how to mount your cloud storage via rclone.

$ df -h

Filesystem Size Used Avail Use% Mounted on

...

dropbox: 2.1T 173G 1.9T 9% /dropbox

​

**\[Install rclone\]**

sudo apt install rclone

\-or-

[https://rclone.org/install/](https://rclone.org/install/)

​

**\[Config rclone to your cloud storage\]**

[https://rclone.org/docs/](https://rclone.org/docs/)

​

**\[Mount cloud stoage\]**

[https://rclone.org/commands/rclone\_mount/](https://rclone.org/commands/rclone_mount/)

sudo mkdir /dropbox

sudo chown -R username:group /dropbox

rclone mount dropbox:/ /dropbox/ &

​

**\[Create noscript to mount at login\]**

\#!/bin/bash

rclone mount dropbox:/ /dropbox/ &

https://redd.it/eu25zf
@r_linux
Dual Boot Linux Mint and Windows

Hey everyone! I have a question about dual booting with running Linux Mint and Windows 10. I'm new to linux so I had a friend install it and it worked fine and still does. When I first had the dual boot when it turned on it would say Linux Mint as an option and then a few other options below and the last one being Windows option as the OS I wanted to use. Well now for some reason it says "Ubuntu" instead of "Linux mint" and it also removed my Update Manager. I was just curious if anyone has had this happen or know what happened?

https://redd.it/eu2jpi
@r_linux
Struggling to get openvpn client service to start at bootup.

I'm attempting to configure an openvpn client on a raspberry pi 3 b+. The raspberry pi is running CentOS 7 armhfp.

I installed openvpn from the EPEL repository for armhfp platforms. I've placed my config and associated keys and auth file in /etc/openvpn

[root@raspberrypi openvpn]# ll
total 24
drwxr-x---. 2 root openvpn 4096 Jan 1 1970 client
-rwxrwxrwx. 1 root root 2186 Jan 25 22:17 mullvad_ca.crt
-rwxrwxrwx. 1 root root 985 Jan 1 1970 mullvad_us.conf
-rwxrwxrwx. 1 root root 19 Jan 25 22:17 mullvad_userpass.txt
drwxr-x---. 2 root openvpn 4096 Nov 18 14:06 server
-rwxrwxrwx. 1 root root 1301 Jan 25 22:17 update-resolv-conf
[root@raspberrypi openvpn]#

I'm attempting to start the service with the command: systemctl start openvpn-client@mullvad\_us

When I do it fails with the following status:

[root@raspberrypi openvpn]# systemctl status openvpn-client@mullvad_us -l
● openvpn-client@mullvad_us.service - OpenVPN tunnel for mullvad_us
Loaded: loaded (/usr/lib/systemd/system/openvpn-client@.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Sun 2020-01-26 01:17:19 UTC; 3h 10min ago
Docs: man:openvpn(8)
https://community.openvpn.net/openvpn/wiki/Openvpn24ManPage
https://community.openvpn.net/openvpn/wiki/HOWTO
Process: 994 ExecStart=/usr/sbin/openvpn --suppress-timestamps --nobind --config %i.conf (code=exited, status=1/FAILURE)
Main PID: 994 (code=exited, status=1/FAILURE)

Jan 26 01:17:19 raspberrypi systemd[1]: Starting OpenVPN tunnel for mullvad_us...
Jan 26 01:17:19 raspberrypi openvpn[994]: Options error: In [CMD-LINE]:1: Error opening configuration file: mullvad_us.conf
Jan 26 01:17:19 raspberrypi openvpn[994]: Use --help for more information.
Jan 26 01:17:19 raspberrypi systemd[1]: openvpn-client@mullvad_us.service: main process exited, code=exited, status=1/FAILURE
Jan 26 01:17:19 raspberrypi systemd[1]: Failed to start OpenVPN tunnel for mullvad_us.
Jan 26 01:17:19 raspberrypi systemd[1]: Unit openvpn-client@mullvad_us.service entered failed state.
Jan 26 01:17:19 raspberrypi systemd[1]: openvpn-client@mullvad_us.service failed.

It appears to be failing to read my mullvad\_us.conf file. I've given it full 777 permissions as well as tried to change its ownership to openvpn:openvpn. I've also disabled selinux just in case that's the problem. I've also moved the files into /etc/openvpn/client with no success as well.

If I start openvpn from the command line it works fine. I'll run the command: "nohup openvpn --config /etc/openvpn/mullvad\_us.conf &" and the tunnel builds and forms correctly.

I just can't get it to come up automatically at bootup. I'm planning to run this in a headless manner and don't want to have to ssh into the device each time I power it on just to get the vpn tunnel up.

I've seen articles online saying to edit the file at /etc/default/openvpn but that file doesn't exist for some reason and I can't help but think it's due to the flavor of CentOS that I'm running. At this point I'm pretty stumped. Any help would be hugely appreciated.

https://redd.it/eu23u4
@r_linux
Anyone know any good ppa packages for ubuntu 19.1

Can't use my update commands as it is out of date and other aren't compatible with 19.1

https://redd.it/eu471a
@r_linux
Should i switch to Linux ?

So I used windows my whole life and now I want to switch to linux. Which one do you recommend to me ? And what should I know about linux. Primary usage would be design/coding.

https://redd.it/eu4xb3
@r_linux
Secure cloud backup plan!?

Hi all,

i want to backup my entire linux ssd, it is 240GB and only used 140gb off it. But incase my ssd dies i want to have a 1:1 copie on a cloud server. Who knows a good plan to go with, needs to be proper encrypted. Going to expand to a 1TB nvme drive soon, so i need 1TB+ storage. Mutiple computer backup support is a plus!

waiting for your suggestions!

TA

https://redd.it/eu57ko
@r_linux
Most Useful Softwares for Microsoft as well as Linux
https://redd.it/eu67v3
@r_linux