Monday, October 7, 2019
Shortcut for login to remote computer via SSH
You can add a config file (no file extension) to your .ssh folder with the following entry:
Host lynard.me
HostName 157.245.194.238
User root
reference:
https://superuser.com/questions/399360/shortcut-for-login-to-remote-computer-via-ssh
Wednesday, September 25, 2019
django commands
create new django project
$ django-admin startproject mynewproject
run the server
$ python manage.py runserver
create app
$ python manage.py startapp myapptwo
Thursday, August 1, 2019
Tuesday, June 18, 2019
Odoo 9 screen is blank
Issue:
Solution:
I have found discussion on https://github.com/odoo/odoo/issues/19627 , seems that this issue was known. I tried the workaround to delete the assets information belong in /web/content
DELETE FROM ir_attachment WHERE url LIKE '/web/content/%';
but the first try wasn't successful, so i tried restart the service and refresh my browser.
Still not okay the second, third ... etc. I can't remember how many times i tried but at last it worked.
It's weird but I'm happy as for now. Eureka!
Tuesday, May 14, 2019
Failed to start Docker Application Container Engine
https://github.com/moby/moby/issues/16137
Solution:
It seems the problem is in the cyclane protection
need to ask the IT infra team to whitelist the docker container.shim and runc as part of docker installation.
Subscribe to:
Posts (Atom)
free online comma separating tool
https://delim.co/#
-
In my current company, I'm using Visual Paradigm for my documentation task. If you go there site, you can either download community and ...
-
One of the functionality in our system is can able to generate a report using Jasper report. We have a Jasper server setup in another ip ad...
-
issue https://github.com/odoo/odoo/commit/5bb7ffa2 1. copy the file from container to host docker cp 12f4057cbf0c:/usr/lib/python2.7...