by the way ...
2021/08/28
PhpUnit Code Coverage Analysis
›
goal is to be able to select individual directories for the CCA: $phpunit --coverage-html=./cca \ --coverage-filter=./app \ --coverage-filt...
2021/08/26
extracting PHP errors & warnings from apache log
›
slackware: cd /var/log/httpd or debian cd /var/log/apache2 clear ; cat error.log | grep PHP | grep -P '(.*])\K.*' -o |sort -u
2021/03/30
How to prevent web admin session expiration on routers (Huawei at least)
›
Note: this post is just a public draft. 1) open Firefox 2) visit your router's administration web page. 3) Open debugger. 4) Log in ...
2021/01/05
Script to prevent SSH attacks while allowing you to connect from dynamic IP address.
›
while most of the time connecting to a remote server using openvpn would be a smart choice, sometimes it's not an option. This script is...
2021/01/03
x2x on Slackware
›
I had to write something. This was kinda shocking to me. I was looking for a KVM (Keyboard, Video and Mouse) software to be able to control...
2020/12/05
Script to reconnect wan via rc.inet1
›
My router is a Linux PC with 2 lan boards, one for local lan and the other directly connected to the ISP router (configured as bridge). Each...
2020/06/28
Linux: [Draft] how files should be organizaded inside $home
›
as the title says, this is a draft made public. what I intend to do here is to organize my thoughts on how scripts and files should be place...
‹
›
Home
View web version