Skip to content

Instantly share code, notes, and snippets.

View hasenbalg's full-sized avatar
🐩

koongfoopoodle hasenbalg

🐩
View GitHub Profile
@hasenbalg
hasenbalg / mail_setup.sh
Last active July 4, 2022 19:32
Setup Gmail in Ubuntu 18.04
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
@hasenbalg
hasenbalg / blockinfile_list_example.yml
Created January 19, 2020 10:36
Ansible blockinline with item list
---
# 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:
@hasenbalg
hasenbalg / liste.md
Created January 29, 2020 14:24
ggj todo
  • Wohnzimmer aufraeumen
  • Streaming organisieren
  • Teilnahmer klar machen
  • Thema besoregen
  • Upload klaeren
@hasenbalg
hasenbalg / .Xmodmap
Created March 1, 2020 18:35
damit S und F nich so viel weinen muessen das hier in .bashrc ausfuehren
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