Skip to content
$

DevOps Journal

DevOps / SRE Notes

  • Home
  • Contacts

Author: Val

Creating a New CA (SHA-512, 4096-bit) with PKCS #11 Smart Card Storage and Subordinate CA

February 18, 2025February 18, 2025 Val

Today, I will walk through the process of creating a new Certificate Authority (CA) using a 4096-bit RSA key and SHA-512 as the signature hash algorithm. I will also store…

Read more
Encryptionencryption mTLS RSA security SHA

PostgreSQL Notes

April 20, 2020 Val0 comments

How to drop all tables sharing the same prefix in PostgreSQL? Non-Cascade version: How to drop all functions in PostgreSQL?

Read more
Notesnotes postgresql

Running PostgreSQL in Docker on my Mac

April 13, 2020 Val0 comments

It’s extremely convenient to run your local tools, like RDMS, development environments and so on on Docker containers on Mac. To be honest with you, I hate installing a bunch…

Read more
Development DevOpsdevelopment docker postgresql

ElementaryOS: Resolution fix for 2560×1440

December 3, 2019 Val0 comments

Edit /usr/share/X11/xorg.conf.d/10-monitor.conf and paste the following: And reboot system with sudo reboot Thanks!

Read more
Linux Noteselementaryos fix linux notes resolution vmware

SendMail function in Golang

October 28, 2019 Val0 comments

Easy-to-use function to send HTML and plain-text emails in Go Usage:

Read more
Development Golanggolang mail programming

Apache 2.4.6 + mod_wsgi + Python 3.6 + Django 2.2.6 on CentOS 7

October 14, 2019 Val1 comment

There are many how-to’s on installing Apache with mod_wsgi, python 3.x and Django, but nothing worked for me, looks like mod_wsgi libraries installed by default with yum use Python 2.x,…

Read more
Linux

Nagios environment variables

September 5, 2019 Val0 comments

As soon as Nagios is managed by systemd, you have to change the passing environment variables from /etc/sysconfig/nagios to systemd Edit the file Add Environment=”” or EnvironmentFile=”” to [service] section…

Read more
Linuxnagios

Happy Independence Day!

July 4, 2019 Val0 comments

Wishing everybody a wonderful time on this special day in American history. Happy Fourth of July! God bless America!

Read more
Linux

Open-Xchange IMAP: STARTTLS failure

May 2, 2019 Val0 comments

During some experiments with open-sources code, found an issue with STARTTLS on the latest open-xchange appsuite 7.10.1-Rev9 Something like this: Looks like empty vars for SSL protocol and SSL ciphersuites…

Read more
Experiements Linuximap starttls

Paperkey: How to backup your GnuPG keys on paper

August 13, 2018 Val0 comments

To create a backup of your GPG Key, you may use one of the following commands paperkey –secret-key my-secret-key.gpg –output to-be-printed.txt Or using this if you have exported (not armored)…

Read more
Encryption Linuxbackup encryption gpg paperkey

Posts navigation

← Older posts

Recommends

  • Home
  • Hosting Blog
  • Contacts
  • DevOps as as Service

Categories

  • Ansible
  • Development
  • DevOps
  • Encryption
  • Experiements
  • Golang
  • Icinga
  • Library
  • Linux
  • Notes
  • Uncategorized

Recent Posts

  • Creating a New CA (SHA-512, 4096-bit) with PKCS #11 Smart Card Storage and Subordinate CA
  • PostgreSQL Notes
  • Running PostgreSQL in Docker on my Mac
  • ElementaryOS: Resolution fix for 2560×1440
  • SendMail function in Golang

Tech Stack

Docker
K8s
Terraform
Linux
Git
AWS
CI/CD
Ansible
Monitor
© 2026 DevOps Journal. Built with DevOps mindset.