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

@orschiro
orschiro / .zshrc
Created January 22, 2015 14:33
~/.zshrc
#
# .zshrc
#
# Access custom aliases in the shell
[ -e "${HOME}/.zsh_aliases" ] && source "${HOME}/.zsh_aliases"
# Fix command not found after installation
# https://bbs.archlinux.org/viewtopic.php?id=175388
zstyle ':completion:*' rehash true
@orschiro
orschiro / Image Clipboard Filer.md
Last active October 11, 2023 23:39
Python script that saves an image from clipboard to a file.

Introduction

Saves an image from clipboard to a file.

Dependencies:

  • python2
  • PyGTK

Installation

@orschiro
orschiro / notification-mute.sh
Last active November 29, 2021 05:04
Temporarily mute Ubuntu's notification for undisturbed work
#!/bin/bash
echo "Temporarily muting notifications until aborted..."
killall -s SIGSTOP notify-osd
keepgoing=1
trap '{ echo "sigint"; keepgoing=0; }' SIGINT
while (( keepgoing )); do
sleep 5
done
[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 15:23
#digital-consciousness

https://orzanna.de


Hacks

  • Learn mouse and keyboard shortcuts
  • Automate workflows
  • Unsubscribe from noisy emails
  • Keep your email inbox empty