How to mount NTFS drive on CentOS

The New Technology File System (NTFS) is a proprietary file system created by Microsoft and is used extensively in Microsoft’s Windows operating systems. By default ...

Read more

How To Use Linux Which Command

The which command in Linux is used to locate any command in Linux. A command is essentially an executable that you can run. The command ...

Read more

How to calculate ip address with ipcalc

When doing any moderate to advanced networking, you are likely to have to deal with subnetting. While some people have an ability to do the ...

Read more

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

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

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

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

How to Generate sosreport on Ubuntu 18.04

Sosreport generates an archive of configuration and diagnostic information from the running system. The archive may be stored locally or centrally for recording or tracking ...

Read more

How to Install and Configure Squid Proxy on CentOS 7

A proxy server is a computer which sits between two endpoint devices and acts as an intermediate device. When the client computer requests a resource ...

Read more

How to Add and Delete Users on CentOS 7

You may need to create separate account for every user want to connect this system. For adding new users in system there are two commands ...

Read more