Enable https on Bitnami Wordpress sites
October 28, 2018WordPress,Bitnami,ssl,virtual hostWordpress,Bitnami
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)
October 28, 2018Step by step,SSL,sslletsencrypt
1. Install certbot on MacOs:
brew install certbot
2. Launch certbot on manual mode:
$ sudo certbot certonly --manual
Read more
[QuickFix] IntelliJ IDEA - Command line is too long. Shorten command line for ...
October 26, 2018intellij idea,quick fixQuick Fix
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
October 22, 2017Java,Spring Boot
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