LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 11-25-2020, 10:53 PM   #76
Turbocapitalist
LQ Guru
 
Registered: Apr 2005
Distribution: Linux Mint, Devuan, OpenBSD
Posts: 7,312
Blog Entries: 3

Rep: Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722

I found out that although the snap package manager's client is GPLv3, the server, snapd, is quite proprietary. I had been ignoring snap and flatpak mostly as solutions in search of a problem, though also a little since they seem to be a fight over control. However, now it is clear that they are a bad move and need to be kept at a distance:

Code:
sudo apt-get remove --purge snapd
sudo apt-mark hold snapd

Last edited by Turbocapitalist; 11-25-2020 at 10:58 PM. Reason: fixed urls
 
Old 11-26-2020, 01:18 AM   #77
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
I learned that Manjaro XFCE either comes with flatpak preinstalled or automatically installs/activates it, seriously bogging down the old laptop I installed it on (and since I only use yay for updating I don't think that I accidentally installed it).
As soon as I discovered it, a lot of uninstalling ensued. I felt like in my early Ubuntu days, trying to break down an overloaded distro, instead of building up from barebones.
 
Old 11-26-2020, 04:51 AM   #78
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,583
Blog Entries: 19

Rep: Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454
Quote:
Originally Posted by ondoho View Post
As soon as I discovered it, a lot of uninstalling ensued. I felt like in my early Ubuntu days, trying to break down an overloaded distro, instead of building up from barebones.
I tried to do that in the days when I used Ubuntu. I soon ran into trouble. The whole thing is just too tightly integrated to remove things without breaking them. So I moved to Debian, did a net install and then just added what I wanted.

Why do Linux distros keep trying to be Windows?
 
Old 11-26-2020, 04:53 AM   #79
Turbocapitalist
LQ Guru
 
Registered: Apr 2005
Distribution: Linux Mint, Devuan, OpenBSD
Posts: 7,312
Blog Entries: 3

Rep: Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722
Quote:
Originally Posted by hazel View Post
Why do Linux distros keep trying to be Windows?
Entryism. Ubuntu is run by Canonical and Canonical has taken on no small number of "former" microsofters. Each such new hire is followed by more bad decisions to impair the future of Ubuntu.
 
Old 11-26-2020, 11:56 PM   #80
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by Turbocapitalist View Post
Entryism.
Nice word.
Also some Linux geeks seem obsessed with "The Year Of The Linux Desktop" as if it was the Communist World Revolution.
 
Old 11-27-2020, 12:21 AM   #81
Turbocapitalist
LQ Guru
 
Registered: Apr 2005
Distribution: Linux Mint, Devuan, OpenBSD
Posts: 7,312
Blog Entries: 3

Rep: Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722
The desktop is what most people wrongly perceive as the Internet. Really. So it remains important to capture.

But, Canonical's main area nowadays is the server market and that is one area M$ is still trying to get into. There have been lots of layoffs there in Azure so it is not going well. However, that won't mean that they will ever stop or slow down undermining competitors, from outside or inside. If you can find it, Bryan Lunduke's explanation of his interview to become a full-time microsofter, and why he was rejected, is very illustrative of the mindset.

Anyway, as far as learning new things about GNU/Linux goes, I found out that the newer Chromebook models seem to be designed to prevent installation of GNU/Linux and those from 2018 and later won't boot it even after hopping through all the hoops to install it. Older models ran it quite well once the firmware was upgraded. Despite its Gentoo roots, ChromeOS is exceedingly invasive, inflexible, weak, and surveillance-oriented. Plus I'm finding UI bugs.
 
Old 11-27-2020, 12:46 AM   #82
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by Turbocapitalist View Post
The desktop is what most people wrongly perceive as the Internet. Really.
Um.
I dont think I follow.
 
Old 11-27-2020, 03:38 AM   #83
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Quote:
Originally Posted by Turbocapitalist View Post
I found out that although the snap package manager's client is GPLv3, the server, snapd, is quite proprietary. I had been ignoring snap and flatpak mostly as solutions in search of a problem, though also a little since they seem to be a fight over control. However, now it is clear that they are a bad move and need to be kept at a distance:

Code:
sudo apt-get remove --purge snapd
sudo apt-mark hold snapd
Reminds me of "launchpad" and "Ubuntu One", though the former was eventually wholly released under a free licence. Ubuntu got lots of flack about launchpad, then fans started making noise about it, so I suppose they had to respond. Times have changed.

Sometimes there are very valid reasons for keeping things proprietary - especially with regards to commercial entities wanting to maintain a competitive edge. But in a few cases because developers have taken shortcuts and used some GPL code in those "server side" projects and to release that would expose it.
 
Old 12-10-2020, 12:18 PM   #84
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435
I just discovered that kernels released after June 2020 now support OpenRGB. I really like lighted keyboards and mice but I really dislike not being able to just make them one steady color. I HATE the rainbow waves on so much new hardware. Looks like soon I can have it my way.
 
Old 12-10-2020, 01:06 PM   #85
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,583
Blog Entries: 19

Rep: Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454
That's crazy! Why would you want a multicoloured keyboard? I can't think of anything more distracting.
 
Old 12-10-2020, 04:13 PM   #86
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435
Quote:
Originally Posted by hazel View Post
That's crazy! Why would you want a multicoloured keyboard? I can't think of anything more distracting.
It isn't only multi-colored. It's animated!!! UGH! It seems to me it is done to grab attention especially on a salesroom floor, which is where I prefer to buy tactile devices. It's not distracting on the mouse since it is covered when in use but it is nasty on the keyboard. I bought this brand and model based somewhat on reviews but mostly because it is a mechanical keyboard with extreme quality switches (feels amazing!) made for gaming but thankfully without any extra buttons excepting 5 Media keys, one of which is a roller volume control. Until n ow the stupid animated color could only be rest in Windows and, unlike some hardware, that setting doesn't persist in Linux. It is kind of nice that all of the buttons work properly in Linux but the RGB was a lost cause, until June.
 
Old 12-11-2020, 01:33 AM   #87
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Aw crud, I did it again.
Personally, I will stop taking threads further off topic now.
Even if they're in General, the topic at hand should be respected.

Last edited by ondoho; 12-11-2020 at 01:36 AM.
 
Old 12-11-2020, 02:37 AM   #88
Turbocapitalist
LQ Guru
 
Registered: Apr 2005
Distribution: Linux Mint, Devuan, OpenBSD
Posts: 7,312
Blog Entries: 3

Rep: Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722
Quote:
Originally Posted by enorbet View Post
I just discovered that kernels released after June 2020 now support OpenRGB. I really like lighted keyboards and mice but I really dislike not being able to just make them one steady color. I HATE the rainbow waves on so much new hardware. Looks like soon I can have it my way.
The last few laptops I've had use backlit keyboards. While the driver support is a good development, I haven't found much use for it except for a dim white setting which helps in conditions with weak lighting. Proper nubs on the home keys would do just as well most of the time, at least until function keys are needed, but those are missing from new keyboards these days. I did experiment with a few brightly colored pulses and fades in conjunction with certain high-priority notifications, but that was of limited use and when I no longer needed the notifications I did not transfer that capability to any other services.

Something which I have learned recently is that much to my disappointment Chromebooks made since 2017 do not really allow use of GNU/Linux even after going through the usual troubles. Some of that might be the inavailability of replacement firmware for Apollolake but supposedly the even newer models won't even boot it. So Chromebooks are off the list permanently.
 
Old 12-11-2020, 02:28 PM   #89
Sefyir
Member
 
Registered: Mar 2015
Distribution: Linux Mint
Posts: 634

Rep: Reputation: 316Reputation: 316Reputation: 316Reputation: 316
https://direnv.net/

direnv lets you set environment variables based on the directory (or really any commands)
It'll error on first entry to prevent automatically running arbitrary code.

Code:
$ cd  /foo/bar
direnv: error /foo/bar/.envrc is blocked. Run `direnv allow` to approve its content
Primarily using it now to auto set Docker, drone and kubernetes environment variables
 
Old 12-23-2020, 03:56 PM   #90
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435
Well I probably shouldn't yet say "learned" in this case beyond learning of it's existence. I'm only beginning to learn the incredible power of "fzf".... the command line fuzzy finder. I'm hardly even scratching the surface having just learned it exists. So far all I can do with it is sort my huge history of previous commands in far less time and even if I've forgotten all the terms that might take orders of magnitude more time than mere scrolling. This utility is just amazing!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
What is something new that you have learned about Linux this week? KGIII General 19 05-26-2021 01:51 PM
question: 'onclick' within 'onmouseover' within 'form' within 'table' - how is it possible? rblampain Programming 4 04-25-2017 08:49 PM
How do I grep my /var/log/secure file for the past 7 days or so many days? johnmccarthy Linux - Newbie 5 01-04-2013 09:43 PM
Alright, I have correct output for ' cdrecord -scanbus ', but can't mount drive lostboy Linux - General 9 05-09-2003 11:26 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 01:41 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration