LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


View Poll Results: How often do you use the command line?
The cmd-line is a relic that should have been forgotten long ago. 3 1.91%
What's the command-line? 1 0.64%
I think there is a terminal program somewhere in my accessories menu... 1 0.64%
Usually only to install drivers or rare software. 4 2.55%
I've got a keyboard/desktop shortcut to my favorite term-emulator. 37 23.57%
I use the command-line a moderate amount. 68 43.31%
I spend more time in a terminal than with my family and friends. 54 34.39%
Practically live out of screen or another terminal multiplexer. 18 11.46%
I don't even bother starting X11 during boot-up. 23 14.65%
My quest in life: to prove there is nothing that can't be done from the cmd-line. 23 14.65%
Multiple Choice Poll. Voters: 157. You may not vote on this poll

Reply
  Search this Thread
Old 01-05-2010, 06:12 PM   #46
choogendyk
Senior Member
 
Registered: Aug 2007
Location: Massachusetts, USA
Distribution: Solaris 9 & 10, Mac OS X, Ubuntu Server
Posts: 1,197

Rep: Reputation: 105Reputation: 105

I typically have somewhere around 20 terminal windows open all the time. My desktop is Mac OS X, but I manage a flock of Sun servers running Solaris and I install minimal network systems on them with no GUI components at all. Serial access to ILOM for console. No graphics cards. And I don't like web management interfaces. I keep log books on all my servers and use those for quick guides if I don't remember the exact syntax for various complex tasks.

Even on the Mac there are things that I do with the terminal. See, e.g., http://blogs.umass.edu/choogend/2008/05/23/ammonoidea/.
 
Old 01-05-2010, 11:34 PM   #47
saejin
LQ Newbie
 
Registered: Dec 2009
Posts: 1

Rep: Reputation: 0
Talking Interesting Information

I like your survey, and find it interesting to see the results. Please keep the survey open!
 
Old 01-06-2010, 03:38 AM   #48
giantmonster
LQ Newbie
 
Registered: Jan 2010
Posts: 2

Rep: Reputation: 0
Im not using this much because as it is hard for me use this..
 
Old 01-07-2010, 05:29 AM   #49
barboolian
Member
 
Registered: Dec 2009
Posts: 32

Rep: Reputation: 15
I boot it without starting X. If I want the network I run a shell script which starts the wireless card. I don't print much, so I don't bother with CUPS or spooler or anything like that. I run a shell script which does some ghostscript thing I worked out. I usually am logged in twice on the same computer and can switch. If I am using X I switch to the other terminal. I hardly even use xterm or whatever it is.
 
Old 01-08-2010, 11:36 AM   #50
jefm
Member
 
Registered: Oct 2009
Location: Missouri
Distribution: Ubuntu, Android
Posts: 35
Blog Entries: 1

Rep: Reputation: 16
"I use the command-line a moderate amount."

I usually start X by hand and fire up an xterm to launch and do things. Have not really RTFM though; if my Linux console skills matched my M$, err, "skills", life would be bliss.

For what few servers I have, they do not have X installed.
 
Old 01-09-2010, 05:43 PM   #51
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
Child abuse?

My son barely turned 7. On his computer sometimes some Opera processes won't get killed when Opera is closed and even some Iceape processes may remain active. That is awkward because those processes are still sending music to the speaker. Today I taught him how to open a command window, use the 'ps ax' command and pkill command to get rid of those instances, and 'pkill -9' if those processes persist.

He is doing quite well

jlinkels
 
Old 01-09-2010, 06:38 PM   #52
MrCode
Member
 
Registered: Aug 2009
Location: Oregon, USA
Distribution: Arch
Posts: 864
Blog Entries: 31

Rep: Reputation: 148Reputation: 148
Quote:
Originally Posted by jlinkels View Post
My son barely turned 7. On his computer sometimes some Opera processes won't get killed when Opera is closed and even some Iceape processes may remain active. That is awkward because those processes are still sending music to the speaker. Today I taught him how to open a command window, use the 'ps ax' command and pkill command to get rid of those instances, and 'pkill -9' if those processes persist.

He is doing quite well

jlinkels
Heh, just wait until he gets older...he'll be a guru in no time!
 
Old 01-13-2010, 06:08 PM   #53
CoderMan
Member
 
Registered: Jan 2009
Location: Gemini Capsule 25164
Distribution: Gentoo
Posts: 375

Original Poster
Blog Entries: 24

Rep: Reputation: 43
Quote:
Originally Posted by jlinkels View Post
My son barely turned 7. On his computer sometimes some Opera processes won't get killed when Opera is closed and even some Iceape processes may remain active. That is awkward because those processes are still sending music to the speaker. Today I taught him how to open a command window, use the 'ps ax' command and pkill command to get rid of those instances, and 'pkill -9' if those processes persist.

He is doing quite well

jlinkels
Nice - get 'em started young. Only thing, though: if your son has to run "pkill -9" regularly to close out programs, you might want to think about a software upgrade.
 
Old 01-13-2010, 07:33 PM   #54
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
Quote:
Originally Posted by CoderMan View Post
Nice - get 'em started young. Only thing, though: if your son has to run "pkill -9" regularly to close out programs, you might want to think about a software upgrade.
It is one particular web page in Opera or Iceweasel which he opens a lot and is behaving badly. His system is running Debian Stable, and I know there are issues with audio/flash plugins. Well maybe I should upgrade Opera anyway.

BTW, his name is Gabriel Rodger Eduardo Paulo, and we call him by his initials. Blame his father.

jlinkels
 
Old 01-13-2010, 09:45 PM   #55
MrCode
Member
 
Registered: Aug 2009
Location: Oregon, USA
Distribution: Arch
Posts: 864
Blog Entries: 31

Rep: Reputation: 148Reputation: 148
Quote:
BTW, his name is Gabriel Rodger Eduardo Paulo, and we call him by his initials. Blame his father.
LOL, that reminds me of this xkcd.

The force must be with him...
 
Old 01-14-2010, 04:07 PM   #56
Disillusionist
Senior Member
 
Registered: Aug 2004
Location: England
Distribution: Ubuntu
Posts: 1,039

Rep: Reputation: 98
http://xkcd.com/424/
 
Old 01-14-2010, 04:48 PM   #57
mattca
Member
 
Registered: Jan 2009
Distribution: Slackware 14.1
Posts: 333

Rep: Reputation: 56
the only gui application i use on a regular basis is firefox.
 
Old 01-14-2010, 06:54 PM   #58
Web31337
Member
 
Registered: Sep 2009
Location: Russia
Distribution: Gentoo, LFS
Posts: 399
Blog Entries: 71

Rep: Reputation: 65
never really escape terminal emulator. most of my work i do there.
 
Old 01-14-2010, 07:38 PM   #59
cantab
Member
 
Registered: Oct 2009
Location: England
Distribution: Kubuntu, Ubuntu, Debian, Proxmox.
Posts: 553

Rep: Reputation: 115Reputation: 115
I use the terminal on a daily basis, and have it set to autostart when I login to X. Most of my actual work I do in GUI apps; the terminal gets used for file management, stuff like top and kill, editing config files, and launching programs.
 
Old 01-15-2010, 06:10 AM   #60
raju.mopidevi
Senior Member
 
Registered: Jan 2009
Location: vijayawada, India
Distribution: openSUSE 11.2, Ubuntu 9.0.4
Posts: 1,155
Blog Entries: 12

Rep: Reputation: 92
Eventhough all work id done in GUI, i like to run CLI. because it shows background processing also.
for ex. I had faced problem with playing videos using mplayer. when i click on a video file, mplayer opens & closes. By seeing it, how can we know the problem. Then I tried with CLI, it displayed the problem for each millisec.

so even if you like GUI, don't forget about CLI.
 
  


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
Is there a single command to list all hardware installed (command line)? davee Linux - Hardware 6 02-28-2009 07:19 PM
LXer: The Linux Command Shell For Beginners: Fear Not The Command Line! LXer Syndicated Linux News 0 12-22-2008 06:30 PM
xine command line? or some other command line only engine? lumix Linux - Software 2 08-10-2007 10:46 AM
Command to output file content line by line aznluvsmc Programming 2 09-12-2004 07:45 PM
51 characters only in the 1st Line of command line eggCover Linux - General 2 07-29-2004 01:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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