by DATUREX GmbH | Apr 26, 2017 | Docker, Linux
Normal grep and piping seems not to work for docker: docker logs target_container | grep include_term That is normal, because docker logs internally to the standard error out, so we have to redirect the standard error output (2) to the standard output (1):...
by DATUREX GmbH | Apr 3, 2017 | IOS, Mac OSX
Solution: sudo npm -g install ios-deploy -unsafe-perm=true Error: 0 info it worked if it ends with ok 1 verbose cli [ '/usr/local/bin/node', 1 verbose cli '/usr/local/bin/npm', 1 verbose cli 'install', 1 verbose cli...
by DATUREX GmbH | Apr 1, 2017 | Linux, Mac OSX, Windows
Problem: I tried to compress a set of files via batch processing. Some of these files were currently opened by another process, so I encountered this problem. 7zip works as designed to skip those files, because an opened file could be uncompleted in the moment where...
Recent Comments