Ubuntu

Home/Linux/Ubuntu

How to install nginx on Ubuntu 16.04

By |2021-03-11T15:39:17+05:30April 27th, 2017|Linux, Ubuntu, Web Server|

Nginx is an open source web server that is similar to Apache, but very light weight. Nginx is both web server and reverse proxy server. Nginx is pronounced as “Engine X”. Nginx is short form after you remove both the e’s from “Engine X”. It serves static and index files Reverse proxy with caching Supports [...]

Comments Off on How to install nginx on Ubuntu 16.04

SSH Keygen

By |2021-03-11T15:39:57+05:30September 13th, 2016|Linux, RHCE-Offer, Tools, Ubuntu|

Access remote system by using SSH Open a terminal and install ssh # apt-get install openssh -y or # yum install ssh* -y Now, we connect the another system before we know the ip address, username and password. e.g. Username - splunk IP - 192.168.1.4 Password - *********** Now we connect the system #ssh splunk@192.168.1.4 ssh [...]

Comments Off on SSH Keygen

Linux Boot Loaders

By |2021-03-11T15:39:59+05:30August 28th, 2016|Linux, Red Hat, Ubuntu, Windows|

Boot Loader Bootloader or Boot Manager is a piece of code that runs before any operating system is running. When a computer is powered-up or restarted, the basic input/output system (BIOS) performs some initial tests, and then transfers control to the master boot record (MBR) where the boot loader resides. Used to boot other operating [...]

Comments Off on Linux Boot Loaders

How To Install and Use Jenkins on Ubuntu 14.04 LTS

By |2021-03-11T15:40:09+05:30June 24th, 2016|Linux, Ubuntu|

Jenkins is an automation server and continuous integration tool. It provides lots of plugins for building deploying and automating plugins. Step 1 – Add Jenkins PPA Jenkins is available in two versions. One is LTS release provides long-term support and other provides latest version. Add LTS Version PPA $ wget -q -O - http://pkg.jenkins-ci.org/debian-stable/jenkins-ci.org.key | [...]

Comments Off on How To Install and Use Jenkins on Ubuntu 14.04 LTS

Install and Configure Munin Monitoring Server Linux

By |2021-03-11T15:41:13+05:30April 2nd, 2016|Linux, Monitoring Tool, Tools, Ubuntu|

Munin is an excellent system monitoring tool similar to RRD tool which will give you ample information about system performance in multiple fronts like disk, network, process, system and users. These are some of the default properties Munin monitors. How Munin works? Munin works in a client-server model. Munin server process on main server try [...]

Comments Off on Install and Configure Munin Monitoring Server Linux