Install PHP 7.4 on CentOS 8

Install PHP 7.4 on CentOS 8 PHP, a recursive acronym for PHP Hypertext Preprocessor, is a popular server-side scripting language used in web development for creating powerful and dynamic websites. Step 1: Add EPEL and Remi Repositories To get started, you need to add EPEL & Remi repository from where you will be able to install PHP 7.4 on CentOS 8 Linux. To install … Read more

Install PhpMyAdmin On CentOS 8

Install PhpMyAdmin On CentOS 8 PhpMyAdmin is a graphical utility for managing databases. It’s typically used to remotely manage MySQL or MariaDB databases. phpMyAdmin : What is phpMyAdmin? Prerequisites Server with CentOS 8 Linux Installed Working MySQL or MariaDB database Terminal window / command line (Search > terminal) User account with sudo or root privileges The phpMyAdmin tool is not … Read more

Configuring CentOS Run Levels and Services

linux run level

Configuring CentOS Run Levels and Services Understanding CentOS Run Levels CentOS can be configured to boot into one of a number of different run levels. During the boot sequence, a process named init looks in the /etc/inittab file to find the default run level. Having identified the run level it proceeds to execute the corresponding startup scripts … Read more

Bootstrap icon bar with CSS

bootstrap iconbar

Bootstrap icon bar with CSS Example:       <!DOCTYPE html> <html> <meta name=”viewport” content=”width=device-width, initial-scale=1″> <link rel=”stylesheet” href=”https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css”> <style> body {margin:0} .icon-bar { width: 90px; background-color: #555; } .icon-bar a { display: block; text-align: center; padding: 16px; transition: all 0.3s ease; color: white; font-size: 36px; } .icon-bar a:hover { background-color: #000; } .active { … Read more

bootstrap : Responsive Navbar with Links of Same Width

Responsive Navbar with Links of Same Width

bootstrap : Responsive Navbar with Links of Same Width Example: Responsive Navbar with Links of Same Width Try to resize the browser window to see the responsive effect. Home Search Contact Login Here is the code <!DOCTYPE html> <html> <meta name=”viewport” content=”width=device-width, initial-scale=1″> <link rel=”stylesheet” href=”https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css”> <style> * {box-sizing: border-box} body {font-family: Arial, Helvetica, sans-serif;} … Read more

Web security

Web security is also known as “Cybersecurity”. It basically means protecting a website or web application by detecting, preventing and responding to cyber threats. Websites and web applications are just as prone to security breaches as physical homes, stores, and government locations. An effective approach to web security threats must, by definition, be proactive and defensive.   Difference between Authentication and Authorization When speaking … Read more

sendmail – installation and testing

sendmail – installation and testing Sendmail is highly configurable, allowing control over almost every aspect of how email is handled, including the protocol used. Many system administrators elect to use Sendmail as their MTA due to its power and scalability. Installation of sendmail # yum install sendmail m4 telnet mailx sendmail-cf Loaded plugins: rhnplugin, security … Read more

Install Let’s Encrypt to Create SSL Certificates

free ssl certificate

Install Let’s Encrypt to Create SSL Certificates What is Let’s Encrypt Let’s Encrypt is an SSL certificate authority managed by the Internet Security Research Group (ISRG). It utilizes the Automated Certificate Management Environment (ACME) to automatically deploy free SSL certificates that are trusted by nearly all major browsers. Start Downloading and installing Let’s Encrypt Download and Install Let’s … Read more

IGNOU MCS-011 Problem Solving and Programming pdf Book Download

ignou

IGNOU  MCS-011  Problem Solving and Programming  pdf Book Download Course Code Course Title Download MCS-011 Problem Solving and Programming Block-1 An Introduction to C Unit-1 Block-1 An Introduction to C Unit-2 Block-1 An Introduction to C Unit-3 Block-1 An Introduction to C Unit-4