Gautam K

Home/Gautam K

About Gautam K

Make thing simple, but not simpler.
Technical Consultant

NTFS partition mount in Linux

By |2021-03-11T15:39:15+05:30May 12th, 2017|Linux, Partition, Red Hat, Windows|

Most distros of Linux come with appropriate drivers for the most common file system types. Windows 7, Vista, XP, 2000, older NT systems, and Windows Server 2003 and 2008 are formatted with NTFS. In rare cases, OEM manufacturers have pre-installed Windows XP and Windows 2000 to FAT32 filesystems. All of the Red Hat releases of Linux [...]

Comments Off on NTFS partition mount in Linux

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

Backup Linux Using dd Command

By |2021-03-11T15:39:18+05:30April 1st, 2017|Backup, Commands, Linux|

Data loss will be costly. At the very least, critical data loss will have a financial impact on companies of all sizes. The ' dd ' command is one of the original Unix utilities and should be in everyone's tool box. It can strip headers, extract parts of binary files and write into the middle [...]

Comments Off on Backup Linux Using dd Command

YUM PACKAGE MANAGER IN RHEL/CENTOS

By |2021-03-11T15:39:19+05:30March 25th, 2017|Commands, Linux, Red Hat|

YUM stands for Yellowpage Updater Modifier is a Package Manager tool for rpm package supportable Linux distributions. It is used to install, uninstall, update, list the available packages and search the rpm packages from the database. Purpose of yum is to install rpm packages easily with all required dependencies for administrators. 1. Install a Package [...]

Comments Off on YUM PACKAGE MANAGER IN RHEL/CENTOS

Crontab Job Scheduling

By |2021-03-11T15:39:20+05:30March 24th, 2017|Commands, Linux|

Crontab allows Linux and Unix users to run commands or scripts at a given date and time. You can schedule scripts to be executed periodically. Cron is one of the most useful tool in a Linux or UNIX like operating systems. It is usually used for sysadmin jobs such as backups or cleaning /tmp/ directories and [...]

Comments Off on Crontab Job Scheduling

Odoo installation on RHEL7/CentOS7

By |2021-03-11T15:39:22+05:30February 18th, 2017|ERP, Linux|

ODOO is an Open Source ERP business software, is one of the most popular and well-used application in the market. It is a web based application with rich features like Open-source CRM, Billing and Account Management, HR Management, Order Tracking etc. Before going to install the Odoo, make sure that system is up to date. [...]

Comments Off on Odoo installation on RHEL7/CentOS7

DevOps for Efficiency in Information Technology

By |2021-03-11T15:39:23+05:30December 11th, 2016|DevOps|

DevOps means, maintaining collaboration across Development and Operations. DevOps automates the end-to-end delivery processes within an organisation.  DevOps requires cloud environment to succeed your organisation’s firewalls. Centralised Configuration Management – Configuration management means enforcing their state across the entire IT infrastructure in an automated yet Agile manner. If there are multiple running servers and you need to [...]

Comments Off on DevOps for Efficiency in Information Technology

Install GNOME GUI on RHEL7/CentOS7

By |2021-03-11T15:39:53+05:30October 8th, 2016|Linux, Red Hat|

GNOME is a highly intuitive and user friendly desktop environment for CentOS and RHEL 7 based system. If you did a minimal install, then it will quickly tell you how to install GNOME GUI on a CentOS7 or RHEL7 using a command line options. Linux admin spends most of his time on working in terminal, [...]

Comments Off on Install GNOME GUI on RHEL7/CentOS7

Installing TFTP Server In RHEL7/CentOS7

By |2021-03-11T15:39:54+05:30September 24th, 2016|Linux, Red Hat|

(Image Source Google) Trivial File Transfer Protocol (TFTP) is an Internet software utility for transferring files that is simpler to use than the File Transfer Protocol (FTP) but less capable. It is used where user authentication and directory visibility are not required. TFTP uses the User Datagram Protocol (UDP) rather than the Transmission Control Protocol [...]

Comments Off on Installing TFTP Server In RHEL7/CentOS7

Elastic Load Balancing

By |2021-03-11T15:39:56+05:30September 17th, 2016|AWS|

ELB solutions often provide scalable  cloud computing capacity. ELB offers enhanced features including: Detection of unhealthy instances. Spreading instances across healthy channels only. Flexible cipher support. Centralized management of SSL certificates. Optional public key authentication. Support for both IPv4 and IPv6. (Image Source:- Google) Elastic Load Balancing (ELB) is an AWS service used to dispatch [...]

Comments Off on Elastic Load Balancing