Skip to content

Instantly share code, notes, and snippets.

View peterwvj's full-sized avatar

Peter W. V. Tran-Jørgensen peterwvj

View GitHub Profile
@peterwvj
peterwvj / printer-linux.org
Last active January 5, 2017 08:33
Printer installation instructions for Linux

Printer installation instructions for Linux

How I installed the HP Color LaserJet CP4525 printer on my Ubuntu Gnome Linux machine at Aarhus University.

First, make sure you have samba installed

sudo apt-get install samba
@peterwvj
peterwvj / build_emacs.sh
Created June 20, 2020 17:34 — forked from kiennq/build_emacs.sh
Build emacs27 on Ubuntu 18.04
git clone --depth=1 https://github.com/emacs-mirror/emacs.git
cd emacs/
sudo apt install -y autoconf make gcc texinfo libgtk-3-dev libxpm-dev \
libjpeg-dev libgif-dev libtiff5-dev libgnutls28-dev libncurses5-dev \
libjansson-dev libharfbuzz-dev libharfbuzz-bin
./autogen.sh
./configure --with-json --with-modules --with-harfbuzz --with-compress-install \
--with-threads --with-included-regex --with-zlib --without-sound \
--without-xpm --without-jpeg --without-tiff --without-gif --without-png \
--without-rsvg --without-imagemagick --without-toolkit-scroll-bars \