In this short guide I would like to help you if you are in the same frustrating situation as me. In particular I spent a lot of time trying to understand what was going wrong on my Nextcloud installation and now I want to give you (I hope) a solution. The situation we want to…
Category: Web
How to enable emoji on Nextcloud
I found this interesting post on the community forum that explains step by step the commands to display correctly emoji on Nexcloud and in particular on Talk. Please note that the following guide DOES NOT enable the emoji library on Nextcloud but only allows to display emoji correctly. https://help.nextcloud.com/t/emojis-not-working/65004
VPS, DNS and Apache: how to create a subdomain for a new web service
If you bought a VPS and you are now running your website, maybe you want also to install a new self-hosted web service like a cloud server to store your data. For example, you would like to run Nextcloud but actually you don’t know how to setup the environment and how to be able to…
Hide Apache and PHP version
Sometimes, the most easy way for an hacker to exploit your server is just to know the version of the web server that you are running on your machine. The first thing to do when you setup for example Apache, is to hide this information. In fact, the default setting is to show all the…
Easy and free HTML to PDF with PHP
Transforming your html and php webpages into a great PDF it’s going to be super easy from now. Online I googled hundred times a good library to generate PDF dinamically and the only interesting found was the following https://github.com/spipu/html2pdf I think it’s absolutely the best free lib and it’s very easy to use. It uses…