Note: Mise was previously called RTX
I have tried a lot different ways of managing multiple Python versions on different Linux systems.
- pyenv
- Uses shims which is confusing, especially for new users
- Compiling from source
| """ | |
| Upscale: Star Trek Deep Space Nine | |
| Source: PAL DVD | |
| AI Model: Topaz Video AI 3.4, Iris V1 | |
| """ | |
| import sys | |
| import subprocess | |
| from pathlib import Path |
| .table-view-table { | |
| width: 100%; | |
| } | |
| .table-view-table td:not(:first-child) { | |
| white-space: nowrap; | |
| } | |
| .table-view-table tr td:first-child, tr th:first-child { | |
| overflow: hidden; |
I started with a basic Ubuntu 22.10 installation, where I chose in the installer to use ZFS as my volume manager.
I wanted to encrypt my home folder.
I followed the article (and comments, including Christoph Hagemann's) from:
https://talldanestale.dk/2020/04/06/zfs-and-homedir-encryption/
To achieve:
| pages: | |
| image: ghcr.io/pengx17/logseq-base:master | |
| stage: deploy | |
| script: | |
| - mkdir public | |
| - mv publish.mjs /home/logseq/publish.mjs | |
| - cd /home/logseq | |
| - "xvfb-run node /home/logseq/publish.mjs -p $CI_PROJECT_DIR -t $CI_PROJECT_DIR/public/build_trace.txt -o $CI_PROJECT_DIR/public" | |
| artifacts: | |
| paths: |
| #!/bin/sh | |
| set -e | |
| set -o noglob | |
| # Usage: ./install.sh [options] | |
| # | |
| # Example: | |
| # Installing on first master node run: | |
| # ./install --num 3 --vip 192.168.2.10 --iface eth0 | |
| # Installing on other master nodes run: |
| # copy to: config.ru | |
| # install gems: rack rack-rpc xmlrpc byebug awesome_print | |
| # run: rackup -o 0.0.0.0 -p 3000 config.ru | |
| require 'builder' | |
| require 'rack/rpc' | |
| require 'awesome_print' | |
| require 'byebug' | |
| require 'base64' |
| permissions: | |
| contents: 'read' | |
| id-token: 'write' | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v2 | |
| - id: auth | |
| uses: google-github-actions/[email protected] |
python3 main.py data.json