Category: Uncategorized

  • Going Live on Google Cloud Marketplace

    A Technical Lead’s Experience As the technical lead for MOGOPLUS’s recent launch on Google Cloud Marketplace, I want to share our journey and key insights. MOGOPLUS provides insights from unstructured data, primarily serving the lending sector. Our decision to join the Google Cloud Marketplace stemmed from our existing relationship as a GCP customer and our…

  • MySQL substring start is one based

    To my surprise, MySQL SUBSTRING functions start position is one based. A start position of ‘0’ will return an empty string. If you would like to get the first 100 characters of a column named ‘my_column’ you will need to use SUBSTRING(‘my_column’, 1, 100). Using SUBSTRING(‘my_column’, 0, 100). will return an empty string. Postgres and…

  • mysql setup for phabricator

    Create phabricator user to be used in phabricator config Grant the above user CREATE TABLESPACE permission so he can create DB Grant all permissions on the phabricator tables to the above user (daemons/upgrade scripts require different permissions – the permission list from the doc wasn’t enough, so I granted all permission to the user) CREATE…

  • Forum for Indians in Australia

    Ausindians

  • Bella donna

    Bella donna won’t be tamed Belluci, however, is unconcerned about what her children might think of her movies. ”If you are scared about what people think or what you represent or what your image can be, then you are not free any more in your choices. That can be dangerous for your art. I think…

  • Parrallel processing from the bash commandline

    for i in `seq 1 40`; do echo $i; /tmp/script.sh >> /tmp/script.out 2>&1 & done Note the lack of ‘;’ before ‘done’. The ‘&’ indicates the end of the statement.

  • DNS Zone File Serial

    Today, I came across this error while checking a DNS Zone file for error (I was trying to script the syntax check of a zone file before deploying it onto our production servers): named-checkzone example.com example.com.zone dns_rdata_fromtext: example.com.zone:3: near ‘201005051010’: out of range zone example.com/IN: loading from master file example.com.zone failed: out of range And,…

  • Movie News

    news2u.in is a place to read interesting happenings in Tamil Cinema World.

  • Moved!

    From trk7.blogspot.com to http://trk7.com/blog through trkesavan.blogspot.com. The blog has found itself a new address. I finally did it! Had the domain registered for 6 months, now finally manged to put some content into it (never mind that the content has mostly been imported from my blogger account). I am planning to update the blog regularly…

  • trk7.com

    currently working on my site trk7.com.