Random Password Generator (POMjs)
POMjs is an open and uncomplicated Random Password Generator written in Javascript and HTML. We all love secure and random passwords, and sometimes you just … Read more
Joaquim Homrighausen
POMjs is an open and uncomplicated Random Password Generator written in Javascript and HTML. We all love secure and random passwords, and sometimes you just … Read more
Have you seen a sudden increase in the disk usage for your Zimbra environment? Patching or re-starting Zimbra may very well be the culprit. Upgrading … Read more
Compare files in the two directories, and only report differences: diff -q path-1/ path-2/ Compare files in the two directories and their sub-directories, only reporting … Read more
Nextcloud, a truly wonderful open source project, allows you to create your own co-lab hub. You can choose to host it yourself, or get a … Read more
Redmine, Ruby, Passenger-Phusion, and Nginx makes for an extremely confusing situation with dependencies, installation “instructions”, and “mismatching” package versions. Redmine wants Ruby x, your Linux … Read more
Flying blind is no fun and many hardware manufacturers are notoriously bad at providing info tools form their hardware for Linux. If you have an … Read more
Applications, Computers, Development, Linux, Sysadmin
Having recently upgraded a small VPS from Ubuntu 18.04.LTS to Ubuntu 20.04.LTS, I ran into a little snag with Emacs and its color-theme (from the … Read more
After getting files from a remote source, it is often a good idea to get some sort of fingerprint or checksum of the file, and … Read more
During a product launch I recently came across an “interesting” issue involving pdftk (and php-pdftk). Some of the developers had made assumptions (ever heard that … Read more
Use redis-cli to monitor redis access and activity. redis-cli monitor or telnet localhost 6379 When the connection has been made, type MONITOR Use Ctrl+C or … Read more