Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Sat Dec 31, 2011 9:09 am 
Offline
Senior Newbie

Joined: Sat Dec 31, 2011 9:05 am
Posts: 6
Hello community
I just registered my Linode 512 account and configure all the setting according to the guide from library.linode.com from getting started to Beginner's Guide

I've setup my LAMP and configure according to the guide also
setup my domain in the linode control panel DNS manager

and right now i'm uploading a new wordpress site to the public_html folder

I want to know is there anything else I miss
Can I assume that after this I do not need to configure anything else and just focus on my site or there are more 'steps' I need to do to make sure my server is running shine and fine


Top
   
 Post subject:
PostPosted: Sat Dec 31, 2011 9:45 am 
Offline
Senior Member
User avatar

Joined: Sat Aug 30, 2008 1:55 pm
Posts: 1739
Location: Rochester, New York
It'll probably work fine.

Remember to run updates regularly (apt-get update, then apt-get upgrade) and enable backups if your data are important to you.

My short list of "essential" things I couldn't live without includes munin and etckeeper... both of these are handy for tracking/remembering how things change over time.

Also, this is getting way off into the deep end, but you haven't heard WordPress until you've heard it in the original Klingon. Just in case you have a mysterious urge to tinker at some point.

_________________
Code:
/* TODO: need to add signature to posts */


Top
   
 Post subject:
PostPosted: Sat Dec 31, 2011 12:04 pm 
Offline
Senior Newbie

Joined: Sat Dec 31, 2011 9:05 am
Posts: 6
Thank you for the article. It might be useful someday :D

I was wondering how about email though. I know I can use google apps for the email. What's the next best thing after that?
and also should I worry about installing a firewall?


Top
   
 Post subject:
PostPosted: Sat Dec 31, 2011 7:11 pm 
Offline
Senior Member
User avatar

Joined: Sat Aug 30, 2008 1:55 pm
Posts: 1739
Location: Rochester, New York
For handling outgoing e-mail (stuff your server likes to send out), "apt-get install mailutils" will bootstrap everything quick and easy. (See here for more on that)

For handling incoming e-mail (you're example.com and you want to receive mail for bob@example.com), it's not as easy. Simply getting it to a state where mail arrives in a mailbox and can be picked up by a mail client is a pain, and that's without spam and virus filtering. It can be done, but outsourcing to Google or Rackspace will save a lot of time and effort.

For firewalling, sure. If you're using Ubuntu (I've kinda been assuming that already), 'ufw' is dead simple. Really just:

Code:
# ufw allow openssh
# ufw allow apache
# ufw enable
# ufw status

_________________
Code:
/* TODO: need to add signature to posts */


Top
   
 Post subject:
PostPosted: Sun Jan 01, 2012 6:35 am 
Offline
Senior Newbie

Joined: Sat Dec 31, 2011 9:05 am
Posts: 6
Yes I'm using ubuntu
Ah glad is that simple, I will try it

and also about mod_security for apache is it that important?
I'm trying to follow the guide in the library but the csr file is expired from sourceforge


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


Who is online

Users browsing this forum: No registered users and 5 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