Gogs on Debian

Gogs also known as Go Git Server is an open source cross-platform self-hosted Git server written in Golang, similar to the GitLab which is written in Ruby. It is easy to install and configure and offers a lot of customization options while installing, it lets you choose between MySQL, SQLite, and PostgreSQL as a Database … Read more

WordPress app for Mac/Windows/Linux

WordPress recently announced their clients for Mac, Windows and Linux, this app gives you access to the WordPress dashboard as a native client to the supported platform you are using. So now you can access all your self-hosted WordPress (requires Jetpack to be enabled) or your hosted WordPress blogs, with the beautifully designed WordPress dashboard. … Read more

PHP 7 on Ubuntu

It has been quite some time since PHP 7 was released, it has major bug fixes, improved and new ways of writing syntax and many other changes you can find here. So, I decided to write a guide on how to upgrade or install and setup PHP 7.x.x on your Ubuntu based system. This is … Read more

When and why you should use a CDN

CDN, also known as Content Delivery Network, is a way to distribute web content and assets to the user depending on this geographical location. This means that the closest server to your location will serve you the content. This makes a load-up time faster and reduces the load amount of active connection on the main … Read more