Zertifikate für Drucker hp M283

openssl pkcs12 -export -in /root/letsencrypt/certs/tzsz_de/cert.pem -inkey /root/letsencrypt/certs/tzsz_de/privkey.pem -out /root/letsencrypt/certs/tzsz_de/drucker.pfx -name drucker.tzsz.de -passout pass:certpass
curl -v --insecure -u admin:webpass https://drucker.tzsz.de/hp/device/Certificate.pfx --form upload=@/root/letsencrypt/certs/tzsz_de/drucker.pfx --form Password=certpass

Von

Securing an HP LaserJet printer with LetsEncrypt

Installing TLS certificates on HP printers automatically

PDFs zu den Links

Securing an HP LaserJet printer with LetsEncrypt – Peter Hicks‘ Blog

Installing TLS certificates on HP printers automatically – Peter Hicks‘ Blog

Homebrew cask update

There is now finally an official upgrade mechanism for Homebrew Cask (see Issue 3396 for the implementation)! To use it, simply run this command:

brew upgrade --cask

However this will not update casks that do not have versioning information (version :latest) or applications that have a built-in upgrade mechanism (auto_updates true). To reinstall these casks (and consequently upgrade them if upgrades are available), run the upgrade command with the --greedy flag like this:

brew upgrade --cask --greedy

To get outdated:

brew outdated --cask --greedy --verbose

Manjaro install Mysql log

Installing MariaDB/MySQL system tables in ‚/var/lib/mysql‘ …
OK

To start mysqld at boot time you have to copy
support-files/mysql.server to the right place for your system


Two all-privilege accounts were created.
One is root@localhost, it has no password, but you need to
be system ‚root‘ user to connect. Use, for example, sudo mysql
The second is mysql@localhost, it has no password either, but
you need to be the system ‚mysql‘ user to connect.
After connecting you can set the password, if you would need to be
able to connect as any of these users with a password and without sudo

See the MariaDB Knowledgebase at https://mariadb.com/kb or the
MySQL manual for more instructions.

You can start the MariaDB daemon with:
cd ‚/usr‘ ; /usr/bin/mysqld_safe –datadir=’/var/lib/mysql‘

You can test the MariaDB daemon with mysql-test-run.pl
cd ‚/usr/mysql-test‘ ; perl mysql-test-run.pl

Please report any problems at https://mariadb.org/jira

The latest information about MariaDB is available at https://mariadb.org/.
You can find additional information about the MySQL part at:
https://dev.mysql.com
Consider joining MariaDB’s strong and vibrant community:
https://mariadb.org/get-involved/