devops




Learn what it takes to setup a replica server for PostgreSQL on Ubuntu with this step-by-steb guide. If you have never done it before this will help you get over that first hump.



Typing a command on the command line and hitting tab to get the rest of what you need is very nice. It is almost magical. Fortunately, it is quite easy to write your own...



You need to find a phrase in over 200 files worth of code. Manual searching is not a feasible option. If you are like me you know about grep, but...



You see a lot about SQLite all over the place, but finding a good place to start with how to use and interact with it is a pain. For a long time I never understood how to create, update, edit, etc. a sqlite Database. It turned out...