Skip to content

Instantly share code, notes, and snippets.

@zoliky
zoliky / installing-emacs-from-source-on-debian.txt
Last active October 24, 2024 06:25
Installing Emacs 29.1 from source on Debian 12
Installation
------------
1. Install the build dependencies for Emacs:
$ sudo apt build-dep emacs
$ sudo apt install libtree-sitter-dev
2. Download and unpack the Emacs archive:
@lirenlin
lirenlin / mpd.md
Last active February 13, 2025 06:56
simple mpd and ncmpcpp setup
@michalfapso
michalfapso / speak.pl
Last active January 10, 2024 00:52
Google Text-to-Speech script for processing longer texts
#!/usr/bin/perl
#--------------------------------------------------
# Usage:
# ./speak.pl en input.txt output.mp3
#
# Prerequisites:
# sudo apt-get install libwww-perl libhtml-tree-perl sox libsox-fmt-mp3
#
# Compiling sox: