Posts

Installing DBeaver on a Mac

0) What is DBeaver? Quite simply DBeaver is the best multi-database SQL IDE that I’ve used. It supports every JDBC connection that I’ve thrown at it and has advanced features for some of the more popular databases such as Mysql & Postgres. Many thanks to serge-rider for creating such an awesome tool. 1) Install Java First we need to install java which can be easily by running the following command in terminal (homebrew required):

First Blog With Pelican

Update 2018-03-18: I’ve since moved to Hugo This is my first blog post using Pelican and Markdown. A lot of the content below is to be used as reference mostly for myself and any others who are exploring using Python3, Pelican, & Markdown to create a blog. How to get up and running mkvirtualenv personal_blog pip install pelican pip install markdown pip install fabric3 pip install ghp-import pip install webassets npm install less -g cd Dropbox/projects/python/personal_blog/ git clone https://github.