How to backup your MAMP PRO resources (databases)
Hey guys. In order to keep your resources safe I suggest you to backup the following folder: /Library/Application\ Support/appsolute If you are looking for database files, you can find them…
Hey guys. In order to keep your resources safe I suggest you to backup the following folder: /Library/Application\ Support/appsolute If you are looking for database files, you can find them…
Let's go straight into the subject: Shut down your VM Delete any Snapshots you might have done on the past Go to VM settings, Disk Drive Hit the button to…
It's quite frustrating when something unexpectedly stops working, right? There are many topics out there on the subject but for some reason they don't seem to work as expected. So let's understand…
Let's go straight into the subject matter. Here are the steps to create a copy of a existing database. 1. Open mysql CLI $ mysql -u root -p 2. List…
My server hosts multiple HTTPS web sites and recently I had an issue with my letsencrypt renew service. I verified that my renew cronwas still there available on my server and it…
Sometimes the functions exposed by firebird are not enough to satisfy our needs. Luckily we can create our own internal functions. Let's say you want to cast a potential numeric…
Typescript allows us to create subsets of existing interfaces. Let's take an example: You have a function that return IUser IUser has many fields among them name and lastName.…
Sometimes we have to set up nginx behind a proxy either because we can't have multiple public ports open, or because we have complex micro service apps powering our application…
Install nginx brew install nginx Update nginx conf nano /usr/local/etc/nginx/nginx.conf Service control commands // Start nginx nginx // Test nginx conf nginx -t // Expected test result output nginx: the…
Install Ubuntu GUI* *Graphical User Interface Setup droplet $ sudo apt-get update For XFCE4 GUI (Preferred in my case) $ sudo apt install xfce4 xfce4-goodies For Ubuntu Desktop GUID $…