Connect to vultr mysql databases from your machine
For security, mysql does not let incoming connections in the databases. So, if we want to connect to them from our local machine, we can use a firewall that will allow our public ip.
First we have to let connections to mysql server from other ips. We do it by adding bind-address option.
Using Gila CMS as a back-end service
Gila CMS is a content management solution I am building the last few years. It started as an open source project that would give the ability to smal
Weblinks 2020#31
How to load asycronous css
https://www.filamentgroup.com/lab/load-css-simpler/
Tabler icons
https://tablericons.com/
10 modern layouts in 1
How to autoload your classes with composer
If you use composer and you don't want to require your classes in your project. You can autoload them like the classes from the packages.To do that you add autoload in your composer.json file. If your class follows the psr-4 standard you can use psr-4 to include all classes in a f
Accesing your nextcloud files from ubuntu
Few days ago I installed nextcloud on a vitual machine of mine, as a way to share files between my devices. But actually today i found out how easy is to acces the files from the linux Nautilus filer manager.
In my ubuntu 18 the option to insert the server is at "+ Other Locations" (you m