Print Internetmarke on 62mm (2-3/7") endless label roll on a Brother QL-500 from terminal.
lpr -P Brother_QL_500 -o media=Custom.62x37mm TestPrint.pdf
List printers to find unique name:
lpstat -p -d
Print Internetmarke on 62mm (2-3/7") endless label roll on a Brother QL-500 from terminal.
lpr -P Brother_QL_500 -o media=Custom.62x37mm TestPrint.pdf
List printers to find unique name:
lpstat -p -d
How I got VC project running using QT and OpenGL on macOS.
brew install qt@5
If you don't have homebrew yet, it's high time.| #!/bin/bash | |
| # This script opens a SOCKS ssh-tunnel and a Firefox window in another profile than default | |
| # Now you can browse from the remote network | |
| # ssh-tunnel will be closed after closing Firefox | |
| # 2020-03-16 | |
| echo "open ssh-tunnel" | |
| # -D for socks | |
| # -q quit mode | |
| # -C compression |