I use my blog as a place to store things that I often need to look up. These posts are displayed below.
November 25, 2019
Visual Studio Code keybindings
A collection of Visual Studio Code keybindings I find useful.
June 15, 2018
Change file encoding in Vim
This is for my own reference, I always forget how to do this..
February 12, 2018
Basic server setup (Ubuntu)
This short guide is basically just a reminder to myself, where most of the content is based on Digital Ocean's Initial Server Setup with Ubuntu 16.04 and my own memory.
February 9, 2018
Disabling password for sudo in Ubuntu
Disabling the password needed for sudo for a specific user is very easy in Ubuntu. This method applies to Ubuntu 16.04, but probably also other versions of Ubuntu and maybe even other distros.
January 21, 2016
Creating a bootable USB stick on OS X
Here's a simple way to create a bootable USB stick from a downloaded .ISO file on OS X.
August 9, 2015
Deleting rows with a LEFT JOIN in MySQL
This is something I don't do that often, and I always forget the correct syntax. Thus this post.
July 9, 2014
Opening Sublime Text from the command line
I'm using Sublime Text 3 beta as my text editor. It's fast and lightweight, but at the same time it's very powerful. Here's how you can open Sublime Text from the command line.