There are sometimes we have to check the availability of addons module such as curl and json within php load for maintenance and debugging purposes. The ispcp disabled this phpinfo call function due to vulnerability leak by this function, and this is good for precaution against hackers out there, but as I mention above, there […]
Read MorePosts in category Linux
ZTE usb Modem AC2726 on KLIXs
My friend got this cdma ZTE usb modem this week and tested on KLIXs but he never manage to get this modem running, so here is the steps to make it work using usb_modeswitch : First of all, we have to learn something by investigating the lsusb output at the time this modem was inserted […]
Read MorePico DJH upside down image from uvcvideo webcam
There are sometimes the video output from webcam are turned upside down by default on some notebook type. I’ve seen this on some hp notebook (I forgot the type) and also on Axioo Pico DJH model that one of the user at klixsonline were complaining about this issue. This upside down image issue was not […]
Read MoreAgere 11c11040 modem chipset
Get the source from here and extract them to /usr/src : Run make module to build the agrmodem.ko dan agrserial.ko : [root@localhost agrsm-2.1.80-4klixs2010]# make module make -C /lib/modules/`uname -r`/build/ SUBDIRS=/usr/src/agrsm-2.1.80-4klixs2010 modules make[1]: Entering directory `/usr/src/linux-2.6.27.31.jf5′ CC [M] /usr/src/agrsm-2.1.80-4klixs2010/agrsoftmodem.o /usr/src/agrsm-2.1.80-4klixs2010/agrsoftmodem.c: In function ‘x_task_queue_init’: /usr/src/agrsm-2.1.80-4klixs2010/agrsoftmodem.c:458: warning: assignment from incompatible pointer type /usr/src/agrsm-2.1.80-4klixs2010/agrsoftmodem.c: In function ‘x_task_queue_init_usb’: /usr/src/agrsm-2.1.80-4klixs2010/agrsoftmodem.c:469: warning: […]
Read Morezabbix on lenny
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 MoreCompiling 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 More