Warning
Инструкция переехала в основной репозиторий telemt.
Здесь остается копия, но без гарантии актуальности.
- Сервер A (РФ):\
| <!DOCTYPE html> | |
| <html lang="ru"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>AmneziaWG 2.0 Generator (Full Entropy)</title> | |
| <style> | |
| body { font-family: 'Segoe UI', system-ui, sans-serif; background-color: #0d1117; color: #c9d1d9; display: flex; justify-content: center; padding: 20px; margin: 0; } | |
| .container { background-color: #161b22; padding: 25px; border-radius: 12px; border: 1px solid #30363d; max-width: 650px; width: 100%; box-shadow: 0 10px 30px rgba(0,0,0,0.5); } | |
| h1 { font-size: 1.25rem; text-align: center; color: #58a6ff; margin-bottom: 20px; } |
Warning
Инструкция переехала в основной репозиторий telemt.
Здесь остается копия, но без гарантии актуальности.
| #!/bin/sh | |
| #Install Citrix Workspace App on Fedora 32 | |
| #Download Client From https://www.citrix.com/en-au/downloads/workspace-app/linux/workspace-app-for-linux-latest.html | |
| sudo dnf install -y ICAClientWeb-rhel-20.04.0.21-0.x86_64.rpm | |
| sudo dnf install -y compat-openssl10.x86_64 | |
| # Update libcrypto reference in desktop file | |
| sudo sed -i '/Exec=/d' /usr/share/applications/wfica.desktop |
| { | |
| "workbench.colorCustomizations": { | |
| "terminal.ansiBlack": "#2e3436", | |
| "terminal.ansiBlue": "#3465a4", | |
| "terminal.ansiBrightBlack": "#555753", | |
| "terminal.ansiBrightBlue": "#729fcf", | |
| "terminal.ansiBrightCyan": "#34e2e2", | |
| "terminal.ansiBrightGreen": "#8ae234", | |
| "terminal.ansiBrightMagenta": "#ad7fa8", | |
| "terminal.ansiBrightRed": "#f49797", |