Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Thu Aug 26, 2010 7:05 pm 
Offline
Senior Member

Joined: Fri Aug 20, 2010 3:12 am
Posts: 68
hi

I am going to sign up for linode but as I am not a linux guru I'd say that having something like cpanel or webmin would be great to have so I can

- create and manage
---- (sub) domains
---- cusers/groups
---- emails
---- databases

- install programs (wordpress, wiki etc)
- monitor the system

- update programs & the system itself

- whatever I forgot to think of

I will probably go for Debian or Ubuntu.

Thank you

R


Top
   
 Post subject:
PostPosted: Thu Aug 26, 2010 7:33 pm 
Offline
Senior Member
User avatar

Joined: Sun Dec 27, 2009 11:12 pm
Posts: 1038
Location: Colorado, USA
A vps with cpanel is like...

Image


Top
   
 Post subject:
PostPosted: Thu Aug 26, 2010 9:08 pm 
Offline
Senior Member

Joined: Sun Mar 07, 2010 7:47 pm
Posts: 1970
Website: http://www.rwky.net
Location: Earth
lol nice picture vonskippy.

He's right linode + cpanel not a wise idea.

Webmin is less intrusive but personally I'd say you're better off just following the linode guides.

On debian/ubuntu here's some tips

1) creating subdomains and domains, I assume you mean in apache, just add another virtual host to your sites folder in your apache configuration then restart apache
2) create users/groups
Code:
adduser username
Code:
addgroup groupname
easy
3) emails...can you outsource to say google apps? it's a darn sight easier. If not, exim + dovcot are your best bet.
4) databases..
Code:
apt-get install mysql-server mysql-client
and if you reallllly have to install phpmyadmin (just remember to restrict access to it).
5) Install wordpress...easy follow the instructions on the wordpress site
6) Monitor the system, check out monit
7) update system/programs
Code:
aptitude update;aptitude safe-upgrade


Top
   
 Post subject:
PostPosted: Sat Aug 28, 2010 11:45 am 
Offline
Senior Newbie

Joined: Sun Oct 18, 2009 4:47 pm
Posts: 14
Location: Toronto, Canada
Code:
sudo apt-get update && apt-get upgrade
dpkg-reconfigure tzdata
sudo apt-get install tasksel
tasksel lamp-server
sudo apt-get install phpmyadmin php5-gd  imagemagick
/etc/init.d/apache2 restart

Done! No work at all! :D (Use Google Apps for e-mail, better than what any host can offer...)

FTP is useless and unecessary, SFTP is not FTP, more powerful at any rate...

_________________
Liberal Party of Canada FTW!


Top
   
 Post subject:
PostPosted: Sun Aug 29, 2010 4:31 am 
Offline
Senior Member

Joined: Fri Aug 20, 2010 3:12 am
Posts: 68
obs wrote:

On debian/ubuntu here's some tips


thank you


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


Who is online

Users browsing this forum: No registered users and 4 guests


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