LinuxQuestions.org
Visit Jeremy's Blog.
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 11-16-2003, 04:33 PM   #16
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60

Linux simpler? No way! It's a real operating system with a steep learning curve designed with security and flexibility in mind. Choice and flexibility make things more confusing for a beginner, so there is no way that you could consider Linux a simple operating system. I will admit, once it is configured correctly and you find the apps you like, it is much simpler because it has become second nature to use and Microsoft products become puzzling and clumsy to use.

More efficient, absolutely true.

Linux will feel much quicker and responsive than Win2k or XP, especially if you tune it lean and mean as mentioned above.

Dowload or buy the Rute guide and get ready to learn.

# Mandrake links
Mandrake home page
Mandrake Users website
Easy urpmi config for Mandrake
urpmi mini-HOWTO
Easy software management: Red Carpet
Maximum RPM
rpmfind
You didn't install the developmental packages? As root, command:
urpmi gcc
An Introduction to the Midnight Commander. You can install it by commanding:
urpmi mc
Midnight Commander home page
 
Old 11-16-2003, 04:37 PM   #17
studpenguin
Member
 
Registered: Nov 2003
Location: Pacific Northwest United States
Posts: 286

Original Poster
Rep: Reputation: 33
"I am not a moderator"

my point exactly
 
Old 11-16-2003, 04:42 PM   #18
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Re: "I am not a moderator"

Quote:
Originally posted by studpenguin
my point exactly
Your point being? :)

If you're not the owner of a house,
only happen to live there you'll ignore
a burglar because you don't own it?

Cheers,
Tink
 
Old 11-16-2003, 06:48 PM   #19
/bin/bash
Senior Member
 
Registered: Jul 2003
Location: Indiana
Distribution: Mandrake Slackware-current QNX4.25
Posts: 1,802

Rep: Reputation: 47
Try this and post the results, there are people who can help you to turn off some unnecessary stuff and speed up your machine some.

/sbin/chkconfig --list|grep 5:on

This is what mine shows:
Code:
dm              0:off   1:off   2:off   3:off   4:off   5:on    6:off
atd             0:off   1:off   2:off   3:on    4:on    5:on    6:off
gpm             0:off   1:on    2:on    3:on    4:on    5:on    6:off
xfs             0:off   1:off   2:on    3:on    4:on    5:on    6:off
alsa            0:off   1:off   2:on    3:on    4:on    5:on    6:off
apmd            0:off   1:off   2:on    3:on    4:on    5:on    6:off
sshd            0:off   1:off   2:on    3:on    4:on    5:on    6:off
wine            0:off   1:off   2:on    3:on    4:on    5:on    6:off
kheader         0:off   1:off   2:on    3:on    4:off   5:on    6:off
crond           0:off   1:off   2:on    3:on    4:on    5:on    6:off
sound           0:off   1:off   2:on    3:on    4:on    5:on    6:off
harddrake       0:off   1:off   2:off   3:on    4:on    5:on    6:off
ddclient        0:off   1:off   2:on    3:on    4:on    5:on    6:off
rawdevices      0:off   1:off   2:off   3:on    4:on    5:on    6:off
firewall        0:off   1:off   2:off   3:on    4:off   5:on    6:off
devfsd          0:off   1:off   2:on    3:on    4:on    5:on    6:off
network         0:off   1:off   2:on    3:on    4:on    5:on    6:off
random          0:off   1:off   2:on    3:on    4:on    5:on    6:off
syslog          0:off   1:off   2:on    3:on    4:on    5:on    6:off
numlock         0:off   1:off   2:off   3:on    4:on    5:on    6:off
xinetd          0:off   1:off   2:off   3:on    4:on    5:on    6:off
saslauthd       0:off   1:off   2:on    3:on    4:on    5:on    6:off
keytable        0:off   1:off   2:on    3:on    4:on    5:on    6:off
internet        0:off   1:off   2:on    3:on    4:on    5:on    6:off
 
Old 11-17-2003, 12:29 AM   #20
ShockTherapy
LQ Newbie
 
Registered: Nov 2003
Location: London, U.K
Distribution: RedHat 9, Gentoo, I'm Working On More so Don't Bug Me.
Posts: 23

Rep: Reputation: 15
additionally you could try changing to a less resource heavy linux distro.

Correct me If I am wrong, i'm fairly new to linux but a LiveCD of Gentoo, Slackware or even Redhat/Fredora would be a faster alternative.

I always considered Mandrake to be the Windows of the Linux operating systems.
But by all means correct me on that one.

*Begin Linux Friendly Rant*
I don't know how many times this has been said but I will say it again. Linux is no magic alternative. You get out of it what you put in, dont just bung it on a system and expect it to be perfect. You have to read, and learn, eventually the system will run the way you want it.

If you want everything out your hands use Windows or Mac, but you pay other prices for using them.

Linux is a user friendly environment not because it is easy to use, but because it does only what you want, when you want. If you know how to ask nicely.
*End*

Last edited by ShockTherapy; 11-17-2003 at 01:59 AM.
 
Old 11-17-2003, 12:37 AM   #21
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
LNAG - Daemons

And there is man and info

Last edited by fancypiper; 11-17-2003 at 12:39 AM.
 
Old 11-17-2003, 12:42 AM   #22
ShockTherapy
LQ Newbie
 
Registered: Nov 2003
Location: London, U.K
Distribution: RedHat 9, Gentoo, I'm Working On More so Don't Bug Me.
Posts: 23

Rep: Reputation: 15
Thanks fancypiper, i edited that one out because I would rather find it out for myself and read through the man.

Teaches me for posting without thinking.

But what I will ask is, are there certain services which though they seem unimportant and irrelevant I should definitly have running?

Last edited by ShockTherapy; 11-17-2003 at 01:01 AM.
 
  


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
what is the best linux operating system? wutever Linux - Newbie 8 08-18-2004 02:39 PM
Why Linux is best Operating System for Learning/Doing System Programming ? ubaid_t General 6 03-21-2004 02:10 PM
What linux operating system should i use? 8nasmith Linux - Software 5 11-17-2003 11:36 AM
And I thought Linux was suppose to be a simpler more efficient operating system? studpenguin Mandriva 1 11-16-2003 04:16 PM
Is linux and Operating system benjaminrtz Linux - General 21 05-03-2003 01:46 AM

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

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