Cyberithub

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 1

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 5

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 7

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) 9

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

How to Install MariaDB 5.5 Server on RHEL 7/CentOS 7 Linux with Easy Steps

How to Install MariaDB 5.5 Server on RHEL 7/CentOS 7 Linux with Easy Steps 17

In this article, I will take you through 6 Simple and Easy Steps to Install MariaDB Server on Linux(RHEL/CentOS 7/8). MariaDB is an open source MySQL based relational database management system. It is probably the most popular database currently in use on Linux Based Platforms due to its various features over other databases. It offers ... Read more

Solved: "netstat command not found" error on Linux(RHEL 7/8 / CentOS 7/8 / Ubuntu 18.04/20.04)

Solved: "netstat command not found" error on Linux(RHEL 7/8 / CentOS 7/8 / Ubuntu 18.04/20.04) 19

In this article, I will explain about the "netstat command not found" error and the steps required to solve this error. netstat is a very popular open source command to check network connections on Linux based Systems. Almost all Linux Professionals are usually aware of this tool. Hence it is very much important to understand ... Read more