LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > LinuxQuestions.org > LQ Suggestions & Feedback
User Name
Password
LQ Suggestions & Feedback Do you have a suggestion for this site or an idea that will make the site better? This forum is for you.
PLEASE READ THIS FORUM - Information and status updates will also be posted here.

Notices


Reply
  Search this Thread
Old 05-02-2014, 08:55 PM   #1
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Rep: Reputation: 169Reputation: 169
Apology


I am very sorry for the times that I have been critical.

Andy
 
Old 05-03-2014, 03:03 AM   #2
wchouser3
Member
 
Registered: May 2013
Location: Fort Wayne, Indiana
Distribution: Arch Linux
Posts: 74

Rep: Reputation: Disabled
Quote:
Originally Posted by Fixit7 View Post
I am very sorry for the times that I have been critical.

Andy
you are forgiven
 
Old 05-04-2014, 07:56 PM   #3
DJ Shaji
Member
 
Registered: Dec 2004
Location: Yo Momma's house
Distribution: Fedora Rawhide, ArchLinux
Posts: 518
Blog Entries: 15

Rep: Reputation: 106Reputation: 106
Thumbs up DJ Shaji likes this

Quote:
Originally Posted by Fixit7 View Post
I am very sorry for the times that I have been critical.

Andy
9/10
 
Old 05-06-2014, 12:41 PM   #4
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,883
Blog Entries: 13

Rep: Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931
Quote:
Originally Posted by Fixit7 View Post
I am very sorry for the times that I have been critical.

Andy
Stats show 69 posts ... have you really been that bad? No worries, didn't notice till I saw this thread anyways.
 
Old 05-06-2014, 03:52 PM   #5
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
Quote:
Originally Posted by DJ Shaji View Post
9/10
I typed cat but got only a blinking cursor.
 
Old 05-07-2014, 06:39 AM   #6
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,883
Blog Entries: 13

Rep: Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931
Quote:
Originally Posted by Fixit7 View Post
I typed cat but got only a blinking cursor.
Beyond that, type some more stuff and hit enter and see what happens. After you typed cat<RET> that is.
 
Old 05-08-2014, 03:23 PM   #7
DJ Shaji
Member
 
Registered: Dec 2004
Location: Yo Momma's house
Distribution: Fedora Rawhide, ArchLinux
Posts: 518
Blog Entries: 15

Rep: Reputation: 106Reputation: 106
Quote:
Originally Posted by Fixit7 View Post
I typed cat but got only a blinking cursor.
Hmm.... well you gotta show that cat who's boss. Try
Code:
man cat
or try the more direct
Code:
man command cat do else bash
but you know, that's not how we do things in the linux world. So I recommend

Code:
man cat open dialog sort
Generally speaking,
Code:
times test man \
    help make man complete \
    enable man find true source for more & sleep
I want to add a command about checking file systems, but I won't

PS: "man" means "show me the manual page for". So, "man <something>" will give you information about that particular command. Press the 'q' key to exit it.
 
Old 05-08-2014, 03:26 PM   #8
Arcane
Member
 
Registered: May 2006
Location: Latvia, Europe
Distribution: random
Posts: 310

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
Quote:
Originally Posted by Fixit7 View Post
I am very sorry for the times that I have been critical.

Andy
WTF is this about? Anyway no problemo! As long as we are 'blocked' we will make mistakes by_default but that is why perfection is boring.
 
Old 05-08-2014, 03:42 PM   #9
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,883
Blog Entries: 13

Rep: Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931
Talking

Quote:
Originally Posted by DJ Shaji View Post
Hmm.... well you gotta show that cat who's boss. Try
Code:
man cat
or try the more direct
Code:
man command cat do else bash
but you know, that's not how we do things in the linux world. So I recommend

Code:
man cat open dialog sort
Generally speaking,
Code:
times test man \
    help make man complete \
    enable man find true source for more & sleep
I want to add a command about checking file systems, but I won't

PS: "man" means "show me the manual page for". So, "man <something>" will give you information about that particular command. Press the 'q' key to exit it.
Laughing. Did you used to like to write words holding your calculator upside down too?

Long ago when we first started creating daemons as a practice in our architectures, we used to have the concept of a god process, so we all felt it was a good pun to create a "god daemon" so that's what we called our first daemons.

As well as a memorable day in the lab when we needed to look up a man page on some library function and the primary typer typed "man", "space", and then inadvertently typed "man", "space" again, and then the function name, resulting in the fist occurrence to be the manpage for ... man. And to make it worse we immediately paged down because our point of discussion was that we got a negative RETURN VALUE so we wanted to know what ERRNO values we could see and what they indicated when you got them for that function. Took us a bit, eventually asking "What the bleep did you type?!?" and then we figured it out, and of course the 'q', allowed us next to be able to see the manpage we were seeking.

Those types of things make it so that, that primary typist in that case is rarely trusted ever again to be in command of the keyboard.
 
Old 05-08-2014, 07:33 PM   #10
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,020

Rep: Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630
Takes a big man to admit a mistake.


(I'm never that big)
 
  


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
An Apology: _vaago Linux - Newbie 9 12-07-2011 09:37 AM
Apology New2Linuxalso LQ Suggestions & Feedback 25 03-24-2008 03:32 AM
Apology Coggleyboo LinuxQuestions.org Member Intro 3 03-11-2007 08:39 PM
Apology to P.O.A.L Charred General 7 10-02-2005 01:49 PM
An apology for over posting fallenangelseth Linux - Newbie 2 07-24-2004 03:05 AM

LinuxQuestions.org > Forums > LinuxQuestions.org > LQ Suggestions & Feedback

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