Skip to content

Instantly share code, notes, and snippets.

@swiftgaruda
swiftgaruda / scaleway-ubuntu-tweaks.txt
Created August 21, 2021 11:14
Scaleway Ubuntu 20.04 tweaks
# List all installed snaps
snap list
# Remove preinstalled snaps
snap remove lxd
snap remove core18
snap remove snapd
# Remove snap leftovers
rm -rf ~/snap /var/cache/snapd
@swiftgaruda
swiftgaruda / 0_reuse_code.js
Last active January 18, 2016 04:32
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console