More

    How To's

    How to Configure Password Aging on Linux

    chage(change user password expiry information) command is used to implement a password aging policy. The chage command changes the number of days between password...

    How Check for Listening Ports in Linux

    When troubleshooting various aspects of services running in the system, there is need to check whether those services are listening on particular ports. This...

    How to Create MongoDB database with the CLI

    MongoDB is an open-source, NoSQL JSON-like document database that is created using C++ language. Creating a MongoDB Database is pretty straight forward. This guide...

    Recent Articles