Donate Now | GNOME Patent Troll Defense Fund by GNOME Foundation
https://secure.givelively.org/donate/gnome-foundation-inc/gnome-patent-troll-defense-fund
https://redd.it/dpn2th
@r_linux
https://secure.givelively.org/donate/gnome-foundation-inc/gnome-patent-troll-defense-fund
https://redd.it/dpn2th
@r_linux
Give Lively
Donate Now | GNOME Patent Troll Defense Fund by GNOME Foundation
GNOME, the free software desktop has been hit by a patent troll. It's the first time a free software project has been hit by this, and we want to send a message to all...
How many of you know about BOINC?
BOINC - Berkeley Open Infrastructure for Network Computing
[https://en.wikipedia.org/wiki/Berkeley\_Open\_Infrastructure\_for\_Network\_Computing](https://en.wikipedia.org/wiki/Berkeley_Open_Infrastructure_for_Network_Computing)
​
It's a platform for grid computing where every computer gets tasks depending on the projects you are subscribed to. The idea is to use the computing power of your computer (or server) while it is IDLE for scientifical purposes. It has a very nice but dated GUI (you can still use CLI), and it can be controlled remotely through the GUI and an unofficial ncurses GUI.
It has helped on many scientific breakthroughs, like the detection of gravitational waves or the analysis of tabby star. And is used by organizations as important as the CERN and the SETI.
It has tasks for both GPUs and CPUs (depending on the project), and some projects run on Android too (although i don't recommend running it on a phone you are currently using) .
There are dozen of projects : [https://boinc.berkeley.edu/projects.php](https://boinc.berkeley.edu/projects.php)
I personally run the LHC@home as CPU tasks, and einstein@home as GPU tasks.
For all those not using Debian or Ubuntu, you will want to take a look at this :
[https://wiki.archlinux.org/index.php/BOINC#Using\_BOINC](https://wiki.archlinux.org/index.php/BOINC#Using_BOINC)
Also, whatever projects you check, you may want to take a look at the forums, for example, here is how to run some lhc@home projects without virtualbox : [https://lhcathome.cern.ch/lhcathome/forum\_thread.php?id=4971](https://lhcathome.cern.ch/lhcathome/forum_thread.php?id=4971)
https://redd.it/dpm2ti
@r_linux
BOINC - Berkeley Open Infrastructure for Network Computing
[https://en.wikipedia.org/wiki/Berkeley\_Open\_Infrastructure\_for\_Network\_Computing](https://en.wikipedia.org/wiki/Berkeley_Open_Infrastructure_for_Network_Computing)
​
It's a platform for grid computing where every computer gets tasks depending on the projects you are subscribed to. The idea is to use the computing power of your computer (or server) while it is IDLE for scientifical purposes. It has a very nice but dated GUI (you can still use CLI), and it can be controlled remotely through the GUI and an unofficial ncurses GUI.
It has helped on many scientific breakthroughs, like the detection of gravitational waves or the analysis of tabby star. And is used by organizations as important as the CERN and the SETI.
It has tasks for both GPUs and CPUs (depending on the project), and some projects run on Android too (although i don't recommend running it on a phone you are currently using) .
There are dozen of projects : [https://boinc.berkeley.edu/projects.php](https://boinc.berkeley.edu/projects.php)
I personally run the LHC@home as CPU tasks, and einstein@home as GPU tasks.
For all those not using Debian or Ubuntu, you will want to take a look at this :
[https://wiki.archlinux.org/index.php/BOINC#Using\_BOINC](https://wiki.archlinux.org/index.php/BOINC#Using_BOINC)
Also, whatever projects you check, you may want to take a look at the forums, for example, here is how to run some lhc@home projects without virtualbox : [https://lhcathome.cern.ch/lhcathome/forum\_thread.php?id=4971](https://lhcathome.cern.ch/lhcathome/forum_thread.php?id=4971)
https://redd.it/dpm2ti
@r_linux
Which is the best 2D printer in the market for GNU/LInux?
If you were to get a 2D printer that is:
* GNU/Linux friendly.
* Resource efficient (ink, laser, etc).
* Well supported.
* Great printing and manufacturing quality.
Which would you get?
https://redd.it/dpvk1z
@r_linux
If you were to get a 2D printer that is:
* GNU/Linux friendly.
* Resource efficient (ink, laser, etc).
* Well supported.
* Great printing and manufacturing quality.
Which would you get?
https://redd.it/dpvk1z
@r_linux
reddit
Which is the best 2D printer in the market for GNU/LInux?
If you were to get a 2D printer that is: * GNU/Linux friendly. * Resource efficient (ink, laser, etc). * Well supported. * Great printing and...
Phoronix| "Fedora 31 Performance Is Still Sliding In The Wrong Direction" - Benchmarks
https://www.phoronix.com/scan.php?page=article&item=fedora-31-benchmarks&num=1
https://redd.it/dpvmi6
@r_linux
https://www.phoronix.com/scan.php?page=article&item=fedora-31-benchmarks&num=1
https://redd.it/dpvmi6
@r_linux
Phoronix
Fedora 31 Performance Is Still Sliding In The Wrong Direction - Benchmarks Against Ubuntu 19.10 + Clear Linux - Phoronix
Phoronix is the leading technology website for Linux hardware reviews, open-source news, Linux benchmarks, open-source benchmarks, and computer hardware tests.
Wiremapper: a Linux application for the Pockethernet hardware
I bought the Pockethernet hardware back when it was still on indiegogo, for people who never dealt with ethernet testers: It's a device that you use to test network cables, in the pockethernet case the tester is a bluetooth device you're supposed to use with an Android phone.
The phone requirement annoyed me for a long time and would like my test results directly on my laptop. I finally took the time to write a nice GTK3 application for it that can now do some of the basic features. I haven't managed to make some of the more advanced features work like the cable length tests and more advanced link tests like DHCP and the various port-id protocols.
It's written in python and split in two parts, [Wiremapper](https://gitlab.com/MartijnBraam/wiremapper) is the GTK3 application and the [pockethernet library](https://gitlab.com/MartijnBraam/pockethernet-protocol) that actually handles the communication with the hardware. This makes sure that it can support other testing hardware and probably a QT5 frontend.
I hope that I can make some other network administrators very happy with this application :D
https://redd.it/dpprwh
@r_linux
I bought the Pockethernet hardware back when it was still on indiegogo, for people who never dealt with ethernet testers: It's a device that you use to test network cables, in the pockethernet case the tester is a bluetooth device you're supposed to use with an Android phone.
The phone requirement annoyed me for a long time and would like my test results directly on my laptop. I finally took the time to write a nice GTK3 application for it that can now do some of the basic features. I haven't managed to make some of the more advanced features work like the cable length tests and more advanced link tests like DHCP and the various port-id protocols.
It's written in python and split in two parts, [Wiremapper](https://gitlab.com/MartijnBraam/wiremapper) is the GTK3 application and the [pockethernet library](https://gitlab.com/MartijnBraam/pockethernet-protocol) that actually handles the communication with the hardware. This makes sure that it can support other testing hardware and probably a QT5 frontend.
I hope that I can make some other network administrators very happy with this application :D
https://redd.it/dpprwh
@r_linux
GitLab
Martijn Braam / Wiremapper
GTK3 frontend for the Pockethernet
Ubuntu and QT Creator
TRying to get QT Creator and Android sdk to get along. I've been working on this for three days. Videos, articles, etc and just can't get this one little error to go away. Can anyone give me a push in the right direction?
Kubuntu 19.10
https://preview.redd.it/up2e3c29kyv31.png?width=891&format=png&auto=webp&s=1a9a823ad04e055208aa9ccf290541f8727b1e33
https://redd.it/dpvshj
@r_linux
TRying to get QT Creator and Android sdk to get along. I've been working on this for three days. Videos, articles, etc and just can't get this one little error to go away. Can anyone give me a push in the right direction?
Kubuntu 19.10
https://preview.redd.it/up2e3c29kyv31.png?width=891&format=png&auto=webp&s=1a9a823ad04e055208aa9ccf290541f8727b1e33
https://redd.it/dpvshj
@r_linux
Halloween Update for FreeCAD & Debian Science Work
https://www.kwk.systems/blog/posts/halloween-update-for-freecad-debian-science-work/
https://redd.it/dpzsmf
@r_linux
https://www.kwk.systems/blog/posts/halloween-update-for-freecad-debian-science-work/
https://redd.it/dpzsmf
@r_linux
Biosystems Engineering Blog
Halloween Update for FreeCAD & Debian Science Work
There's been a spooky amount of activity in the FreeCAD & Debian Science world
since I last wrote! Because this update covers August, September, and October,
I'll try to be brief and only touch on th
since I last wrote! Because this update covers August, September, and October,
I'll try to be brief and only touch on th
anyone know of a program that copies a flash drive to network storage automatically whenever one is plugged in?
https://redd.it/dpzpge
@r_linux
https://redd.it/dpzpge
@r_linux
reddit
anyone know of a program that copies a flash drive to network...
Posted in r/linux by u/thatguywhovapesinHS • 0 points and 3 comments
Native GTK Dialogs in LibreOffice
https://caolanm.blogspot.com/2019/10/native-gtk-dialogs-in-libreoffice.html
https://redd.it/dq1kqf
@r_linux
https://caolanm.blogspot.com/2019/10/native-gtk-dialogs-in-libreoffice.html
https://redd.it/dq1kqf
@r_linux
Caolán McNamara
Native GTK Dialogs in LibreOffice
LibreOffice Native GTK Dialog Status The LibreOffice UI was traditionally implemented with its own VCL toolkit which via theming emulated ...
Destination Linux interviews Lukasz Erecinski (Pine64)
https://www.invidio.us/watch?v=bibXkrT8AqU&feature=youtu.be&t=2642
https://redd.it/dq1yid
@r_linux
https://www.invidio.us/watch?v=bibXkrT8AqU&feature=youtu.be&t=2642
https://redd.it/dq1yid
@r_linux
Invidious
Interview with Lukasz Erecinski of Pine64, GNOME vs Trolls, Ubuntu's New Desktop Director - DL145
https://destinationlinux.org/episode-145 - Hosted by Ryan, Zeb, Noah & Michael Quick Links: Ryan, aka DasGeek = https://dasgeekcommunity.com Michael of TuxDigital = https://tuxdigital.com Zeb, aka Zeb
Why only root can mount?
(It's not a support question but a design question)
​
If a user has permissions to read/write a file, it seems reasonable that he will be able to mount it. Moreover, he practically can make his own interface of mounting and mount it that way.
​
Thanks!
https://redd.it/dq2j3c
@r_linux
(It's not a support question but a design question)
​
If a user has permissions to read/write a file, it seems reasonable that he will be able to mount it. Moreover, he practically can make his own interface of mounting and mount it that way.
​
Thanks!
https://redd.it/dq2j3c
@r_linux
reddit
Why only root can mount?
(It's not a support question but a design question) If a user has permissions to read/write a file, it seems reasonable that he will be...
Firefox to discontinue sideloaded extensions
https://blog.mozilla.org/addons/2019/10/31/firefox-to-discontinue-sideloaded-extensions/
https://redd.it/dq42uv
@r_linux
https://blog.mozilla.org/addons/2019/10/31/firefox-to-discontinue-sideloaded-extensions/
https://redd.it/dq42uv
@r_linux
Mozilla Add-ons Blog
Upcoming changes to extension sideloading
Sideloading is a method of installing an extension in Firefox by adding an extension file to a special location using an executable application installer. This ...
linux kernel live patching
Does anyone actually use this in production to avoid reboots? I do not see much discussion around this on the internet. Anyone have personal experience.
https://redd.it/dq46c9
@r_linux
Does anyone actually use this in production to avoid reboots? I do not see much discussion around this on the internet. Anyone have personal experience.
https://redd.it/dq46c9
@r_linux
reddit
linux kernel live patching
Does anyone actually use this in production to avoid reboots? I do not see much discussion around this on the internet. Anyone have personal...
Fifth weekly @kdecommunity #PlasmaMobile update: Better integration with the @gnome GTK applications, new application features and several bugfixes!
https://www.plasma-mobile.org/2019/11/01/Plasma-Mobile-Weekly-update-5.html
https://redd.it/dq4gjv
@r_linux
https://www.plasma-mobile.org/2019/11/01/Plasma-Mobile-Weekly-update-5.html
https://redd.it/dq4gjv
@r_linux
www.plasma-mobile.org
Plasma Mobile: weekly update: part 5
The Plasma Mobile team is happy to present the fifth weekly blogpost. This week’s update features various application polishing, better integration with GTK/...
Weekend Fluff / Linux in the Wild Thread - November 01, 2019
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/dq7524
@r_linux
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/dq7524
@r_linux
reddit
Weekend Fluff / Linux in the Wild Thread - November 01, 2019
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...
2FA-Auth v2.0-0 -- Generating 2FA codes in your terminal
Hey, guys! How are you?
I'm here to announce my project 2FA-Auth.
It's an user-friendly project that generates "Two-Factor Authentication (2FA)" codes in your terminal. You just need a GNU/Linux distribution that runs BASH as default interpreter.
To get it, access my GitHub repository:
https://github.com/alencc1986/2FA-Auth.git
Thanks!
https://redd.it/dq6rps
@r_linux
Hey, guys! How are you?
I'm here to announce my project 2FA-Auth.
It's an user-friendly project that generates "Two-Factor Authentication (2FA)" codes in your terminal. You just need a GNU/Linux distribution that runs BASH as default interpreter.
To get it, access my GitHub repository:
https://github.com/alencc1986/2FA-Auth.git
Thanks!
https://redd.it/dq6rps
@r_linux
GitHub
alencc1986/2FA-Auth
Generating 2FA codes in your terminal. Contribute to alencc1986/2FA-Auth development by creating an account on GitHub.
Encrypted web traffic now exceeds 90%
https://netmarketshare.com/report.aspx?options=%7B%22filter%22%3A%7B%7D%2C%22dateLabel%22%3A%22Custom%22%2C%22attributes%22%3A%22share%22%2C%22group%22%3A%22secure%22%2C%22sort%22%3A%7B%22share%22%3A-1%7D%2C%22id%22%3A%22https%22%2C%22dateInterval%22%3A%22Monthly%22%2C%22dateStart%22%3A%222019-10%22%2C%22dateEnd%22%3A%222019-10%22%2C%22segments%22%3A%22-1000%22%7D
https://redd.it/dq9sch
@r_linux
https://netmarketshare.com/report.aspx?options=%7B%22filter%22%3A%7B%7D%2C%22dateLabel%22%3A%22Custom%22%2C%22attributes%22%3A%22share%22%2C%22group%22%3A%22secure%22%2C%22sort%22%3A%7B%22share%22%3A-1%7D%2C%22id%22%3A%22https%22%2C%22dateInterval%22%3A%22Monthly%22%2C%22dateStart%22%3A%222019-10%22%2C%22dateEnd%22%3A%222019-10%22%2C%22segments%22%3A%22-1000%22%7D
https://redd.it/dq9sch
@r_linux
Netmarketshare
Market share for mobile, browsers, operating systems and search engines | NetMarketShare
Market share for mobile, browsers, operating systems, search engines and social media. Mobile market share and desktop market share data.
2 things holding me back from fully switching to linux
I've been dual booting windows 10 and linux mint for a couple weeks, and I've really started to like linux mint a lot more than windows. However, there's 2 things holding me back to fully switching to linux, which I'd like to do. The first is using fl studio. One of my hobbies is making music with fl studio, but it's not supported for linux. I don't think using wine would work for it since I'd also need to install various plugins for fl studio as well. The other thing is device hacking. I like to install hacks and cfw onto various devices such as the switch, 3ds, vita, etc but most of the programs are only for windows, and I don't think using wine would work since I'd also need specific drivers for the devices. If anyone knows any solutions for these 2 things it'd be appreciated, and if not thank you for coming to my ted talk.
https://redd.it/dqdmqo
@r_linux
I've been dual booting windows 10 and linux mint for a couple weeks, and I've really started to like linux mint a lot more than windows. However, there's 2 things holding me back to fully switching to linux, which I'd like to do. The first is using fl studio. One of my hobbies is making music with fl studio, but it's not supported for linux. I don't think using wine would work for it since I'd also need to install various plugins for fl studio as well. The other thing is device hacking. I like to install hacks and cfw onto various devices such as the switch, 3ds, vita, etc but most of the programs are only for windows, and I don't think using wine would work since I'd also need specific drivers for the devices. If anyone knows any solutions for these 2 things it'd be appreciated, and if not thank you for coming to my ted talk.
https://redd.it/dqdmqo
@r_linux
reddit
2 things holding me back from fully switching to linux
I've been dual booting windows 10 and linux mint for a couple weeks, and I've really started to like linux mint a lot more than windows. However,...