I've been writing online since 2015, mostly about Web Development and DevOps. Use the search below to filter by title.

Configuring DNS for your cPanel domain

cPanel (both shared and on servers) lets you host a website and email for your domain names. To establish the connection between the domain name and your cPanel account, you need to change the domain name’s DNS

Tmux Conf

Here is the config file for your tmux package

Access EC2 Linux box over ssh without .pem file

You may be in the situation where you need to access your EC2 instance from any machine, not necessarily your own. It’s a pain to carry around your .pem file and a bad idea to leave it on someone elses machine too. Here’s a solution to let you login to your instance with a password.

Redirect HTTP to HTTPS automatically in GoDaddy

If you have a secure certificate (SSL) on your website, you can automatically redirect visitors to the secured (HTTPS) version of your website to make sure their information is protected

Install third party SSL Certificate on GoDaddy Shared cPanel Hosting

Install any third party SSL Certificates on your GoDaddy shared cPanel Hosting

How To Undo Last Git Commit

If you are a web developer or a software engineer, it is very likely that you are pushing a lot of commits to your Git repository everyday.

Up and running with Raspberry Pi B+ (Headless)

Installing noobs v1.5.0 on your raspberry Pi B+ and LAMP with Headless

“Visual Studio Code is unable to watch for file changes in this large workspace” (error ENOSPC)

When you see this notification, it indicates that the VS Code file watcher is running out of handles because the workspace is large and contains many files.

proc_open(): fork failed errors

This could be happening because the VPS runs out of memory and has no Swap space enabled.