Usage:
if ( implode($_SESSION['captcha']) !== $_POST['captcha'] ) {
die('Captcha incorrect')
} else {
Nie, poważnie, nie. Prawdopodobnie czytasz to, ponieważ spytałeś, z jakiej usługi VPN korzystać i to jest właśnie odpowiedź.
Uwaga: Zawartość tego postu nie ma zastosowania do używania VPN zgodnie z przeznaczeniem, to znaczy jako wirtualna sieć prywatna (wewnętrzna). Dotyczy to tylko używania jej jako proxy, co robi każdy inny "dostawca VPN".
Rosyjskie tłumaczenie tego artykułu można znaleźć tutaj, autorstwa Timura Demina. Jest też ten artykuł o usługach VPN, który jest lepiej napisany (i ma więcej zdjęć kotów!) niż mój artykuł.
// ==UserScript== | |
// @name TrackingParameterRemover | |
// @namespace https://htsign.hateblo.jp | |
// @version 20240926-rev1 | |
// @description remove tracking parameters | |
// @author htsign | |
// @match *://*/* | |
// @run-at document-start | |
// @grant GM_registerMenuCommand | |
// @grant GM_getValue |
Recently, news broke about a new possible offline attack on WPA2 using PMKID. To summarize the attack, WPA2 protected APs can end up broadcasting PMKID values which can then be used to offline-brute-force the password.
These PMKID values are computed this way:
PMKID = HMAC-SHA1-128(PMK, "PMK Name" | MAC_AP | MAC_STA)
[Unit] | |
Description=Oragono IRCd | |
Wants=network.target | |
After=network.target | |
[Service] | |
User=irc | |
Type=simple | |
WorkingDirectory=/var/ircd/oragono/ | |
ExecStart=/var/ircd/oragono/oragono run |
/** | |
1. Install the Stylish(https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe?hl=en) extension for Chrome. | |
2. Open up extension options and paste the CSS mentioned below. | |
3. Specify the "URLs on the domain" to be `github.com`. | |
4. Add a title and save. | |
*/ | |
.dashboard-sidebar { | |
float: right; | |
padding-right: 10px; |
Sometimes you just need a container that keeps shell running in a kubernetes cluster. It's very handy to debug or to open an ssh tunnel into the container network.
Unfortunately, the ubtuntu
or busybox
contianers from Docker Hub exit, but this little trick starts the container with a never-ending, ye low CPU consumption tail -f
.
Now you can kubectl exec -it
into the container, which always maintains context.
---
A list of useful commands for the FFmpeg command line tool.
Download FFmpeg: https://www.ffmpeg.org/download.html
Full documentation: https://www.ffmpeg.org/ffmpeg.html