Relative Content

Yearly Archives: 2020

Postgresql replication

PREAMBLE It goes without saying that if you want to set up replication then you need a master and a slave postgresql server.  There is a bit of configuration to do in order to get it running. This how to was originally written for older versions of Postgresql but has been updated to reflect the […]

DHCP and Bind

If you wish to use your server as a dhcp server then you need to make sure that bind9 and the dhcp server can talk to each other.  You should already have bind installed and running as expected at this point.  Next thing to do is install your dhcp server # apt install isc-dhcp-server Debian […]

Vim plugins

The vim configuration file on a user basis is ~/.vimrc.  If you don’t have this file then make it. I always like to start vim with numbering on so the first thing I put in this file is set number   The global configuration file is /etc/vimrc.  in here I like to uncomment the following […]