How to list users above or below particular user id
|

How to list users above or below particular user id

In rare cases, you will find sometimes we need to list users above or below particular user id. Such requirement mostly come when you are playing around users related troubleshooting. For an example, we want to list the users which are above userid 500 in Linux System. The user related information like username and user…

grep command to find multiple strings or keyword from file

grep command to find multiple strings or keyword from file

This post explains about grep command to find multiple strings or keyword from file. In Linux or Unix like operating system, the grep command utility is widely used. Grep is a command-line utility for searching plain-text data sets for lines matching a regular expression. Grep was originally developed for the Unix operating system, but is…

Install and compile Nginx from source
|

How to install nginx webserver from source on CentOS and RHEL

In this tutorial, we will learn about how to install nginx webserver from source on CentOS and RHEL. At present time, many companies prefer Nginx over apache. One of the biggest reason is, it can handle 10,000 simultaneous connections with a low memory footprint (~2.5 MB per 10k inactive HTTP keep-alive connections). Nginx is also…

How to install libxml2 and libxslt packages on CentOS 6.5

How to install libxml2 and libxslt packages on CentOS 6.5

The post is about how to install libxml2 and libxslt packages on CentOS 6.5 . The method is applicable to Red Hat based distro . libxml2 is a software library for parsing XML documents. It is also the basis for the libxslt library which processes XSLT-1.0 stylesheets. (Reference : Wikipedia) libxslt is the XSLT C…

How to install ownCloud 6 on Ubuntu 14.04 LTS Server
|

How to install ownCloud 6 on Ubuntu 14.04 LTS Server

In this tutorial we will learn about, how to install ownCloud 6 on Ubuntu 14.04 LTS Server. ownCloud now a days very popular in Internet World. It is one the awesome alternate for Drop Box. Moreover it is free and Open Source software, primarily using for ‘file hosting’. In case you are looking for creating…

How to install wordpress on LAMP stack ( Ubuntu 14.04 LTS Server )
|

How to install wordpress on LAMP stack ( Ubuntu 14.04 LTS Server )

In this tutorial we will learn, how to install wordpress on LAMP stack. We are doing this practical on Ubuntu 14.04 LTS Server edition. In our last post, we have written step by step tutorial on “How to setup LAMP stack on Ubuntu 14.04 LTS Server” . WordPress , a very popular Open Source CMS…

How to install Apache Web Server on Ubuntu 14.04 LTS (Trusty Tahr)
|

How to install Apache Web Server on Ubuntu 14.04 LTS (Trusty Tahr)

In this tutorial, we will learn how to install Apache Web Server on Ubuntu 14.04 LTS (Trusty Tahr) . The new Ubuntu version 14.04 LTS (Long Term Support) has been introduced with many new features. Because it is LTS version, it will be supported for 5 years since the date of its release(17/April/2014). Apache software…

How to install mysql server 5.6 on Ubuntu 14.04 LTS ( Trusty Tahr )

How to install mysql server 5.6 on Ubuntu 14.04 LTS ( Trusty Tahr )

In this practical we will learn, how to install mysql server 5.6 on Ubuntu 14.04 LTS ( Trusty Tahr ).At the time of writing this post, MySQL Server has 5.6 version as stable release (release date – 11 April 2014). MySQL is a open source relational database management system (RDBMS). It is popularly used in…

How to install VirtualBox in Ubuntu 14.04 LTS (Trusty Tahr)

How to install VirtualBox in Ubuntu 14.04 LTS (Trusty Tahr)

In this tutorial we will learn , how to install Virtual Box in Ubuntu 14.04 LTS (Trusty Tahr). VirtualBox is free Virtualisation Sofware under the GNU General Public License Version 2. Presently, VirtualBox can be installed on Windows,Linux,Macintosh and Solaris. It is one of the popular Virtualisation Software among System Admins. It is one of…