Photoshop to Epson L850 printing

Photoshop to Epson L850 printing

Note to myself: In printer use Nozzle check If not ok use Head Cleaning If banding – use Print Head aliment and than choose from printer which one is more ok If banding – disable “High Speed” In settings(“More Options”) -> Customer- No color Adjustments ( we don’t want that printer will do again adjustments…

Read More Read More

Docker / dockeish or how to give to someone ssh securely

Docker / dockeish or how to give to someone ssh securely

Build an eg_sshd image The following Dockerfile sets up an SSHd service in a container that you can use to connect to and inspect other container’s volumes, or to get quick access to a test container. FROM ubuntu:16.04 RUN apt-get update && apt-get install -y openssh-server RUN mkdir /var/run/sshd RUN echo 'root:screencast' | chpasswd RUN…

Read More Read More