1) Filter Table
Filter is default table for iptables. So, if you donβt define you own table, youβll be using filter table. Iptablesβs filter table has the following built-in chains.
1) Filter Table
Filter is default table for iptables. So, if you donβt define you own table, youβll be using filter table. Iptablesβs filter table has the following built-in chains.
/** | |
* Web proxy detector detector script by OlyB | |
* Last updated: 2024-10-30 | |
* Currently supports Securly and GoGuardian detection methods | |
* Paste into browser console to use :) | |
* | |
* Securly detects using various query selectors and element content, | |
* While GoGuardian primarly uses the page's visible text content as well as script/img source attributes, which it checks against a list of terms. | |
* When detected, the script will log the matching selectors and/or terms. | |
*/ |
Developer β’ Adventurer β’ Modern Pirate in the Making
I'm passionate about technology, sailing, and freedom.
I build open-source tools, contribute to inspiring projects, and chase the dream of living a life of exploration β both across the oceans and in the world of code. ππ¨βπ»
π Current Focus:
import { createRoute, OpenAPIHono } from "@hono/zod-openapi"; | |
import { openapiGetResponses } from "./openapi"; | |
import { z } from "@hono/zod-openapi"; | |
const app = new OpenAPIHono() | |
const possibleStatusCodes = [200, 401, 500] as const satisfies readonly number[]; | |
const route = createRoute({ | |
operationId: "resource-name.list", | |
method: "get", |
ssh [email protected] "ffmpeg -i $URL -c copy -f nut pipe:1" | ffplay -i pipe:0 |
I'll explain how to create programs that run on Windows (.exe
files) from a Linux machine. I'll explain how to compile C and C++, and how to make 32- and 64-bit programs. I'll also explain how to use third-party libraries (we'll use SDL2 here), and how to distribute the programs. We'll use the MinGW-w64 toolchain to accomplish this.
Note: MinGW-w64 is a fork of its predecessor, MinGW. They are different. If you install MinGW-w64 in a different way than shown in this document, make sure you have MinGW-w64, not just MinGW!
IPython 0.10.1 -- An enhanced Interactive Python. | |
? -> Introduction and overview of IPython's features. | |
%quickref -> Quick reference. | |
help -> Python's own help system. | |
object? -> Details about 'object'. ?object also works, ?? prints more. | |
In [2]: from string_building_perf import * | |
In [3]: %timeit build_ul_list(100000) | |
10 loops, best of 3: 77.9 ms per loop |
People
![]() :bowtie: |
π :smile: |
π :laughing: |
---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |