Skip to content

Instantly share code, notes, and snippets.

@rasmi
rasmi / setup.md
Last active June 16, 2024 15:26
Python development environment setup on Chromebook

Python development environment setup on Chromebook

(also works for a minimal Linux install)

Check for updates

Do this first!

sudo apt-get update && sudo apt-get dist-upgrade
@thblt
thblt / hashsync.py
Last active August 6, 2016 15:38
Hashsync: Fast FTP synchronization for static website generators
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Hashsync
# Hash-based synchronization over FTP.
# http://thb.lt/blog/2013/fast-ftp-sync-for-jekyll.html
#
# Copyright (c) 2012-2013 Thibault Polge <http://thb.lt>. All rights reserved.
#