Month: April 2019
-
Programming
How to install Eclipse on Ubuntu 18.04/18.10 and Linux Mint 19
Eclipse is a popular, well-known Integrated Development Environment for application development. It is the most widely used Java IDE and is written in C and…
Read More » -
Commands
How to Disable SELinux on CentOS 7
SELinux (Security Enhanced Linux) is a Linux kernel security module that allows administrators and users more control over access controls. It allows access based on…
Read More » -
Commands
How To Set or Change Timezone on CentOS 7
On CentOS, the system’s timezone is set during the install, but it can be easily changed at a later time. Using the correct timezone is…
Read More » -
Commands
How to use Linux time command
The time command is used to determine how long a given command takes to run. It is useful for testing the performance of your scripts…
Read More »