Close Menu
    Facebook X (Twitter) Instagram
    Saturday, September 12

    TecAdmin

    • Home
    • FeedBack
    • Submit Article
    • About Us
    TecAdmin
    • About Us
    • Submit Article
    • Donate to Charity
    • FeedBack/Grievance
    • Sitemap
    • Privacy Policy
    • Term Of Services
    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…

    Linux Commands

    How to Extract a Tar.bz2 File

    By Rahul2 Mins Read

    A “tar.bz2” file is a type of compressed file created using the Unix/Linux tar command coupled with the bzip2 compression…

    PHP

    How To Install Phalcon PHP Framework on CentOS / RedHat

    By Rahul2 Mins Read

    Phalcon is a high performance Php framework with MVC support. Its is very useful framework for developing dynamic applications rapidly.…

    PHP Framework

    Building Your First Project with Phalcon Developer Tools on Linux: A Comprehensive Guide

    By Rahul3 Mins Read

    Welcome! If you’re here, it’s likely because you’re excited about harnessing the power of Phalcon, the high-performance PHP framework, in…

    Previous 1 … 268 269 270 271 272 … 298 Next
    Advertisement
    Recent Posts
    • How to Find the Missing Side of a Right Triangle
    • How to Find the Hypotenuse of a Right Triangle
    • What is the Converse of Pythagoras Theorem?
    • What are Pythagorean Triples? 3-4-5, 5-12-13 Explained
    • How to Install PHP 8.5 on Ubuntu 26.04 LTS
    Facebook X (Twitter) Instagram Pinterest
    © 2026 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

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