Posts

Posts 14 Essential SSH Security Hardening Steps for Linux Servers Image
14 Essential SSH Security Hardening Steps for Linux Servers

Securing SSH access is crucial to prevent unauthorized logins and brute-force attacks. In this guide, I’ll share 14 essential steps that I personally use to harden SSH security on my Linux servers. 1. Disable Root Logins Logging in as root …

Read more >>
Posts How to Set Up SSH Key-Based Authentication in Linux Image
How to Set Up SSH Key-Based Authentication in Linux

Tired of entering passwords every time you SSH into your server? Or maybe you just want better security? Setting up SSH key-based authentication is the best way to secure your Linux server and log in without passwords. Here’s how you can …

Read more >>
Posts SSH into Raspberry Pi Zero over USB Image
SSH into Raspberry Pi Zero over USB

In this article, I will explain how to connect to a Raspberry Pi Zero via USB. Step 1: Installing Raspbian There are many tutorials available for installing Raspbian, so I won’t explain this step. After writing the Raspbian image to the …

Read more >>
Posts Save, Load and Transfer Docker Images Easily Image
Save, Load and Transfer Docker Images Easily

A Bash script for managing Docker images by providing functionalities for saving, loading and transferring images. Description The Docker Image Transfer script simplifies the management of Docker images. It offers the ability to save all …

Read more >>
Posts 20 Linux Basic Commands You Must Know Image
20 Linux Basic Commands You Must Know

When using a Linux operating system, you have to use a shell, which gives you access to the operating system’s services. So learning a few basic commands will go a long way if you are considering using Linux. In this article, you’ll …

Read more >>
Posts A solution for the yellow tint issue on laptop screens Image
A solution for the yellow tint issue on laptop screens

One prevalent issue faced by many display panels is the tendency to exhibit a yellowish tint when displaying white colors. A solution that I have discovered involves adjusting the contrast settings to mitigate this yellowish hue. Whether …

Read more >>
Posts Changing the database in Magento Image
Changing the database in Magento

Changing the database in Magento involves several steps to ensure the process is done correctly without losing data or causing site downtime. Whether you’re using Magento 1 or Magento 2, the basic steps are similar, but always ensure …

Read more >>
Posts How I Made a Power Bank Image
How I Made a Power Bank

I had been wanting to get a power bank for a while. When I saw there were so many different models, I thought, “Why don’t I make one myself?” A quick search on Google showed me that there’s no need for soldering, as …

Read more >>