We use cookies to improve your experience, analyze traffic, and for advertising purposes. Please select your preferences:

Learn More
Close Menu
    Facebook X (Twitter) Instagram

    TecAdmin

    • Home
    • FeedBack
    • Submit Article
    • About Us
    TecAdmin
    Bash Shell

    How to Find Script file name in a Bash Script

    By Rahul1 Min Read

    Command SNAME=$(basename “$(test -L “$0” && readlink “$0” || echo “$0″)”) While running a bash script using Linux terminal the…

    DNS

    What is Google Apps MX Records for DNS ?

    By Rahul1 Min Read

    MX records in DNS are used to route emails to correct mail servers and properly send to correct destination server.…

    How to Compile and Install .tar.gz or .tar.bz2 Source Package on Ubuntu

    By Rahul2 Mins Read

    Generally Ubuntu users used Synaptic Package Manager for GUI and apt package manager for command line for installing packages. But…

    Bash Shell

    How to Generate and Verify md5 checksum of File in Linux

    By Rahul1 Min Read

    Command: md5sum myfile.php > myfile.php.md5 Above command will generate md5 checksum of file myfile.php and store in file myfile.php.md5. myfile.php.md5…

    Linux Commands

    How to Kill a Process by Name in Linux: A Comprehensive Guide

    By Rahul3 Mins Read

    Linux, much like any other operating system, relies on processes for its operations. Occasionally, these processes may become unresponsive or…

    JavaScript

    How to Get Query String Values using JavaScript

    By Rahul1 Min Read

    We can easily get values passed in url query string using JavaScript or jQuery. Here is an simple examples of…

    JavaScript

    How to Redirect User to Another Webpage with JavaScript

    By Rahul1 Min Read

    This tutorial will help you to redirect a webpage to another webpage using JavaScript. Here are 3 examples of redirecting…

    JavaScript

    How to check if string contains substring in JavaScript

    By Rahul2 Mins Read

    The JavaScript indexOf() method search for the substring in string and returns the position of the first occurrence of a…

    Bash Shell

    How to Assign Password to User in a Shell Script

    By Rahul1 Min Read

    Command: echo <password> | passwd –stdin <username> Example: Use the following command to change password of user jack in a…

    Bash Shell

    How to Create Infinite while Loop in Bash Script

    By Rahul1 Min Read

    Command: while true;do echo “Press CTRL+C to Exit”; done Example 1: Some times we are required to execute some commands…

    Previous 1 … 265 266 267 268 269 … 296 Next
    Advertisement
    Recent Posts
    • Welcome to the Terraform Tutorial Series, Infra Coders!
    • Writing Your First Terraform Configuration: A Step-by-Step Guide
    • Setting Up Terraform: Installation and Configuration
    • Introduction to Terraform: Infrastructure as Code Basics
    • Building a GitOps Workflow with Kubernetes and ArgoCD
    Facebook X (Twitter) Instagram Pinterest
    © 2025 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.

    Manage Preferences