Topic: The magnificent 'Did you know?' thread

Inspired by Fight Club, a nice film I haven't seen in years...

http://www.abload.de/img/50236_46121291707_18471e97.jpg

I sometimes discover Linux relevant things I find interesting, useful or otherwise enriching, but I can neither find a thread I can necrobump with my findings, or it is too short. I also don't want a blog (and twitter is too loud for me), I don't have much to say at all.

So, if you like, post your little gems here. It's similar to "bash-one-liners" threads, so no big fancy stuff here that could have it's own thread. Maybe something you already shared in a thread, but you think it's generally useful. It's like twitter sans the suck. Short, precise messages. If you have a question, consider opening a thread, if you expect a longer answer. For comments, please quote only the snippet you want to refer to. I see this thread as an educational game and these are the rules tongue

I shall begin. I will mark my snippets bold, but do as you please.

Did you know?
You can scroll in the terminal output back and forth with Shift+PgUp/PgDwn.

Did you know?
You can colorize your man pages using most.

Did you know?
Depending on your distribution, egrep and grep -e show you different results.

Did you know?
You can give multiple file names to a cli application in one command like this: mkdir -p ~/folder/{one,two,three}.

Did you know?
You can grep/cat/less/more/most almost all files in /proc for system information.


Your turn.

Last edited by Awebb (2011-09-16 16:22:00)

I'm so meta, even this acronym

Re: The magnificent 'Did you know?' thread

Did you know?
You can change the transparency of Xfce applications by alt+clicking the titlebar and scrolling -- with mouse or with touchpad

Last edited by dubois (2011-09-16 16:43:20)

My formula for living is quite simple. I get up in the morning and I go to bed at night. In between, I occupy myself as best I can.
Cary Grant

Re: The magnificent 'Did you know?' thread

Did you know?
You can scroll through your last arguments in the shell by hitting ALT + .

Last edited by aiBo (2011-09-16 16:36:04)

Re: The magnificent 'Did you know?' thread

Did you know?
You can search through your bash history using Ctrl+R

If you poke the bear it is going to come after you.

Re: The magnificent 'Did you know?' thread

Awebb wrote:

Did you know?
Depending on your distribution, egrep and grep -e show you different results.

Is it within the rules to ask for a little expansion?

John
------------------------
( a boring Japan blog , and idle twitterings )
“Good morning sir, which way up would you like your reality today?”  "As it comes, Jeeves, as it comes..."

Re: The magnificent 'Did you know?' thread

johnraff wrote:

Is it within the rules to ask for a little expansion?

Did you know?
While observing the grep manpage, one can find out that there are two possible regex depths in grep, one with -e and one with -E, while egrep equals grep -E.

Did you know?
Every question that can be answered as a Did you know? is fine, everything longer might be a reason to open a thread, but rules are just rules.

Last edited by Awebb (2011-09-16 17:49:48)

I'm so meta, even this acronym

Re: The magnificent 'Did you know?' thread

Did you know?
That rules are to be broken? lol

Sorry couldn't resist.

OT:
Did you know?
That you can search the Arch repo's with colors? Not by using pacman-color, but some lines in .bashrc?

Let's do it and don't screw it.
      Github || Deviantart

Re: The magnificent 'Did you know?' thread

Did you know?

That you can change the forum color scheme by going to the top left of the forums on "Toggle forum color scheme".

Re: The magnificent 'Did you know?' thread

Did you know?

That you can have a real fully functional embedded terminal emulator running in emacs.

http://img43.imageshack.us/img43/1407/2011091313158675401680x.th.png

Last edited by ~HP (2011-09-16 19:35:16)

Re: The magnificent 'Did you know?' thread

Did you know?
The human brain tries to concatenate patterns, especially when a sentence can be formed using 'that', even if the punctiuation might obfuscate the result.

Did you know?
Once a malicious prototype has been injected into a system, it is harder to remove it, than building a system from the scratch?

I'm so meta, even this acronym

Re: The magnificent 'Did you know?' thread

How dare you defame the illustrious twitter !!!! D:

DId you know twitter also makes me wanna puke. Where else can you hear what Ashton Kutcher had for lunch. Mmmmm tacos, they were good. Such vital information canna be properly disseminated over any other form of communication I tell you !

My one regret is that I cannot hack twitter and respond to him. With some eloquent and well thought out response. Such as ... WHO GIVES A F**K WHAT YOU HAD FOR LUNCH .... DIE !!!

Errrrr ... did you know I've been awake wayyyy too longgggg apparently and am running on caffeine fumes.


big_smile

Last edited by CBizgreat! (2011-09-16 19:55:17)

Some common cbiz abbreviations. This will save me time and yet @ same time tell folks what the babble is supposed to mean.

Vll ! = ( Viva la gnu/Linux !)    Vl#!! = ( Viva la #! !)    Last but not least, UD ... OD ! = ( Use Debian ... or die !) tongue

Re: The magnificent 'Did you know?' thread

Did you know?
It's possible to read a man page several times and still overlook something obvious.

John
------------------------
( a boring Japan blog , and idle twitterings )
“Good morning sir, which way up would you like your reality today?”  "As it comes, Jeeves, as it comes..."

Re: The magnificent 'Did you know?' thread

johnraff wrote:

Did you know?
It's possible to read a man page several times and still overlook something obvious.

OT -- sometimes my head wants to explode from the veritable amount of information contained in the various man pages.  yikes

My formula for living is quite simple. I get up in the morning and I go to bed at night. In between, I occupy myself as best I can.
Cary Grant

Re: The magnificent 'Did you know?' thread

Did you know?
You can give standard input to a command that normally only reads a file with /dev/stdin
(doesn't always work though)

Did you know?
The Dalai Lama has a Facebook page.

John
------------------------
( a boring Japan blog , and idle twitterings )
“Good morning sir, which way up would you like your reality today?”  "As it comes, Jeeves, as it comes..."

Re: The magnificent 'Did you know?' thread

Did you know?
The human brain has the possibility to read or better detect words no matter how chaotic they are written as long as the first and the last letter are set in the correct way.

My Blog | Recent post: You are who you are. Accept yourself.
Carpe diem? Too mainstream. Carpe Noctem!

16

Re: The magnificent 'Did you know?' thread

Did you know ?
top doesn't send the output to stdout and stderr by default, to send it to stdout once you have to top -b -n 1

OT: @.not what does this say?

the netoigrn-rcih fztielirer aiuonmmm nrittae is aslo uesd as an oiiindzxg anegt in ioiesprvmd eiovlspxe dcieevs, smtmoeies cealld frztieleir bmobs, lidenag to slae rilgontaeus

Last edited by ali (2011-09-17 17:50:13)

Re: The magnificent 'Did you know?' thread

did you know?
things are only as complicated as you make them.

did you know?
when i rub my shoes against each other, they make a really cool sound.

Re: The magnificent 'Did you know?' thread

did you know?
EMACS was formerly known as "Eight Megabytes And Constantly Swapping"

Now it is candidate #1 to manage a minimalistic system from the console.

If you poke the bear it is going to come after you.

Re: The magnificent 'Did you know?' thread

ali wrote:

Did you know ?
top doesn't send the output to stdout and stderr by default, to send it to stdout once you have to top -b -n 1

OT: @.not what does this say?

the netoigrn-rcih fztielirer aiuonmmm nrittae is aslo uesd as an oiiindzxg anegt in ioiesprvmd eiovlspxe dcieevs, smtmoeies cealld frztieleir bmobs, lidenag to slae rilgontaeus

OT: This is all I got (without help).

The nitrogen-rich fertilizer ammonium nitrate is also used as an oxidizing agent in ..., sometimes called fertilizer bombs ...

Note: ** Please read before posting **

BTW if you wish to contact me, send me an e-mail instead of a PM.

Re: The magnificent 'Did you know?' thread

johnraff wrote:

Did you know?
The Dalai Lama has a Facebook page.

I knew this.  cool

Did you know?
That I know his holiness, the Dalia Lama - personally.

Registered Linux User: #497030
LinuxMint Forum | DeviantART page | Lost-in-the-Box Forum  |  Ask.Debian
#!Crunchbang 'Statler' (Openbox) -- LinuxMint-Debian-Fluxbox Edition

Re: The magnificent 'Did you know?' thread

anonymous wrote:
ali wrote:

Did you know ?
top doesn't send the output to stdout and stderr by default, to send it to stdout once you have to top -b -n 1

OT: @.not what does this say?

the netoigrn-rcih fztielirer aiuonmmm nrittae is aslo uesd as an oiiindzxg anegt in ioiesprvmd eiovlspxe dcieevs, smtmoeies cealld frztieleir bmobs, lidenag to slae rilgontaeus

OT: This is all I got (without help).

The nitrogen-rich fertilizer ammonium nitrate is also used as an oxidizing agent in ..., sometimes called fertilizer bombs ...

...improvised explosive devices...leading to sale regulations.
(Incidentally, it's also used in a commercial explosive called ANFO, or ammonium nitrate in fuel oil.)

while ( ! ( succeed = try() ) );

Re: The magnificent 'Did you know?' thread

Of course that's only true in some cases. On topic! big_smile YOU OUGHT TO KNOW

Re: The magnificent 'Did you know?' thread

Did you know?
Everything's a file.

John
------------------------
( a boring Japan blog , and idle twitterings )
“Good morning sir, which way up would you like your reality today?”  "As it comes, Jeeves, as it comes..."

Re: The magnificent 'Did you know?' thread

Did you know?
Bash 4 has associative arrays.
(Bash 4.1.5 is standard issue with Statler, and associative arrays are very neat. cool )

John
------------------------
( a boring Japan blog , and idle twitterings )
“Good morning sir, which way up would you like your reality today?”  "As it comes, Jeeves, as it comes..."

Re: The magnificent 'Did you know?' thread

Did you know?
Tokyo has two syllables, not three.
(Something like "tor kyor" for a british English speaker.)

John
------------------------
( a boring Japan blog , and idle twitterings )
“Good morning sir, which way up would you like your reality today?”  "As it comes, Jeeves, as it comes..."