Anwar

Posts

How do I fix running low on disk space usage?

Fix running low on disk space usage You may be running low on disk space. You can check individual directories and their disk space usage...

How to Switch Users in Ubuntu and Other Linux Distributions [Quick Beginner Tip]

It is really simple to switch users in Ubuntu or any other Linux distribution using the terminal. All you need to do is to know the unsername...

GitHub invalid username or password

After enabling Two Factor Authentication (2FA), you may see something like this when attempting to use git clone, git fetch, git pull or git push: $ git push origin masterUsername...

How to change port in Next.js App

When you are running your next.js application locally, default port is 3000. Since it is a commonly used port, you might have other service running...

Fix privileges and never again use sudo with npm

We have a few options to install Node and npm. Using Homebrew is the safest and recommended way to do it. Another safety option is using Node Version...

File Permission Issues on RunCloud

If u get error regarding permission folder failed to rewrite please use this command by ssh your server = chown -R runcloud:runcloud /home/runcloud/webapps/<name of your...

Hosting NextJS on a private server using PM2 and Github webhooks as CI/CD

This article shows you how can host your Next.js site on a (virtual private) server with Nginx and a CI/CD pipeline via PM2 and Github...

How to Install Blockchain on Ubuntu

In this step-by-step guide we will show you “How to install blockchain on Ubuntu Blockchain.”  Blockchain is, quite literally, a chain of blocks that contain and distribute...

Blockchain how to create your own cryptocurrency

How does cryptocurrency work? How to make a cryptocurrency? How to create my own cryptocurrency? All these questions must be popping in your head. Don’t...