Skip to content

Instantly share code, notes, and snippets.

View nczempin's full-sized avatar

Nicolai Czempin nczempin

View GitHub Profile
@nosmall
nosmall / Deluge-with-Deluge-Web-UI.md
Last active August 5, 2019 17:14
Deluge with Deluge-Web-UI on Ubuntu 16.04

Deluge with Deluge-Web on Ubuntu 16.04 (lazy guide)

sudo su
adduser deluge --shell /dev/null --disabled-password --disabled-login
add-apt-repository ppa:deluge-team/ppa \
@wenhuizhang
wenhuizhang / distributed_systems_readings.md
Last active August 19, 2025 07:32
distributed systems readings

#Distributed System Course List

##Systems

  • Cornell CS 614 - Advanced Course in Computer Systems - Ken Birman teaches this course. The readings cover more distributed systems research than is typical (which I am in favour of!). In fact, there's barely anything on traditional internal OS topics like filesystems or memory management. There's some worthwhile commentary at the bottom of the page.

  • Princeton COS 518 - Advanced Operating Systems - short and snappy reading list of two papers per topic, covering some interesting stuff like buffering inside the operating system, and L4.