This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Change the Terminal Font | |
sudo vi /etc/default/console-setup | |
# set FONTFACE="Terminus" | |
# set FONTSIZE="16x32" | |
# Useful apt commands | |
sudo apt-get install -s git # simulate | |
apt-cache show git # package info | |
apt-cache show git | grep '^Size' # size only | |
apt-get install [package] --no-install-recommends --show-progress # don't install recommended packages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# | |
# Enable docker and docker-compose on TrueNAS SCALE (no Kubernetes) | |
# | |
# This script is a hack! Use it at your own risk!! | |
# Using this script to enable Docker is NOT SUPPORTED by ix-systems! | |
# You CANNOT use SCALE Apps while using this script! | |
# | |
# 1 Create a dedicated Docker dataset in one of your zpools |