1.) Download a Nerd Font
2.) Unzip and copy to ~/.fonts
3.) Run the command fc-cache -fv to manually rebuild the font cache
1.) Download a Nerd Font
2.) Unzip and copy to ~/.fonts
3.) Run the command fc-cache -fv to manually rebuild the font cache
| # import config. | |
| # You can change the default config with `make cnf="config_special.env" build` | |
| cnf ?= config.env | |
| include $(cnf) | |
| export $(shell sed 's/=.*//' $(cnf)) | |
| # import deploy config | |
| # You can change the default deploy config with `make cnf="deploy_special.env" release` | |
| dpl ?= deploy.env | |
| include $(dpl) |
$ git remote add heroku git@heroku.com:project.git
$ heroku git:remote -a project
midclt call -job kubernetes.update '{"pool": "hd1","cluster_cidr":"10.42.0.0/16", "service_cidr": "10.43.0.0/16","cluster_dns_ip":"10.43.0.10","route_v4_interface":"enp0s3","route_v4_gateway": "10.0.60.1"}'
docker system prune -fa --volumes| #!/bin/bash | |
| #### Dirty/Fake PHP Interpreter to trick PHPStorm into using PHPDBG for running tests with/without code coverage | |
| ## For Mac/Linux only, Window's ubuntu subsystem theoretically would work too | |
| ## | |
| ## | |
| ## Related JetBrain's issues/feature requests | |
| ## https://youtrack.jetbrains.com/issue/WI-21414 | |
| ## https://youtrack.jetbrains.com/issue/WI-29112 | |
| ## |
To be able to use PHP5 PDO with MS Access mdb files the following is required
(the same applies for the PHP4 style of using odbc_X except for the
obviously PDO specific requirements):
In Linux this is achieved by intalling the php5-odbc package:
libbz2-dev libssl-dev libcurl4-openssl-dev pkg-config libjpeg8-dev libpng-dev libfreetype6-dev libxpm-dev libgd-dev libpq-dev libreadline-dev libxslt1-dev