Categories
News Web

Firefox – Copy Link Without Site Tracking

The latest version of Firefox features a new context menu option on links: “Copy Link Without Site Tracking.”

2023-12-11 latest Firefox 120.0.1
Categories
Web

abusix.com – email reputation

Abusix.com is an email reputation service seemingly used by Swisscom.

ℹ️ Maybe this article will be expanded someday if I had more touchpoints. The goal is not to introduce the service but to provide a glimpse into touchpoints with technology.

Categories
Web

Website Carbon calculator

You can find the Website Carbon Calculator here to try for yourself. This will give you a glimpse into your website’s eco-friendliness. But don’t be fooled, this check has a lot of limitations.

Categories
Web

web-performance.ch web tools

Debugging the internet or services on the internet can be a challenging task. I regularly need to perform debugging lookups for performance or security. I review lists of IP addresses after defending against attacks on a web property. All of these use cases need specialized tools. Here is a collection of tools I like and use.

Categories
Web

PHP Cron Push Monitoring

I run a cron job every 5 minutes to execute background processes. Once they have successfully completed, I execute the following PHP function to verify their success and measure the execution time. If the execution fails, it sends me a push notification indicating that the push/heartbeat was not received within the expected timeframe. I monitor the push timeframes on statuscake.com.

Categories
Web

Loadtest Tools

There are many tools available, but not all are for the same purpose. I will collect here what I tend to use and build know-how on.

Categories
Web

SuperBenchmarker for Loadtest

SuperBenchmarker is similar to Apache Benchmark (ab.exe). It will display both ongoing real-time updates as well as a final result in HTML and on the command line. It can be easily installed with Chocolatey.

With the ability to parameterize SuperBenchmarker, it’s a quick and simple way to run a test right from your machine.

Categories
Web

Notepad++ links nicht klickbar

Ich bevorzuge Links die nicht klickbar sind. Daher schalte ich diese Option immer aus im Notepad++.

Categories
Web

XAMPP add PDO MSSQL extension

https://www.apachefriends.org/de/index.html

XAMPP ist eine kostenlose Entwicklungsumgebung mit Apache und PHP. Direkt nach der Installation ist MSSQL nicht unterstützt. Die PDO Erweiterung kann aber einfach hinzugefügt werden.