A. Maharjan

Directory Commands in Linux

In this article, the author presents several Linux directory commands designed for directory operations.

April 8, 2024

The Digital Identity Lifecycle

The digital identity management lifecycle goes through several phases: Provisioning, Propagation, Utilization, and Deprovisioning. This article provides a thorough exploration of each stage.

March 29, 2024

Access Controls

This article briefly discusses Access Control within Identity and Access Management, detailing its models (MAC, DAC, RBAC, et cetera).

March 16, 2024

Linux network commands

Networking is crucial for running servers, cloud services, network systems, etc. This article provides some of the Linux network commands.

March 12, 2024

Getting started with LDAP

In this article, I will provide a brief introduction to LDAP, guide you through its setup in Linux, and explain the configuration of its various components.

February 21, 2024

Create PWA from website

A Progressive Web App (PWA) is built on web technology, providing users with experience similar to native apps. The author shows how to create a PWA in a straightforward way.

February 11, 2024

Basic Commands in Linux

This article, part of ‘A Linux Crash Course for Absolute Beginners,’ will show you basic Commands in Linux.

February 4, 2024

Install Ubuntu Desktop on VirtualBox

This article, part of ‘A Linux Crash Course for Absolute Beginners,’ will show you how to install Ubuntu Desktop on Oracle VM VirtualBox.

January 27, 2024

Cybersecurity Glossary

Discover the Cybersecurity Glossary for easy explanations of Cybersecurity related tech jargons. The glossary is under MIT license.

January 9, 2024

A short note on Cloud Computing

In the simplest terms, cloud computing is the delivery of various services through the internet. This includes data storage, networking, servers, different software, databases, etc. In this post, I’ll explain what cloud computing is, its three primary services, and the deployment models of the cloud.

December 18, 2023

Simplify markdown with Python

Markdown files are a popular format for documentation and other text-based content, but as the amount of information grows, the files can become long and difficult to manage.

In this article, I will show you how you can simplify and organize your markdown files by compiling them into a single README with Python script.

February 7, 2023

Reverse proxy

A reverse proxy server is a type of proxy server that typically sits behind the firewall in a private network and directs client requests to the appropriate backend server.

December 26, 2022