Category: centos
How to switch to GUI in Linux
How to switch to GUI in Linux Graphical Terminal Linux How to install GUI in Centos 7 Linux using terminal commands? How to upgrade your system from the terminal view to GUI in Centos...
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...
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...
How to manage log files in centos 7 using logrotate ?
What will be the best way to manage the log files in centos? How to configure the logrotate in centos 7? How to use logrotate? How to rotate logs in Linux ? Firstly we...
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...
How to install different php versions on same server
Different PHP versions on the same server How to run php5.4 , php55 , php56 , php70 version on a singleĀ apache server. How to run the different websites from a single server with...
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 –...