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
Remove Guest Session From Unity Login Screen
Do you really need a guest session in your Ubuntu Unity login screen? In this tutorial I will show you how to remove it if you say no! Following steps work on Ubuntu 12.04, 12.10, 13.04 and higher. 1.) Press Ctrl+Alt+T to open terminal window, copy and paste below command and run to edit the… Continue reading Remove Guest Session From Unity Login Screen
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