Category Howto

How to Upgrade Mikrotik using Webfig

Mikrotik is good hardware for cheap, which suitable for most home networks. I’ve been using Mikrotik for few years, the same hardware for so long. Luckily Mikrotik keep push update even to the older version, my Mikrotik even supports the…

How To Setup OpenVPN in 3 Minutes on Debian 10

This is a guide about how to setup OpenVPN on Debian 10. OpenVPN has been used by a lot of people around the world, many people preferred it over the competitor because of the compatibility and they know it well…

How To Install Guacamole Server on Ubuntu 20.04

Guacamole is a web-based remote desktop, easy to use and a little hard to install for the first time. Guacamole has 2 part, first the server part which can installed on any server, and the client which should installed on…

How To Install Latest PHP 8 on Debian 10

This short tutorial will explain how to install the latest PHP 8 on Debian 10, PHP 8 comes with a lot of new features and improvements, and some of the deprecated extensions which you should take a look at before…

How To Install Gitlab Community Edition with SSL on Debian 10

Gitlab is a git repository manager with project manager, issue-tracking and CI/CD (Continuos integration/continuos deployment). Gitlab has free version which can be used by anyone on their own hardware, many company prefered Gitlab over Github because it can self hosted…

How To Install Latest PHP 8 on CentOS 8

The latest version of PHP 8.0 just released few day ago. PHP 8 is the greatest PHP version right know, if you use PHP as your main dev language the 8.0 has many advantages over 7.x version. Few advantages of…

How To Install NodeJS 15 Ubuntu 20.04 / Debian 10

Node.js is a JavaScript run time which build on top of V8. Node.js is one of the most popular technology used nowdays, many startup build Node.js. The current stable version if Node.js 5 which is not available on Ubuntu 20.04…

How To Install Centrifugo on Ubuntu 20.04

Centrifugo is a scalable real-time messaging server in language-agnostic way. It can use as a free alternative to pusher.com services. Centrifugo support WebSocket and SockJS. Few of Centrifugo advantages: – Simple server API – Client library – User authentication with…