This is a step by step guide for beginners how to create bootable Ubuntu 13.10 Server USB and install it on your computer. Requirements: A Windows, Linux or Mac OS PC for burning the iso into USB 1GB+ USB stick Ubuntu 13.10 Server ISO downloaded from releases.ubuntu.com/13.10 How to Create Bootable Ubuntu Server USB First… Continue reading How to Install Ubuntu 13.10 Server from USB Step by Step
Tag: Ubuntu Server
How to Secure SSH Login on Your Ubuntu VPS
This site is running on a small VPS with Ubuntu 12.04 Server. The only way to access the server is using SSH. So it is very important to make remote SSH login security. In this tutorial, I’m going to show you what I was doing on my Ubuntu Server to deal with the problem. Tutorial… Continue reading How to Secure SSH Login on Your Ubuntu VPS
How to Install Webmin on Ubuntu 13.04 & 12.04 Server
Want to manage your Ubuntu server remotely with a graphical user interface? Maybe webmin is good choice! Here I’m going to show you how to install it on Ubuntu 12.04 Server and higher. Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS,… Continue reading How to Install Webmin on Ubuntu 13.04 & 12.04 Server
Install and Setup Apache2, Php5, Mysql on Ubuntu Server (LAMP)
Want to build a website? Then you need to setup a web server! Here I’ll show you how to install and setup LAMP pack on Ubuntu 12.04 LTS Server. LAMP is a combination of Linux (OS), Apache HTTP Server, PHP (open-source scripting language), and MySQL (database software). In this tutorial I use the hostname www.example.com… Continue reading Install and Setup Apache2, Php5, Mysql on Ubuntu Server (LAMP)
How to Enable Secure Shell (SSH) in Ubuntu Server
SSH service is not enabled by default in Ubuntu both Desktop and Server, but you can easily enable it just by one command. Works on Ubuntu 13.04, 12.04 LTS, 10.04 LTS and all other releases. And the command is: sudo apt-get install openssh-server It installs OpenSSH server, then automatically enable ssh remote access. OpenSSH is… Continue reading How to Enable Secure Shell (SSH) in Ubuntu Server