Skip to content

Instantly share code, notes, and snippets.

@orschiro
orschiro / podcast-videospiele-90-2000-übersicht.md
Last active February 20, 2024 13:29
Podcasts zu Videospielen aus den späten 90ern und frühen 2000ern

Schulzeitspiele

Podcasts zu Videospielen aus den späten 90ern und frühen 2000ern

Name des Spiels, Podcast, Bemerkung, Link zur Folge

[Unit]
Description=Delayed hibernation trigger
Documentation=https://bbs.archlinux.org/viewtopic.php?pid=1420279#p1420279
Documentation=https://wiki.archlinux.org/index.php/Power_management
Conflicts=hibernate.target hybrid-sleep.target
Before=sleep.target
StopWhenUnneeded=true
[Service]
Type=oneshot
@orschiro
orschiro / README.md
Created May 23, 2018 10:40
Beginner Linux terminal text editors
  1. ne: ne, the nice editor
  2. micro: A modern and intuitive terminal-based text editor
  3. wed: wed is a terminal text editor with key bindings commonly used in Windows based editors
@orschiro
orschiro / README.md
Last active May 19, 2018 17:08
Tools for more digital awareness

Tools for more digital awareness

  1. Snooze Tabby: Establish new habits by making web pages reappear periodically.
  2. Anki: Train your memory using flash cards.
  3. 10 seconds of math: Practise some mental arithmetics regularly.
  4. Page Monitor: Receive a notification when something changes on a web page that is of interest to you so that you don't have to repeatedly check yourself.
  5. Safe Eyes: Perform regular eye exercises while working in front of the computer screen.
  6. Chrome Custom Search Engine: Directly search a website by typing in a specific keyword as the URL.
  7. FZF: Press
@orschiro
orschiro / README.md
Created April 24, 2018 13:49
Comparing Google Drive clients for Linux
@orschiro
orschiro / README.md
Last active April 21, 2018 07:49
Podcasts
@orschiro
orschiro / fedora_flatpak_update.sh
Created April 11, 2018 07:17
Check for Fedora & Flatpak updates on boot
#/bin/sh
echo "Ready to check for Fedora updates?"
select yn in "Yes" "No"; do
case $yn in
Yes ) sudo dnf upgrade --refresh --best --allowerasing; break;;
No ) exit;;
esac
done
@orschiro
orschiro / README.md
Last active April 21, 2018 15:23
#digital-consciousness

https://orzanna.de


Hacks

  • Learn mouse and keyboard shortcuts
  • Automate workflows
  • Unsubscribe from noisy emails
  • Keep your email inbox empty
@orschiro
orschiro / decrease-brightness.desktop
Created March 2, 2018 11:22
Recipe to change brightness on GNOME
# ~/.local/share/applications/decrease-brightness.desktop
[Desktop Entry]
Version=1.1
Type=Application
Name=Decrease brightness
Icon=~/.icons/decrease-brightness.png
Exec=gdbus call --session --dest org.gnome.SettingsDaemon.Power --object-path /org/gnome/SettingsDaemon/Power --method org.gnome.SettingsDaemon.Power.Screen.StepDown
Actions=