Cinnamon is the default desktop environment in Linux Mint, it brings the classic Gnome 2 feel to Gnome Shell. The ppa now supports Ubuntu 13.10 Saucy Salamander. To install Cinnamon session on your Ubuntu, press Ctrl+Alt+T to open terminal, then follow the below steps: 1.) Add the stable ppa repository by running following commands: sudo… Continue reading Install Cinnamon on Ubuntu 13.10 From PPA
Tag: 13.10
How to Install VMware Tools on Ubuntu 13.10 Guest
In this tutorial I’ll show you how to install the VMware Tools for Ubuntu 13.10 Saucy Salamander Guest machine. VMware Tools is a suit of drivers and utilities that enhances both the performance of the virtual machine and interaction between the guest and the host. It’s not required to be installed, but most of VMware… Continue reading How to Install VMware Tools on Ubuntu 13.10 Guest
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