Cyberithub

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

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

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

How to Install PIP3 utility on Linux(RHEL/CentOS 7/8){Easy Steps}

How to Install PIP3 utility on Linux(RHEL/CentOS 7/8){Easy Steps} 3

In this article, I will take you through the steps to install pip3 utility on Linux. PIP is the Python Package Installer. Using pip tool one install python modules on Linux/Windows based Servers. Most of the Python Programmers and Developers prefers using pip to manage python packages. It provides the feature of issuing command through ... Read more

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

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

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

11 Best Python OS Module Examples on Linux 10

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

Primitive Data Types in Java - int, char, byte, short, long, float, double and boolean

Primitive Data Types in Java - int, char, byte, short, long, float, double and boolean 12

In this tutorial, I will take you through Primitive Data Types in Java. A programming language provides some predefined data types, which are known as built-in data types. There are basically eight built-in primitive data types in Java - int, char, byte, short, long, float, double and boolean. We will understand all the primitive data ... Read more

Introduction to Java Programming Language - Java Development Kit(JDK) and Java Runtime Environment(JRE)

Introduction to Java Programming Language - Java Development Kit(JDK) and Java Runtime Environment(JRE) 14

In this tutorial, we will go through the introduction of Java Programming Language, Java Development Kit(JDK) and Java Runtime Environment. Java is the most popular Language among Programmers and Developers due to its huge potential and applicability in Designing Real Time Applications. It was originally designed by Sun Microsystems which has now been developed and ... Read more