Cyberithub

10 Easy Steps to Install psacct or acct User Activity Monitoring tool on RHEL/CentOS 7/8

In this article, I will take your through 10 Easy Steps to Install psacct User Activity Monitoring tools on RHEL/CentOS 7/8. Now a days there are many open source user activity monitoring tool available to monitor the user activity on Linux based Servers. psacct or acct are also one such package that provides multiple number … Read more

Solved: FATAL: Authentication helper program /usr/lib/squid/basic_ncsa_auth: (2) No such file or directory

Are you facing “FATAL: Authentication helper program /usr/lib/squid/basic_ncsa_auth: (2) No such file or directory” error while trying to setup squid proxy server ? Do you want to Know how to solve “FATAL: Authentication helper program /usr/lib/squid/basic_ncsa_auth: (2) No such file or directory” error ? If yes, then you have come to the right place. Even … Read more

11 Best Python OS Module Examples on Linux

In this tutorial, I will take you through 11 Best Python OS Module Examples on Linux. According to Python official Documentation os modules provides a portable way of using operating system dependent functionality. One can use these os modules to perform different OS functions. For example: os.chdir() can be used to change the directory, os.rmdir() … Read more