by the way ...

2025/05/20

Firefox: Prevent Google AI on web search

›
 grab Greasymonkey or similar // ==UserScript== // @name         Google Web tab redirect // @match        https://www.google.com/search* // ...
2024/04/02

slackware local mirror copy

›
a work in progress ... to make sure it is working, first do a full slackpkg update.  create /data/mirror then run this script, adapt to your...
2023/10/05

Show "X" as Twitter in your browser

›
On a desktop computer (forget about cellphone), grab Firefox if you don't have it already and install FoxReplace addon. Then add a rule ...
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...
›
Home
View web version
Powered by Blogger.