Make pkg(8) Faster In FreeBSD 11

A few weeks ago I had a little problem installing binaries via pkg(8). It was painfully slow. I had to do a fresh install on a new SSD after an old mechanical hard disk broke and reinstalling everything was a pain, not because I had to deal with it but because the whole reinstalling process was supposed to be faster.

Speedtest was okay. Installing from ports was okay, but in pkg the speed was only about 10 – 20%. Which is ridiculously unacceptable.

I don’t know if this is always the case but, when you install FreeBSD, its pkg server will be set to a US server which is pkg.freebsd.org, regardless of where you are actually.

Read More »

Setting Up Conky System Monitor Utility

Conky is a system monitor for X originally based on torsmo (see conky(1) manual). In this tutorial you will learn how to setup conky on both Archlinux and FreeBSD. Here’s what mine look like in FreeBSD. In my Archlinux machine it looks pretty much the same.

Install Conky 1.10.x

In Archlinux:

$ sudo pacman -S conky

In FreeBSD via package manager:

Read More »

Setup USB Wireless Adapter FreeBSD 11+

Setting up a wireless adapter on FreeBSD may not be as straightforward as it does in Linux, at times. I actually had several attempts before I finally get it to work. Below is a simple tutorial (that worked for me) on how you can setup a USB wireless adapter on FreeBSD 11. Let’s get started.

Identify Wireless Adapter

First, you need to identify your wireless adapter. On FreeBSD 11 and newer versions you can check for your wireless adapter by typing this command:

$ sysctl net.wlan.devices

Read More »

Review: FreeBSD Performance Test

FreeBSD 11 Performance Test
The screenshot of the performance test that I made with FreeBSD

One evening I was doing a little research online about something and as I open up websites after websites that talks about this certain topic, I didn’t realized I was already building up that many tabs in Chromium. And as we all know, Chromium tabs eats a lot of RAM. I only noticed it when I didn’t see any fave icons anymore. I’m surprised and I should say I’m impressed I didn’t even felt any slow down, not a bit, in FreeBSD’s performance – which is way better compared to the other OS’s that I have on this machine (Archlinux and Windows 10).

Read More »

How To Install FreeBSD 11 (step by step)

This is quite a lengthy process but I assure you if you patiently and carefully follow all the steps I have prepare in this tutorial, you will have FreeBSD 11 up and running in no time. The whole installation process for this tutorial took me around 30 minutes from start to finish.

Installation Media

For this tutorial, I used a DVD ISO installation media (FreeBSD-11.1-RELEASE-amd64-dvd1.iso). If you prefer to use USB Memstick, CD or Boot-only ISO, you can visit FreeBSD 11’s download page here and get your preferred installation media for FREE!

Disclaimer

This installation of FreeBSD 11 does not include a Desktop Environment (DE). This tutorial will only cover the whole default base pre-installation process. Later I will be creating another tutorial on how to setup a Desktop Environment in FreeBSD.

Read More »