Skip to content
Madhu Tutorials
  • About
    • Contact Us
    • Privacy Policy
    • Terms Of Use
  • All Blogs
  • DevOps
    • Docker
    • Ansible
    • TeamCity
    • Terraform
    • GitHub
  • Sysadmin
    • Linux
    • SSL
    • DNS
    • Mail
    • MySQL
    • Network
    • VMware
  • Cloud
    • AWS
  • Languages
    • Python
  • Others
    • Motivational Quotes
    • General
  • Toggle website search
Menu Close
  • About
    • Contact Us
    • Privacy Policy
    • Terms Of Use
  • All Blogs
  • DevOps
    • Docker
    • Ansible
    • TeamCity
    • Terraform
    • GitHub
  • Sysadmin
    • Linux
    • SSL
    • DNS
    • Mail
    • MySQL
    • Network
    • VMware
  • Cloud
    • AWS
  • Languages
    • Python
  • Others
    • Motivational Quotes
    • General

Monthly Archives: November 2021

  1. Home>
  2. 2021>
  3. November
Read more about the article How to configure SSL Certificates for Apache2, Nginx and HaProxy servers?

How to configure SSL Certificates for Apache2, Nginx and HaProxy servers?

  • Post author:mreddy239
  • Post published:November 29, 2021
  • Post category:SSL
  • Post comments:0 Comments

To configure the SSL certificate, follow these steps:1) First, generate a private key and a CSR, a process common to all three servers (Apache2, Nginx, HAProxy). openssl req –new –newkey…

Continue ReadingHow to configure SSL Certificates for Apache2, Nginx and HaProxy servers?
Read more about the article About the POSIX-compliant shell and is Bash shell POSIX-compliant?

About the POSIX-compliant shell and is Bash shell POSIX-compliant?

  • Post author:mreddy239
  • Post published:November 26, 2021
  • Post category:Linux
  • Post comments:0 Comments

POSIX, short for "Portable Operating System Interface," is a family of standards developed to ensure compatibility between various operating systems. This compatibility extends to user interfaces, allowing users to interact…

Continue ReadingAbout the POSIX-compliant shell and is Bash shell POSIX-compliant?
Read more about the article Shell Built-ins vs. Shell Keywords: Understanding the Differences

Shell Built-ins vs. Shell Keywords: Understanding the Differences

  • Post author:mreddy239
  • Post published:November 23, 2021
  • Post category:Linux
  • Post comments:0 Comments

Let's explore the differences between a shell built-in and a shell keyword.Shell Built-in A built-in command is hardcoded into the shell, executing faster than external commands since there's no need…

Continue ReadingShell Built-ins vs. Shell Keywords: Understanding the Differences
Read more about the article Managing different Terraform versions with tfenv?

Managing different Terraform versions with tfenv?

  • Post author:mreddy239
  • Post published:November 23, 2021
  • Post category:Terraform
  • Post comments:0 Comments

tfenv simplifies the installation and management of various Terraform versions on a single host. With 'tfenv use terraform-version' command, you can effortlessly switch between different Terraform versions based on your…

Continue ReadingManaging different Terraform versions with tfenv?
Read more about the article Steps for upgrading Ubuntu Linux from 14.04 to 20.04 version?

Steps for upgrading Ubuntu Linux from 14.04 to 20.04 version?

  • Post author:mreddy239
  • Post published:November 21, 2021
  • Post category:Linux
  • Post comments:0 Comments

To upgrade Ubuntu to the latest version, follow this sequential upgrade path: 14.04 ➔ 16.04 16.04 ➔ 18.04 18.04 ➔ 20.04NOTE: Based on my experience with OS upgrades, it's advisable…

Continue ReadingSteps for upgrading Ubuntu Linux from 14.04 to 20.04 version?
Read more about the article Parted Magic (Pmagic) magical way to backup and restore data in a hard drive?

Parted Magic (Pmagic) magical way to backup and restore data in a hard drive?

  • Post author:mreddy239
  • Post published:November 21, 2021
  • Post category:Sysadmin
  • Post comments:0 Comments

Parted Magic is a software that allows one to take a complete backup of a hard drive and restore the backup to the hard drive when needed. It can also…

Continue ReadingParted Magic (Pmagic) magical way to backup and restore data in a hard drive?
Read more about the article How to change the default data directory in the TeamCity server?

How to change the default data directory in the TeamCity server?

  • Post author:mreddy239
  • Post published:November 20, 2021
  • Post category:TeamCity
  • Post comments:0 Comments

Changing the default data directory in a TeamCity server, would require the following steps 1) First Stop the TeamCity server with the following command,/opt/jetbrains/TeamCity/bin/runAll.sh stop 2) Copy all the files…

Continue ReadingHow to change the default data directory in the TeamCity server?
Read more about the article How to reset a forgotten MySQL root password?

How to reset a forgotten MySQL root password?

  • Post author:mreddy239
  • Post published:November 19, 2021
  • Post category:MySQL
  • Post comments:0 Comments

Did you forget your MySQL root password and want to reset the password? Then let's look at a way to reset your MySQL root password.1) Stop the MySQL server service…

Continue ReadingHow to reset a forgotten MySQL root password?
Read more about the article How does DNS (Domain Name System) resolution work in real-time?

How does DNS (Domain Name System) resolution work in real-time?

  • Post author:mreddy239
  • Post published:November 19, 2021
  • Post category:DNS
  • Post comments:0 Comments

About DNS resolution DNS resolution is pivotal for seamless internet functionality for end-users. For instance, imagine the inconvenience of entering the IP Address directly instead of typing "google.com" into the…

Continue ReadingHow does DNS (Domain Name System) resolution work in real-time?
Read more about the article bash: value too great for base (error token is “08/09”)?

bash: value too great for base (error token is “08/09”)?

  • Post author:mreddy239
  • Post published:November 14, 2021
  • Post category:Linux
  • Post comments:0 Comments

Occasionally, when comparing dates (e.g., 2021-08-09) within a Bash script, unexpected errors may arise, such as 'value too great for base (error token is "08")' or 'value too great for…

Continue Readingbash: value too great for base (error token is “08/09”)?
  • 1
  • 2
  • Go to the next page

ARCHIVES

TOP 5 TRENDING POSTS

  • VMware PowerCLI update root password in all ESXi Hosts?
  • Look at the file system resize progress with resize2fs
  • About PermitRootLogin and PasswordAuthentication in the sshd_config file?
  • How do you upgrade vCenter appliance 6.7 to 7.0?
  • How to use custom SSL certificates in vCenter?
Copyright - WordPress Theme by OceanWP