• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Ubuntu 13.10 LAMP Server Setup on Rackspace Cloud Server Video Guide

By Abhishek Ghosh April 8, 2014 10:42 pm Updated on April 8, 2014

Ubuntu 13.10 LAMP Server Setup on Rackspace Cloud Server Video Guide

Advertisement

Ubuntu 13.10 LAMP Server Setup on Rackspace Cloud Server is an Important Step for Administration and to Run Web Software like WordPress. Practically, we have splitter out text based guide – Full step by step guide to Install WordPress on Ubuntu 13.10 on Rackspace in to several parts for creating this series of video guide. Apart from YouTube, this Ubuntu 13.10 LAMP Server Setup on Rackspace Cloud Server Video Guide is also available on Apple iTunes as Podcast.

 

Ubuntu 13.10 LAMP Server Setup on Rackspace Cloud Server Video Guide : Things We Have Changed Now Based On Feedback

 

Apparently, most of our visitors are from both EU Region, Canada and US. Despite the Video Guides are meticulously created, many unfortunately have issue with my accent. Obviously, I am trying to change my accent towards the normally spoken English, but a quick fix suggested by a regular viewer has been adapted – we have added the transcript as English Text on the videos like we usually see in far Eastern version of Hollywood movies!

Anyway, we are using iTerm2 and oh-my-zsh as Shell on OS X 10.9 running on a 15″ MacBook Pro. Windows Users will need to use PuTTY for Microsoft Windows. FileZilla can be used as SFTP software. All softwares are Open Source and Free Software.

Advertisement

---

 

Ubuntu 13.10 LAMP Server Setup on Rackspace Cloud Server Video Guide

 

Tilde (~) represents starting of a command, you must not copy that part plus the leading space; you will copy paste only the command to your command line tool. Hash ( # ) represents our instruction.

What is not shown

How to generate SSH Keys on your computer and paste on Rackspace Cloud Panel before you spin a server has not been shown. This is for our security.

What is shown

  1. Creating a Server Instance from Cloud Control Panel
  2. SSH to the remote server
  3. Updating, upgrading and distribution upgrading
  4. Changing the password
  5. Creating an user – this is an important step
  6. Changing Port for the user
  7. Installing LAMP Stack with one command
  8. Login to FTP Server
  9. SSH as User

 

Creating a Server Instance from Cloud Control Panel

 

It is quite easy and is Web GUI  Based. It needs no command but gives us the IP, Password should be copied.

 

SSH to the remote server

 

SSH to the remote server demands the specific IP address. The command should be used on any Terminal Emulator on Linux, Mac or via PuTTY on Windows :

Vim
1
2
3
~  ssh root@23.253.218.181
# note : the actual command is ssh root@23.253.218.181
# ~  <== this part should not be copied

 

Updating, upgrading and distribution upgrading

 

Ubuntu-13.10-LAMP-Server-Setup-on-Rackspace-Cloud-Server-Video-Guide

It is quite easy step. && joins two commands; you can use separately :

Vim
1
2
3
4
5
~  sudo apt-get update
~  sudo apt-get upgrade
~  sudo apt-get dist-upgrade
# && joins two commands
~  sudo apt-get update && sudo apt-get update

 

Changing the password

 

It is also quite easy. You just need to type this command :

Vim
1
2
3
~  passwd
# it will ask to enter a new UNIX password and repeat it
# no password will be visible as masked characters - nothing will appear

 

Creating an user and giving the root Privilage

 

Very easy command :

Vim
1
~  adduser username

But, the next part is difficult :

Vim
1
visudo

Output is a config file, ^ means you need to hold control key plus that specified key, example can be ^W ; which means it writes the file. We will edit this part :

Vim
1
2
# User privilege specification
root    ALL=(ALL:ALL) ALL

 

Changing Port 22 Changes the port number to connect. PermitRootLogin if changed from yes to no, root will be unable to execute commands. That is why we have :

Vim
1
2
3
4
5
6
# add at bottom
AllowUsers username
# user's privilege
username    ALL=(ALL:ALL) ALL
# last step
~  reload ssh

These PHP extensions are usually required but not included in LAMP-Server^ one command installation :

Vim
1
sudo apt-get install php5-curl php5-gd

 

Login as user

 

Tricky :

Vim
1
2
~  ssh -p 80 username@123.45.67.890
# ssh -p PORTNUMBER username@IP

 

This ends our guide on Ubuntu 13.10 LAMP Server Setup on Rackspace Cloud Server Video. Obviously, this is the first step of using LAMP Server Setup on Rackspace Cloud Server. We will proceed further on upcoming days.

Tagged With LAMP Rackspace , rackspace install lamp , rackspace set up lamp on ubuntu
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Ubuntu 13.10 LAMP Server Setup on Rackspace Cloud Server Video Guide

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

  • Changing Data With cURL for OpenStack Swift (HP Cloud CDN)

    Changing Data With cURL For Object is Quite Easy in OpenStack Swift. Here Are Examples With HP Cloud CDN To Make it Clear. Official Examples Are Bad.

  • Command Prompt Commands : Alphabetical list of all commands in Windows 7

    Command Prompt Commands in Windows 7 provides the user access to 180+ command line commands. Here is a list of 200 Command Prompt Commands in Windows 7.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy