Relative Content

Yearly Archives: 2024

Manjaro pacman update errors

From time to time (particularly on laptops that do not get updated as often as they should) you may get errors about signatures that prevent manjaro from updating.  To get around this try the following: sudo pacman -Syy archlinux-keyring manjaro-keyring sudo pacman-key –init sudo pacman-key –populate and now you should be able to update in […]

Securing Postgresql

In an ideal world Postgresql ports would not be open to the internet however it is never a bad idea to add a layer of security.  If you do have public facing postgresql ports then it is essential. For this tutorial I have written a couple of script to help with creating a Certificate authority […]