Skip to content

Instantly share code, notes, and snippets.

View misto's full-sized avatar

Mirko Stocker misto

  • OST – Ostschweizer Fachhochschule
  • Switzerland
View GitHub Profile
@phaller
phaller / gist:3348532
Created August 14, 2012 11:38
Fast Track to Akka Training Materials
https://www.dropbox.com/s/uijb0smnki4sr7d/fast-track-to-akka-preparations.pdf
https://www.dropbox.com/s/99cuu37bnn5b3ip/fast-track-to-akka.pdf
https://www.dropbox.com/s/r9fl791ncp940n0/fast-track-to-akka-part2.pdf
SOLUTIONS:
My "official" solutions:
https://www.dropbox.com/s/tg3ki7itseydl93/training-akka-solutions.zip
The solutions I produced during the course (including all the extras):
https://www.dropbox.com/s/ywk5a134bhqroxf/solutions-course-version.zip
@seanf
seanf / 81-thinkpad-dock.rules
Last active March 20, 2023 10:42
Example ThinkPad docking script for multi-monitor
# Save this file (after modifying ID_VENDOR and ID_MODEL if necessary) as /etc/udev/rules.d/81-thinkpad-dock.rules
# These values seem to work for "ThinkPad Mini Dock Plus Series 3"
SUBSYSTEM=="usb", ACTION=="add|remove", ENV{ID_VENDOR}=="17ef", ENV{ID_MODEL}=="100a", RUN+="/etc/sbin/thinkpad-dock.sh"