Is this a good thing to remove Docker images? Absolutely, a good question, do this carefully!! Removing an image will erase all information about your container. So do this, if you want really need it. Please go through the discussion…
Author: Heba Habeeb
What is isinstance function in Python?
This is a very important fn in Python programming. It returns a Boolean stating whether the object is an instance or subclass of another object. In this post, I am going to explain about Python function “isinstance” and its different…
Identify all open files in a directory – lsof command
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…