Sharon Christine has Published 413 Articles

How to Install Java with Apt-Get on Ubuntu 16.04

Sharon Christine

Sharon Christine

Updated on 22-Jan-2020 06:15:40

1K+ Views

Java programming language was originally developed by Sun Microsystems which was initiated by James Gosling and released in 1995 as core a component of Sun Microsystems’ Java platform (Java 1.0 [J2SE]).The latest release of the Java Standard Edition is Java SE 8. With the advancement of Java and its widespread ... Read More

How to Install Grunt on Ubuntu?

Sharon Christine

Sharon Christine

Updated on 22-Jan-2020 06:08:04

2K+ Views

Grunt (The JavaScript assignment Runner) is an automation tool to perform repetitive duties like compilation, unit testing etc. Grunt and Grunt plugins are hooked up and managed through NPM, the Node.Js package manager. This article explains about – How to install Grunt on Ubuntu.To install grunt on ubuntu, it should ... Read More

How to Enable and Install Third Party Packages Using EPEL Repository on CentOS/RHEL

Sharon Christine

Sharon Christine

Updated on 21-Jan-2020 10:42:03

980 Views

In this article we shall try to learn, how to add EPEL Repository for Linux. EPEL (Extra Package for Enterprise Linux) is an open source and free community based repository from the Fedora community team which provides high quality and good add-on software’s for Linux distributions. It has Red Hat ... Read More

How to Deal With Team Attrition

Sharon Christine

Sharon Christine

Updated on 21-Jan-2020 10:32:30

251 Views

Last week, while discussing with my colleagues on various topics, the discussions took an unexpected turn and reached to one of the trending topic called ‘Employee Attrition’. Frankly saying it was not unexpected, actually for the last couple of months we have been seeing many ‘good-bye’ or ‘keep in touch’ ... Read More

How to Create a RAID 5 Storage Array with ‘mdadm’ on Ubuntu 16.04

Sharon Christine

Sharon Christine

Updated on 21-Jan-2020 10:21:13

3K+ Views

In this article, we will learn how to create a RAID 5 Array configuration using the ‘mdadm’ utility.The ‘mdadm’ is a utility which is used to create and manage storage arrays on Linux with RAID capability where the administrators are having great flexibility in managing the individual storages devices and ... Read More

How to Create a Cron Job and Execute at a Given Time in Linux

Sharon Christine

Sharon Christine

Updated on 21-Jan-2020 10:11:47

2K+ Views

In this article, we will teach you on – how to schedule a corn job to execute at a specific time.General Syntax of a Cron JobMIN    HOUR    Day of month    Month    Day of Week    Command 0-59   0-23       1-31       ... Read More

How To Configure mod_rewrite for Apache on CentOS 7

Sharon Christine

Sharon Christine

Updated on 21-Jan-2020 09:49:30

1K+ Views

In this article, we will learn about how to configure the mod_rewrite for Apache on CentOS 7, Apache is a very popular web server which allows us to customize and enable its capabilities and disable them. if we now needed more, the Apache administrator has permissions to change according to ... Read More

How To Configure and Install Redis on Ubuntu Linux

Sharon Christine

Sharon Christine

Updated on 21-Jan-2020 09:33:06

633 Views

In this article we will learn how to configure Redis, Redis is an in-memory Key-value store which is popular for its flexibility, performance and used with wide language support. We will configure this on the Ubuntu Linux server. To do this demo we need a non-root user and we will ... Read More

How To Change The MySQL Data Directory to Another Location on Ubuntu 16.04

Sharon Christine

Sharon Christine

Updated on 21-Jan-2020 08:05:52

2K+ Views

In this article, we will learn how to change the MySQL Data Directory or relocate the MySQL Database data to the new location, this situation may be used when the database is growing very fast, or for some security reasons we want to move the data directory to the new ... Read More

How to Change Apache Default Web Root Folder to a New Location on Ubuntu 16.04

Sharon Christine

Sharon Christine

Updated on 21-Jan-2020 07:56:43

13K+ Views

In this article, we will learn how to change the Apache default web root folder to a new location. By default, the Apache web root or Document root folder location is at /var/www/html.These type of changes will be useful for security reason or having the space issue due to data ... Read More

Advertisements