LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-15-2006, 11:29 PM   #1
resnostyle
LQ Newbie
 
Registered: Mar 2006
Posts: 23

Rep: Reputation: 15
command line vs gui


Recently I decided I wanted to become more knowledgeable about Linux and programming in it. My question is, is it easier to program on Linux through a gui interface or command line?

Along with this question I would like to run a webserver, and a dhcp server possible. Are these programs easier to adminster via a gui or command line interface?

Thank you in advance.

If you could also recommend a Linux distro. I am looking at Suse or Ubuntu.
 
Old 05-16-2006, 12:15 AM   #2
imagineers7
Member
 
Registered: Mar 2006
Distribution: BackTrack, RHEL, FC, CentOS, IPCop, Ubuntu, 64Studio, Elive, Dream Linux, Trix Box
Posts: 310

Rep: Reputation: 30
Hi,
For personal use GUI is great!

And for public use you are wasting resources used for GUI. Wasting time in mouseclicks which a script can do.

Choose whichever situation you are in
 
Old 05-16-2006, 12:19 AM   #3
b0nd
Senior Member
 
Registered: Jan 2005
Distribution: Slackware, BackTrack, Windows XP
Posts: 1,020

Rep: Reputation: 45
Quote:
Originally Posted by resnostyle
Recently I decided I wanted to become more knowledgeable about Linux and programming in it. My question is, is it easier to program on Linux through a gui interface or command line?
writing programs in command line will help you learn the usuage of that particular editor (vi,pico etc.). It won't make much difference as far as programming is concerned.
If we talk about "ease" of use, then ofcourse go for GUI.

Quote:
If you could also recommend a Linux distro. I am looking at Suse or Ubuntu.
not a bad idea.

regards
 
Old 05-16-2006, 12:29 AM   #4
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
I'm not sure if you meant to compare programming by editing text files or programming using an IDE (Integrated Development Environment).

If you want to run a website that is offered over the internet, you don't want to install x-windows. The more you install, the more targets a hacker can try to break. Develop the website on a separate host. ( You probably don't want to design a website using vim! - Hee Hee )

For editing configuration files (such as for your DHCP example), using an editor like vim or kate is quick and easy. I like using vim when regex searches or replacements may be needed, but I find kate better for reading code.

Regards!
 
Old 05-16-2006, 07:12 AM   #5
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Working at the CLI is ALWAYS easier---assuming that you can remember a bunch of commands with obscure name and about 1 zillion "switches"---the wonderful little 1-letter codes appended to the commands.
AND--for shell scripting--assuming that you know your regular expressions inside out AND can write incomprehensible code using sed.

Seriously, it depends on what you want to do....When you are programming--ie writing code--you will be using a text editor. Now the difference is more focussed---mouse-driven vs ctrl keys. Again--assuming you know all the codes, the control keys are faster.
 
Old 05-16-2006, 07:29 AM   #6
Ha1f
Member
 
Registered: Jun 2005
Location: University of Maryland
Distribution: FreeBSD
Posts: 268

Rep: Reputation: 30
cli will atleast be faster than a gui. i use emacs -nw in terminal, but i cant stand the gui. it really depends what you want to do. if you dont want to learn all of the commands youll need to operation from cli, then obviously gui is the way to go. but if you become proficient with he commands the cli will be quicker, and probably more apealling to you.
 
Old 05-16-2006, 07:36 AM   #7
ethics
Senior Member
 
Registered: Apr 2005
Location: London
Distribution: Arch - Latest
Posts: 1,522

Rep: Reputation: 45
Some GUI editors have nice features like autocompletion and syntax highlighting, this could be detremental to your learning of programming however since it makes you complacent and dependent. I always find CLI editors FASTER, neccesarily better, but for shell scripting i use the CLI.

Another point, you may one day have to work in a different environment, having knowledge of a range of editors will allow you to adapt, otherwise you're going to be hindred by having to learn a new editor at a different job/project.
 
Old 05-16-2006, 08:26 AM   #8
resnostyle
LQ Newbie
 
Registered: Mar 2006
Posts: 23

Original Poster
Rep: Reputation: 15
ok thanks for all your help. looking at the responses i have a more aimed question. what do you all generally encounter in the job place?
 
Old 05-16-2006, 09:01 AM   #9
imagineers7
Member
 
Registered: Mar 2006
Distribution: BackTrack, RHEL, FC, CentOS, IPCop, Ubuntu, 64Studio, Elive, Dream Linux, Trix Box
Posts: 310

Rep: Reputation: 30
direct!
CLI for servers start from LAN to anything you can think as highest technology
GUI on workstations
 
Old 05-16-2006, 09:30 AM   #10
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
Use the fastest.
Eventhough I am very confortable with CLI and love it, I disagree with people who say "Hey gui are for windows-lusers!". Thats old guru idea, its not true anymore IMHO.
If somebody is quicker in a gui, he's better.

Its like somebody who can use only keyboard shortcuts only, its amazingly faster.

You should know both.. because on the other side, when you crash your x window and doesn't know how to use vi.. you're a bit lost...
 
Old 05-16-2006, 10:10 PM   #11
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
I use Windows XP at work, but installed Cygwin. That enables me to use grep and sed to extract information from logs. I back up commercials onto DVD, but there isn't a way to catalog them. So I wrote a very short script that takes extracts the information I need from a directory listing of the DVD, extracts the information I want, and then uses enscript and ps2pdf to produce PDF catalogs of the backups.
I wouldn't have any idea how to do that in windows.
 
Old 05-16-2006, 10:19 PM   #12
vls
Member
 
Registered: Jan 2005
Location: The grassy knoll
Distribution: Slackware,Debian
Posts: 192

Rep: Reputation: 31
learn emacs then elisp. Cryptic? yes but then all of life is...
 
Old 05-17-2006, 12:01 AM   #13
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,369

Rep: Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753
The original vi editor is pretty much part of the std install of any Unix based OS eg Linux/*BSD/Solaris/HP-UX/AIX etc.
A lot of places these days will have vim (VI Improved) or allow you to download it.
OTOH, the presence of any other editor is a definite maybe ;-)
Therfore, it's worth knowing your way around the basics, even if you prefer another editor.
Note also that if you work on servers, most will not have a GUI running on them, so you'll either have to know eg vi/vim, or edit on your wkstn, then scp file across to server....
 
Old 05-17-2006, 09:41 PM   #14
b0nd
Senior Member
 
Registered: Jan 2005
Distribution: Slackware, BackTrack, Windows XP
Posts: 1,020

Rep: Reputation: 45
Quote:
Originally Posted by nx5000
You should know both.. because on the other side, when you crash your x window and doesn't know how to use vi.. you're a bit lost...
once i faced such situation
 
Old 05-18-2006, 08:45 AM   #15
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
Then you need a big screen, mouse handling in text mode (gpm) , and go with
cat > file and copy paste
 
  


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
command line and GUI kpachopoulos Linux - Newbie 3 08-22-2004 09:13 AM
Command line to GUI Jon84 Slackware 34 03-12-2003 08:54 PM
Need help getting to GUI from command line Negativ13 Linux - Newbie 6 02-25-2003 03:20 PM
gui vs. command line sdfjk Linux - Newbie 1 10-05-2002 03:59 PM
Command Line vs GUI Poorman Linux - General 27 07-11-2002 12:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:35 AM.

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