centos

Manage Linux ACL using Setfacl and Getfacl

How to use getfacl and setfacl to get and set access control lists (ACLs) on directories in Linux

What is ACL? Access control list (ACL), It is a more flexible permission mechanism for file systems. It allows you to give permissions for any users and groups. It is used to defined permission on a particular file or folder for an individual user or group other than the user owner or the group owner.

How to use getfacl and setfacl to get and set access control lists (ACLs) on directories in Linux Read More »

install remi repo centos 7

Install remi repo Centos & Configure remi repository centos 7

How to install remi and configure? First, we need epel repository for remi as there are few dependencies. Install epel repository and check. yum install epel-release yum repolist Now you need to install the remi repository from the below link. There 3 methods through which you can install the repository. Install Remi repo Centos 7

Install remi repo Centos & Configure remi repository centos 7 Read More »

linux logo

why linux is preferred over windows? why linux is better than windows?

Why use Linux over windows? why use Linux over windows? Until a few years ago, Linux was used mainly for servers and was not considered suitable for desktops. Linux ought to be adopted by home users, educational institutes and businesses. High Security as compared to windows The higher level of security is that since Linux

why linux is preferred over windows? why linux is better than windows? Read More »

install ssl on tomcat server

How to install and configure tomcat in centos 7Install and configure apache tomcat on centos 7

Install and configure apache tomcat on centos 7 How to start tomcat? How to install SSL for tomcat server? How to run tomcat on Domain name? How to run Tomcat without port? Step – 1 Install JAVA sudo yum install java-1.8.0-openjdk.x86_64 java -version Step – 2 1. Download tomcat, Download the version you need from

How to install and configure tomcat in centos 7Install and configure apache tomcat on centos 7 Read More »