Python password generator
Here is a simple few liner password generator written in compact python. import string as s; from random import choice as c x=10; print ”.join() # python pw.py Bz7DKuzqCL
Read moreCUPS Purging not-completed print jobs older than..
When working with CUPS using remote print queues, you may find that the remote printer is not always available, has timed out, ran out of paper, has a paper jam, etc. Sometimes this causes a job to ‘not-complete’ and when running ‘lpstat -o’, you see old print jobs. We put together a quick script to [...]
Read more