Discovering systems

How to handle Docker images

What is a Docker image ? Docker images form the bedrock of containerized applications, providing a streamlined solution for seamless deployment across diverse environments. Functioning as a snapshot of a complete filesystem, a Docker image encompasses every vital aspect needed for an application to operate independently and efficiently. It encapsulates the application code, runtime, libraries, …

How to handle Docker images Read More »

How to run a basic Docker container

What is a Docker container ? A container is a standardized software package that bundles code and dependencies for consistent and reliable application execution across different computing environments. In the case of Docker, a container image is a compact, standalone package containing everything needed to run an application. When Docker containers run on Docker Engine, …

How to run a basic Docker container Read More »

How AI improves network engineer’s troubleshooting skills ?

Table of contents Introduction AI can greatly assist network engineers in troubleshooting network issues by providing intelligent analysis, real-time monitoring, and predictive insights. In this article we will discuss some ways AI can be used to enhance the troubleshooting process for network engineers Anomaly Detection AI-powered systems can continuously monitor network traffic, device performance, and …

How AI improves network engineer’s troubleshooting skills ? Read More »

Will AI replace network engineers ?

Table of contents Introduction In today’s rapidly evolving technological landscape, the role of network engineers is undergoing significant transformations. With the advent of automation and Generative AI, network engineers now have access to powerful tools that aid in upskilling, code writing, code testing and troubleshooting. This newfound capability not only streamlines tasks but also enables …

Will AI replace network engineers ? Read More »

Dangerous commands to avoid on Windows powershell 

Table of contents Introduction As system administrators and network engineers  , we should be aware and avoid execution  of some of the dangerous commands In powershell. These commands can cause significant impact to the system by producing irreparable damage or sometimes DOS attack. Since some of these commands are possible to execute accidentally , we …

Dangerous commands to avoid on Windows powershell  Read More »

5 Dangerous commands you should avoid on linux machines

Table of contents Introduction As system administrators and network engineers  , we should be aware and avoid execution  of some of the dangerous commands. These commands can cause significant impact to the system by producing irreparable damage or sometimes DOS attack. Since some of these commands are possible to execute accidentally , we should use …

5 Dangerous commands you should avoid on linux machines Read More »

How to check , add or delete routes in the Windows routing table using powershell

Table of contents Introduction Checking , adding or deleting the routes in the host windows machines routing table is a key skill for any system engineer or the network admin. In this article we will see how to do those with practical examples How to check windows routing table from powershell  There are two command …

How to check , add or delete routes in the Windows routing table using powershell Read More »

How to use netstat in powershell for checking listened port numbers and active connections 

Table of contents Introduction Netstat is one of the most useful commands for the Network engineers and system admins for troubleshooting the TCP or UDP port related issues  We can use netstat to check the Active TCP / UDP connections from the system and also to check the process associated with the opened port number …

How to use netstat in powershell for checking listened port numbers and active connections  Read More »

How to create or delete directories from Windows Powershell

Table of contents Introduction In this article we will cover the steps to use to create or delete a directory directly from the windows powershell. We will also see the alias associated with those commands so that we can use it for doing the same action  How to create a new directory in windows powershell  …

How to create or delete directories from Windows Powershell Read More »