Librem 5 June Software Update – Purism
https://puri.sm/posts/librem-5-june-software-update/
https://redd.it/c32i7q
@r_linux
https://puri.sm/posts/librem-5-june-software-update/
https://redd.it/c32i7q
@r_linux
Purism
Librem 5 June Software Update – Purism
Purism makes premium phones, laptops, mini PCs and servers running free software on PureOS. Purism products respect people's privacy and freedom while protecting their security.
I made an application to quickly open folders
While I was on Windows I was using Direct Folders and Listary, but I didn't find anything similar for Linux, so I made QuickAccess. Maybe someone else will find this useful.
\----
QuickAccess is an application that sits in the system tray and can open a menu where the menu entries are folders that you can open on click (on hover it loads the folder's subfolders in a submenu). The folders are added by the user and can be reordered and removed.
The menu can be opened through dbus. Check the [project page on gitlab](https://gitlab.com/g-fb/quickaccess) for more info and dbus examples.
All distros I checked have dbus and custom shortcuts support, so you can set the dbus command to open the menu to a key combo or even a mouse gesture (KDE or [easy stroke](https://github.com/thjaeger/easystroke)).
\----
Screenshots:
[https://s.put.re/AejKzxXh.png](https://s.put.re/AejKzxXh.png)
[https://s.put.re/2wt87JMB.gif](https://s.put.re/2wt87JMB.gif)
Repo: [https://gitlab.com/g-fb/quickaccess](https://gitlab.com/g-fb/quickaccess)
Flathub: [https://flathub.org/apps/details/com.georgefb.quickaccess](https://flathub.org/apps/details/com.georgefb.quickaccess)
https://redd.it/c2zooo
@r_linux
While I was on Windows I was using Direct Folders and Listary, but I didn't find anything similar for Linux, so I made QuickAccess. Maybe someone else will find this useful.
\----
QuickAccess is an application that sits in the system tray and can open a menu where the menu entries are folders that you can open on click (on hover it loads the folder's subfolders in a submenu). The folders are added by the user and can be reordered and removed.
The menu can be opened through dbus. Check the [project page on gitlab](https://gitlab.com/g-fb/quickaccess) for more info and dbus examples.
All distros I checked have dbus and custom shortcuts support, so you can set the dbus command to open the menu to a key combo or even a mouse gesture (KDE or [easy stroke](https://github.com/thjaeger/easystroke)).
\----
Screenshots:
[https://s.put.re/AejKzxXh.png](https://s.put.re/AejKzxXh.png)
[https://s.put.re/2wt87JMB.gif](https://s.put.re/2wt87JMB.gif)
Repo: [https://gitlab.com/g-fb/quickaccess](https://gitlab.com/g-fb/quickaccess)
Flathub: [https://flathub.org/apps/details/com.georgefb.quickaccess](https://flathub.org/apps/details/com.georgefb.quickaccess)
https://redd.it/c2zooo
@r_linux
GitLab
George Florea Bănuș / QuickAccess
QuickAccess is a program providing a menu to quickly access user defined folders and their subfolders.
I’m building a Linux distro with a few buddies and it’s called MultiOS we have a raspberry PI image already out of you want it but it’s not exactly the best from what my friend said about it when he made it
https://redd.it/c37210
@r_linux
https://redd.it/c37210
@r_linux
Yet another reason Linux kernel is superior....
So my less-than-2-years-old laptop has been experiencing random problems lately without any obvious reasons, such as applications randomly crashing, tabs in Chromium crashing, etc. etc. Figured I must have foobared something with my Arch install, and since it was rather intermittent and not common, I unwisely chose to ignore it.
Fast-forward a couple weeks, and I finally decided to go hunting for the error, as I noticed that, though still uncommon, it seemed to happen mostly with applications that were heavy on the RAM. Decided to boot into live media, and run memtest, and lo-behold, I was getting consistent errors in a small sector, right about the 10GB area in a 16GB module.
Since the Linux kernel is a beautiful masterpiece and modern marvel, I simply added a `memmap` kernel parameter to blacklist that small area, and now everything is running smooth as silk again. Try to do that on Windows. Best you *might* be able to accomplish is cutting out all memory either from the beginning or end to the bad sector. In my case, that would eliminate nearly half of my total RAM in the best case.
Just wanted to proclaim the superiority of Linux in gratitude.
https://redd.it/c377fw
@r_linux
So my less-than-2-years-old laptop has been experiencing random problems lately without any obvious reasons, such as applications randomly crashing, tabs in Chromium crashing, etc. etc. Figured I must have foobared something with my Arch install, and since it was rather intermittent and not common, I unwisely chose to ignore it.
Fast-forward a couple weeks, and I finally decided to go hunting for the error, as I noticed that, though still uncommon, it seemed to happen mostly with applications that were heavy on the RAM. Decided to boot into live media, and run memtest, and lo-behold, I was getting consistent errors in a small sector, right about the 10GB area in a 16GB module.
Since the Linux kernel is a beautiful masterpiece and modern marvel, I simply added a `memmap` kernel parameter to blacklist that small area, and now everything is running smooth as silk again. Try to do that on Windows. Best you *might* be able to accomplish is cutting out all memory either from the beginning or end to the bad sector. In my case, that would eliminate nearly half of my total RAM in the best case.
Just wanted to proclaim the superiority of Linux in gratitude.
https://redd.it/c377fw
@r_linux
reddit
r/linux - Yet another reason Linux kernel is superior....
0 votes and 13 comments so far on Reddit
Use Albert Launcher On Linux To Boost Your Productivity
https://www.linuxuprising.com/2019/06/use-albert-launcher-on-linux-to-boost.html
https://redd.it/c37tjo
@r_linux
https://www.linuxuprising.com/2019/06/use-albert-launcher-on-linux-to-boost.html
https://redd.it/c37tjo
@r_linux
Linux Uprising Blog
Use Albert Launcher On Linux To Boost Your Productivity
Albert is a productivity app inspired by Quicksilver, Alfred and other similar tools, that runs on Linux. Written in C++ / Qt5, this free and open source launcher uses a plugin-based architecture that makes it very flexible and powerful.
Parallel installs – test and run multiple instances of snaps
https://blog.ubuntu.com/2019/06/20/parallel-installs-test-and-run-multiple-instances-of-snaps
https://redd.it/c36tnt
@r_linux
https://blog.ubuntu.com/2019/06/20/parallel-installs-test-and-run-multiple-instances-of-snaps
https://redd.it/c36tnt
@r_linux
Ubuntu
Parallel installs – test and run multiple instances of snaps | Ubuntu
In Linux, testing software is both easy and difficult at the same time. While the repository channels offer great availability to software, you can typically only install a single instance of an application. If you want to test multiple instances, you will…
When would you typically use the suspend's mode?
it is different from the sleep mode, also it disable the peripherals connected to the device, when would you use it?
https://redd.it/c37kei
@r_linux
it is different from the sleep mode, also it disable the peripherals connected to the device, when would you use it?
https://redd.it/c37kei
@r_linux
reddit
r/linux - When would you typically use the suspend's mode?
1 vote and 4 comments so far on Reddit
Anyone else try and show off your terminal skills whenever possible to friends?
Not specifically telling them to come over and watch this, but pulling up the terminal and looking through at directories or cpu usage?
It's pretty natural for me to just open it up and type in top if I think my laptop is running a bit slower.
https://redd.it/c32hlj
@r_linux
Not specifically telling them to come over and watch this, but pulling up the terminal and looking through at directories or cpu usage?
It's pretty natural for me to just open it up and type in top if I think my laptop is running a bit slower.
https://redd.it/c32hlj
@r_linux
reddit
r/linux - Anyone else try and show off your terminal skills whenever possible to friends?
0 votes and 17 comments so far on Reddit
Last week I switched from Windows to Ubuntu, to Manjaro and back again to Ubuntu. I'm pretty satisfied now :)
https://redd.it/c39whl
@r_linux
https://redd.it/c39whl
@r_linux
Open Source Could Be a Casualty of the Trade War
https://www.bunniestudios.com/blog/?p=5590
https://redd.it/c3abyd
@r_linux
https://www.bunniestudios.com/blog/?p=5590
https://redd.it/c3abyd
@r_linux
reddit
r/linux - Open Source Could Be a Casualty of the Trade War
0 votes and 1 comment so far on Reddit
Lenovo shipping Ubuntu Linux on 2019 ThinkPad P-series models
https://www.techrepublic.com/article/lenovo-shipping-ubuntu-linux-on-2019-thinkpad-p-series-models/
https://redd.it/c3ajyc
@r_linux
https://www.techrepublic.com/article/lenovo-shipping-ubuntu-linux-on-2019-thinkpad-p-series-models/
https://redd.it/c3ajyc
@r_linux
Nearly 3 days after Mozilla announced the 0-day vulnerability in Firefox, RHEL/CentOS and OpenSuSE still haven't pushed fixes to their users
It's interesting to note how quickly various distributions jump on security announcements...
Looks like Firefox 60.7.1 was pushed to Debian Stretch update repositories shortly after Mozilla's announcement went live on 6/18. Ubuntu's repos also appear to have the fixes.
Near as I can tell, RHEL/CentOS 7.6 and OpenSuSE Leap 15.0 repositories are currently sitting at 60.7.0 ESR which hasn't been updated in a couple weeks. Interestingly, OpenSuSE Leap 15.1 repositories appear to still be sitting at an even older 60.6.3 ESR.
Given that there are exploits in the wild (though presently they appear to be targeting MacOS?), it's a little disappointing that users of two of the larger Linux distros are still exposed.
https://redd.it/c3ajym
@r_linux
It's interesting to note how quickly various distributions jump on security announcements...
Looks like Firefox 60.7.1 was pushed to Debian Stretch update repositories shortly after Mozilla's announcement went live on 6/18. Ubuntu's repos also appear to have the fixes.
Near as I can tell, RHEL/CentOS 7.6 and OpenSuSE Leap 15.0 repositories are currently sitting at 60.7.0 ESR which hasn't been updated in a couple weeks. Interestingly, OpenSuSE Leap 15.1 repositories appear to still be sitting at an even older 60.6.3 ESR.
Given that there are exploits in the wild (though presently they appear to be targeting MacOS?), it's a little disappointing that users of two of the larger Linux distros are still exposed.
https://redd.it/c3ajym
@r_linux
reddit
r/linux - Nearly 3 days after Mozilla announced the 0-day vulnerability in Firefox, RHEL/CentOS and OpenSuSE still haven't pushed…
0 votes and 11 comments so far on Reddit
Why does nobody ever talk about KDevelop? (It'd an IDE from KDE)
I just learned it existed 10 minutes ago.
I remember years ago and periodically today I would google to figure out what the best IDE was. I found many mentions of the two paid for IDE's Visual Studio and IntelliJ. And the two free ones Netbeans and Eclipse. I have now used all 4 of these and formed my own opinions of them tl;dr Eclipse sucked, everything else was pretty good to very good. But I saw no mentions of Kdevelop.
Apparently Kdevelop supports most of the same stuff? How come nobody ever talks about it? Was it very buggy in the past or something?
​
EDIT: link to what im talking about:
[https://www.kdevelop.org/](https://www.kdevelop.org/)
https://redd.it/c3a82r
@r_linux
I just learned it existed 10 minutes ago.
I remember years ago and periodically today I would google to figure out what the best IDE was. I found many mentions of the two paid for IDE's Visual Studio and IntelliJ. And the two free ones Netbeans and Eclipse. I have now used all 4 of these and formed my own opinions of them tl;dr Eclipse sucked, everything else was pretty good to very good. But I saw no mentions of Kdevelop.
Apparently Kdevelop supports most of the same stuff? How come nobody ever talks about it? Was it very buggy in the past or something?
​
EDIT: link to what im talking about:
[https://www.kdevelop.org/](https://www.kdevelop.org/)
https://redd.it/c3a82r
@r_linux
reddit
r/linux - Why does nobody ever talk about KDevelop? (It'd an IDE from KDE)
26 votes and 24 comments so far on Reddit
Weekend Fluff / Linux in the Wild Thread - June 21, 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/c3ddm5
@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/c3ddm5
@r_linux
reddit
r/linux - Weekend Fluff / Linux in the Wild Thread - June 21, 2019
0 votes and 0 comments so far on Reddit
a linux terminal online dictionary based on Cambridge web version
I used to look up some words on Cambridge webpage, and I really love this dictionary. But it dose not provide a linux terminal online/offline version. At the first, I decided to make it by calling the API. Then I email the Cambridge and found it is too expensive almost 5000 pound per year.
Finally, I implemented it by sending request to web, and parse the html and print it to the terminal. Now it meet my basic need at least.
And it's my pleasure to share my project with you guys, and hope I can get some advice or PR. :)
[https://github.com/xueyuanl/cambrinary](https://github.com/xueyuanl/cambrinary)
It looks like this:
​
https://i.redd.it/ozwp0az2nq531.png
https://redd.it/c3czat
@r_linux
I used to look up some words on Cambridge webpage, and I really love this dictionary. But it dose not provide a linux terminal online/offline version. At the first, I decided to make it by calling the API. Then I email the Cambridge and found it is too expensive almost 5000 pound per year.
Finally, I implemented it by sending request to web, and parse the html and print it to the terminal. Now it meet my basic need at least.
And it's my pleasure to share my project with you guys, and hope I can get some advice or PR. :)
[https://github.com/xueyuanl/cambrinary](https://github.com/xueyuanl/cambrinary)
It looks like this:
​
https://i.redd.it/ozwp0az2nq531.png
https://redd.it/c3czat
@r_linux
GitHub
GitHub - xueyuanl/cambrinary: A linux terminal online dictionary, based on cambridge dictionary: https://dictionary.cambridge.org
A linux terminal online dictionary, based on cambridge dictionary: https://dictionary.cambridge.org - xueyuanl/cambrinary
Star Labs shipping computers powered by ZorinOS
https://zoringroup.com/blog/2019/06/21/introducing-computers-powered-by-zorin-os-in-collaboration-with-star-labs/
https://redd.it/c3entn
@r_linux
https://zoringroup.com/blog/2019/06/21/introducing-computers-powered-by-zorin-os-in-collaboration-with-star-labs/
https://redd.it/c3entn
@r_linux
[GSOC] Kdenlive's Titler Tool – Onward with the 3rd week
https://kdenlive.org/en/2019/06/the-noscriptr-tool-onward-with-the-3rd-week/
https://redd.it/c3ej8r
@r_linux
https://kdenlive.org/en/2019/06/the-noscriptr-tool-onward-with-the-3rd-week/
https://redd.it/c3ej8r
@r_linux
reddit
r/linux - [GSOC] Kdenlive's Titler Tool – Onward with the 3rd week
0 votes and 0 comments so far on Reddit
Software suggestion lists
Do you think it would be a good idea to have suggestion topics for certain categories of software? I don't mean like "I'm looking for ..." kind of topics but of the type "I like using ... for that, and you?", or more generally, say for example the category is IDE and then people post their most preferred IDE application.
I personally would find that very interesting and keep a personal list of useful software myself. There are so many good pieces of software for Linux and some even better than the tools we're used to.
​
What do you think?
https://redd.it/c3givf
@r_linux
Do you think it would be a good idea to have suggestion topics for certain categories of software? I don't mean like "I'm looking for ..." kind of topics but of the type "I like using ... for that, and you?", or more generally, say for example the category is IDE and then people post their most preferred IDE application.
I personally would find that very interesting and keep a personal list of useful software myself. There are so many good pieces of software for Linux and some even better than the tools we're used to.
​
What do you think?
https://redd.it/c3givf
@r_linux
reddit
r/linux - Software suggestion lists
0 votes and 0 comments so far on Reddit
Canonical Dev attempts to run games from GOG on 64-bit-only Ubuntu 19.10
https://discourse.ubuntu.com/t/results-of-testing-games-on-64-bit-only-eoan-19-10/11353
https://redd.it/c3hdjr
@r_linux
https://discourse.ubuntu.com/t/results-of-testing-games-on-64-bit-only-eoan-19-10/11353
https://redd.it/c3hdjr
@r_linux
Ubuntu Community Hub
Results of testing games on 64-bit only eoan (19.10)
Further to the recent announcement and subsequent discussion, I did a little testing over lunch on eoan 19.10 with all i386 packages removed and the i386 part of the repo disabled. I did this because there’s been a couple of assertions made: That games…
dbu - Operating system for desktop/laptop computers, based on Debian 9 Stretch
https://github.com/nodiscc/dbu
https://redd.it/c3csvf
@r_linux
https://github.com/nodiscc/dbu
https://redd.it/c3csvf
@r_linux
GitHub
nodiscc/dbu
[mirror] Operating system for desktop/laptop computers, based on Debian 9 Stretch - nodiscc/dbu