[How To]: Identify Currently Running Linux Distribution Using LSB Command #CLI

lsb_release “Linux Standard Base“ is a simple command line tool allows you to show more information such as “distribution code name, distribution ID, distribution release number, and distribution description” about currently used linux distribution. Continue reading

Command Line | Easily Switch Between Directories Using pushd and popd commands

pushd and popd commands become handy sometimes and make access to directories really quickly many times You can use pushd and popd commands in case you want to save a directory and want to get back to it later using popd. down there you will find a quick tutorial showing instructions for using pushd and popd commands, also i will type same instructions in this post. Continue reading