Setting Up A Cloud Server - Part Two!

Following on from our first post on creating and setting up a rackspace cloud server instance, we go into detail here about further basic configurations for your server:

  • FTP - To transfer files to/from your cloud server you need some kind of FTP application installed.

    You can install FTP or vsFTPd - we install vsFTPd as it secure, fast and stable

    First make sure your application repositories are up to date, we will use the apt-get package manager for this one:

    # sudo apt-get update
    # sudo apt-get install vsftpd
    

    This will then update the repository and begin the installation of the ftp program

    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    The following NEW packages will be installed:
      vsftpd
    0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
    Need to get 0B/106kB of archives.
    After this operation, 430kB of additional disk space will be used.
    Selecting previously deselected package vsftpd.
    (Reading database ... 12201 files and directories currently installed.)
    Unpacking vsftpd (from .../vsftpd_2.0.7-0ubuntu1_amd64.deb) ...
    Setting up vsftpd (2.0.7-0ubuntu1) ...
     * Starting FTP server: vsftpd                                           [ OK ] 
    

    As the ftp daemon is auto-started for you, you need to stop it in order to make changes to it's configuration

    # sudo service vsftpd stop
    

    Then use the vi editor to edit the configuration file:

    #sudo vi /etc/vsftpd.conf
    

    Go through this file and make changes. In the VI editor, you need to press the 'i' key before you can type into the file, then esc key to leave editing mode, to save the file type ':wq' and then enter. Adding a '#' at the start of the line, comments it out and means it won't be processed as part of the configuration.

    Find and amend as below, or add where these are not already in the file:

    #anonymous_enable=YES
    local_enable=YES
    write_enable=YES
    chroot_local_user=YES
    

    You can choose to restrict users that login, to their own workspace - if you want users to have access at least to the entire file system, comment out the 'chroot_local_user=YES' line.

    Once you have saved the file, restart the vsFTPd server as follows and you are done!

    # sudo service vsftpd start
    

    You will see the following confirmation:

    * Starting FTP server: vsftpd                                           [ OK ] 
    
  • Time, Time Zone

    You need to make sure the cloud server is set at the correct time and timezone as well as making sure that these are kept up to date and maintained as such on a daily basis.

    The first thing to set up is your time zone - you need to configure as follows:

    # sudo dpkg-reconfigure tzdata
    

    This will bring up a graphical display asking you to select a geographic area for your time zone.

    Select your area, then your nearest city and select ok to continue

    That should set your system time zone!

    To set the date, Ubuntu has an application called ntpdate which can set the system time/date. To keep the system up to date, we need to run this application automatically everyday and have it query the online time server.

    To start, create a new file within the cron.daily folder to handle the command:

    # sudo vi /etc/cron.daily/ntpdate
    

    In this file enter the following:

    #!/bin/sh 
    ntpdate ntp.ubuntu.com
    

    Save and close the file, by typing ':wq' then hitting enter.

    Make the file executable by the system using the file permission tool called 'chmod' :

    # sudo chmod 755 /etc/cron.daily/ntpdate
    

    That's it! Your server will have its time updated automatically everyday.

  • Postfix for outbound mail

    As a final basic setup step, you need to install Postfix.

    Postfix is a free, open-source mail transfer agent - it enables you to send email from within your cloud server.

    Installation is pretty straightforward. Firstly, you need to use a package manager to install it and other dependent software:

    # sudo aptitude install postfix telnet mailx
    

    You will see a graphical menu option asking for the type of mail configuration. Select 'Internet Site' and hit OK.

    Next you will see a dialog asking for a 'system mail name'. It is important what you name the server as here. You should enter the fully qualified domain name of your cloud server, for example, mail.myserver.com - or enter the same domain as what your reverse ip check for your server would resolve to.

    Once you have done this, hit OK and you are done.

Congratulations, your cloud server slice is now fully set up to be configured for whatever software you may wish to install on it.

We will keep these blog posts centered around using the cloud server as a web server, so look out for articles in the cloud server category following up on:

  • Installing and configuring the NGINX web server.
  • Installing MySQL, creating your first database and installing the PHP module for MySQL.
  • Installing and configuring PHP and the PHP-FPM module
  • Setting up your first public facing website using NGINX virtualhosts.
  • Installing PHPMyAdmin.

Category: cloud server

Tags: cloud server ftp ntp ntpdate postfix rackspace vsftp vsftpd

0 comments

Login or Register to post comments.

My Work!

MelodyBox watchOS app logo

MelodyBox watchOS app

Make music on your Apple Watch!

view app
Lyrically watchOS app logo

Lyrically watchOS app

Guess the song by listening to song lyrics on your wrist!

view app
SoundBirdy watchOS app logo

SoundBirdy watchOS app

Full-featured Soundboard for the Apple Watch Speaker

view app
Value My Car Android app logo

Value My Car Android app

Value any car for free - all makes and models available.

Get a free valuation of any car based on car depreciation trends for the specific make and model, the price you paid, your length of ownership and mileage covered. You can find out how much a car purchased at any point during its life-cycle will continue to depreciate.

view app
Value My Car iOS app logo

Value My Car iOS app

Value any car for free - all makes and models available.

Get a free valuation of any car based on car depreciation trends for the specific make and model, the price you paid, your length of ownership and mileage covered. You can find out how much a car purchased at any point during its life-cycle will continue to depreciate.

view app
NiceAreas.co.uk Website logo

NiceAreas.co.uk Website

Search For UK Areas Based on any Criteria

A number of tools to help research parts of the UK down to postcode sector level using multiple datasets and a variety of data combination and aggregation.

Including crime, house prices, travel links, jobs and more!

visit website
Mortgage Calculator Expert iOS app logo

Mortgage Calculator Expert iOS app

This comprehensive mortgage calculator includes eight different calculators in one app!

Adjust repayment types, rate types, initial offers/periods, base rates, terms, SVR's, overpayments, collars/caps, any fees (add to loan or upfront), mortgage start dates, simulated rate changes and more!

view app
Mortgage Calculator Expert Android app logo

Mortgage Calculator Expert Android app

This comprehensive mortgage calculator includes eight different calculators in one app!

Adjust repayment types, rate types, initial offers/periods, base rates, terms, SVR's, overpayments, collars/caps, any fees (add to loan or upfront), mortgage start dates, simulated rate changes and more!

view app
Amazon Alexa Skills logo

Amazon Alexa Skills

Multiple Alexa Skills

Voice-first (with additional display elements too) skills for Alexa devices.

Including:

BrainPickers! Guess The ... series of games.

SalaryBee - Salary calculations by voice.

TheMoneyCalculator - Finance calculations by voice.

NiceAreas - Property valuations, Area information and census information by voice.

Who Said That? Friends Quiz.

..plus...more to come!

visit website
UKTaxCalculators.co.uk Amazon app logo

UKTaxCalculators.co.uk Amazon app

The UK's most comprehensive FREE tax calculator app

The website condensed into a full featured and easy to use Amazon app!

Check tax on any income source, compare salaries and much more!

view app
UK Tax Pro iOS app logo

UK Tax Pro iOS app

Calculate UK Tax on any income type with single or multiple income sources.

Get a full breakdown of your tax, print/email from within the app.

Full compliment of professional features such as rates and allowances, news, guides and calendars.

view app
UKTaxCalculators.co.uk Android app logo

UKTaxCalculators.co.uk Android app

The UK's most comprehensive FREE tax calculator app

The website condensed into a full featured and easy to use Android app!

Check tax on any income source, compare salaries and much more!

view app
UKTaxCalculators.co.uk iOS app logo

UKTaxCalculators.co.uk iOS app

The UK's most comprehensive FREE tax calculator app

The website condensed into a full featured and easy to use iPhone/iPad/iPod app!

Check tax on any income source, compare salaries and much more!

view app
Parcel Dogs Game For iOS logo

Parcel Dogs Game For iOS

This 'top-down' racing game involves the player taking the role of Jim, our Speedy Parcel delivery dog. Now Jim has to go around his picking up parcels with the help of his map but has a hard time of it thanks to his nemesis Crazy Dave.
visit website
UKTaxCalculators.co.uk Website logo

UKTaxCalculators.co.uk Website

The UK's most comprehensive FREE online tax calculator suite

The Tax Calculator provides a full breakdown of tax for PAYE, CIS or Self Employed individuals providing options for Pension Calculations, Tax Codes, NIC Letters, Bonuses, Salary Sacrifice Schemes and more.

For people with multiple income sources, the UK Tax Calculators Wizard calculates every UK tax across all incomes in the same manner a tax return would.

visit website
Walleto.co.uk Website logo

Walleto.co.uk Website

The first truly easy to use, free online budget planner

There has never been an easier way to forecast your finances in less 5 minutes!

The budget calculator takes all your income details, across any type of income, calculates the taxes due, subtracts your expenses (both from extensive presets to your own defined expenses). You are presented with an online forecast, comparisons with other users with similar households as well as a printable report version to use as income and expenses chart.

visit website
TheMoneyCalculator.com Website logo

TheMoneyCalculator.com Website

Full featured online mortgage and loan calculators

You can use this website to calculate mortgage payments, forecast future interest rate effects, calculate remaining balances, check debt consolidation options, plan your savings, plan your pension as well as plan for your future house purchase. A lot of planning made easy!

Find a professional mortgage adviser or financial adviser online through our UK-wide network.

visit website
WhereDidMyTaxGo.co.uk Website logo

WhereDidMyTaxGo.co.uk Website

Ever wanted to know where the UK Government has been spending YOUR tax payments?

The WhereDidMyTaxGo.co.uk website takes your gross income since 2003, calculates your taxes (PAYE only), and uses the Governments expenditure data to give you an approximation of how much of your actual payments were spent where.

The personalised aspect of this website is a unique use of Government data.

visit website
TaxPenny.co.uk Website logo

TaxPenny.co.uk Website

Finding an Accountant the Smart Way

TaxPenny provide an online platform for accountants and those seeking an accountant to connect. Potential clients describe their circumstances, the work required and set a maximum price rage. Quotes are returned to clients within 1 working day. Accountants are able to search for new clients through various criteria and bid auction style for leads or purchase adhoc.

visit website
World Tax Calc Android app logo

World Tax Calc Android app

Compare Tax and Cost of Living of Major Economies

Calculate and/or compare taxes for major economies across the world, see differences in take home pay and see a cost of living comparison with a list of common purchases people make.

view app
World Tax Calculator iOS app logo

World Tax Calculator iOS app

Compare Tax and Cost of Living of Major Economies

Calculate and/or compare taxes for major economies across the world, see differences in take home pay and see a cost of living comparison with a list of common purchases people make.

view app

My Blog!

27/01/15 19:37:10

Using Cloud-based Load Balancing To Horizontally Scale Effectively

In this quick guide, we will go through what is required to convert an existing singular LAMP setup to a horizontally distributed network of servers sitting behind a Load Balancer. This guide will utilise a number of services from Rackspace Cloud.

cloud server

0

19/12/14 11:13:49

Creating Servers For Load Balancing

In this step-by-step guide we create the underlying server structure required for successful load balancing.

cloud server

0

14/09/14 14:40:59

Creating a Shared Memcached Cloud Instance

Key-value memory based storage can be a significant performance boost, as well as load reducer, for database heavy websites. Follow our step-by-step guide to setting one up using the Memcached application.

cloud server

0

27/06/14 12:12:01

Copying Data Across From Existing MySQL Databases to a Cloud Database

Now that you have created a database in the cloud, how do you get it populated as quickly as possible. Follow our step-by-step guide.

cloud server

0

27/03/14 13:14:05

Converting a Single Node MySQL Application to a Cloud Databases Instance

Switching from an existing single database application to a database in the cloud requires two steps. First is to actually create the cloud database instance. The second is to migrate your existing data across. We describe the steps required.

cloud server

0

.. or read all of my blog!

Get in touch!

Do you have any questions for me? An idea for an exciting new website or mobile application? Maybe you just want to leave a comment regarding one of my websites or apps? If yes then you've found the right place!

Complete the form below and I will get back to you as soon as possible. If you would prefer to get in touch via Twitter, you can reach me there using @rayarmanappdev.