$ uname -r
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
@echo off | |
cls | |
echo [101;93m STYLES [0m | |
echo ^<ESC^>[0m [0mReset[0m | |
echo ^<ESC^>[1m [1mBold[0m | |
echo ^<ESC^>[4m [4mUnderline[0m | |
echo ^<ESC^>[7m [7mInverse[0m | |
echo. | |
echo [101;93m NORMAL FOREGROUND COLORS [0m | |
echo ^<ESC^>[30m [30mBlack[0m (black) |
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
# General integration | |
# https://www.univention.de/presse/2018/04/univention-single-sign-on-fuer-ubuntu-clients-leicht-gemacht-domain-join-assistant/ | |
# https://github.com/univention/univention-domain-join | |
# FOR SETUP JOIN USE STATIC IP !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | |
# | |
# https://docs.nextcloud.com/server/13/benutzerhandbuch/files/access_webdav.html#erstellen-von-webdav-verbindungen-im-linux-terminal | |
# UPDATES | |
sudo apt update && sudo apt upgrade -y |
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
VORAUSSETZUNG für die Quest: Die Hand des Schicksals (Anzunehmen bei Erzmagier Khadgar in Dalaran) - http://de.wowhead.com/quest=47221 | |
Die Legionsrichter - http://de.wowhead.com/quest=46730 | |
Angriff auf die Verheerte Küste - http://de.wowhead.com/quest=46734 | |
Vereinigung der Inseln - http://de.wowhead.com/quest=43341 | |
Ob man die Quests bereits erledigt hat, kann man mit folgendem Skript (funktioniert über Blizzard Makro-Button oder direkt in den Chat kopieren) | |
/script for k,v in pairs({["Vereinigung der Inseln"]=43341,["Angriff auf die Verheerte Küste"]=46734,["Die Legionsrichter"]=46730})do print(format("%s: %s", k, IsQuestFlaggedCompleted(v) and "\124cff00ff00JA\124r" or "\124cffff0000NEIN\124r")) end |