035179593513 [email protected]

SFTP Connection reset by peer

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...

write iso image to usb stick in linux / mac os

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....

Search or grep docker logs

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):...
en_USEnglish