On every machine in the cluster install openmpi and mlx-lm:
conda install conda-forge::openmpi
pip install -U mlx-lmNext download the pipeline parallel run script. Download it to the same path on every machine:
| version: '3' | |
| services: | |
| postgres10: | |
| environment: | |
| - POSTGRES_USER=dtrack | |
| - POSTGRES_PASSWORD=changeme | |
| image: 'postgres:10.5' | |
| volumes: | |
| - './postgres-data:/var/lib/postgresql/data' | |
| dtrack: |
| { | |
| "bypass": [ | |
| "ouo.io", | |
| "ouo.press" | |
| ], | |
| "old_bypass": [ | |
| "ouo.io", | |
| "ouo.press", | |
| "link-to.net", | |
| "direct-link.net", |
On every machine in the cluster install openmpi and mlx-lm:
conda install conda-forge::openmpi
pip install -U mlx-lmNext download the pipeline parallel run script. Download it to the same path on every machine:
| from maya import cmds | |
| import contextlib | |
| @contextlib.contextmanager | |
| def capture_cycle_errors(): | |
| """Capture the plugs in Cycle Error warnings. | |
| During this context "Cycle on 'x' may not evaluate as expected" | |
| are captured and 'x' is extracted as plugs in the yielded list. |
| # /etc/nsmb.conf - macOS 11.3 - 2021-04-29 | |
| #------------------------------------------------------------------------------ | |
| # SMB configuration for macOS 11.3 <-> Synology | |
| #------------------------------------------------------------------------------ | |
| # Additional information: | |
| # ----------------------- | |
| # https://support.apple.com/de-de/HT211927 | |
| # https://support.apple.com/en-us/HT208209 | |
| # https://apple.stackexchange.com/questions/309016/smb-share-deadlocks-since-high-sierra | |
| # https://photographylife.com/afp-vs-nfs-vs-smb-performance |
This is a quick guide of the commands we use to sign someone's GPG key in a virtual key signing party.
Note: The steps cover only the technical aspects of signing someone's key. Before signing someone's key, you must verify their identity. This is usually done by showing government-issued ID and confirming the key's fingerprint
The commands will work for both GPG and GPG2.
I use Julian's key for the examples. His key id is 2AD3FAE3. You should substitute with the appropriate key id when running the commands.
gpg --list-keys.