LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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-14-2010, 11:40 AM   #16
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208

Quote:
Originally Posted by damgar View Post
Then again even in windows I find it neccessary to use the terminal daily.
Me too; I always configure Quick Launch with a shortcut to cmd.exe and Explorer's folders with a context menu item "Open command prompt here" -- for both Administrator and the day-to-day user.
 
Old 05-14-2010, 11:42 AM   #17
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by rich_c View Post
The reason a lot of tutorials prefer to use CLI examples rather than GUI alternatives is because it's easier to write instructions referring to commands you need to type in a terminal as opposed to click this, drag that, click that etc. Also, it's easier to ensure accuracy and avoid misunderstandings.

Which, after all, is one of the advantages of the CLI. Efficiency.
I'm note sure I would agree with this. Manuals and tutorials should normally tell you the best way to do something---without regard to the difficulty of explaining it. The best documentation will tell you about ALL of your options--eg for something like file management.

For some things, CLI is best---assuming that you know the commands.

For other things, the GUI is best (taking the files example---there are certain kinds of operations that I can do MUCH FASTER in something like Dolphin with a split window--than I could ever do in a terminal.
 
Old 05-14-2010, 02:42 PM   #18
praveencavale
LQ Newbie
 
Registered: May 2010
Distribution: Ubuntu 9.10
Posts: 11

Original Poster
Rep: Reputation: 0
I would like to know if there is an GUI alternative to all the commands in terminal... probably a list of all GUI apps
 
Old 05-14-2010, 03:06 PM   #19
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by praveencavale View Post
I would like to know if there is an GUI alternative to all the commands in terminal...
That's easy---NO!!

Look at all the executable files in /bin, /sbin, /usr/bin, /usr/sbin, etc. and tell us why anyone would want GUI front-ends for all of them.

The main purpose of a GUI application is to provide an easy interface for a complex application. While there may be exceptions, you would not expect to find a GUI for the simple things---especially if the motive is just to avoid learning the commands....

But--using something like dialog or zenity, it's very easy to put GUI front-ends on just about anything.
 
0 members found this post helpful.
Old 05-14-2010, 03:09 PM   #20
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
PS:

I'm looking at the cute checkered flag under your name.......

Have you actually tried Linux yet? If not, may I suggest that you do it--now! This will surely help you get the answers to your questions.
 
Old 05-14-2010, 03:12 PM   #21
fruttenboel
Member
 
Registered: Jul 2008
Location: Tilburg NL
Distribution: Slackware 14.2 ciurrent, kernel 3.18.11
Posts: 270

Rep: Reputation: 48
Quote:
Originally Posted by praveencavale View Post
Hi..

Im not sort of into programming and I dont like the command line screen...

I want to know is it possible to work without the need of Terminal, do everything in GUI?!!!!!

Which is the best distro that comes atleast close to acheiving this?!
No problemo.

Just read this: http://fruttenboel.verhoeven272.nl/linux/kdm.html

What it comes down to: make sure your system boots into runlevel 4. To do that, change ONE letter in '/etc/inittab' and you're done.
 
Old 05-14-2010, 03:18 PM   #22
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
The command line is like 2000 extra programs,
or say 2000 buttons, you might be able click with the mouse.

But much more handy : Type two to four letters,
and very complex actions are handled in a sec.


Most of the commands have aditional options.
From a few to one hundred.


Imagine, you would use the most common fifty commands,
+ an average of five option for each.

Where would you place 250 buttons ? Sorted in some Menus,
it would take much longer time to find, than typing a few letters.
Conclusion: The command line is extremely powerful, compared to "GUI".
..
 
Old 05-14-2010, 03:19 PM   #23
fruttenboel
Member
 
Registered: Jul 2008
Location: Tilburg NL
Distribution: Slackware 14.2 ciurrent, kernel 3.18.11
Posts: 270

Rep: Reputation: 48
Quote:
Originally Posted by pixellany View Post
That's easy---NO!!

But--using something like dialog or zenity, it's very easy to put GUI front-ends on just about anything.
In a way you are right. But more and more tools are GUI-ified. Kubuntu and other candy-cane-linuxes need them to convince Windows users that there is an alternative to 'The 7'. I mention K3B. I still remember doing my CD's via the command line. But k3b offers so much flexibility, that I do not use mkisofs and cdrecord anymore.

I drive a BMW R1150GS. I can also drive a bicycle. But the beemer brings me faster where I want to be. Same with k3b.

Look on the net. Find the GUI-ified equivalents and use them. Do not underestimate Konqueror. It's a do-all program that can do just about anything. Use it. Learn from it. And in a few years you will feel tempted to do thes ame with 'mc' in a terminal. And still later you will be typing command line commands....
 
Old 05-14-2010, 03:20 PM   #24
praveencavale
LQ Newbie
 
Registered: May 2010
Distribution: Ubuntu 9.10
Posts: 11

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by pixellany View Post
PS:

I'm looking at the cute checkered flag under your name.......

Have you actually tried Linux yet? If not, may I suggest that you do it--now! This will surely help you get the answers to your questions.
i'm using ubuntu 9.10 64bit and win xp(dual boot), was a real pain just to get the nvidia driver work and had to spend 3 days to get my 5.1 channel audio system to work... i followed so many tutorials, ran so many commands in Terminal.. now i cant even remember what i did to get these things work. This is one of the reason why i havent updated to 10.04. I fear i might have to go thru this trauma again
 
Old 05-14-2010, 03:21 PM   #25
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by fruttenboel View Post
What it comes down to: make sure your system boots into runlevel 4.
This is ok for Slackware, but I believe most other distributions use 5 for a GUI. Also, I think Debian based distributions may use 2 (though I'm not sure if this is/was the case, I just think I remember this from when I tried Debian).
 
Old 05-14-2010, 03:28 PM   #26
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by praveencavale View Post
I would like to know if there is an GUI alternative to all the commands in terminal... probably a list of all GUI apps
First, Ubuntu has a GUI to install software. Most people (me included) prefer the terminal because it's easier and more generic.

Also, there is a huge difference in the way GUI and CLI tools are used.

CLI tools can be linked and piped together to do complex, repetitive tasks automatically.

So in the end, the reason Linux users use the command line is not because the GUI is inferior (in fact I think it's better than the Windows GUI), but because the command line gives you far more power, versatility, and control.

If you want to learn more, read the tutorials linked to in my sig.
 
1 members found this post helpful.
Old 05-14-2010, 03:28 PM   #27
praveencavale
LQ Newbie
 
Registered: May 2010
Distribution: Ubuntu 9.10
Posts: 11

Original Poster
Rep: Reputation: 0
I believe that there isnt a 'standard' when it comes to Linux.. So many different ways to do one task... I think that's the advantage of Linux!
 
1 members found this post helpful.
Old 05-14-2010, 03:40 PM   #28
fruttenboel
Member
 
Registered: Jul 2008
Location: Tilburg NL
Distribution: Slackware 14.2 ciurrent, kernel 3.18.11
Posts: 270

Rep: Reputation: 48
Quote:
Originally Posted by praveencavale View Post
I believe that there isnt a 'standard' when it comes to Linux.. So many different ways to do one task... I think that's the advantage of Linux!
The multitude of Linuxes is what makes things fun. But also the main factor why Linux will NEVER threaten Micro$oft. The war between the (users of the) various Linuxes benefits Micro$not.

In fact: the best thing to happen to Linux may be that Micro$oft publish their own version of Linux. Call it Billix. Or Gate6.

With 20 odd versions competing against eachother, Linux cannot make a fist against the 'competition'.

When two dogs fight for a bone, the third one grabs it for home.

The third dog may be Google. And their bone may be Android. I don't like Google. They're dangerous hypocrites. Read this: http://fruttenboel.verhoeven272.nl/various/google.html Let's hope the civil war among the penguinistas soon stops.
 
Old 05-14-2010, 03:45 PM   #29
praveencavale
LQ Newbie
 
Registered: May 2010
Distribution: Ubuntu 9.10
Posts: 11

Original Poster
Rep: Reputation: 0
@knudfl: You are right... but how is MS able to do this?!.. For example, MMC can be used to do any admin tasks without the need of using command prompt..
 
Old 05-14-2010, 03:50 PM   #30
praveencavale
LQ Newbie
 
Registered: May 2010
Distribution: Ubuntu 9.10
Posts: 11

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by fruttenboel View Post
The multitude of Linuxes is what makes things fun. But also the main factor why Linux will NEVER threaten Micro$oft. The war between the (users of the) various Linuxes benefits Micro$not.

In fact: the best thing to happen to Linux may be that Micro$oft publish their own version of Linux. Call it Billix. Or Gate6.

With 20 odd versions competing against eachother, Linux cannot make a fist against the 'competition'.

When two dogs fight for a bone, the third one grabs it for home.

The third dog may be Google. And their bone may be Android. I don't like Google. They're dangerous hypocrites. Read this: http://fruttenboel.verhoeven272.nl/various/google.html Let's hope the civil war among the penguinistas soon stops.
Google has its own open source called chromium OS which is due to be released probably end of the year..
 
1 members found this post helpful.
  


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
Terminal doesn't work properly jaguarm Linux - Software 7 06-05-2010 04:33 PM
[SOLVED] Make linux terminal transparent with terminal command? yooy Linux - Newbie 1 05-11-2010 03:24 AM
Terminal, how to work with it? similani Linux - Software 9 09-04-2007 12:11 AM
Terminal windows in X don't work DJSpaceMouse Linux - General 1 07-29-2003 11:32 AM

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

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