How To Automated Gitea Update
Gitea didn’t have a built-in script to auto-update itself, so we need to write simple bash script to do the job for us. Since the Gitea only single executable file, we can just grab the latest version from Github, then…
Gitea didn’t have a built-in script to auto-update itself, so we need to write simple bash script to do the job for us. Since the Gitea only single executable file, we can just grab the latest version from Github, then…
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…
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…
This behavior has been removed from WordPress, so if you need to change the default folder location for uploaded files or images, we need to change wp-config.php or set using wp-cli. The default folder is wp-content/uploads, let say we want…
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…
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…
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…
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…
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…