Find Linux Operating System architecture installed on system

Find Linux Operating System architecture installed on system

In this post we will quickly share the commands, which will help to find linux operating system architecture installed on system. Most of the time system admin or linux user requires to know which Linux OS architecture is installed. Mostly , while installing or developing the package or software we need this information. Whereas it…

Upgrading MySQL 5.1 to 5.6 service failed to start
|

Upgrading MySQL 5.1 to 5.6 service failed to start

Recently we got the system which has MySQL server version 5.1 was running. It was good chance for me to reproduce the issue and show practical answer on question asked on stackoverflow. Operating System: CentOS 6.5Arch : x86_54 Symptom MySQL service failed to start after upgrading from MySQL 5.1 to 5.6 version. Given below is…

Install Openssh server on Ubuntu Desktop / Server
|

Install Openssh server on Ubuntu Desktop / Server

FAQ : How to connect to Ubuntu Desktop / Server by using ssh. I just installed Ubuntu 14.04 LTS Desktop edition and have not found ssh service running in system. Answer : OpenSSH is a FREE version of the SSH connectivity tools. It provides the encrypted communication between computers by using ssh protocol. History of…

Install MariaDB Server 10.0 on Ubuntu 14.04 LTS ( Trusty Tahr )
|

Install MariaDB Server 10.0 on Ubuntu 14.04 LTS ( Trusty Tahr )

The post will explain, how to install MariaDB Server 10.0 on Ubuntu 14.04 LTS (Trusty Tahr) . MariaDB which is now a days very popular. It is fork of MySQL and best alternate of MySQL. Red Hat has already announced the MariaDB as default Database in Verion RHEL 7.0. I surely suggest you to know…