Skip to content

Instantly share code, notes, and snippets.

View x-zvf's full-sized avatar

xzvf x-zvf

  • Karlsruher Institut für Technologie
  • Karlsruhe, Germany
View GitHub Profile

Driver comes from http://foo2hbpl.rkkda.com/ :

wget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz
tar xf foo2zjs.tar.gz
cd foo2zjs && make
sudo make install

Settings->Printers->(Unlock)->Add

Select the printer (Assuming network connection is OK)

@x-zvf
x-zvf / archinst.md
Last active November 4, 2022 20:44
Arch install instructions

Arch installation and setup

This gist contains every step I took to install my fully functional rice. Arch linux will be installed on luks encrypted lvm.

0. Preparation

I assume you already have a bootable arch usb and are booted from it. If not, download an arch iso and copy it on to a usb stick with dd (or something like bootiso if you don't trust yourself with dd. (But in that case I do not reccomend installing arch anyway.))

@timvisee
timvisee / falsehoods-programming-time-list.md
Last active May 31, 2025 21:15
Falsehoods programmers believe about time, in a single list

Falsehoods programmers believe about time

This is a compiled list of falsehoods programmers tend to believe about working with time.

Don't re-invent a date time library yourself. If you think you understand everything about time, you're probably doing it wrong.

Falsehoods

  • There are always 24 hours in a day.
  • February is always 28 days long.
  • Any 24-hour period will always begin and end in the same day (or week, or month).
@OdinsPlasmaRifle
OdinsPlasmaRifle / arch_linux_installation.md
Last active April 11, 2025 21:21
LVM on LUKS Arch installation with systemd-boot