Skip to content

Posts from the ‘FreeBSD’ Category

2
Apr

FreeBSD /usr/ports build with all the default options

Something to remind myself

make -DBATCH install clean
30
Mar

Changes to make CutyCapt bypassing ssl certificate confirmation

I need to use CutyCapt to run with https url on server side. However, it doesn’t support https url. A patch for bypassing the SSL certificate confirmation has been submitted on this page (and other additional features). However that change has never been pulled to the main release. So I tried to apply the patch to the source, the patch process didn’t work and the build failed. Read more »

23
Sep

Configure Shellinabox as a url path on FreeBSD

I need to test my web application on a remote network. For policy reason, I am only allowed web access to my FreeBSD box (no ssh) which makes the debugging to the backend processes very difficult. Hence, I need to install a web based ssh client, shellinabox, a daemon program that opens a listening port service html pages with http requests and the backend is a ssh login process. Read more »

4
Jun

Running CutyCapt + Qt on FreeBSD

I need to generate some screenshots from a Javascript graphing library, Highcharts, on the server side as in a background process. Luckily, this post in Highchart forum has the answer. As for running CutyCapt on FreeBSD, there is only minor difference. Here are the steps: Read more »

9
Dec

Install FreeBSD archive packages online via sysinstall

I wrote this just for reminding myself. Sometimes, when you try to install a package on a older release FreeBSD machine via sysinstall using the online method, you will find the release become obsolete and cannot be installed anymore. Read more »

1
Jun

Note on implementing Ajax style hidden IFRAME upload page on FreeBSD 8.0

This problem has taken me a while to track it down. The same code works fine on Ubuntu with IE8, Firefox, Safari but it just doesn’t work on FreeBSD. Read more »

9
May

Quick tutorial on how to create a FreeBSD system startup script

The init system of FreeBSD is quite different to the Linux. There is no concept of symbolic link of the init script to each run level and no run level. All you have is one big long list of init scripts and very simple way to administer these scripts. If you want some further readings, check out the original paper on rc.d system.

Here is a short tutorial, hopefully someone will find it useful. If you need to know more in depth, check out the FreeBSD document Read more »

8
May

Quick steps on setting up Apache + SSL + PHP + JSON on FreeBSD 8.0


There are many webpages that offer comprehensive information on setting up Apache on FreeBSD, such as freebsdmadeeasy.com. However, I can’t find any tutorial just list the quick steps to get me going in minutes. So here is one. Read more »

25
Sep

Building the latest Intel ixgbe driver (1.9.0) on FreeBSD 7.1

FreeBSDThis is a short note of what needed to be changes to get the Intel ixgbe driver build for the FreeBSD 7.1 kernel. I needed to build a product, INE Ultra, for a customer and the product is built on FreeBSD 7.1 with an Intel 10 Gigabit XF SR Dual Port Ethernet card.

When I booted the machine, there were no sign of Intel network devices apart from the motherboard ones. Then I found out, the card requires ixgbe driver which is not configured as part of the kernel compilation. Read more »

10
Mar

A useful document for explaining interrupt throttling triggered by high network load

FreeBSDI was tuning network performance under high traffic load on FreeBSD and stumbled across some parameters on the em drivers for the Intel Gigabit Network Card. The man page of em(4) explains briefly what Read more »

Follow

Get every new post delivered to your Inbox.

Join 25 other followers