Installing JAVA jre/jdk with Ubuntu 16.04
Introduction
Two variable of java are available, JRE (Java Runtime environment) and Java Development kit or JDK. JRE comes with minimal tools to create java...
Linux Vs Windows 10 Key Differences That One Should Know
Choosing the right kind of operating system is important. However, each user has their own preferences. While 76% of the overall users operate Windows,...
Use Gmail as Your Default Email Client
Hi! If you a great user of Gmail, here is good news for you. This have been tested and works well from Google Chrome,...
Install Facebook Lite On Android
June 5, 2015, Facebook made the official announcement of Facebook Lite. The announcement came through the company CEO, Mark Zuckerberg's very own Facebook page.
Facebook Lite...
Fix Firefox Not Displaying Webpage Characters ‘Icons’ Properly
Mozilla Firefox is one of the common browsers that almost everyone on the web knows about. Here is a problem I have to help...
How To Use the Touch Command in Linux: A Simple Guide
Many Linux users, especially newbies, confuse the touch command for being the one that creates files. While it can do this, the command can...
How To Configure FreeIPA server On CentOS 7
FreeIPA stands for Free Identity Policy Audit.
FreeIPA is a solution for managing users, groups, hosts, services, and much, much more. It uses open source solutions with some Python glue...
Read Web Pages Later With Pocket Extension
In our busy life, we don't have enough time to read all emails, blog posts, news and other web stuffs. So it would be...
How To Install Mozilla Firefox 27 In Elementary OS “Luna”
Hello Guys,
In this tutorial I am going to show how to install Mozilla Firefox 27 in Elementary OS 0.2 "Luna".
Firefox can be installed easily...
Wine Installation in Linux
WINE
Wine stands for "Wine is not an emulator" and it is an open source software which allows Linux, Mac, FreeBSD, and Solaris users to...
Howto upgrade Opensuse to 11.4
Question: How to upgrade Opensuse 11.x to 11.4 ?
Answer
1- First upgrade you packages to the last version with :
zypper refrech
zypper up
and reboot
Important...
How to upgrade or update kernel of the CentOS to Latest...
The kernel is the core of the operating system, and runs the CPU, manages system memory, controls access to disk drives, and contains device...
Opensuse11.4 – Apache – Access Forbidden 404| FAQs
Question: I installed apache from yast manager in opensuse and i started apache, everything went ok. Now when i type in the browser
http://ip i...
openssl to convert cer chaine files to p7b files
Question: How to convert cer files to p7b files ?
Answer: Lets download the cer files from the server
openssl s_client -connect mijn.ing.nl:443 -showcerts
CONNECTED(00000003)
depth=3...
Transmageddon: A Video Transcoder For Linux And Unix Systems
Transmageddon is a video transcoder for Linux and Unix systems built using GStreamer. It supports almost any format as its input and can generate...
nginx Error: php file not found – Solved
I have installed nginx + php-fpm on my Linux, but got message like below.
This my standard nginx configuration:
location ~ .php$ {
fastcgi_split_path_info...
Install Oracle Database 12c On CentOS7
In this tutorial, we will show you how to Install Oracle Database 12c On CentOS 7
OS information:
# cat /etc/centos-release
CentOS Linux release 7.0.1406 (Core)
Network:
# ip...
Install Graphite In CentOS 7
Graphite is a highly scalable real-time graphing system. As a user, you write an application that collects numeric time-series data that you are interested...