yarn package

[Solved] Error: Note, selecting ‘cmdtest’ instead of ‘yarn’

If you are trying to install yarn dependency manager you might face this error that Ubuntu fails to install yarn and goes on to suggest or install cmdtest. Note, selecting…

Read more »
Installing WSL2 on windows

How to Install WSL2 on Windows

Easy to follow step by step guide to install WSL2 or Windows Subsystem for Linux on windows.

Read more »
ubuntu ufw disables on reboot

[Solved] Ubuntu refusing connection on port 80

I was getting this issue that I was not able to connect to port 80 on ubuntu server. Same virtual network settings were being used with a different instance but…

Read more »
linux users and permission

How to give ubuntu user permission to write to www directory

If you are using sftp client to quick edit few files on your web server you must have face the issue of not having permission to edit files. This can…

Read more »

[Solved] Error: Unable to find a match: htop CentOS 8

If you are trying to install htop on CentOS 8 by using the command sudo yum install htop and getting this error Error: Unable to find a match: htop This…

Read more »
installing openresty

How to Install Openresty on Debian 10

Openresty is a web server built on Nginx with some additional built-in features like Lua programming language. If you want to use Lua with Nginx you will need to compile…

Read more »

How to Install Nodejs on Ubuntu 20.04

Nodejs is a javascript runtime environment that got popular very quickly. It has got a huge developer community and is still developing very fast. Nodejs can be installed directly from…

Read more »

How to install zsh on Ubuntu 20.04

Zsh is a Unix command interpreter or shell that comes with a few more bells and whistles than the bash shell. Many people prefer it to a bash shell as…

Read more »
installing openresty

How to install Openresty on Ubuntu 20.04

Install Openresty web server on your server using this step by step easy to follow installing tutorial. Video guide also available.

Read more »
percona

Installing Percona MongoDB on Ubuntu 18.04

Percona Server for MongoDB is mostly the same as MongoDB server that you can install from the Ubuntu repository but percona mongodb comes with few additional features like pluggable storage…

Read more »