When I publish my database schema to server by command “Database/Forward engineering” in MySQL Workbench I have a error
ERROR: Error 1067: Invalid default value for 'updated'
“updated” is Timestamp column and there is solution how you can fix this problem.
Ubuntu 16.04 64bit – OpenVPN and SafeNet iKey 5100 token
My company allows remote connection to some computers by OpenVPN, but you have to use SafeNet iKey 5100 token. There is small tutorial how can you install and configure OpenVPN with iKey 5100 token and how to modify windows *.ovpn files to be a Linux compatible.
Important note: OpenVPN contains bug and it doesn’t work with systemd and pkcs11 token. This is our case, Ubuntu 16.04 use systemd and SafeNet has pkcs11 API. This bug should be fixed in OpenVPN 2.5. You can find more informatinon at: https://community.openvpn.net/openvpn/ticket/538
Convert VmWare machine to VirtualBox
Convert VmWare machine to OVF
- Download and install OVF tool from VmWare pages (https://www.vmware.com/support/developer/ovf/)
- Run conversion by command
[code lang=text]
ovftool /…/Source/Source.vmx /…/Destination/Destination.ovf
[/code]
Potápěčská výstroj na prodej
Prodej kompletní potápěčské výstroje dle DIR konfigurace.
Solution for error: Xubuntu 14.10 + RabbitVCS + Thunar
I installed latest RabbitVCS from official PPA repository.
When I tried run Thunar, received exception:
thunar:13281): thunarx-python-WARNING **: g_module_open libpython failed: /usr/lib/libpython2.7.so.1.0: cannot open shared object file: No such file or directory Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/gobject/__init__.py", line 24, in import sys File "/usr/lib/python2.7/dist-packages/gobject/__init__.py", line 26, in from glib import spawn_async, idle_add, timeout_add, timeout_add_seconds, \ File "/usr/lib/python2.7/dist-packages/glib/__init__.py", line 22, in from glib._glib import * ImportError: /usr/lib/libpyglib-2.0-python2.7.so.0: undefined symbol: _Py_ZeroStruct (thunar:13281): thunarx-python-WARNING **: could not import gobject (thunar:13281): thunarx-python-WARNING **: pygobject initialization failed (thunar:13281): thunarx-python-WARNING **: thunarx_python_init_python failed Traceback (most recent call last): File "/usr/share/thunarx-python/extensions/RabbitVCS.py", line 35, in import thunarx ImportError: No module named thunarx
![]() |
![]() |
There is simple solution