Enable https on Bitnami Wordpress sites

1. Open httpd-vhosts.conf (/opt/bitnami/apps/wordpress/conf/httpd-vhosts.conf) , it should look like this:Read more


Generate free SSL certificates (certbot manual macOS)

1. Install certbot on MacOs:

brew install certbot

2. Launch certbot on manual mode:

$ sudo certbot certonly --manualRead more


[QuickFix] IntelliJ IDEA - Command line is too long. Shorten command line for ...

Error:
Error running 'All in project-name': Command line is too long. Shorten command line for All in project-name or also for JUnit default configuration.

Quick Fix:

  • Open file from project root folder .idea/workspace.xml, go to section <component name="PropertiesComponent"> and add the following:Read more