Deployment of Redmine on centos7
Redmine is a free and open source, web-based project management and issue tracking tool. Written using the Ruby on Rails framework, it is cross-platform and cross-database. Features:- Some of the […]
Redmine is a free and open source, web-based project management and issue tracking tool. Written using the Ruby on Rails framework, it is cross-platform and cross-database. Features:- Some of the […]
Setup Nginx Virtual Hosting in CentOS/Rhel 7.x Prerequisites : https://www.natsav.com/blog/2017/01/28/how-to-install-and-configure-nginx-on-centosrhel-7-x You need to create websites to share the same IP address : #mkdir -p /var/www/virtualhost/site1.example.com #mkdir /var/www/virtualhost/site2.example.com #chmod 755 /var/www/virtualhost […]
How To Install and Configure Nginx Server on CentOS/Rhel 7.x Add the CentOS/Rhel 7 EPEL repository for installation of Nginx Server, Use the following command : #yum install epel-release Now […]
Reset Root User Password in Linux (CentOS/RHEL 7.x) Reset Root User Password by following steps : If linux system is running, reboot the system for reset the password in Centos/rhel […]
How to Reduce LVM (Logical Volume Management) in CentOS/Rhel 7.x Prerequisites : https://www.natsav.com/blog/2017/01/09/configure-lvm-logical-volume-management-disc-management-on-centosrhel-7-x/ Now we reduce Logical Volume as follow : Now check the Logical Volume #lvs First we need to […]
How to Extend LVM (Logical Volume Management) in CentOS/Rhel 7.x Now we extend Logical Volume as follow : Adding a new Physical Volume we have to use fdisk to Create […]
Configure LVM (Logical Volume Management) Disc Management on CentOS/RHEL 7.x Make new partition : #fdisk /dev/sda Command (m for help) : n Command action e extended p primary partion p […]
Samba Server Installation and Configuration on CentOS/Rhel 7.x Now we will install these packages at the CentOS/Rhel 7.x server : #yum install samba samba-common samba-client Now create a directory for […]
NFS client installation on CentOS/Rhel 7.x Prerequisites : https://www.natsav.com/blog/2016/12/31/nfs-server-installation-on-centosrhel-7-x/ Now we will install these packages at the CentOS/Rhel 7.x client : #yum install nfs-utils Now create the NFS directory mount point […]
NFS server installation on CentOS/Rhel 7.x Now we will install these packages at the CentOS/Rhel 7.x server as #yum install nfs-utils nfs_utils-lib Now create a direcory for sharing #mkdir /nfs_shared […]