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

How to Create Bootable Ubuntu Live USB with Unetbootin

This simple and brief tutorial is going to show you how to create a bootable Ubuntu live USB. Other than Ubuntu CD, Live USB may be a good choice for installing Ubuntu on your computer. Preparation: Download Ubuntu ISO image from releases.ubuntu.com Download Unetbootin from unetbootin.sourceforge.net For Ubuntu, you can install Unetbootin directly from Ubuntu… Continue reading How to Create Bootable Ubuntu Live USB with Unetbootin

How to Enable Hibernate Option on Ubuntu

The hibernate option has been dropped from Ubuntu’s shutdown menu since 12.04 Precise. You can re-enable this feature by following the steps below. Tested on Ubuntu 13.04 Raring, 12.10 Quantal, and 12.04 Precise. 1.) Open a terminal window for running commands. To do it, press Ctrl+Alt+T. 2.) Copy and paste this command into terminal and… Continue reading How to Enable Hibernate Option on Ubuntu

Move Window Title Buttons to Right in Ubuntu

Ubuntu’s window buttons (Minimize, Maximize, Close) are a little different. They are on the left corner of title bar. You can change them if you’re comfortable with buttons at right top. In Unity Dash Home search for and open “dconf Editor”: In next window, navigate to org/gnome/desktop/vm/preferences, chance the value of “button_layout” from “close,maximize,minimize:” to… Continue reading Move Window Title Buttons to Right in Ubuntu

Exit mobile version