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 […]
Linux
rsync over ssh port number on Linux/Unix system
Question: How may I rsync the files to remote server which has custom ssh port number ? Answer: To rsync the files and directories with ssh to remote server we use the option -e . And to define the custom port number with ssh option within rsync command,we use the option -p. Syntax: rsync -avz […]
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 )
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 setup LAMP stack on Ubuntu 14.04 LTS Server
In this tutorial we will learn, how to setup LAMP Stack on Ubuntu 14.04 LTS Server. LAMP is the abbreviation of Linux, Apache, MySQL and PHP. To setup LAMP stack, we will install Apache HTTP Server, PHP and MySQL Database Server on Linux . In our case, for Linux we will use Ubuntu 14.04 LTS […]
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 […]
Recent Comments