Find and replace text within a file using sed
Find and replace text within a file using sed The procedure to change the text in files under...
Mount and ISO in FreeBSD or FreeNAS
How to mount a ISO in FreeBSD/NAS: mount -t cd9660 /dev/`mdconfig -f cdimage.iso` /mnt
Setting up SSH to use key pairs
If you SSH to the same server a lot and don’t want to type the password each time...
FreeBSD: make install – Accept default config
Using FreeBSD ports means compiling software by executing make install clean. This is great since it automatically fetches...
Install NGINX on FreeBSD
Installing NGINX Install NGINX $ pkg install nginx Create folder $ mkdir /data/www Find configuration file nginx.conf It’s...
Installing VMware tools on Freebsd 10
Installing VMware tools on Freebsd 10 When installing OS, add kernel src Once installed, start the tools installer...
Installing Enlightenment on FreeBSD 10
To install enlightenment your need to do something like this : # pkg install enlightenment then add exec...
Installing Gnome on FreeBSD 10
For installing Gnome desktop environment in FreeBSD 10, the following steps can be used. Install the needed packages...
Upgrading FreeBSD
Upgrading Using “FreeBSD Update” # freebsd-update fetch # freebsd-update install