LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 06-15-2021, 07:33 AM   #136
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,628

Rep: Reputation: 2557Reputation: 2557Reputation: 2557Reputation: 2557Reputation: 2557Reputation: 2557Reputation: 2557Reputation: 2557Reputation: 2557Reputation: 2557Reputation: 2557


Well I just learned a new LinuxQuestions Community Bulletin has gone out, apparently mentioning this thread and causing an influx of one-off posts...

How about some of the drive-by posters stick around and interact with some other discussions too?

 
Old 06-15-2021, 04:36 PM   #137
alex4buba
Member
 
Registered: Jul 2020
Posts: 624

Rep: Reputation: Disabled
Keep wondering

I am using KDE Plasma 5.22 and for the past 2 months, there are non stop updates, all the time I am prompted to reboot the machine.

Anyone has any idea why?

Cheers
Alex
 
Old 06-16-2021, 02:01 AM   #138
FrenchGuy
LQ Newbie
 
Registered: Oct 2008
Location: Toulouse, France
Distribution: Arch
Posts: 18

Rep: Reputation: 8
Got some pointers on systemd / udev to investigate further and have some automagic execution of a program when a specific USB device is plugged. Just for fun but I find it interesting enough to have a look.
 
Old 06-16-2021, 03:27 AM   #139
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
dotglob option for bash, that's tricky one beast - use with caution. Enabling it causing globing for files also to contain dot-files (hidden files).

Edit: Just Eureka! realized how to avoid if-then-else in command line
Code:
$ [ -f foo ] && echo file exists || echo no file 
no file
$ touch foo
$ [ -f foo ] && echo file exists || echo no file 
file exists
Edit: Another thing just learned is set -e option and how it influences script execution.

Last edited by igadoter; 06-16-2021 at 05:31 AM.
 
Old 06-17-2021, 12:41 AM   #140
lex luthier
Member
 
Registered: May 2021
Posts: 32

Rep: Reputation: Disabled
Something GNU?

In the past week I have learned that much in Linux Mint remains a mystery to me, and that I still have so much to learn.
 
Old 06-17-2021, 04:50 AM   #141
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,682
Blog Entries: 19

Rep: Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492
That's why Linux is such fun! You never stop learning.
 
Old 06-17-2021, 04:54 AM   #142
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
Quote:
Originally Posted by hazel View Post
That's why Linux is such fun! You never stop learning.
And never stop forgetting.
 
Old 06-17-2021, 01:43 PM   #143
Bonzoo
Member
 
Registered: Sep 2018
Location: Costa Rica
Distribution: Antix21a2,Parrot rolling,MXfce19.4,Sparky Openbox
Posts: 233

Rep: Reputation: 48
Quote:
Originally Posted by igadoter View Post
And never stop forgetting.
You aint old enough yet. I was born in 19......19... Damnit. Lemme go find my drivers license.
I forget where I left it. It's beside my birth certificate.....wherever that is.
 
1 members found this post helpful.
Old 06-18-2021, 02:37 AM   #144
Michael Uplawski
Senior Member
 
Registered: Dec 2015
Posts: 1,623
Blog Entries: 40

Rep: Reputation: Disabled
Quote:
Originally Posted by igadoter View Post
And never stop forgetting.
You should not.
I learned and will learn again and again that, when things ran flawlessly for too long, I forget why that is so. Then, the moment that all looks broken, I will learn that years ago, someone had changed the part of the system that I once knew to handle.

Learning is cool. Scraping your memory without leaving a residue is often more important.

Last edited by Michael Uplawski; 06-18-2021 at 04:45 AM.
 
Old 06-18-2021, 02:51 AM   #145
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
You just reminded me "Pianola"'s Kurt Vonuegut.
 
Old 06-18-2021, 08:30 AM   #146
Guttorm
Senior Member
 
Registered: Dec 2003
Location: Trondheim, Norway
Distribution: Debian and Ubuntu
Posts: 1,453

Rep: Reputation: 448Reputation: 448Reputation: 448Reputation: 448Reputation: 448
I learned about etckeeper some time ago. But I just installed it, and forgot about it. Today I did a little mistake in a config file, and I remembered it. It made a git repo of all files in /etc and it has been committing changes every time I apt installed/removed/upgraded. It has also auto-committed manual changes I made to the config (daily).

Very nice tool - I wish I installed it years ago.
 
2 members found this post helpful.
Old 06-18-2021, 10:15 AM   #147
jmgibson1981
Senior Member
 
Registered: Jun 2015
Location: Tucson, AZ USA
Distribution: Debian
Posts: 1,151

Rep: Reputation: 393Reputation: 393Reputation: 393Reputation: 393
Recently I had an issue with package versions which was solved at this thread on the Ubuntu forums - https://ubuntuforums.org/showthread.php?t=2463371

I always assumed repositories were bulletproof. I was proved wrong and ended up with a problem. They are better than random downloads, but things can still go wrong.
 
Old 06-18-2021, 11:55 AM   #148
cjspizz
LQ Newbie
 
Registered: Nov 2018
Location: Rock hurtling through space-time
Distribution: Linux Mint 20.3 "Una"
Posts: 21

Rep: Reputation: 2
Quote:
Originally Posted by igadoter View Post
And never stop forgetting.
True. Once I realized that, I started using Zim (Cherrytree is also a good alternative) to remember for me.
 
Old 06-18-2021, 04:16 PM   #149
paz9
LQ Newbie
 
Registered: Jan 2009
Location: Philadelphia, PA
Distribution: Red Hat
Posts: 10

Rep: Reputation: 0
With all the focus on security, I have learned quite a bit about SSH: RSA vs DSA, asymmetric authentication followed by symmetric encryption of subsequent traffic.
The command ssh-copy-id can be used to more easily distribute keys. It used to be you have t copy them manually.
 
Old 06-19-2021, 11:04 AM   #150
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,249

Rep: Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323
I FINALLY got a good idea of what directories are: files where each line is the name of one child of that directory, and its inode.

Yes it took me this long. Don’t laugh.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Alright, it's Wednesday. What is something you have learned *new* about Linux within the past 7 days? KGIII General 120 06-15-2021 05:19 AM
What is something new that you have learned about Linux this week? KGIII General 19 05-26-2021 01:51 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

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 07:58 PM.

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