Skip to content

Instantly share code, notes, and snippets.

@julienbenjamin
julienbenjamin / manjaro-python-requirements.md
Created March 18, 2018 20:28
Python packages requirements for Manjaro

Python Next generation of the python high-level scripting language

Depends On expat bzip2 gdbm openssl libffi zlib

@julienbenjamin
julienbenjamin / misc-linux-tips.md
Created November 5, 2017 18:08
Miscellaneous Linux tips

#1 Fix funny behaviour of a terminal

# reset

#2 Backup bootsector

  • Create backup (if sda is your booting disk)

$ dd if=/dev/sda of=bootsector.img bs=512 count=1