sharingtechknowledge.blogspot.com
Sharing Tech Knowledge - 2.0: August 2013
http://sharingtechknowledge.blogspot.com/2013_08_01_archive.html
Sharing Tech Knowledge - 2.0. Linux, PostgreSQL, Pentaho BI, Python,Django, Data Visualization and other entertainments that I indulge myself with, when I can't sleep. Friday, August 30, 2013. PostgreSQL. Handling timestamps with timezone. Regarding timestamps and their proper handling, the world of databases is packed with bittersweet stories. With PostgreSQL this issue is rather straightforward if you are aware of the following principles:. Friday, August 16, 2013. PostgreSQL. pg memcache. Pentaho Data...
sharingtechknowledge.blogspot.com
Sharing Tech Knowledge - 2.0: python. plotting the normal distribution in 3,2,1, ... go!
http://sharingtechknowledge.blogspot.com/2013/06/python-plotting-normal-distribution-in.html
Sharing Tech Knowledge - 2.0. Linux, PostgreSQL, Pentaho BI, Python,Django, Data Visualization and other entertainments that I indulge myself with, when I can't sleep. Saturday, June 22, 2013. Python. plotting the normal distribution in 3,2,1, . go! Just for reference in case I needed later or should someone find it useful, this is the shortest path I've found to graphing the normal distribution using python. February 18, 2016 at 12:34 AM. Import matplotlib.pyplot as plt. Import numpy as np. Postgresql -...
sharingtechknowledge.blogspot.com
Sharing Tech Knowledge - 2.0: Weave Maker. Rapid Web Application Development
http://sharingtechknowledge.blogspot.com/2012/04/weave-maker-rapid-web-application.html
Sharing Tech Knowledge - 2.0. Linux, PostgreSQL, Pentaho BI, Python,Django, Data Visualization and other entertainments that I indulge myself with, when I can't sleep. Saturday, April 21, 2012. Weave Maker. Rapid Web Application Development. I'm giving Weave Maker a try, I love coding, but coding algorithms . the logic behind applications, I don't fancy myself as a GUI developer nor I think I would be good at it. anyway:. Http:/ www.wavemaker.com/product/. Did I mention that it has Apache license? Postgr...
sharingtechknowledge.blogspot.com
Sharing Tech Knowledge - 2.0: Pentaho Data Integration (Kettle) on Fedora 19 x86_64 Core dumped. Problematic frame: C [libsoup-2.4.so.1]
http://sharingtechknowledge.blogspot.com/2013/08/pentaho-data-integration-kettle-on.html
Sharing Tech Knowledge - 2.0. Linux, PostgreSQL, Pentaho BI, Python,Django, Data Visualization and other entertainments that I indulge myself with, when I can't sleep. Tuesday, August 6, 2013. Pentaho Data Integration (Kettle) on Fedora 19 x86 64 Core dumped. Problematic frame: C [libsoup-2.4.so.1]. You issue the script spoon.sh on Fedora 19 x86 64, it breaks with the following error:. A fatal error has been detected by the Java Runtime Environment:. JRE version: 7.0 25-b15. The workaround is modifying y...
sharingtechknowledge.blogspot.com
Sharing Tech Knowledge - 2.0: Sunday project. My desperate dictionary "attack"
http://sharingtechknowledge.blogspot.com/2013/04/sunday-project-my-desperate-dictionary.html
Sharing Tech Knowledge - 2.0. Linux, PostgreSQL, Pentaho BI, Python,Django, Data Visualization and other entertainments that I indulge myself with, when I can't sleep. Sunday, April 28, 2013. Sunday project. My desperate dictionary "attack". I was stuck with one word of this game:. Https:/ play.google.com/store/apps/details? You look at 4 pictures and guess the word that correlates them. I couldn't go further so, I decided to use brute force. Darwin@evolution: /spwords unrar Spanish.rar. Postgres=# CREAT...
sharingtechknowledge.blogspot.com
Sharing Tech Knowledge - 2.0: September 2014
http://sharingtechknowledge.blogspot.com/2014_09_01_archive.html
Sharing Tech Knowledge - 2.0. Linux, PostgreSQL, Pentaho BI, Python,Django, Data Visualization and other entertainments that I indulge myself with, when I can't sleep. Saturday, September 13, 2014. MediaWiki a wonderful CMS: Get the TurnKey appliance to use PostgreSQL. To configure the TurnKey appliance. Http:/ www.turnkeylinux.org/mediawiki. To use PostgreSQL as the database backend, take this script as a reference:. Subscribe to: Posts (Atom). MediaWiki a wonderful CMS: Get the TurnKey applian. Image: ...
sharingtechknowledge.blogspot.com
Sharing Tech Knowledge - 2.0: A virtual IP? What for? #linux
http://sharingtechknowledge.blogspot.com/2013/05/a-virtual-ip-what-for-linux.html
Sharing Tech Knowledge - 2.0. Linux, PostgreSQL, Pentaho BI, Python,Django, Data Visualization and other entertainments that I indulge myself with, when I can't sleep. Monday, May 27, 2013. It's an additional IP you assign to an interface by creating a virtual interface upon a real interface. For high availability scenarios, in which a service connects to a virtual IP pointing to a service (i.e. a database) . 2 The application server reconnects to the standby as if nothing happened. What kind of IP?
sharingtechknowledge.blogspot.com
Sharing Tech Knowledge - 2.0: MediaWiki a wonderful CMS: Get the TurnKey appliance to use PostgreSQL
http://sharingtechknowledge.blogspot.com/2014/09/mediawki-get-turnkey-appliance-to-use.html
Sharing Tech Knowledge - 2.0. Linux, PostgreSQL, Pentaho BI, Python,Django, Data Visualization and other entertainments that I indulge myself with, when I can't sleep. Saturday, September 13, 2014. MediaWiki a wonderful CMS: Get the TurnKey appliance to use PostgreSQL. To configure the TurnKey appliance. Http:/ www.turnkeylinux.org/mediawiki. To use PostgreSQL as the database backend, take this script as a reference:. Subscribe to: Post Comments (Atom). MediaWiki a wonderful CMS: Get the TurnKey applian.
sharingtechknowledge.blogspot.com
Sharing Tech Knowledge - 2.0: January 2015
http://sharingtechknowledge.blogspot.com/2015_01_01_archive.html
Sharing Tech Knowledge - 2.0. Linux, PostgreSQL, Pentaho BI, Python,Django, Data Visualization and other entertainments that I indulge myself with, when I can't sleep. Saturday, January 17, 2015. Zabbix. JMX monitoring. Working around the "javax.naming.namenotfoundexception: jmxrmi" issue. Aim: to monitor Active MQ queues bundled within Jboss Fuse with Zabbix. But there's a problem:. Https:/ support.zabbix.com/browse/ZBXNEXT-1274. So what do we do? Skip the java gateway altogether. Subscribe to: Posts (A...
sharingtechknowledge.blogspot.com
Sharing Tech Knowledge - 2.0: PostgreSQL. Handling timestamps with timezone
http://sharingtechknowledge.blogspot.com/2013/08/postgresql-handling-timestamps-with.html
Sharing Tech Knowledge - 2.0. Linux, PostgreSQL, Pentaho BI, Python,Django, Data Visualization and other entertainments that I indulge myself with, when I can't sleep. Friday, August 30, 2013. PostgreSQL. Handling timestamps with timezone. Regarding timestamps and their proper handling, the world of databases is packed with bittersweet stories. With PostgreSQL this issue is rather straightforward if you are aware of the following principles:. Subscribe to: Post Comments (Atom). PostgreSQL. pg memcache.
SOCIAL ENGAGEMENT