by DATUREX GmbH | Jan 22, 2020 | Linux
[tm_pb_section admin_label="section"][tm_pb_row admin_label="row"][tm_pb_column type="4_4″][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off"...
by DATUREX GmbH | Jan 20, 2018 | Linux
Solution: "owner and group of the destination directory must be "root". Other users also have to be root the world have to write permissions (chmod 755)" subfolder of /destination have to belong to the sftp user otherwise you will receive...
by DATUREX GmbH | May 4, 2017 | Linux, Mac OSX
Linux sudo lsblk Mac OS sudo diskutil list Select device The name of the device looks like this /dev/disk1 Now comes the dd command, which expects an if for InputFile and an of for OutputFile as parameters. The InputFile is your image and the OutputFile is your device....
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 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...
by DATUREX GmbH | Apr 30, 2016 | General, IONIC, Linux, Mac OSX
On mac osx, I had errors while running and building with ionic. This command fixed this on terminal: sudo chown -R $USER /Users/$USER/.config/
Recent Comments