- Wohnzimmer aufraeumen
- Streaming organisieren
- Teilnahmer klar machen
- Thema besoregen
- Upload klaeren
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
EMAIL_ADDRESS=**** | |
DOMAIN=**** | |
SMTP_SERVER=****:587 | |
PASSWORD=**** | |
sudo apt-get update | |
sudo apt-get install ssmtp -y | |
sudo cat <<EOT >> /etc/ssmtp/ssmtp.conf | |
root=$EMAIL_ADDRESS |
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
--- | |
# without a marker for each iteration blockinlist will only write the last list entry in the file | |
# this example shares the directories huhu and haha in the /tmp dir via samba | |
- hosts: all | |
vars: | |
shared_folders: | |
- {name: "huhu", path: "/tmp/huhu"} | |
- {name: "haha", path: "/tmp/haha"} | |
tasks: |
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
keysym ISO_Level3_Shift = Mode_switch | |
keysym A = a A adiaeresis Adiaeresis | |
keysym O = o O odiaeresis Odiaeresis | |
keysym U = u U udiaeresis Udiaeresis | |
keysym S = s S ssharp ssharp | |
keysym E = e E EuroSign EuroSign | |
keysym Y = y Y yen yen | |
keysym C = c C cent cent | |
keysym M = m M malesymbol malesymbol | |
keysym F = f F femalesymbol femalesymbol |
OlderNewer