https://support.brave.app/hc/en-us/articles/360039248271-Group-Policy
sudo mkdir -p /etc/brave/policies/managed/
sudo -e /etc/brave/policies/managed/policy.json{
"BraveAIChatEnabled": false,https://support.brave.app/hc/en-us/articles/360039248271-Group-Policy
sudo mkdir -p /etc/brave/policies/managed/
sudo -e /etc/brave/policies/managed/policy.json{
"BraveAIChatEnabled": false,| python -c'print(__import__("requests").get("https://ipinfo.io/ip").text)' |
| #!/usr/bin/env python | |
| import re | |
| SIZE_UNITS = {"kB": 1 << 10, "MB": 1 << 20, "GB": 1 << 30} | |
| def parse_size(v): | |
| s, u = v.split() | |
| return float(s) * SIZE_UNITS[u] |
| ==> no candidate packages found for pruning | |
| (3/3) Performing snapper post snapshots for the following configurations... | |
| ==> root: 3015 | |
| ~/workspace/hh-applicant-tool -> main | |
| (.venv) ❯ flatpak update -y | |
| Looking for updates… | |
| Info: runtime org.kde.Platform branch 6.8 is end-of-life, with reason: | |
| We strongly recommend moving to the latest stable version of the Platform and SDK |
| def parse_size(size): | |
| num, unit = size.split() | |
| exp = ['B', 'kB', 'MB', 'GB'].index(unit) | |
| return float(num) * 1024**exp |
| smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.18.7-arch1-1] (local build) | |
| Copyright (C) 2002-25, Bruce Allen, Christian Franke, www.smartmontools.org | |
| === START OF INFORMATION SECTION === | |
| Model Number: Samsung SSD 980 500GB | |
| Serial Number: S64DNG0R240119V | |
| Firmware Version: 3B4QFXO7 | |
| PCI Vendor/Subsystem ID: 0x144d | |
| IEEE OUI Identifier: 0x002538 | |
| Total NVM Capacity: 500,107,862,016 [500 GB] |
| smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.18.7-arch1-1] (local build) | |
| Copyright (C) 2002-25, Bruce Allen, Christian Franke, www.smartmontools.org | |
| === START OF INFORMATION SECTION === | |
| Model Number: ADATA LEGEND 710 | |
| Serial Number: 2N112L171DDT | |
| Firmware Version: VC0S036M | |
| PCI Vendor/Subsystem ID: 0x1cc1 | |
| IEEE OUI Identifier: 0x707c18 | |
| Controller ID: 1 |
| smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.18.7-arch1-1] (local build) | |
| Copyright (C) 2002-25, Bruce Allen, Christian Franke, www.smartmontools.org | |
| === START OF INFORMATION SECTION === | |
| Model Number: Netac NVMe SSD 1TB | |
| Serial Number: AA202309081T32321889 | |
| Firmware Version: H230715a | |
| PCI Vendor/Subsystem ID: 0x1f40 | |
| IEEE OUI Identifier: 0x000000 | |
| Total NVM Capacity: 1,000,204,886,016 [1.00 TB] |
| import socket | |
| import random | |
| import argparse | |
| import sys | |
| from io import BytesIO | |
| # Referrer: https://github.com/wuyunfeng/Python-FastCGI-Client | |
| PY2 = True if sys.version_info.major == 2 else False |
| /* | |
| * https://github.com/morethanwords/tweb | |
| * Copyright (C) 2019-2021 Eduard Kuzmenko | |
| * https://github.com/morethanwords/tweb/blob/master/LICENSE | |
| * | |
| * Originally from: | |
| * https://github.com/zhukov/webogram | |
| * Copyright (C) 2014 Igor Zhukov <igor.beatle@gmail.com> | |
| * https://github.com/zhukov/webogram/blob/master/LICENSE | |
| */ |