Linux Posts

In Linux, chroot stands for change root. It is a process of creating a jailed environment for a calling process (e.g., SFTP) to isolate it from the rest of the…

Placeholder
Rahil

Postgres, also known as PostgreSQL, is a system for managing databases that uses the SQL language. It follows standard rules and offers advanced options like re…

Placeholder
Rahil

In this tutorial, I am going to show you how you can create a pool to segregate php process for each wordpress website. This totorial is setup using PHP-FPM8.1…

Placeholder
Rahil

In Linux and other Unix-like systems, you can use standard redirection to control the input and output of commands. Here’s a brief overview of how to use these…

Placeholder
Rahil

Setting up a cron job on Linux involves using the crontab command. Below is a step-by-step guide on how to set up a cron job: Open the Crontab Editor:To edit…

Placeholder
Rahil

To copy permissions from one file to another in Linux, you can use the chmod command in combination with the stat command. Here’s how you can do it: Step 1: U…

Placeholder
Rahil

PowerShell Posts

Learn how to use basic authentication with PowerShell's Invoke-RestMethod cmdlet. Follow our step-by-step guide and secure your REST API requests.

Placeholder
Rahil

Managing configurations is a critical part of ensuring that applications run correctly across different environments. In .NET applications, configurations such…

Placeholder
Rahil
Placeholder

PowerShell, an integral component of Windows operating systems, has revolutionized the way administrators and users interact with their systems by offering a ro…

Placeholder
Rahil
Placeholder

To convert string value to base64, follow the below steps in the PowerShell command line window: Encoding to base64 string: $encoded = [Convert]::ToBase64…

Placeholder
Rahil
Placeholder

PowerShell can be used as a REST client to access Azure REST APIs. To access Azure REST methods, you will need to have access to subscription with Azure AD App…

Placeholder
Rahil
Placeholder

To generate self-signed certificates we will use makecert.exe. You will need to first download Windows SDK for Windows 7 or later. Download and install Windo…

Placeholder
Rahil

Kubernetes Posts

Dive into our comprehensive guide on seamlessly creating Docker registry credentials with kubectl. Whether you're a beginner or an experienced Kubernetes admini…

Placeholder
Rahil
Placeholder

Get the latest Kubernetes Dashboard and deploy GITHUB_URL=https://github.com/kubernetes/dashboard/releases VERSION_KUBE_DASHBOARD=$(curl -w '%{url_effective}…

Placeholder
Rahil
Placeholder

Setup K3S Cluster By default, Rancher K3S comes with Traefik 1.7. We will setup K3S without Traefik ingress in this tutorial. Execute below command on mast…

Placeholder
Rahil
Placeholder

In this tutorial I will go over how to install and setup MetalLB for on-premise implementation. Pre-req Kubernetes cluster either K8S or K3S. Installing…

Placeholder
Rahil
Placeholder

In this tutorial, I will show you how to set up a lightweight Kubernetes cluster using rancher k3s. My current Raspberry Pi 4 configuration: Hostname RA…

Placeholder
Rahil
Placeholder

Pre-req VM requirements One Ubuntu 20.04 VM node where RKE Cluster will be running. One Ubuntu 20.04 host node where RKE CLI will be configured to use to…

Placeholder
Rahil
Scroll to Top