some stuff with spontanious murdered precesses that like to hang
π
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
| import ftplib | |
| import os | |
| from dotenv import load_dotenv | |
| load_dotenv() | |
| MODE = os.getenv('FTP_MODE') | |
| HOST = os.getenv('FTP_HOST') | |
| USER = os.getenv('FTP_USER') | |
| PASS = os.getenv('FTP_PASS') |
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
| import dbus | |
| bus = dbus.SessionBus() | |
| print(bus) | |
| proxy = bus.get_object("org.kde.KWin", "/KWin") | |
| print(proxy) | |
| print(proxy.currentDesktop(dbus_interface="org.kde.KWin")) |
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
| import ComicsDownloader from './PoW_comics-downloader.cjs' | |
| ComicsDownloader.downloadWebcomic( | |
| "https://w5.read-one-punchman.com/manga/one-punch-man-chapter-1/", | |
| "one-punch-man_webcomic", | |
| __dirname | |
| ) |
This conversation was generated with Duck.ai (https://duck.ai) using OpenAI's GPT-4o mini Model. AI chats may display inaccurate or offensive information (see https://duckduckgo.com/duckai/privacy-terms for more info).
====================
User prompt 1 of 9: Name: VBoxGuestAdditions During certificate downloading: Unknown reason
Assist: This error typically occurs when trying to download the VirtualBox Guest Additions ISO, indicating a problem with the download process. You may need to manually download the ISO from the VirtualBox website and insert it as a virtual optical disk to resolve the issue.
2024 @ Sett Sarverott <sett@sarverott.com> (https://sarverott.com)
ββββββββββββββββββββββββββββββββββ framework of technomantic memory system
ββββββββββββββββββββββββββββββββββ for mnemonic forrest placed in darkness
published under terms of GNU_GPLv3 license
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
| [default] | |
| label = value |
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
| [craftset] | |
| description = standard craftset for BOS workshop mainframe system - https://github.com/Sarverott/blacksmith-organization-system | |
| craftset_reporef = https://gist.github.com/a9933eea3dd0e4fc54e8ff275bd79dcf.git | |
| version = 1.4.2.5 | |
| unixusat = 1747218248256 | |
| selfcheck_hallow = 2bd95f090a034610e671901f42875ab6::f8af429b61593732b16ab92513446af0d4783318::61d04f5d3c17b929b908a44eb1192b5c6040aa0f7320f5c341abb325debdd331 | |
| selfdev_hallow = 35d92f35b63966cf7f719eb245a7905d::d0c90b25ebeba6e25d9e911a9c876d99d2efedd0::bbe4eda68288b902b96b137d25e6eb21643f32d391563f0a3c485740bef67f18 | |
| selfrun_hallow = 800102c81d6e218a09dec3a08ded206b::6555466f8c80c08f0ae8e134dfa89f5ef980faa0::b861cd77820b3743d83c9fc84c5466ec3ed9eb35aa906cbedac8520761244dcc | |
| omnis_blessing = 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
| #!/bin/bash | |
| #cd "$DOWNLOADS_DIR" | |
| mkdir snort3download | |
| cd snort3download | |
| # SNORT3 | |
| echo "downloading snort3..." |
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
| /* | |
| the Smeltry - included in Skriptonus and Blacksmith Organisation System | |
| Copyright (C) 2025 Sett Sarverott A.A.B. | |
| This program is free software: you can redistribute it and/or modify | |
| it under the terms of the GNU General Public License as published by | |
| the Free Software Foundation, either version 3 of the License, or | |
| (at your option) any later version. | |
| This program is distributed in the hope that it will be useful, |