This file contains 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
# 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" |
This file contains 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
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 |