Dub Force Events
x0Events cannot currently be displayed, sorry! Please check back later.x0_close-
Recent Posts
Recent Comments
Archives
- March 2022
- August 2021
- February 2021
- December 2020
- November 2019
- April 2019
- April 2018
- January 2017
- May 2016
- April 2016
- March 2016
- December 2015
- June 2015
- January 2015
- December 2014
- November 2014
- April 2014
- January 2014
- December 2013
- November 2013
- March 2013
- December 2012
- November 2012
- November 2010
- October 2010
Categories
Meta
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
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 clear cache, easywp, namecheap, opcache, opcache_reset, shared hosting
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
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 certificate, error, openssl, ubuntu, X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY
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 configure, hardy, hearbleed, install, make, old ubuntu, openssl, ssl, ubuntu, ubuntu 8.04
Comments Off on Compile OpenSSL from source on old Ubuntu