K.I.S.S.
It always annoys me why printing on Linux is so goddamn hard all the time. Strange errors, broken filters... etc. Instead of using fancy stuff, it seems that the following little script prints any kind of format just fine to our office printer:
#!/bin/sh gs '-dBATCH' '-dPARANOIDSAFER' '-dNOPAUSE' '-sDEVICE=pxlmono' '-r600x600' '-sOutputFile=/tmp/test' $1 cat /tmp/test | nc -q 1 10.0.2.163 9100
Life Line
Merge branch 'xdebug_3_5'
Back to -dev
Go with 3.5.3
Go with 3.5.2
Merge branch 'xdebug_3_5'
Merged pull request #1089
Fixed issue #2424: Control-socket with invalid commands crashes
Merge branch 'xdebug_3_5'
Merged pull request #1088
Make sure to clean up the created tracefile
Fixed issue #2433: Refactor finding variable names in trace files wit…
Removed duplicate POIs
Move two POI nodes into one
Song Thrush Tweets: Good Morning
#BirdPhotography #BirdsOfFediverse #Birds #Nature #Photography #london
Confirmed a fitness_centre
Black-headed Gull in Flight.
#photography #Birds #BirdPhotogaphy #BirdsOfMastodon #nature #london #BirdsOfFediverse
Created a bench; Deleted a bench
I hiked 8.7km in 3h52m50s
Updated a cafe
I walked 1.6km in 1h18m14s
I walked 3.1km in 33m32s
Updated a restaurant
I walked 7.8km in 1h19m41s



Shortlink
This article has a short URL available: https://drck.me/k.i.s.s-3he