LinuxQuestions.org
Visit Jeremy's Blog.
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 08-12-2020, 12:16 PM   #1
KGIII
Member
 
Registered: Sep 2015
Location: North-Western, Maine - in the mountains.
Distribution: Lubuntu 18.04 LTS
Posts: 158
Blog Entries: 6

Rep: Reputation: 64
What is something new that you have learned about Linux this week?


It may seem trivial - and it is, but I realized I could use bash alias profiles by simply loading different alias sources.

In other words, I have /.bash_aliases & /.bash_aliases2 and they can be loaded with `source /.bash_alias*` as needed.

Sure, it seems trivial - but I previously was unaware of this. It made me pretty happy to discover this, even though I seldom bother switching between them.

So, however trivial, what's something new that you learned about Linux in the past 7 days?

Note: I think this would make a great idea for a weekly/recurring thread, but I really doubt I've got the motivation to keep it going long-term. We'll see how it goes!
 
Old 08-12-2020, 07:33 PM   #2
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
I learned that the Debian live dvd is very, very good. I've used the netinstall version for years, and for awhile the live version went away, but when I ran the newest version to fix some drive problems, it just worked, no settings to figure out, nothing. It came online without needing to think about networking. I was very pleasantly surprised.

I also learned some things about logical volume management. It might not be as bad as it seemed.
 
Old 08-12-2020, 07:51 PM   #3
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,328
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
I learned that Endeavor Linux, which is based on Arch, is a very nice job of work.
 
Old 08-13-2020, 04:56 AM   #4
fido_dogstoyevsky
Member
 
Registered: Feb 2015
Location: Victoria, Australia
Distribution: Slackware 15
Posts: 490
Blog Entries: 2

Rep: Reputation: 576Reputation: 576Reputation: 576Reputation: 576Reputation: 576Reputation: 576
About 15 minutes ago I (re)learned that I can look for a solution to a problem on the web, impatiently give up searching and instead look for a promisingly named config file - and get my answer as soon as I open it.

I don't know whether I should be more embarrassed at giving up on the web too easily, or for not going straight for the .X Files.
 
Old 08-13-2020, 12:10 PM   #5
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
I learned that there's a distro I can't run as a VM. And I feel it's because of me, nothing to do with the distro. Still researching my dim-witted-ness. Because if I have to write an actual thread question for it, when many others already can do it, then that's pathetic. (My signature, "Never give up, never surrender!!")
 
Old 08-13-2020, 01:02 PM   #6
smallpond
Senior Member
 
Registered: Feb 2011
Location: Massachusetts, USA
Distribution: Fedora
Posts: 4,143

Rep: Reputation: 1264Reputation: 1264Reputation: 1264Reputation: 1264Reputation: 1264Reputation: 1264Reputation: 1264Reputation: 1264Reputation: 1264
I've been logging into a Ubuntu box with ssh and starting the VNC server. I finally wrote an upstart conf file so I don't need to do that anymore. I keep forgetting that any repetitive task can be automated pretty easily.

Linux is so customizable that it starts out hard, but gets less annoying the longer you use it. Its the opposite of Windows.
 
Old 08-13-2020, 03:47 PM   #7
KGIII
Member
 
Registered: Sep 2015
Location: North-Western, Maine - in the mountains.
Distribution: Lubuntu 18.04 LTS
Posts: 158

Original Poster
Blog Entries: 6

Rep: Reputation: 64
Today, I relearned a lesson. Sometimes you waste too much time looking for an elegant solution and never find it. Sometimes, a heavy-handed kludge is the only way.

I've learned this lesson before - but I've never learned when it mattered.

In another thread, I tried all the tips, tricks, tweaks, and terminal incarnations. In the end, none of them worked. So, I just installed the file manager that I'm used to and made the change with that. It's a kludge but it works. It lacks elegance, but it does have simplicity. That's nice, as it has that going for it.

Should I remember, I'll make another one of these threads next Wednesday. I'm *very* confident that I'll have learned some more new stuff in that amount of time.

Last edited by KGIII; 08-13-2020 at 03:59 PM.
 
Old 08-14-2020, 02:03 AM   #8
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'm learning to appreciate coreutils.
For years I tried to use only bash builtins in my scripts.
Imagine the amount of code required to emulate something like
Code:
echo some output | shuf
 
Old 08-14-2020, 03:21 PM   #9
KGIII
Member
 
Registered: Sep 2015
Location: North-Western, Maine - in the mountains.
Distribution: Lubuntu 18.04 LTS
Posts: 158

Original Poster
Blog Entries: 6

Rep: Reputation: 64
I'd never used 'shuf' for anything - and it does exactly what I suspected it'd do. I've just never had any need for it.

While making sure that it did shuffle stuff (and then learning about 'sort -R') I bumped into this page:

https://en.wikipedia.org/wiki/List_o...ities_commands

There are quite a few that I'd never used before. I've read a ton of Linux books, but haven't actually memorized 'em.
 
Old 08-15-2020, 05:30 AM   #10
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
Glorious coreutils. A dream come true for practical everyday coding. "Do one thing and do it well".
That, and the pipe: "Do one thing well and pipe it into another thing that does it well."

But sometimes I write scripts that perform complex tasks often, regularly and automatically; that's when I try to avoid pipes and rather rely on the power of bash.
 
Old 08-15-2020, 06:08 AM   #11
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
It's not specific to GNU/Linux per se but I've really increased my interactive use of tmux shortcuts. ctrl-b % or ctrl-b " to split a window into panes, for example, and then ctrl-b up-arrow or ctrl-b down-arrow to resize the panes. I've also been renaming sessions, windows, and even panes a lot very recently thus making use of the -t option for many tmux commands. However for those I don't use any of the shortcuts (if there are any) but instead just write something in the shell.

Once I find myself setting up a similar arrangement repeatedly I script it , but that part is not new. I suppose I should learn to deal with .tmux.conf too, someday. Here is one of the scripts:

Code:
#!/bin/sh

PATH=/bin:/usr/bin:/usr/local/bin

set -e 

tmux attach-session  -t sensors -d && exit || tmux new-session -s sensors -d
tmux split-window -v -t sensors:0 -l 5
tmux split-window -v -t sensors:0 -l 5
tmux select-layout even-vertical
tmux split-window -h -t sensors:0.1

tmux select-pane -t sensors:0.0

tmux resize-pane -t sensors:0.0 -y 10
tmux resize-pane -t sensors:0.3 -y 5

tmux send-keys -t sensors:0.2 "mosquitto_sub -v -h xx.yy.zz.aa \
        -u sensors -P 'xxxxxxxx' \
        --key /etc/mosquitto/certs/sensors-client.key \
        --cert /etc/mosquitto/certs/sensors-client.crt \
        --cafile /etc/mosquitto/certs/sensors-server.crt \
        -t 'readings' -p 8883 --tls-version tlsv1.2 -I local" C-m

tmux send-keys -t sensors:0.1 "sqlite3 /home/r/data/readings.sqlite3" C-m

tmux attach-session -t sensors
There seems to be a little bit of varition in the behavior of the split-window command depending on the version of tmux though.
 
Old 08-15-2020, 10:01 AM   #12
KGIII
Member
 
Registered: Sep 2015
Location: North-Western, Maine - in the mountains.
Distribution: Lubuntu 18.04 LTS
Posts: 158

Original Poster
Blog Entries: 6

Rep: Reputation: 64
It's amazing to see how much some of y'all know. I have been using Linux for years - and Unix before that. Much of my career was with Sun, using Solaris (and even SunOS before that). Alas, our workstations ended up being mostly Microsoft (for myriad reasons that made logistical sense at the time) and I didn't return to regularly using Linux until the mid-2000s.

I'm pretty sure that I spent too much time learning distros and not enough time learning Linux. I've read I don't know how many books, but don't retain it all that well unless it's something that gets regular use. So, it's fun to see how much other people know.
 
Old 08-15-2020, 05:02 PM   #13
individual
Member
 
Registered: Jul 2018
Posts: 315
Blog Entries: 1

Rep: Reputation: 233Reputation: 233Reputation: 233
Quote:
Originally Posted by ondoho View Post
I'm learning to appreciate coreutils.
For years I tried to use only bash builtins in my scripts.
Imagine the amount of code required to emulate something like
Code:
echo some output | shuf
And the great thing is--at least in the case of the GNU coreutils--they're optimized for speed, which is very useful.
 
Old 08-16-2020, 09:24 AM   #14
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
Today I learned that the Pine64 Linux Phone has made dramatic leaps forward and becoming far more than a toy for devs. They make calls, still have hardware switches, and currently can run with 17 different Linux distributions.
 
Old 08-17-2020, 02:05 PM   #15
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 enorbet View Post
dramatic leaps ... They make calls
It's supposed to be a phone, isn't it.
What's that, 1.5 years after the announced release? 3 years after making wordy promises, and pulling lots of money out of lots of pockets?
:SMH:
 
  


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
LXer: Careers in Open Source Week features professionals tips and lessons learned in the field LXer Syndicated Linux News 0 08-01-2014 08:20 AM
Is GUI design something that can be learned? Garda Programming 16 12-09-2013 01:03 PM
Something depends on something else but something else is to be installed javascriptninja Linux - Newbie 3 02-05-2012 04:22 PM
LXer: 10 Things I Have Learned as a Linux Blogger LXer Syndicated Linux News 0 10-22-2011 12:23 AM
What I have learned about 64-bit Linux slacker9876 SUSE / openSUSE 7 04-12-2006 08:18 PM

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

All times are GMT -5. The time now is 07:37 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