Category Archives: Linux

OpenWrt webcam

Install in OpenWrt: kmod-video-uvc mjpg-streamer luci-app-mjpg-streamer //refresh //Go to: services/mpg-streamer //Set it to: enabled //That will be all //Optional: Setup security and other parameters A still image will be available on: http://192.168.130.1:8080/?action=stream The stream will be available on: http://192.168.130.1:8080/?action=snapshot //—————————- … Continue reading

Posted in Linux | Tagged , | Comments Off on OpenWrt webcam

Clear opcache in PHP

If you are working on a shared environment and deleted PHP files keep around, check how to clear empty the cache… In this case we found the server used “opcache” so with the function opcache_reset() we can get rid of … Continue reading

Posted in Linux, Medium Technical | Tagged , , , , , | Comments Off on Clear opcache in PHP

FON2100A OpenWRT Unbrick

A small step to step on how to revive a bricked FONERA 2100A (With Redboot installed) Files Needed: Easy Redboot flash utility: http://download.berlin.freifunk.net/fonera/ap51-flash-gui-1.0-42.exe Previous program dependency: http://www.winpcap.org/install/bin/WinPcap_4_1_3.exe OpenWRT Kamikaze 8.09.2 http://downloads.openwrt.org/kamikaze/8.09.2/atheros/openwrt-atheros-vmlinux.lzma http://downloads.openwrt.org/kamikaze/8.09.2/atheros/openwrt-atheros-root.squashfs Hardware needed: – PC Computer (Or VM) – … Continue reading

Posted in Linux, Networking | Tagged , , , , , | Comments Off on FON2100A OpenWRT Unbrick

OpenSSL – Comodo “unable to get local issuer certificate”

Hello, If you use Comodo certificates over an (web) application that uses OpenSSL and you get the error “unable to get local issuer certificate” that mean that you have to merge the all the certificate chain on one file and … Continue reading

Posted in Linux, Medium Technical | Tagged , , , , | Comments Off on OpenSSL – Comodo “unable to get local issuer certificate”

Compile OpenSSL from source on old Ubuntu

Hello, If your version of Ubuntu is no longer supported you should update… But in the meantime you could fix the broken or insecure packages on this way… Note: Before continue check if you can get from a trusty source … Continue reading

Posted in Linux, Medium Technical, Security | Tagged , , , , , , , , , | Comments Off on Compile OpenSSL from source on old Ubuntu