Here is steps installing zabbix-1.8 on Lenny : I assume you already have a running apache, mysql and ssh-server, so preparing all needed dependencies should be simple as follows : {code}apt-get install build-essential apt-get install fping apt-get install libsnmp-dev apt-get install libcurl4-openssl-dev apt-get install php5-gd apt-get install libiksemel-dev apt-get install libmysqlclient-dev{/code} Create the zabbix user […]
Read MoreMonthly archives for January, 2010
Compiling libiphone on KLIXs
Because a new 3rd gen iPhone and iPod touch has a multiplex usb mode by Apple and udev cannot communicate thus we need libiphone, which a library to communicate with services running on Apple iPhone/iPod Touch devices. Here is how to compile them : [root@jfklixsdomain libiphone-0.9.5]# ./configure checking for a BSD-compatible install… /usr/bin/install -c checking […]
Read MoreBandwidth limitter using mod_bw module with apache
Running a webserver with a lot quantity of virtual server is a double-edged sword. The more hosted site, the more income for us, but for every ten legitimate users, there’s at least one greed user that wants the whole site traffic. This is bad enough under normal circumstances, but it’s even worse when we’re on […]
Read Moremobile media converter
Only a front end gui for ffmpeg but i found this little utility quite useful since it can handle many multimedia format and the output results were quite good and also fast enought compare to handbrake or winff. It also has a utube downloader for easy access without need to open a browser. Here is […]
Read MoreKiosk Machine Running a Single X11 Application
By changing the Xsession file you can start a kiosk-style machine that starts a single X11 application. On Debian you would change the file /etc/X11/Xsession.d/99×11-common_start. In stock form there is a line that reads: exec $STARTUP Change that to read : exec firefox javascript:%20resizeTo(1024,768) and your machine will boot directly into Firefox at a screen […]
Read Morejmicron jmc26x PCIe Ethernet
The easiest part if the kernel doesn’t support one of the device is applying a pacth for that particular device driver then added them on new next kernel development. This time it’s turn to be a jmicron jmc260 linux device driver that still cannot detect automatically under 2.6.27 kernel series. The module jme.ko.gz are there […]
Read MoreMobile template framework for websites or webapps
I like the idea of browser in a mobile device, and of course the iPhone or Ipod Touch with their touchscreen and multi touchscreen capability to zoom in and zoom out the web page, but you have to be pretty blinded by the tech not to see the shortcomings. First, the normal web page were […]
Read MoreRipping FLAC and Play on Linux
If you spent some time really (I mean “really”) serious listening to your iPod or MP3 player you might believe that something is missing on the music details and the staging. It turns out however very explainable because they were compressed music and they were not meant to be an audiophile standard format. FLAC (Free […]
Read Moreath9k module for AR9285 using compat-wireless
Today I’ve got an AR9285 Atheros WLAN that I must make it work for MKU-model. The dead line is 2 days, since there are so many backlog I must complete for testqc and MNG-Model. Unfortunately the AR9285 only supported with kernel 2.6.29 and above regardless to linuxwireless.org, and I’m still using kernel 2.6.27 series kernel […]
Read MoreThunderbird and Firefox integration problem
Every time a new version of Firefox or Thunderbird comes out, it becomes impossible to open links in FF from TB and vice versa. Here’s what to do: Go into /usr/lib/thunderbird-2.0.0.23/thunderbird.cfg as root. Change it to read: pref(“network.protocol-handler.app.http”, “mozffremote”); pref(“network.protocol-handler.app.https”, “mozffremote”); pref(“network.protocol-handler.app.ftp”, “mozffremote”); pref(“network.protocol-handler.app.http”, “/usr/lib/firefox-3.5.3/firefox”); pref(“network.protocol-handler.app.https”, “/usr/lib/firefox-3.5.3/firefox”); pref(“network.protocol-handler.app.ftp”, “/usr/lib/firefox-3.5.3/firefox”); In FF: edit > preferences > […]
Read More