Skip to content

Instantly share code, notes, and snippets.

View steewbsd's full-sized avatar
:shipit:
ssu dd if=/dev/zero of=/zroot/bugs

Daniel Pérez steewbsd

:shipit:
ssu dd if=/dev/zero of=/zroot/bugs
View GitHub Profile
@c0m4r
c0m4r / void_linux_hetzner_arm_ipv6.md
Last active May 17, 2024 03:06
Void Linux installation on Hetzner Cloud VPS (Arm64/IPv6-only)

Void Linux installation on Hetzner Cloud VPS

(Arm64/IPv6-only)

This guide describes how to install Void Linux on ARM Hetzner Cloud instances with IPv6-only setup.

image

Table of contents:

@steewbsd
steewbsd / extract.fish
Last active September 21, 2020 10:08
Quick fish function to extract generic compressed archives. Usage: extract [FILE]. Add this to your ~/.config/fish/functions folder
function extract
if test $argv && test -e $argv
switch $argv
case '*.tar.bz2'
tar xjf $argv
case '*.tar.gz'
tar xzf $argv
case "*.bz2"
bunzip2 $argv
case "*.rar"
@brettlangdon
brettlangdon / Wallpapers.md
Last active December 22, 2023 16:38
Wallpapers

Wallpapers

Install with git git clone https://gist.github.com/85942af486eb79118467.git ~/Pictures/wallpapers