• 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

This Article Has Been Shared 221 Times!

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
Page Visits Alerts

Recent Posts

  • What is the Difference Between Apache License 2.0 and GNU GPL 3.0May 27, 2023
  • Top Slot Software for Online CasinosMay 26, 2023
  • What is an Integrated Development Environment (IDE)May 26, 2023
  • List of Android Smartphones with a Stylus in 2023May 25, 2023
  • How to Upgrade Old WordPress Version to Latest VersionMay 24, 2023

About This Article

Cite this article as: Abhishek Ghosh, "Ubuntu 13.10 LAMP Server Setup on Rackspace Cloud Server Video Guide," in The Customize Windows, April 8, 2014, May 28, 2023, https://thecustomizewindows.com/2014/04/ubuntu-13-10-lamp-server-setup-rackspace-cloud-server-video-guide/.

Source:The Customize Windows, JiMA.in

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

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT