LinuxQuestions.org
Review your favorite Linux distribution.
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 12-23-2020, 05:03 PM   #91
TorC
Member
 
Registered: Dec 2020
Location: as far S and E as I want to go in the U.S.
Distribution: Fossapup64
Posts: 224

Rep: Reputation: 78
Learned more about ZFS


The 'Hidden' Cost of Using ZFS for Your Home NAS

Discovering ZFS -- Pros and Cons
 
Old 12-24-2020, 11:00 AM   #92
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
I'm only beginning to learn the incredible power of "fzf"....
Hail fzf! Like dmenu on steroids, lol. Only for the terminal.
 
Old 12-27-2020, 05:18 PM   #93
jmgibson1981
Senior Member
 
Registered: Jun 2015
Location: Tucson, AZ USA
Distribution: Debian
Posts: 1,141

Rep: Reputation: 392Reputation: 392Reputation: 392Reputation: 392
I've avoided compiling anything like the plague for the last few years. Never looked into it because I had read somewhere that it could potentially overwrite system files or libs via the make install process. I only today learned from another thread that I can compile to a specific directory. In this case the person suggested /opt as the prefix.

Suffice to say this opens up more options to me in regards to distro choice.
 
Old 12-28-2020, 02:42 AM   #94
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
^ Haha, yes, sometimes obstacles just fall away when you let things rest for a few years.
 
Old 12-29-2020, 06:04 PM   #95
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,226

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Learned about pam_ssh_agent_auth and SSH forwarding.
 
Old 01-11-2021, 09:23 AM   #96
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
Today I discovered that you can concatenate .wav files. My church has moved online again, thanks to the latest lockdown, and I had a reading to do for next Sunday's service. After recording it with arecord, I played it back and realised with annoyance that I had omitted the formal ending (This is the word of the Lord. Thanks be to God). As the recording sounded pretty good otherwise, I decided not to re-record it but to record the ending by itself and see if appending it with cat would work.

It worked very well. There was a pause and a small click where the two recordings were joined but I'm sure the guy who puts the service together can edit that out.
 
Old 01-11-2021, 09:51 AM   #97
GPGAgent
Senior Member
 
Registered: Oct 2018
Location: Surrey UK
Distribution: Mint 20 xfce 64bit
Posts: 1,026
Blog Entries: 3

Rep: Reputation: 133Reputation: 133
Quote:
Originally Posted by hazel View Post
Today I discovered that you can concatenate .wav files. My church has moved online again, thanks to the latest lockdown, and I had a reading to do for next Sunday's service. After recording it with arecord, I played it back and realised with annoyance that I had omitted the formal ending (This is the word of the Lord. Thanks be to God). As the recording sounded pretty good otherwise, I decided not to re-record it but to record the ending by itself and see if appending it with cat would work.

It worked very well. There was a pause and a small click where the two recordings were joined but I'm sure the guy who puts the service together can edit that out.
yesterday I tried the same and learned that sox is designed to do this
Code:
sox file1.wav file2.wav fileout.wav
check out everthing else sox can do with man sox
Code:
SoX(1)                          Sound eXchange                          SoX(1)

NAME
       SoX - Sound eXchange, the Swiss Army knife of audio manipulation

SYNOPSIS
       sox [global-options] [format-options] infile1
            [[format-options] infile2] ... [format-options] outfile
            [effect [effect-options]] ...

       play [global-options] [format-options] infile1
            [[format-options] infile2] ... [format-options]
            [effect [effect-options]] ...

       rec [global-options] [format-options] outfile
            [effect [effect-options]] ...

DESCRIPTION
   Introduction
       SoX  reads  and  writes audio files in most popular formats and can op‐
       tionally apply effects to them. It can combine multiple input  sources,
       synthesise  audio, and, on many systems, act as a general purpose audio
       player or a multi-track audio recorder. It also has limited ability  to
       split the input into multiple output files.
 
Old 01-13-2021, 03:19 AM   #98
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Why does it have to be Wednesday? What's so special about Wednesday?

I'd think as long as you learnt something, it wouldn't matter what day of the week it is - it certainly doesn't matter to me personally FWIW.

In any case, and while I have no idea what day it was, and while it wasn't within the last 7 days; I learnt how to build the kernel myself, and after a few try's finally got it to build and boot. I was meaning to learn that for a long time now, but I was just too lazy to try it until last year. Although, I have compiled many other things well before learning that though.

BTW, I have to agree with boughtonp in post #2; there's no need whatsoever to have multiple threads asking the same question - it's just pointless.

PS: Why not just start a thread called something like: "What have you learnt about Linux?"? Then you don't need to start a new thread for the next 7 days.

Last edited by jsbjsb001; 01-13-2021 at 03:22 AM. Reason: addition
 
Old 01-13-2021, 05:32 AM   #99
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 jsbjsb001 View Post
Why does it have to be Wednesday? What's so special about Wednesday?
The thread was started on a Wednesday, that's all. No one cares about the title any more.
Quote:
PS: Why not just start a thread called something like: "What have you learnt about Linux?"? Then you don't need to start a new thread for the next 7 days.
Because we already have this one and it's been going for weeks now.
 
Old 01-13-2021, 08:52 AM   #100
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Quote:
Originally Posted by hazel View Post
...
Because we already have this one and it's been going for weeks now.
Maybe I should have been clearer, as it seems I wasn't clear enough... I wasn't asking them to start yet another thread; I was saying they could have saved themselves the trouble in the first place of putting some arbitrary time limit on their original thread if they had titled it something similar to what I said above.
 
Old 01-13-2021, 12:17 PM   #101
jeremy
root
 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,602

Rep: Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084
This is a great idea, KGIII - thanks for starting! I've created a long lived sticky in the Linux - General forum (as the topic is Linux related).

https://www.linuxquestions.org/quest...ys-4175688500/

--jeremy
 
Old 01-14-2021, 12:08 AM   #102
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 discovered a great app for a specific purpose - discovering exactly what is chewing up storage space. "Filelight" examines whatever drive or partition you choose and produces a color-coded circular graph displaying the real estate usage and a mouseover function tells you what directories and files are involved.
 
Old 01-14-2021, 07:08 AM   #103
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,604

Rep: Reputation: 2547Reputation: 2547Reputation: 2547Reputation: 2547Reputation: 2547Reputation: 2547Reputation: 2547Reputation: 2547Reputation: 2547Reputation: 2547Reputation: 2547
Quote:
Originally Posted by enorbet View Post
Today I discovered a great app for a specific purpose - discovering exactly what is chewing up storage space. "Filelight" examines whatever drive or partition you choose and produces a color-coded circular graph displaying the real estate usage and a mouseover function tells you what directories and files are involved.
How configurable is it, because based on the this page it looks crap?

All I want is someone to clone OverDisk exactly - it's nice that the radial/sunburst display has finally caught on, but so far everything disappoints me.

 
Old 01-14-2021, 08:11 AM   #104
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 boughtonp View Post
How configurable is it, because based on the this page it looks crap?

All I want is someone to clone OverDisk exactly - it's nice that the radial/sunburst display has finally caught on, but so far everything disappoints me.
I don't know what you want that it doesn't deliver but all I wanted was a few things.... basically what was most responsible for storage usage with an eye toward determining such common issues as /var and /tmp growing like a tumor or even if I had either forgotten a backup after it's usefulness or inadvertently copied some massive directory. In a matter of minutes Filelight led me to recover over 400GB of free space, so it worked for what I needed. This is especially complicated and important to me because I commonly have 5-10 working operating systems on 10TB storage on my Main.

Frankly even if Overdisk is objectively somehow "better", to me, no amount of "better" for some app is worth running Win 10. I'd rather do without.
 
Old 01-14-2021, 09:08 AM   #105
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,138
Blog Entries: 6

Rep: Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827
I looked at that, that's nifty.
https://github.com/KDE/filelight
 
  


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 07:45 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