Random Thread - Anything Goes
-
-
-
Oddly was thinking about this question not too long ago.
-
@coliver said in Random Thread - Anything Goes:
Oddly was thinking about this question not too long ago.
I can't be the only one thinking of a pickup line I'm sure to get slapped for!
-
What tools are you using to monitor linux system resources? I use Zabbix at work but I don't want to have to setup an entire VM just to monitor 3 VM's.
-
@wirestyle22 said in Random Thread - Anything Goes:
What tools are you using to monitor linux system resources? I use Zabbix at work but I don't want to have to setup an entire VM just to monitor 3 VM's.
SAR. How much do you need to monitor?
-
@scottalanmiller said in Random Thread - Anything Goes:
@wirestyle22 said in Random Thread - Anything Goes:
What tools are you using to monitor linux system resources? I use Zabbix at work but I don't want to have to setup an entire VM just to monitor 3 VM's.
SAR. How much do you need to monitor?
Something akin to perfmon
-
@scottalanmiller SAR looks good. Thanks.
-
-
@scottalanmiller said in Random Thread - Anything Goes:
I see a future gymnast or diver in that clip.
-
-
How I wish I could respond to lazy users:
Youtube Video -
-
@wirestyle22 looks like it is time to embark on your adventure!
-
@scottalanmiller said in Random Thread - Anything Goes:
@wirestyle22 looks like it is time to embark on your adventure!
I brought the linux command line with me today. Using a Vultr instance to experiment etc.
-
apparently bash is an acronym for bourne again shell which is a reference to Steve Bourne who wrote the original unix shell program. didn't know that. there are a lot of interesting historical references in this book.
-
@wirestyle22 said in Random Thread - Anything Goes:
apparently bash is an acronym for born again shell. didn't know that. there are a lot of interesting historical references in this book as well.
Bourne Again Shell. https://en.wikipedia.org/wiki/Bash_(Unix_shell)
-
@coliver said in Random Thread - Anything Goes:
@wirestyle22 said in Random Thread - Anything Goes:
apparently bash is an acronym for born again shell. didn't know that. there are a lot of interesting historical references in this book as well.
Bourne Again Shell. https://en.wikipedia.org/wiki/Bash_(Unix_shell)
I was just editing my post
-
@wirestyle22 said in Random Thread - Anything Goes:
apparently bash is an acronym for bourne again shell which is a reference to Steve Bourne who wrote the original unix shell program. didn't know that. there are a lot of interesting historical references in this book.
Yup, that's correct. The original Bourne Shell is what we call "shell" or is called sh at the command prompt. And the Korn Shell is not a silly name to rhyme with Bourne, it was actually a guy named Korn by coincidence.
-
@scottalanmiller What is the difference between a terminal emulator such as
konsole
orgnome-terminal
and a virtual terminal process running behind your GUI that you can access with CTRL+ALT+F1-F6? I never use a GUI so I don't have one installed currently.