×


Blog


Install Volatility on Linux Mint 20

This article covers to install Volatility on your Linux Mint 20 system via a step by step guide. In fact, Volatility is a powerful tool used for analyzing memory dumps on Linux, Mac, and Windows systems.


Hardlink and Softlink in Linux – How it works with Examples

This article covers how both hard links and soft links also known as symbolic links works in a Linux system. In fact, Soft links, also called symbolic links, are files that points to other files on the filesystem while Hard links to a file are instances of the file under a different name on the filesystem.


What are inodes?

Inodes are essentially identification cards for your file. They contain the file metadata, the file permissions, the file type, the file size but most importantly the physical address of this file on the disk.


Install Grsync on Debian 10 Linux system

This article covers how to install and remove Grsync from Debian 10 Linux system. In fact, Grsync is a Graphical rsync backup tool for Linux systems. It basically provides a graphical user interface to backup or sync important files & directories to remote machines or in local machines using rsync.


How to Install Grsync on Debian ?

Open the Terminal, run the below apt-get command:

$ sudo apt-get install grsync


Install GDU on Linux Mint 20

This article covers the right steps to install the GDU disk usage analyzer on your Linux Mint 20 system. In fact, GDU Disk Usage Analyzer is a graphical disk usage analyzer for GNOME. It is inspired by godu, dua, ncdu, and df and is intended primarily for SSD disks to utilize parallel processing fully.


Install Gatsby on Ubuntu 20.04

This article covers how to install Gatsby static site generators on Ubuntu 20.04 Linux system. In fact, Gatsby fetches all the data, renders the entire website into static HTML, CSS, JS files with the data available at that time. As it generates the static files, Gatsby applications can be deployed in anywhere.


Install Jenkins on CentOS 8

This article covers how to install Jenkins on CentOS system. In fact, Jenkins is an open-source software written in Java and Scala which allows users the ability to automate almost any task and, it saves significant time that can be better utilized addressing other issues. When automating tasks with Jenkins, users can optimize their workflow by quickly automating the jobs that servers cannot do themselves.

Also, you will learn how to manage Jenkins services, allow them in firewall, and access Jenkins using the web browser.