Cyberithub

5 Useful Examples to Turn Off SELinux Temporarily or Permanently on RHEL 8/CentOS 8

5 Useful Examples to Turn Off SELinux Temporarily or Permanently on RHEL 8/CentOS 8 1

In this article, I will take you through 5 Useful Examples to turn off SELinux Temporarily or Permanently on RHEL 8/CentOS 8. SELinux is known as Security Enhanced Linux which is integrated with Linux Kernel for implementation for Access Control Mechanism. There are times when you think you need to disable SELinux to accomplish your ... Read more

Solved: AH00558: httpd: Could not reliably determine the server's fully qualified domain name

Solved: AH00558: httpd: Could not reliably determine the server's fully qualified domain name 3

In this article, we will look into the steps required to solve  "AH00558: httpd: Could not reliably determine the server's fully qualified domain name," error. the Recently I was working to bring up my Apache web server to host my PHP Applications on Port 443 but while bringing up the service I noticed "AH00558: httpd: ... Read more

Dynamic Memory Allocation with malloc(), calloc(), free() and realloc() functions in C

Dynamic Memory Allocation with malloc(), calloc(), free() and realloc() functions in C 5

In this tutorial, I will explain the concepts of Dynamic Memory Allocation with malloc(), calloc(), free and realloc() functions in C. Dynamic Memory allocation is a feature introduced in C to allocate memory blocks as per the changing requirement. This is introduced to overcome the limitation of static memory allocation where once the size is ... Read more

10 Popular Kill Command Examples in Linux/Unix(How to Kill a Process in Linux)

10 Popular Kill Command Examples in Linux/Unix(How to Kill a Process in Linux) 9

In this tutorial, i will take you through 10 Popular Kill Command Examples in Linux/Unix. kill command is a very popular command in Linux/Unix based Systems to terminate a process. kill command relies on list of signals to terminate any of the System processes(User Space Processes). By default kill command sends the TERM signal to ... Read more

6 Easy Steps to Install PHP on Ubuntu 20.04

6 Easy Steps to Install PHP on Ubuntu 20.04 13

In this article, i will take you through 6 Easy Steps to Install PHP on Ubuntu 20.04. PHP is abbreviated as Hypertext Preprocessor language. It is the most popular Server Side web scripting language which enabled developers and Programmers to create dynamic contents that can interact with databases. You can see most of the web ... Read more

Easy Steps to Install Java on Ubuntu 20.04

Easy Steps to Install Java on Ubuntu 20.04 17

In this article, I will take you through the steps to Install Java on Ubuntu 20.04. Java is a very popular Object Oriented Language. It is Known as Platform independent Language due to its ability to run in various hardware architecture platforms. You will see Java based Applications on almost all the digital platforms around ... Read more