Computer Geeks

Computer Geeks

Geek Shop

Geek News

Geek Stuff

Science Geek

Computer Gaming

Linux Chat

Building Websites

Computer Forums

Computer Help Forum

Computer Hardware Forum

Computer Software Programs


Go Back   Computer Forums > Linux Chat
FAQ Community Calendar Today's Posts Search

Linux Chat Linux geeks unite! Discuss anything related to the Linux operating system here.

Computer Geeks
» Active Discussions
Computer Geeks
No Threads to Display.
» Other Websites
- Software Publishing

- Server Hardening
Reply
 
Thread Tools Display Modes
  #1  
Old 02-24-2006, 09:37 AM
ScoobyDan ScoobyDan is offline
Junior Member
GB Newbie
 
Join Date: Feb 2006
Posts: 3
Default Differences Between Desktop And Server

Hi,

Following on from this thread, what do you feel are the main differences between a "dekstop" Linux distro and a "server" distro?

Obviously, both need to be secure, and preferably as light-weight as possible, but in what ways would a "server" distro be different to a desktop?

Daniel
Reply With Quote
  #2  
Old 02-24-2006, 10:04 AM
Soulwatcher's Avatar
Soulwatcher Soulwatcher is offline
Senior Member
GB GEEK
 
Join Date: Feb 2006
Posts: 309
Send a message via MSN to Soulwatcher
Default

Well when you install Centos 4.2 Server, your getting a striped down version of Linux. No GUI, bundled software, ect, it runs from the command line. Which means their is less security holes for your OS. Centos 4.2 Server is so small it fits on a single cd. If your not experienced with running Linux from the command line I wouldn't recommend it.

A desktop distro is a bloated version of Linux. Its loaded with a nice GUI, web browser, games, ect. Lots of room for security holes. You really wouldn't want to use it for a server unless it was a home webserver, or you were just learning Linux.
Reply With Quote
  #3  
Old 03-01-2006, 12:30 PM
job36_22 job36_22 is offline
Junior Member
GB Beginner
 
Join Date: Feb 2006
Posts: 21
Default

Hmmm what would you reccomend for a server im outdated and looking at possibly upgradeing?
Reply With Quote
  #4  
Old 03-03-2006, 12:15 AM
Durinthiam Durinthiam is offline
Member
GB Advanced User
 
Join Date: Feb 2006
Posts: 51
Default

as in the other post in this category, Ubuntu has been mentioned at running a stable server and is generally a user friendly distro. You have the option of installing as a server and then loading GUI that you want or installing as a home version with all the spangly bits
Reply With Quote
  #5  
Old 03-04-2006, 07:54 AM
MMeffert's Avatar
MMeffert MMeffert is offline
Member
GB Advanced User
 
Join Date: Mar 2006
Posts: 80
Default

Quote:
Originally Posted by Soulwatcher
Well when you install Centos 4.2 Server, your getting a striped down version of Linux. No GUI, bundled software, ect, it runs from the command line. Which means their is less security holes for your OS. Centos 4.2 Server is so small it fits on a single cd. If your not experienced with running Linux from the command line I wouldn't recommend it.

A desktop distro is a bloated version of Linux. Its loaded with a nice GUI, web browser, games, ect. Lots of room for security holes. You really wouldn't want to use it for a server unless it was a home webserver, or you were just learning Linux.
I might disagree because I just started using linux about a month ago and I was talking to Jason about it and he helped me get it installed and everything. He suggested that I just use the command line and now I am happy I did because the GUI takes up a lot more resourses so then those resourses can not be used for the programs that serve your files. Also if you work at it and learn the commands it becomes a lot faster to edit and change things then it would be in the GUI.
Reply With Quote
  #6  
Old 03-04-2006, 09:29 AM
Soulwatcher's Avatar
Soulwatcher Soulwatcher is offline
Senior Member
GB GEEK
 
Join Date: Feb 2006
Posts: 309
Send a message via MSN to Soulwatcher
Default

Quote:
Originally Posted by MMeffert
I might disagree because I just started using linux about a month ago and I was talking to Jason about it and he helped me get it installed and everything. He suggested that I just use the command line and now I am happy I did because the GUI takes up a lot more resourses so then those resourses can not be used for the programs that serve your files. Also if you work at it and learn the commands it becomes a lot faster to edit and change things then it would be in the GUI.
Well I will disagree with you on this one. Depending on the computer skill level of the person. Command line might not be the best choice for a beginner. My wife has Limited computer skills, If I were to ssh into my server. And ask her to reboot the server. She would look at me like I was crazy. Their is really only two ways to learn Linux. A# You buy a book and study your butt off. Or B# You have someone helping you along the way.

If you choose A your not going to be able to do anything with the server. With out hours and hours of reading. And even then you still might be a little confused. If you run the GUI you can jump right in the minute you installed Linux. And you can experiment with the command line as you go. Once you master the command line which should not take any longer than a couple weeks to a month. You can reformat the server and run it command line mode.

Or B, you have someone to help you set up the server. They tell you what command does what and they guide you along. I think this is the easiest method of learning Linux. Hands on experience plus someone guiding you along is going to teach you more than you could get from any book. Thats just my 2 cents.
Reply With Quote
  #7  
Old 03-05-2006, 06:49 AM
MMeffert's Avatar
MMeffert MMeffert is offline
Member
GB Advanced User
 
Join Date: Mar 2006
Posts: 80
Default

Yeah I did option B. Its just that if you start out with a GUI then once you learn that then you switch to the command line and you still have to learn all the commands.
Reply With Quote
  #8  
Old 03-05-2006, 07:01 AM
Soulwatcher's Avatar
Soulwatcher Soulwatcher is offline
Senior Member
GB GEEK
 
Join Date: Feb 2006
Posts: 309
Send a message via MSN to Soulwatcher
Default

The purpose of running the GUI is to learn the commands as you go. How would you shut the server down if you ran it by command prompt and didn't know any of the commands? If you run the server GUI you still can ssh into the server and practice commands. Or you can open up the command line from the GUI and practice that way too. I feel with no help or no GUI most people would just give up on Linux.
Reply With Quote
  #9  
Old 03-05-2006, 07:56 PM
MMeffert's Avatar
MMeffert MMeffert is offline
Member
GB Advanced User
 
Join Date: Mar 2006
Posts: 80
Default

I have no idea how to shut my server down. Except for the power button on the front.
Reply With Quote
  #10  
Old 03-06-2006, 04:21 AM
Soulwatcher's Avatar
Soulwatcher Soulwatcher is offline
Senior Member
GB GEEK
 
Join Date: Feb 2006
Posts: 309
Send a message via MSN to Soulwatcher
Default

Quote:
Originally Posted by MMeffert
I have no idea how to shut my server down. Except for the power button on the front.
The command to shut your server down is "shutdown -h now" and to restart it "shutdown -r now". I hope that helps.
Reply With Quote
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

Forum Jump

Powered by vBadvanced CMPS v3.2.3

All times are GMT -5. The time now is 01:41 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
HTML Help provided by HTML Help Central.