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

Linux

  1. Home>
  2. All Blogs>
  3. Sysadmin>
  4. Linux
Read more about the article Adding a service (TeamCity Agent) to systemd

Adding a service (TeamCity Agent) to systemd

  • Post author:mreddy239
  • Post published:August 24, 2024
  • Post category:Linux/Sysadmin
  • Post comments:0 Comments

This configuration is a systemd service unit file for managing a TeamCity Build Agent. cat /etc/systemd/system/teamcity-agent.service After=network.target: This directive ensures that the service starts only after the network is available.…

Continue ReadingAdding a service (TeamCity Agent) to systemd
Read more about the article All about system-resolved DNS resolution

All about system-resolved DNS resolution

  • Post author:mreddy239
  • Post published:November 13, 2023
  • Post category:DNS/Linux/Sysadmin
  • Post comments:0 Comments

You might be familiar with the /etc/resolv.conf file and configuring it by manually specifying the desired name servers for DNS resolution. However, the configuration within /etc/resolv.conf can also be dynamically…

Continue ReadingAll about system-resolved DNS resolution
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 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 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 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”)?
Read more about the article How to perform ssh agent forwarding for git clone using ssh authentication?

How to perform ssh agent forwarding for git clone using ssh authentication?

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

Suppose we want to clone a GitHub repository using SSH authentication. In this case, we need to ensure that the corresponding private key is available on the server where we…

Continue ReadingHow to perform ssh agent forwarding for git clone using ssh authentication?
Read more about the article Get to know about Symbolic links and Hard links?

Get to know about Symbolic links and Hard links?

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

Symbolic links: -> A symbolic link (also known as a symlink) is a file that points to another file within the system.-> These links are analogous to shortcuts in Windows.->…

Continue ReadingGet to know about Symbolic links and Hard links?
  • 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