How to check all opened files in a directory – lsof command? LSOF is a smart linux command-line utility for analysing the information about the files which are opened by various processes. LSOF stands for List of Open Files. This command…
Install and configure iftop (network analyser) – Unix/Linux
How to install iftop on Unix/Linux server? The command “iftop” is using for bandwidth (BW) monitoring on a server. It is simple to monitor a server BW with iftop command. You can analyse the incoming and outgoing packets using iftop…
Deploy your first Apache Docker container
How to deploy Apache on Docker container? We discussed the basics of Docker containerisation in my previous article. before starting with this, please read the basics. Please refer to this link for more details > An introduction note to Docker…
What is inode number in Linux?
A short note on inode number – Linux/Unix Inode number in Linux. It’s simply a reference (index) about the file and directory on the System. This is an entry in Inode table. This data structure uses to represent a file…
Enable shell access for a cPanel account through WHM
How to enable SHELL access for a cPanel account through WHM? By enabling this feature, the cPanel account user can access the server(the User’s home location) via SSH. The server administrator(root user) can only enable this feature for a particular…
Happy Diwali to all!!!
Happy Diwali to all my friends. This is our first Diwali in Bangalore. We enjoyed a lot here. Everybody here in Bangalore is celebrating Diwali at its peak. Full of lights, fire works, happy faces everywhere etc.. We wishing you…
Dump Mongo DB collections and move it to an S3 bucket.
Requirement: Need to write a script to create Mongo DB collections dump and move the dump to an AWS s3 bucket. Prerequisites: SSH access to Mongo DB server, IAM user with AWS s3 full [or write] access, aws-cli on server,…