- 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
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 |
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
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
[ | |
{ | |
"uid": "1", | |
"name": "Unternehmen A" | |
}, | |
{ | |
"uid": "2", | |
"name": "Unternehmen b" | |
}, | |
{ |
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
[ | |
{ | |
"uid": 0, | |
"text": "Hier \"ist\" ein Link", | |
"link": "https:www.google.fi" | |
}, | |
{ | |
"uid": 1, | |
"text": "Ein anderer Link", | |
"link": "https:www.google.fi" |
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
# /usr/share/X11/xorg.conf.d/50-marblemouse.conf | |
Section "InputClass" | |
Identifier "Marble Mouse" | |
MatchProduct "Logitech USB Trackball" | |
MatchIsPointer "on" | |
MatchDevicePath "/dev/input/event*" | |
Driver "libinput" | |
Option "ButtonMapping" "1 9 3 4 5 6 7 8 2" | |
Option "ScrollButton" "8" | |
Option "ScrollMethod" "button" |
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
Section "InputClass" | |
Identifier "Logitech USB Trackbal" | |
MatchProduct "Logitech USB Trackball" | |
Driver "libinput" | |
Option "MiddleEmulation" "on" | |
Option "ScrollMethod" "button" | |
Option "ScrollButton" "8" | |
EndSection | |
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 xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" | |
xmlns:n="http://typo3.org/ns/GeorgRinger/News/ViewHelpers" | |
data-namespace-typo3-fluid="true"> | |
<f:if condition="{newsItem.falMedia}"> | |
<f:then> | |
<n:link newsItem="{newsItem}" settings="{settings}" title="{newsItem.title}"> | |
<f:alias map="{mediaElement: '{newsItem.falMedia.0}'}"> | |
<f:if condition="{mediaElement.originalResource.type} == 2"> | |
<f:image class="full-width" image="{mediaElement}" |
This file has been truncated, but you can view the full file.
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
!! PLEASE REVIEW THIS LOG FOR SENSITIVE INFORMATION BEFORE SHARING !! | |
Dart Code extension: 3.2.0 | |
Flutter extension: 3.2.0 (not activated) | |
VS Code: 1.36.1 | |
Platform: linux | |
Workspace type: Flutter | |
Multi-root?: false | |
Dart SDK: | |
Loc: /home/frank/development/flutter/bin/cache/dart-sdk |
NewerOlder