LAMP simply stands for Linux Apache MySQL PHP This tutorial will not cover the installation of Linux, instead we will cover the following: Install Apache Install MySQL Install PHP Step…
Install LAMP stack Ubuntu 14.04 / 14.10
Get free Internet Wifi hotspot – Tunneling HTTP over DNS
From time to time you may require urgent access to the internet and you don’t have your credit card handy / you’re broke / or you just like getting things…
Mount remote file system over SSH
From time to time it is handy to be able to treat a remote file system as though it were mounted locally. This is particularly useful if you have a…
Show disk space Linux terminal
To display the disk space available / used for each partition in Linux, execute the following command in your terminal: df -h The -h option lists the results in MB…
Install Oracle Java 8 on Ubuntu 16.04
Simply run the following three commands in your terminal: sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java8-installer You will be asked to accept the terms and conditions, and…
Install Oracle Java 7 on Ubuntu 14.04 / 14.10
Simply run the following three commands in your terminal: sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java7-installer You will be asked to accept the terms and conditions, and…
MySQL – create database, add user, grant permissions
This guide will explain how to create a database in MySQL, add a new user to MySQL, and grant permissions on that database for the new user. Login to MySQL…
Install phpMyAdmin Ubuntu 14.04 / 14.10
Install phpMyAdmin by executing the following command in your terminal: sudo apt-get install phpmyadmin You will be prompted with a number of questions through the installation process: Select apache2 as…
Add HTML signature to OTRS
OTRS provides basic text signatures, which really aren’t great. So here’s how to enable HTML signatures in OTRS: Edit the following file using Nano: sudo nano /opt/otrs/var/httpd/htdocs/js/Core.UI.RichTextEditor.js Search for **extraAllowedContent **by pressing…
Display battery percentage Android Jellybean
Quick and simple soltuion ? [box] -> Go to Settings -> Go to Display -> Check “Show Battery Percentage” -> Smile ? [/box]









