Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Thu Feb 14, 2013 9:15 pm 
Offline
Senior Newbie

Joined: Wed Feb 13, 2013 10:39 am
Posts: 8
I've started setting up my first VPS, and am pretty new to most things.

I installed Ubuntu, and have a working website with apache, mysql, php, and phpymyadmin all installed.

Now, in reading in the Library here http://library.linode.com/web-applicati ... rol-panels, and am trying to decide which control would be best recommended?

Does anyone have a good preference of one over the other?


Top
   
PostPosted: Thu Feb 14, 2013 9:39 pm 
Offline
Senior Member
User avatar

Joined: Sun Dec 27, 2009 11:12 pm
Posts: 1038
Location: Colorado, USA
What possible need do you have for a resource hogging, distro bastardizing, training wheel control panel?

_________________
Either provide enough details for people to help, or sit back and listen to the crickets chirp.
Security thru obscurity is a myth - and really really annoying.


Top
   
PostPosted: Fri Feb 15, 2013 12:44 am 
Offline
Senior Member

Joined: Wed Oct 20, 2010 12:11 pm
Posts: 142
I would recommend webmin.

You say you're new to most things? In that case, I would also recommend using the command line first - Googling what you don't know or need help on; this will help you in the long run.


Top
   
PostPosted: Fri Feb 15, 2013 5:17 am 
Offline
Senior Member
User avatar

Joined: Wed Mar 17, 2004 4:11 pm
Posts: 554
Website: http://www.unixtastic.com
Location: Europe
vonskippy wrote:
What possible need do you have for a resource hogging, distro bastardizing, training wheel control panel?


That's correct, but it's not a compelling argument.

ptmuldoon,

Control panels make things easier at a cost of keeping people away from the details of system configuration. The problem is that the details are VERY important. If you rely on a control panel you will never really know how the system works and you won't be able to make changes outside the limited scope of that control panel.

The normally analogy is that you don't need to understand how a car works to drive a car. This doesn't apply to unix machines or for that matter windows machines either. Computer science has a long way to go before it does.


To answer the question what control panel should you use: None, use the command line.


Top
   
PostPosted: Fri Feb 15, 2013 5:38 am 
Offline
Senior Member

Joined: Wed Oct 20, 2010 12:11 pm
Posts: 142
Let me try.

Unlocking your car door with the fob button = Clicking a 'Restart postfix' button in the control panel.
Unlocking your car door with the key = 'service postfix restart' or '/etc/init.d/postfix restart'

Both work, but what if your batteries die in the fob?


Top
   
PostPosted: Fri Feb 15, 2013 6:01 am 
Offline
Senior Member

Joined: Tue Feb 19, 2008 10:55 am
Posts: 164
sednet wrote:
Control panels make things easier at a cost of keeping people away from the details of system configuration. The problem is that the details are VERY important. If you rely on a control panel you will never really know how the system works and you won't be able to make changes outside the limited scope of that control panel.


You could take that argument further and say

distros make things easier at a cost of keeping people away from the details of compilation. If you use a distro, you'll never be able to compile a program on your own, and you won't be able to run programs outside the limited scope of that distro.

and further

configuration files make things easier at a cost of keeping people away from the details of computer science and how to program. If you use configuration files, you'll never be able to write in C and modify a programs behaviour, and you will be limited to the programmers imagination.

and

the linux kernel makes things easier at a cost of keeping people away from the details of driver development. If you use linux, you'll never be able to write a device driver and you won't be able to use devices outside the limited scope of linux.

plus

C makes things easier at a cost of keeping people away from the details of assembly and the CPUs architecture. If you use C, you'll never be able to control a computer outside the scope of C

i could go on

CPUs make things easier at a cost of keeping people away from the details of discreet transistor logic. blah blah blah


Top
   
PostPosted: Fri Feb 15, 2013 12:05 pm 
Offline
Senior Newbie

Joined: Wed Feb 13, 2013 10:39 am
Posts: 8
Thanks to everyone for all there input.

I'll stay away adding a control panel for now. I actually do some some experience with Webmin in a home server environment, but this is my first VPS setup, and don't want to mess up a live site.

I'll keep working to learn as much as I can.

Chesty, you give very valid arguments on learning things!!!


Top
   
PostPosted: Fri Feb 15, 2013 1:22 pm 
Offline
Senior Member
User avatar

Joined: Wed Mar 17, 2004 4:11 pm
Posts: 554
Website: http://www.unixtastic.com
Location: Europe
chesty wrote:
sednet wrote:
Control panels make things easier at a cost of keeping people away from the details of system configuration. The problem is that the details are VERY important. If you rely on a control panel you will never really know how the system works and you won't be able to make changes outside the limited scope of that control panel.


You could take that argument further and say...


I could if I was going to fall for the slippery slope fallacy. http://en.wikipedia.org/wiki/Slippery_slope

But as it's flawed reasoning I won't.


Top
   
PostPosted: Sat Feb 16, 2013 10:34 pm 
Offline
Senior Member

Joined: Tue Feb 19, 2008 10:55 am
Posts: 164
It's just as flawed to say if you use a control panel you can't use the command line.
There are lots of reasons not to use a control panel, but that isn't one.


Top
   
PostPosted: Mon Feb 18, 2013 8:19 am 
Offline
Senior Member
User avatar

Joined: Wed Mar 17, 2004 4:11 pm
Posts: 554
Website: http://www.unixtastic.com
Location: Europe
chesty wrote:
It's just as flawed to say if you use a control panel you can't use the command line.
There are lots of reasons not to use a control panel, but that isn't one.


Which isn't what anyone said on here. I said control panels have the 'cost of keeping people away from the details of system configuration'. That's a long way away from 'Can't use the command line.'

http://en.wikipedia.org/wiki/Straw_man

That's the second flawed reasoning technique you used in this thread.


Top
   
PostPosted: Mon Feb 18, 2013 8:28 am 
Offline
Senior Member

Joined: Tue Feb 19, 2008 10:55 am
Posts: 164
please elaborate and explain how using a control panel stops someone from using the command line and learning details of system configuration?
also please explain how one can learn the details of system configuration without using the command line?


Top
   
PostPosted: Mon Feb 18, 2013 8:35 am 
Offline
Senior Member
User avatar

Joined: Wed Mar 17, 2004 4:11 pm
Posts: 554
Website: http://www.unixtastic.com
Location: Europe
chesty wrote:
please elaborate and explain how using a control panel stops someone from using the command line and learning details of system configuration?


Because the burden of proof is on me? Why don't you explain how using a control panel increases the likelihood of someone learning the details of system management?


Top
   
PostPosted: Mon Feb 18, 2013 8:43 am 
Offline
Senior Member

Joined: Tue Feb 19, 2008 10:55 am
Posts: 164
you said "Control panels make things easier at a cost of keeping people away from the details of system configuration."

Let me quote george washington "don't believe randoms on the internet that don't backup their ideas with citations"

Quote:
Why don't you explain how using a control panel increases the likelihood of someone learning the details of system management?


oh oh, I know this one. It's flawed reasoning.

http://en.wikipedia.org/wiki/Straw_man

Please tell me where I said control panels increase the likelihood of someone learning the details of system management?


Top
   
PostPosted: Mon Feb 18, 2013 6:07 pm 
Offline
Senior Member
User avatar

Joined: Wed Mar 17, 2004 4:11 pm
Posts: 554
Website: http://www.unixtastic.com
Location: Europe
chesty wrote:
oh oh, I know this one.


You really don't. That's some seriously flawed comprehension on your part.

Just read the strawman page and you will see why.


Just to anti-troll I'm going back to the topic:

Personally I would not use a control panel as they put an artificial layer of separation between you and the system. Most old school unix people would say the same.

If you really want one Webmin is popular as is cpanel.


Top
   
PostPosted: Tue Feb 19, 2013 9:10 am 
Offline
Senior Member
User avatar

Joined: Tue Mar 17, 2009 5:11 am
Posts: 129
Location: UK
I would use Webmin too. To me a computer is just a tool to get a job done and I'd rather not waste my limited time fannying around with the command line when there's a quicker way to get things done.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group