CATEGORY

Linux

Configure Apache2 to use SSL Client Authentication

SSL Client Authentication is a process by which a server checks client provided certificate to make an SSL connection. If the client certificate is...

Photon OS on vSphere

Photon OS is a Linux distribution created by VMware that is optimized for VMware vSphere with focus on docker containers. Here I'll demonstrate how...

ZRAM as swap on Ubuntu 22.04

Introduction zram is a kernel module in which data written to the device nodes it creates are compressed and stored in memory itself . This...

Install XAMPP in Linux

XAMPP stack is an open source Apache Distribution consists of cross-platform software (X), Apache (A), Maria DB (M), PHP (P) and perl (P). Developers...

Install Gradle on Ubuntu

Gradle is an open-source build automation tool; Java projects mostly uses Gradle. It automates the building process of applications which includes compiling, linking, and packaging...

Deploy Nextcloud on Docker

Today you will learn how to deploy Nextcloud on Docker Nextcloud is a suite of client-server software for creating and using file hosting services. It is...

How To Install Atom Text Editor on Ubuntu 

In this guide, we will show you how to install Atom Text Editor on Ubuntu and deb-based systems Atom is a free and open-source text and source code editor for macOS, Linux,...

Hiding Images with UNIX Utilities

Hi. This post is about Hiding Images with UNIX Utilities Introduction The following article is about a small trick I learned on the internet. It concerns...

How To Install GitKraken on Ubuntu 20.04

In this article, we will show you how to install GitKraken on Ubuntu 20.04 GitKraken Client is a software that makes Git commands and processes easy,...

Linux Repository Management using mrepo

mrepo is used for managing repositories from ISO image. It also downloads updates packages from third party repositories. You can also use this utility...

Latest news