Skip to content

Instantly share code, notes, and snippets.

@rasmi
rasmi / setup.md
Last active November 1, 2023 15:46
Python development environment setup on Chromebook

Python development environment setup on Chromebook

Check for updates

Do this first!

sudo apt-get update && sudo apt-get dist-upgrade

Set root password

@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.
#