Categories
Apps & OS's Coding

Configuring NetBeans for PSR-1 and PSR-2 coding guidelines.

Update: I’ve recently (as of February 2015) created a ‘Netbeans Module’ that you can import into Netbeans to automatically set the correct settings (instead of having to manually following this guide, see: https://github.com/allebb/netbeans-psr-formatting Recently I’ve been looking into the PHP-FIG PSR standards and in an attempt to standardise my coding styles to a widely used standard, the PSR standards look like […]

Categories
Apps & OS's

How to install Nano on FreeBSD

I just thought I’d quickly post up a post on how to install Nano (a really simple to use CLI text editor) on FreeBSD, Although I’ve tested on FreeBSD 9.0 it should work with other versions of FreeBSD too… You will find that by default FreeBSD does not come with this installed, having mainly used […]