Posts

How To Easily Fix The …

Have you ever encountered the above error? It’s pretty annoying, innit? Generally, it’s either called initramfs or busybox error. It typically indicates an issue during the boot process of a Linux system. Initramfs (initial RAM file system) is a temporary file system that is loaded into …

How To Deploy React App …

GitHub Pages or gh-pages is one of the easiest ways to deploy static sites. But, did you know that you can also easily deploy a simple React app on GitHub Pages? Without any further ado, let’s get started. First, install gh-pages on the React app by typing: npm install gh-pages --save-dev …

Mastodon Verification

Mastodon is a Twitter-like micro-blogging platform. There are a lot of tweaks that you can make on Masto, as it’s free and open-source software. It provides you with a way to verify your websites on the platform in an indie web-style way. What Does It Mean? Imagine you have a personal blog or …