tips
More on less
   3 min read    Riku Takei
This post will cover some of the useful features in less that will let you look at any text-based document like a wizard!! Scroll through page-wise As you may already know, you can use <space> to move one window forward in the document, but did …
Config files
   6 min read    Murray Cadzow
Config files, sometimes referred to as dot-files, are files that you can make to customise the way a program behaves. Two such files you might like to create are .bashrc to customise how your bash looks and behaves, and .Rprofile to customise how R …