When I'm going to turn off my Laptop, inmediatly appear a window saying "gnome-keyring-daemon not responding". What's wrong?
The only way that I turn off my laptop sucessfully is by typing the following comand in the terminal: "shutdown now -P"
https://redd.it/cs2nsf
@r_linux
The only way that I turn off my laptop sucessfully is by typing the following comand in the terminal: "shutdown now -P"
https://redd.it/cs2nsf
@r_linux
reddit
r/linux - When I'm going to turn off my Laptop, inmediatly appear a window saying "gnome-keyring-daemon not responding". What's…
0 votes and 2 comments so far on Reddit
Introducing reddio - a command-line interface for Reddit written in POSIX sh
https://gitlab.com/aaronNG/reddio
https://redd.it/cs3os6
@r_linux
https://gitlab.com/aaronNG/reddio
https://redd.it/cs3os6
@r_linux
GitLab
Aaron G / reddio · GitLab
a command-line interface for Reddit written in POSIX sh
How to install Touchscreen Driver on Laptop/Tablet (Tutorial)
**Introduction:** Hello, my name is Eitan. I am new to linux but i am learning rapidly.I want to contribute to the community by writing a tutorials for things that might sound easy and unnecessary but for some it might help a lot. if you see that i wrote something wrong please be sure that your write in the comments so i will fix myself.
(Tested on Voyo Vbook A1 with Ubuntu 18.04.3)
Step 1 checking if the firmware is already available: Go to Terminal and login as root Sudo su
and check for firmware modprobe silead
if nothing happened you don't have the driver, if it shows you the driver is available skip Step 2.
Step 2 Installing the firmware: In Terminal write dmesg
and than go to Silead to check what is the driver's name (most of the time it's mssl1680), Now go to this [Git](https://github.com/onitake/gsl-firmware) and look for your Laptop/Tablet and click on the website in the firmware column, than download the firmware (Example (FileName).fw) and put it in /lib/firmware/silead (if the folder silead don't exist than create it. you may need sudo privileges to put the file there) and rename the file as was shown in Dmesg (usually mssl1680.fw).
Step 3 Downloading xinput input evdev and calibrator:
sudo apt-get install xinput-calibrator sudo apt-get install xserver-xorg-input-evdev
(if evdev doesn't work download from [here](https://packages.debian.org/sid/amd64/xserver-xorg-input-evdev/download))
Step 4: Reboot
Step 5: In terminal write xinput-calibrator
and click on the dots as it asks you. make sure the folder
/etc/X11/xorg.conf.d/ and /usr/share/X11/xorg.conf.d/
is created (create it if not) and add the file
99-calibration.conf
and write the results of the calibrator. For example:
Section "InputClass" Identifier "calibration" MatchProduct "silead_ts" Option "Device" "/dev/input/event14" Option "MinX" "31405" Option "MaxX" "-20" Option "MinY" "23984" Option "MaxY" "76" Option "SwapXY" "0" # unless it was already set to 1 Option "InvertX" "0" # unless it was already set Option "InvertY" "0" # unless it was already set EndSection
Step 6: Reboot
Step 7 Finding the matrix of your Screen: In terminal write
xinput list-props silead_ts
and you will see libinput calibration martix (don't mistake for the same one with default in the end)
Step 8: Add the following line in
/etc/X11/xinit/xinputrc
xinput --set-prop 10 "libinput Calibration Matrix" (with your paramaters)
for example
xinput --set-prop 10 "libinput Calibration Matrix" -2.0882497963235185, 0.0, 1.001125569612532, 0.0, -2.6999736330699893, 1.006245056200623, 0.0, 0.0, 1.0,
Step 9: Reboot
Step 10: Congratulations Enjoy
https://redd.it/cs4uf7
@r_linux
**Introduction:** Hello, my name is Eitan. I am new to linux but i am learning rapidly.I want to contribute to the community by writing a tutorials for things that might sound easy and unnecessary but for some it might help a lot. if you see that i wrote something wrong please be sure that your write in the comments so i will fix myself.
(Tested on Voyo Vbook A1 with Ubuntu 18.04.3)
Step 1 checking if the firmware is already available: Go to Terminal and login as root Sudo su
and check for firmware modprobe silead
if nothing happened you don't have the driver, if it shows you the driver is available skip Step 2.
Step 2 Installing the firmware: In Terminal write dmesg
and than go to Silead to check what is the driver's name (most of the time it's mssl1680), Now go to this [Git](https://github.com/onitake/gsl-firmware) and look for your Laptop/Tablet and click on the website in the firmware column, than download the firmware (Example (FileName).fw) and put it in /lib/firmware/silead (if the folder silead don't exist than create it. you may need sudo privileges to put the file there) and rename the file as was shown in Dmesg (usually mssl1680.fw).
Step 3 Downloading xinput input evdev and calibrator:
sudo apt-get install xinput-calibrator sudo apt-get install xserver-xorg-input-evdev
(if evdev doesn't work download from [here](https://packages.debian.org/sid/amd64/xserver-xorg-input-evdev/download))
Step 4: Reboot
Step 5: In terminal write xinput-calibrator
and click on the dots as it asks you. make sure the folder
/etc/X11/xorg.conf.d/ and /usr/share/X11/xorg.conf.d/
is created (create it if not) and add the file
99-calibration.conf
and write the results of the calibrator. For example:
Section "InputClass" Identifier "calibration" MatchProduct "silead_ts" Option "Device" "/dev/input/event14" Option "MinX" "31405" Option "MaxX" "-20" Option "MinY" "23984" Option "MaxY" "76" Option "SwapXY" "0" # unless it was already set to 1 Option "InvertX" "0" # unless it was already set Option "InvertY" "0" # unless it was already set EndSection
Step 6: Reboot
Step 7 Finding the matrix of your Screen: In terminal write
xinput list-props silead_ts
and you will see libinput calibration martix (don't mistake for the same one with default in the end)
Step 8: Add the following line in
/etc/X11/xinit/xinputrc
xinput --set-prop 10 "libinput Calibration Matrix" (with your paramaters)
for example
xinput --set-prop 10 "libinput Calibration Matrix" -2.0882497963235185, 0.0, 1.001125569612532, 0.0, -2.6999736330699893, 1.006245056200623, 0.0, 0.0, 1.0,
Step 9: Reboot
Step 10: Congratulations Enjoy
https://redd.it/cs4uf7
@r_linux
GitHub
GitHub - onitake/gsl-firmware: Firmware repository for Silead touchscreen controllers
Firmware repository for Silead touchscreen controllers - onitake/gsl-firmware
Basic Thoughts On Switching To Linux
[https://youtu.be/BA1YHnoR0o8](https://youtu.be/BA1YHnoR0o8)
​
Simple vid in response to a prior post (which was sadly removed). I do feel like there are other things to be addressed in the transition for users of various capabilities and niches. Thoughts or additional feedback?
https://redd.it/cs4zn3
@r_linux
[https://youtu.be/BA1YHnoR0o8](https://youtu.be/BA1YHnoR0o8)
​
Simple vid in response to a prior post (which was sadly removed). I do feel like there are other things to be addressed in the transition for users of various capabilities and niches. Thoughts or additional feedback?
https://redd.it/cs4zn3
@r_linux
YouTube
Switching To Linux 101
Video seeking to answer some basic beginner Linux questions
Slackware, the longest active Linux distro, finally has a Patreon page
https://www.patreon.com/slackwarelinux/overview
https://redd.it/cs5w2c
@r_linux
https://www.patreon.com/slackwarelinux/overview
https://redd.it/cs5w2c
@r_linux
Patreon
Slackware is creating a secure, full featured, bloat-free Linux-based operating system | Patreon
Become a patron of Slackware today: Get access to exclusive content and experiences on the world’s largest membership platform for artists and creators.
The Binary Times Podcast, episode 04: GNU/Linux, Snap, LibreOffice 6.3, Linux Journal's demise and more
https://thebinarytimes.net/series6.php#s06e04
https://redd.it/cs11sn
@r_linux
https://thebinarytimes.net/series6.php#s06e04
https://redd.it/cs11sn
@r_linux
The Binary Times Audiocast
The Binary Times Audiocast | GNU/Linux tips and tricks, everyday GNU/Linux IT usage and news. Make the most of your GNU/Linux installation
The necessity of Linux on desktop given cloud computing?
I'm honestly wondering, is Linux on desktop really necessary? A lot of things run online like Facebook, email, and so on.
Want to hear your honest thoughts.
https://redd.it/cs8qlh
@r_linux
I'm honestly wondering, is Linux on desktop really necessary? A lot of things run online like Facebook, email, and so on.
Want to hear your honest thoughts.
https://redd.it/cs8qlh
@r_linux
reddit
r/linux - The necessity of Linux on desktop given cloud computing?
0 votes and 4 comments so far on Reddit
Launching free, fast, anonymous VPN w/ unlimited bandwidth (looking for beta users)
https://www.frepn.com
https://redd.it/cs93fr
@r_linux
https://www.frepn.com
https://redd.it/cs93fr
@r_linux
Frepn
FreePN
FreePN is the only completely free, secure, anonymous, unlimited bandwith VPN. Use the world's fastest, most ubiquitous VPN with FreePN.
KNOPPIX 8.6.0 - Linux Live System (new version based on Debian buster)
http://www.knopper.net/knoppix/knoppix860-en.html
https://redd.it/cs9b3x
@r_linux
http://www.knopper.net/knoppix/knoppix860-en.html
https://redd.it/cs9b3x
@r_linux
knopper.net
KNOPPIX 8.6.1 - Linux Live System
What is the current pace of growth of the Linux desktop community/userbase?
https://redd.it/cs8hvu
@r_linux
https://redd.it/cs8hvu
@r_linux
reddit
r/linux - What is the current pace of growth of the Linux desktop community/userbase?
5 votes and 9 comments so far on Reddit
Trying to install Debian 1.3.1 on my 386, wish me luck (sorry for the broken screen)
https://redd.it/csb28l
@r_linux
https://redd.it/csb28l
@r_linux
Linux Experiences/Rants or Education/Certifications thread - August 19, 2019
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/csc089
@r_linux
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/csc089
@r_linux
reddit
r/linux - Linux Experiences/Rants or Education/Certifications thread - August 19, 2019
0 votes and 0 comments so far on Reddit
Thoughts on running non-free firmware with free drivers
https://distrowatch.com/weekly.php?issue=20190819#qa
https://redd.it/cs9ae6
@r_linux
https://distrowatch.com/weekly.php?issue=20190819#qa
https://redd.it/cs9ae6
@r_linux
Distrowatch
DistroWatch.com: Put the fun back into computing. Use Linux, BSD.
News and feature lists of Linux and BSD distributions.
opendrop: An open Apple AirDrop implementation written in Python
https://github.com/seemoo-lab/opendrop
https://redd.it/csdnpt
@r_linux
https://github.com/seemoo-lab/opendrop
https://redd.it/csdnpt
@r_linux
GitHub
GitHub - seemoo-lab/opendrop: An open Apple AirDrop implementation written in Python
An open Apple AirDrop implementation written in Python - seemoo-lab/opendrop
Taking the LFCS exam in a few hours, is there anything I should know?
I've completed the course by The Linux Foundation.
https://redd.it/csdekf
@r_linux
I've completed the course by The Linux Foundation.
https://redd.it/csdekf
@r_linux
reddit
r/linux - Taking the LFCS exam in a few hours, is there anything I should know?
0 votes and 2 comments so far on Reddit
Richard Brown has retired as chairman of openSUSE. New chairman is Gerald Pfeifer.
https://lists.opensuse.org/opensuse-project/2019-08/msg00011.html
https://redd.it/csfi15
@r_linux
https://lists.opensuse.org/opensuse-project/2019-08/msg00011.html
https://redd.it/csfi15
@r_linux
Kiss Linux, a new independent distribution
You build your installation from text (source) like Gentoo, you choose your kernel from linux.org, init is done through busybox (your own noscripts, or runit, or sysvinit noscripts additionally supported), the C library is MUSL
Yes there is X and there is Firefox, but you can build your own software in a simple, fast, secure environment.
Not for linux newcomers and those unfamiliar with how a Gentoo or Crux installation is done.
https://sysdfree.wordpress.com/277
https://getkiss.org
https://redd.it/csfmr6
@r_linux
You build your installation from text (source) like Gentoo, you choose your kernel from linux.org, init is done through busybox (your own noscripts, or runit, or sysvinit noscripts additionally supported), the C library is MUSL
Yes there is X and there is Firefox, but you can build your own software in a simple, fast, secure environment.
Not for linux newcomers and those unfamiliar with how a Gentoo or Crux installation is done.
https://sysdfree.wordpress.com/277
https://getkiss.org
https://redd.it/csfmr6
@r_linux
systemd-free linux community
Keep It Simple Stupid Linux, Kiss for short
Hello, I’d like to inform you about my new Linux distribution called KISS. Info: Independent (not based on anything else). Source based (like gentoo or crux). Busybox coreutils. Busybox init (busyb…
Re-calculating BPM for mp3 files
Hi all, I have a huge collection of mp3 files, and I'd like to calculate/re-calculate and store the BPM (Beats Per Minute) values for all the mp3 files. Is there a linux/python noscript that can enable me to do so easily? I was earlier using a Windows program (booting into Windows) to do this, but now I'm looking for something (preferably but not necessarily with GUI) to work on Ubuntu. Any pointers will be appreciated.
https://redd.it/csghmp
@r_linux
Hi all, I have a huge collection of mp3 files, and I'd like to calculate/re-calculate and store the BPM (Beats Per Minute) values for all the mp3 files. Is there a linux/python noscript that can enable me to do so easily? I was earlier using a Windows program (booting into Windows) to do this, but now I'm looking for something (preferably but not necessarily with GUI) to work on Ubuntu. Any pointers will be appreciated.
https://redd.it/csghmp
@r_linux
reddit
r/linux - Re-calculating BPM for mp3 files
0 votes and 0 comments so far on Reddit