flowchart TD
A["Start checkuplink.sh"] --> B{"mesh_vpn enabled?"}
B -- "0" --> Z["Exit"]
B -- "!= 0" --> L["Lockfile setzen /var/lock/checkuplink.lock"]
L --> C{"Lock erhalten?"}
C -- "nein" --> C1["Log: Lock file exists, Exit"]
C -- "ja" --> D{"mesh_vpn.enabled == 1?"}
D -- "nein" --> D1["Warn-Log: Invalid value, weiter"]
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
| <html lang="en"><head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Schnakey</title> | |
| <style> | |
| html, body { | |
| margin: 0; | |
| padding: 0; | |
| height: 100%; | |
| overflow: hidden; |
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
| apt update && apt upgarade | |
| cd /tmp/ | |
| wget https://archive.ubuntu.com/ubuntu/pool/main/u/ubuntu-release-upgrader/ubuntu-release-upgrader-core_24.04.27_all.deb | |
| wget https://archive.ubuntu.com/ubuntu/pool/main/u/ubuntu-release-upgrader/python3-distupgrade_24.04.27_all.deb | |
| wget https://archive.ubuntu.com/ubuntu/pool/main/u/update-manager/python3-update-manager_24.04.12_all.deb | |
| sudo dpkg -i python3-distupgrade_24.04.27_all.deb python3-update-manager_24.04.12_all.deb ubuntu-release-upgrader-core_24.04.27_all.deb | |
| sudo nano /etc/update-manager/release-upgrades | |
| do-release-upgrade |
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
| <!DOCTYPE html> | |
| <html lang="de"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>FFMUC VPN - Standortauswahl</title> | |
| <style> | |
| :root { | |
| --bg-color: #f5f5f5; | |
| --text-color: #333; |
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
| # Liste der Domains und ihrer möglichen Werte | |
| $domains = @( | |
| "ffmuc_muc_cty", | |
| "ffmuc_muc_nord", | |
| "ffmuc_muc_ost", | |
| "ffmuc_muc_sued", | |
| "ffmuc_muc_west", | |
| "ffmuc_welt", | |
| "ffwert_city" | |
| ) |
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
| <# | |
| .SYNOPSIS | |
| Clears the Teams client cache on Windows machines. | |
| .DESCRIPTION | |
| Clears the Teams client cache for whichever Teams version is currently in use while retaining the custom backgrounds. | |
| Authors: Martin Heusser | MVP | |
| Version: 1.0.1 | |
| Changelog: 2023-12-01: Initial release |
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
| <!DOCTYPE html> | |
| <html lang="de"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Einwohnermeldewesen - Passwesen - Dokumentensuche</title> | |
| <link rel="stylesheet" href="/css/kvr/kvr.css"> | |
| <style> | |
| body { | |
| background-color: #FFFFFF; |
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
| #cd /opt/ | |
| #git clone https://github.com/ChaoticWeg/discord.sh | |
| #create ".webhook" in /opt/discord.sh/ with webhook URL for more infos see: https://github.com/ChaoticWeg/discord.sh | |
| #post_update_hook.sh | |
| IP=$(hostname --ip-address) | |
| /opt/discord.sh/discord.sh --text "@here :ocean: **Mailcow update completed.** :ocean: :keyboard: **DNS/IP:** $IP" |
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
| [String]$PCName = "Test-PC" | |
| [String]$navigationCriteriaType = "Name" | |
| [string]$navigationObjectType = "WindowsEndpoint" | |
| $argumentlist = "bmc:// /navigationCriteria=$PCName","/navigationCriteriaType=$navigationCriteriaType","/navigationObjectType=$navigationObjectType" | |
| Start-Process -FilePath "C:\Program Files (x86)\baramundi\Management Center\bMC.exe" -ArgumentList $argumentlist |
NewerOlder