| Author |
Message |
altious
Joined: 31 Dec 2011
Posts: 6
|
| Posted: Sat Dec 31, 2011 8:09 am Post subject: New to Linode what else should I do? |
|
|
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 |
|
| Back to top |
|
hoopycat
Joined: 30 Aug 2008
Posts: 1294
Location: Rochester, New York
|
| Posted: Sat Dec 31, 2011 8:45 am Post subject: |
|
|
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. |
|
| Back to top |
|
altious
Joined: 31 Dec 2011
Posts: 6
|
| Posted: Sat Dec 31, 2011 11:04 am Post subject: |
|
|
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? |
|
| Back to top |
|
hoopycat
Joined: 30 Aug 2008
Posts: 1294
Location: Rochester, New York
|
| Posted: Sat Dec 31, 2011 6:11 pm Post subject: |
|
|
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
|
|
| Back to top |
|
altious
Joined: 31 Dec 2011
Posts: 6
|
| Posted: Sun Jan 01, 2012 5:35 am Post subject: |
|
|
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 |
|
| Back to top |
|
| |