menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-amd64' --class debian --class gnu-linux --class gnu --class os {
insmod gzio
insmod raid
insmod mdraid1x
insmod part_msdos
insmod part_msdos
insmod ext2
set root='(mduuid/e165b8a7ac19f29e8800e7b4f7fb3a5c)'
search --no-floppy --fs-uuid --set=root 5871e838-3d53-47a6-8ec8-6edeb6998faf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GTS -> M247 | |
[root@snowball ~]# iperf3 -c 185.120.146.100 | |
Connecting to host 185.120.146.100, port 5201 | |
[ 4] local 128.140.230.2 port 44269 connected to 185.120.146.100 port 5201 | |
[ ID] Interval Transfer Bandwidth Retr Cwnd | |
[ 4] 0.00-1.00 sec 105 MBytes 881 Mbits/sec 0 489 KBytes | |
[ 4] 1.00-2.00 sec 107 MBytes 901 Mbits/sec 0 489 KBytes | |
[ 4] 2.00-3.00 sec 110 MBytes 923 Mbits/sec 0 526 KBytes | |
[ 4] 3.00-4.00 sec 107 MBytes 897 Mbits/sec 0 526 KBytes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
Removed `brain/kissmd/cache/996 AND (SELECT 2218 FROM(SELECT COUNT(*),CONCAT(0x71767a6a71,(SELECT (ELT(2218=2218,1))),0x7162767071,FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.CHARACTER_SETS GROUP BY x)a)-- yOuC/0/0/articole/2022/07/28/netflix-leodicaprio_af27f114b4acd21de58c4c3d4c60325b.jpg` (versionId=d38174dc-991e-4479-8730-1f9d32808b32). | |
Removed `brain/kissmd/cache/996 AND (SELECT 2218 FROM(SELECT COUNT(*),CONCAT(0x71767a6a71,(SELECT (ELT(2218=2218,1))),0x7162767071,FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.CHARACTER_SETS GROUP BY x)a)/0/0/articole/2022/07/28/netflix-leodicaprio_af27f114b4acd21de58c4c3d4c60325b.jpg` (versionId=c5138089-4e28-4f21-aee3-9f3ed1eda435). | |
Removed `brain/kissmd/cache/996 AND (SELECT 4356 FROM(SELECT COUNT(*),CONCAT(0x716b626a71,(SELECT (ELT(4356=4356,1))),0x71716b6b71,FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.CHARACTER_SETS GROUP BY x)a)-- FrhF/0/0/articole/2022/08/17/tom-holland-social-media_e855cd4c94194aaa828d45ed587b7132.jpg` (versionId=7839ec54-bb91-4131-8a4b-d923c2c8d95 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Car Scanner ELM OBD2 | |
DTC report | |
Selected brand: Mazda | |
VIN: JMZGJ621691343026 | |
============1============== | |
P2262 | |
Raw code: 2262 | |
ECU: Engine control unit | |
Status: Confirmed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/google/resource_compute_forwarding_rule.go b/google/resource_compute_forwarding_rule.go | |
index 45581e30e..024e53d6e 100644 | |
--- a/google/resource_compute_forwarding_rule.go | |
+++ b/google/resource_compute_forwarding_rule.go | |
@@ -1,30 +1,27 @@ | |
// ---------------------------------------------------------------------------- | |
// | |
-// *** AUTO GENERATED CODE *** Type: DCL *** | |
+// *** AUTO GENERATED CODE *** Type: MMv1 *** | |
// |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{job="varlogs",filename="/var/log/secure"} | |
| regexp "(?P<month>\\w+) (?P<day>\\d+) (?P<time>\\d{2}:\\d{2}:\\d{2}) (?P<hostname>\\w+) (?P<process>\\w+)\\[(?P<pid>\\d+)\\]: (?P<message>.*)" | |
{job="varlogs",filename="/var/log/messages"} | |
| regexp "(?P<month>\\w+) (?P<day>\\d+) (?P<time>\\d{2}:\\d{2}:\\d{2}) (?P<hostname>\\w+) (?P<process>\\w+)(\\[(?P<pid>\\d+)\\])?: (?P<message>.*)" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function yaml_validate { | |
python -c 'import sys, yaml, json; yaml.safe_load(sys.stdin.read())' | |
} | |
function yaml2json { | |
python -c 'import sys, yaml, json; print(json.dumps(yaml.safe_load(sys.stdin.read())))' | |
} | |
function yaml2json_pretty { | |
python -c 'import sys, yaml, json; print(json.dumps(yaml.safe_load(sys.stdin.read()), indent=2, sort_keys=False))' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3' | |
services: | |
webserver: | |
labels: | |
- "traefik.enable=true" | |
- "traefik.http.routers.myservice.rule=Host(`server.example.com`)" | |
- "traefik.http.routers.myservice.entrypoints=websecure" | |
- "traefik.http.routers.myservice.tls.certresolver=le" | |
- 'traefik.http.routers.myservice.middlewares=myservice_addheader' | |
- 'traefik.http.middlewares.myservice_addheader.headers.customrequestheaders.x-forwarded-proto=https' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -i $FILENAME -ac 1 -b:a 128k -f mp4 -c:a aac -t 29.99 -y $OUT_FILENAME |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
LONG_OPTIONS="long:,short:" | |
LONG_PARAMETERS="^(long|longer|longest)$" | |
LONG=default_long | |
SHORT_OPTIONS="l:s:" | |
SHORT_PARAMETERS="^(short|shorter|shortest)$" |
NewerOlder