start new:
tmux
start new with session name:
tmux new -s myname
In the below keyboard shortcuts, I use the capital letters for reading clarity but this does not imply shift, if shift is needed, I will say shift. So ⌘ + D does not mean hold shift. ⌘ + Shift + D does of course.
| Function | Shortcut |
|---|---|
| New Tab | ⌘ + T |
| Close Tab or Window | ⌘ + W (same as many mac apps) |
| Go to Tab | ⌘ + Number Key (ie: ⌘2 is 2nd tab) |
| Go to Split Pane by Direction | ⌘ + Option + Arrow Key |
Swappiness controls the tendancy the kernel wishes to swap.
Even with free memory the kernel may swap.
100 means aggressively swap 0 means wait until the last minute to swap
To check current swappiness
cat /proc/sys/vm/swappiness
| # This example assumes the NGINX proxy is on the same host as the Plex Media Server. | |
| # To configure Plex Media Server to serve requests without requiring authentication, | |
| # ensure that your LAN subnet is correctly added to the advanced server setting called | |
| # "List of IP addresses and networks that are allowed without auth". Example: | |
| # 192.168.0.1/24 | |
| upstream plex-upstream { | |
| server 127.0.0.1:32400; | |
| } |
| #!/bin/sh | |
| # Script for automatic installation mediaserver on TrueNAS: | |
| # Torrent client, Sonarr, Radarr, Lidarr and some support programs. | |
| # Create new TrueNAS jail using "Advanced jail creation". | |
| # Ensure for switch on jail flag allow_mlock (REQUIRED) | |
| # Jail flag allow_raw_sockets is helpful for troubleshooting (e.g. ping, traceroute) | |
| # Setup jail's mountpoints. |
| #!/usr/bin/env python | |
| # Google Keep "Takeout" to Markdown Converter | |
| # This allows you to convert your Google Keep notes that are downloaded from | |
| # Google's "Takeout" system. This works with Nextcloud's Notes system. | |
| from datetime import datetime | |
| import json | |
| import os | |
| import shutil |
I've opened up Github Discussions to further discuss Jailmaker.