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

All Blogs

  1. Home>
  2. All Blogs>
  3. Page 3
Read more about the article What is the difference between mawk and gawk?

What is the difference between mawk and gawk?

  • Post author:mreddy239
  • Post published:April 23, 2022
  • Post category:Linux/Sysadmin
  • Post comments:0 Comments

AWK, a versatile text-processing tool, comes in different versions, such as mawk, gawk, and nawk. Let's specifically explore the distinctions between mawk and gawk. mawk: mawk is an older version…

Continue ReadingWhat is the difference between mawk and gawk?
Read more about the article Extend ext4 partition(/) in a Virtual machine (VMware) using “growpart”?

Extend ext4 partition(/) in a Virtual machine (VMware) using “growpart”?

  • Post author:mreddy239
  • Post published:April 22, 2022
  • Post category:Linux/Sysadmin
  • Post comments:0 Comments

In this post, we'll explore extending an ext4 partition, both with and without LVM, using "growpart".Initially, we'll focus on extending the LVM root partition (/), followed by extending a non-LVM…

Continue ReadingExtend ext4 partition(/) in a Virtual machine (VMware) using “growpart”?
Read more about the article How to use git-crypt with gpg keys?

How to use git-crypt with gpg keys?

  • Post author:mreddy239
  • Post published:April 21, 2022
  • Post category:Devops/GitHub/Uncategorized
  • Post comments:0 Comments

The purpose of this guide is to explore using git-crypt alongside GPG keys for encryption within Git repositories. Step-by-Step Procedure: Step 1: Preparation Navigate to your Git repository and create…

Continue ReadingHow to use git-crypt with gpg keys?
Read more about the article what is git-crypt and the need for it?

what is git-crypt and the need for it?

  • Post author:mreddy239
  • Post published:April 21, 2022
  • Post category:GitHub/Uncategorized
  • Post comments:0 Comments

git-crypt is a tool that secures sensitive data within GitHub repositories by encrypting files. Here's a step-by-step guide on how to utilize git-crypt for encrypting files: Step-by-Step Procedure: Step 1:…

Continue Readingwhat is git-crypt and the need for it?
Read more about the article No Boot Device Available issue in Dell Servers?

No Boot Device Available issue in Dell Servers?

  • Post author:mreddy239
  • Post published:February 28, 2022
  • Post category:Sysadmin
  • Post comments:0 Comments

After replacing the 2 failed INTEL SSD drives with 2 new Samsung SSD drives and configuring RAID-1, I proceeded to install Ubuntu 20.04 on that Virtual Disk (VD). I saw…

Continue ReadingNo Boot Device Available issue in Dell Servers?
Read more about the article How to use custom SSL certificates in vCenter?

How to use custom SSL certificates in vCenter?

  • Post author:mreddy239
  • Post published:February 28, 2022
  • Post category:VMware
  • Post comments:0 Comments

In this guide, we will examine the installation and update procedures for custom SSL certificates in vCenter.1) /usr/lib/vmware-vmca/bin/certificate-manager2) select option "1" 3) Enter the username (default to "Administrator@vsphere.local") and password…

Continue ReadingHow to use custom SSL certificates in vCenter?
Read more about the article Resolving Unicode Encoding and Decoding Errors in Python?

Resolving Unicode Encoding and Decoding Errors in Python?

  • Post author:mreddy239
  • Post published:December 8, 2021
  • Post category:Python
  • Post comments:0 Comments

UnicodeEncodeError: 'ascii' codec can't encode character: UnicodeEncodeError typically occurs when you attempt to encode a Unicode string using the "ASCII" encoding method instead of using a UTF encoding method.Example in…

Continue ReadingResolving Unicode Encoding and Decoding Errors in Python?
Read more about the article About Encoding in Python and handling Unicode characters in Python2.x?

About Encoding in Python and handling Unicode characters in Python2.x?

  • Post author:mreddy239
  • Post published:December 8, 2021
  • Post category:Python
  • Post comments:0 Comments

In Python 2.x, the default encoding method is ASCII, while in Python 3.x, the default encoding method is UTF-8. In Python 2.x, strings are treated as ASCII by default, while…

Continue ReadingAbout Encoding in Python and handling Unicode characters in Python2.x?
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?
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 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