11 Sep 2015

How to Install MariaDB 10.0 on ubuntu Server

MariaDB is a drop-in replacement for MySQL. It is easy to install, offers many speed and performance improvements, and is easy to integrate into most MySQL deployments. MariaDB offers more storage engines than MySQL, including Cassandra (NoSQL),
10 Sep 2015

How To Install and Configure Postfix on Ubuntu

Postfix is a free and very popular open source Mail Transfer Agent which works to send and recieve email. The main job of Postfix is to relay mail locally or to intended destination outside the network. This
9 Sep 2015

How to Enable SSH Login Email Alerts Notification

To enhance the security of the server, which opens to the Internet and possible worldwide hackers, it’s best to enable server to consequently send a warning email. To configure the automatic email alert notice to a default
8 Sep 2015

How to configure Squid on CentOS/RHEL

Squid is a high-performance HTTP and FTP caching proxy server. It is otherwise called a Web proxy cache. As it stores information from frequently used Web pages and files, it can frequently give your users the information
7 Sep 2015

How to Install Subversion 1.9.0 ( SVN Client ) on CentOS/RHEL

With Subversion, it can help you to recovers the older files and directories and also to examine the history of your files and directories how they are changed all over time. This post will discuss how you
4 Sep 2015

How to Install LibreOffice 5.0.0 on RHEL/CentOS/Fedora and Debian/Ubuntu/Linux Mint

The Document Foundation team announced the stable release of the 5.0.0 branch of LibreOffice on August 5, 2015. LibreOffice is an open-source, simple and powerful office suite for Linux, Windows OS and Mac OS users. There are
3 Sep 2015

How to Install and Configure Subversion 1.8.11 on CentOS/RHEL

SVN – Subversion is a versioning and revision control system used by developers to track and keep up earlier versions of their source codes. If you want to configure Subversion server visit this article . In this
2 Sep 2015

Various ways to determine public IP on CentOS/RHEL

There are many techniques with which you can detect the public IP address of your machine. This mini-article will be helpful to you to know the public IP address using Terminal. Install below packages If you don’t
1 Sep 2015

How to Install Drupal on CentOS 5/6/7

Drupal is a free and open source Content Management Framework (CMF) that uses a PHP and a backend database, such as MySQL. Drupal additionally permits users to arrange, publish and manage variety of content on site like
26 Aug 2015

sed command in Linux with examples

A regular expression is a string that can be used to describe several sequences of characters. Regular expressions are used by several different Unix commands, including ed, sed, awk, grep, and, to a more limited extent, vi.