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

Mixamo Downloader v0.1.0

What is Mixamo Downloader

Mixamo Downloader is a project which can help organize 3D model character animations generated by Mixamo.com website.

Mixamo.com is a website where you can animate 3d characters and download the file containing the animation, for free. The website has 2484 animations, and it could take forever to download all animations for a character by hand. Mixamo Downloader will download all animations, store them in Google Cloud storage bucket and expose REST WebServices for manage them.

The saved animations can be further used for implementing character animation in a video game, as seen in the video below.Read more


Java Gradle Capsule: Template Project

A Java Gradle Capsule is a single standalone compiled .jar file which contains all the dependencies necessary for running a Java application.

We can follow  the steps below for creating a Capsule Template Project.Read more