FreeBSDUNIX FreeBSD: make install – Accept default config Using FreeBSD ports means compiling software by executing make install clean. This is great since it automatically fetches... malcolmFeb 17, 2016
FreeBSDUNIX Install NGINX on FreeBSD Installing NGINX Install NGINX $ pkg install nginx Create folder $ mkdir /data/www Find configuration file nginx.conf It’s... malcolmFeb 3, 2016
UNIX How to use cURL CURL is used to download a file from the web In this case the file jquery-2.2.0.min.js # curl... malcolmFeb 3, 2016
FreeBSDUNIX Installing VMware tools on Freebsd 10 Installing VMware tools on Freebsd 10 When installing OS, add kernel src Once installed, start the tools installer... malcolmFeb 3, 2016
FreeBSDUNIX Installing Enlightenment on FreeBSD 10 To install enlightenment your need to do something like this : # pkg install enlightenment then add exec... malcolmFeb 3, 2016
UNIX pkg ‘hidden’ switch Pkg on FreeBSD 10 seems to have a “hidden” switch/option. If you’re getting the “failed checksum from repository”... malcolmFeb 2, 2016
UNIX How To: List Just Directory Names in Unix How To: List Just Directory Names in Unix $ ls -d */ malcolmJan 30, 2016
UNIX testing and installing python and django $ python Python 2.7.5 (default, Jun 17 2014, 18:11:42) $ su - # tar xzvf Django-x.xx.tar.gz #... malcolmJan 24, 2016
UNIX How do I make the vi editor display line number How do I make the vi editor display or hide line numbers? To make vi display line numbers,... malcolmJan 20, 2016
FreeBSDUNIX Installing Gnome on FreeBSD 10 For installing Gnome desktop environment in FreeBSD 10, the following steps can be used. Install the needed packages... malcolmApr 3, 2015