Jul 18, 2018

SOLVED InsecurePlatformWarning: A true SSLContext object is not available.

in my case, its solved by : sudo su : pip install -U pip pip install -U pyopenssl ndg-httpsclient pyasn1...
Read more ...

Jul 17, 2018

just simple ocr

$ sudo apt-get update $ sudo apt-get install autoconf automake libtool $ sudo apt-get install libpng12-dev $ sudo apt-get install libjpeg62-dev $ sudo apt-get install g++ $ sudo apt-get install libtiff4-dev $ sudo apt-get install libopencv-dev libtesseract-dev $ sudo apt-get install git $ sudo apt-get install cmake $ sudo apt-get install build-essential $ sudo apt-get install libleptonica-dev $ sudo apt-get install liblog4cplus-dev $...
Read more ...

Jul 15, 2018

playing with socat

liat komunikasi header (request + response)     sudo socat -v TCP-LISTEN:8001,fork  TCP:192.168.100.100:8069   lihat komunikasi data  (request + response)     socat -u tcp4-listen:1934,fork SYSTEM:'tee in.txt |socat - "TCP:192.168.100.100:8069" |tee out.txt' check header request     socat -u tcp4-listen:1934 - forward to 2 destination, just first     socat -u tcp4-listen:1934...
Read more ...

Jul 4, 2018

moving odoo 10 from site to other site

simple summary steps 0. turn off all websites traffic, and restart the postgres 1. backup source file 2. backup filestore 3. backup database via psql let's rock the job!!! 1. BACKUP SOURCE FILE make zip file under Odoo folder 2. BACKUP filestore the location usually here  ".local/share/Odoo/filestore" 3. BACKUP Database DATABASE BACKUP pg_dump esti > esti_o10_jul_4_18.out DATABASE RESTORE psql create database esti...
Read more ...