Facebook X (Twitter) Instagram

    TecAdmin

    • Home
    • FeedBack
    • Submit Article
    • About Us
    Facebook X (Twitter) Instagram
    TecAdmin
    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…

    Linux Commands

    How to Count Lines in a file in Linux

    By Rahul2 Mins Read

    Sometimes you may be required to count total lines in a file in Unix/Linux systems. This tutorial helps you with…

    Removing User from Secondary Group in Linux

    By Rahul2 Mins Read

    All the groups except the primary group are called the secondary groups of Users, for whom they belong. Generally, the…

    Linux Commands

    Adding User in Secondary Group using Command in Linux

    By Rahul1 Min Read

    Secondary groups are the groups that users added after the creations. The primary groups are created during the user creation…

    Tomcat

    What is the Tomcat Default Admin Password

    By Rahul2 Mins Read

    After installing a new Tomcat server, there will be no user created by default to access Administrator and Manager web…

    IDE

    How to Install Brackets Editor on Ubuntu via PPA

    By Rahul1 Min Read

    Brackets is a lightweight, modern, powerful text editor for web developers to edit source codes. It is also available for…

    Previous 1 … 242 243 244 245 246 … 274 Next
    Advertisement
    Recent Posts
    • Difference Between Full Virtualization vs Paravirtualization
    • Virtualization vs. Containerization: A Comparative Analysis
    • Using .env Files in Django
    • Using .env File in FastAPI
    • Setting Up Email Notifications for Django Error Reporting
    Facebook X (Twitter) Instagram Pinterest
    © 2023 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

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