вторник, 24 ноября 2015 г.

DB2 CLP. Disable autocommit

To disable autocommit is db2 clp write the following command:
UPDATE COMMAND OPTIONS USING c OFF.

To check the results write the following command:
LIST COMMAND OPTIONS

вторник, 3 ноября 2015 г.

Linux Remote Desktop in Docker (part 1)

Here are my investigations about remote technologies in Linux.
My aim - to create docker container with firefox and access it remotely over the network.
This is kind of manual testing environment.