April 12, 2021uncategorized aws lightsail: firewall dynamic ip aws lightsail offers a firewall which is a pretty good option as a first line of defense for your server, but what […]
April 12, 2021April 12, 2021uncategorized digital ocean vpc structure definition https://docs.digitalocean.com/products/networking/vpc/resources/droplet-as-gateway/
April 10, 2021April 10, 2021uncategorized wordpress: order posts by date modified add this snippet to your functions.php inside your theme folder. add_action( 'pre_get_posts', function( $query ) { if ( $query->is_main_query() && […]
April 10, 2021uncategorized unifi: set java_home vim /etc/default/unifi add JAVA_HOME=/usr/lib/jvm/jdk1.8.0_271
April 9, 2021April 9, 2021uncategorized python: create multi-dimensional list email_message_list = [[0 for x in range(w)] for y in range(h)]
April 7, 2021April 7, 2021uncategorized mautic: campaign stuck i've got a rather complicated use case for mautic we have multiple contacts per company on our system and we do not […]
April 4, 2021April 5, 2021uncategorized unifi video ubuntu nvr broken with java update amazing that the guys at unifi decided not to support the unifi video systems anymore as they are migrating to the unifi […]
April 4, 2021April 4, 2021uncategorized openjdk installation see if you have any java installled java -version sudo apt install openjdk-14-jdk then you need to select which java […]
April 3, 2021April 4, 2021uncategorized idempiere installation notes i'm installing in ubuntu 20.04. the regular installation detailed on idempiere's website did not work https://wiki.idempiere.org/en/Installing_iDempiere i followed the procedure, but got […]
April 3, 2021April 3, 2021uncategorized 2021 top opensource erps we currently use two opensource erps to mange our business: openbravo: to manage our formal accounting idempiere: to manage our stock (which […]