-
install rsub in sublime package: https://github.com/henrikpersson/rsub
-
use port forwarding with control.
~/.ssh/config:
Host *
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_rsa
RemoteForward 52698 127.0.0.1:52698
| import sched, time | |
| from threading import Thread | |
| def print_time(a='default'): | |
| print("From print_time", time.time(), a) | |
| s = sched.scheduler(time.time, time.sleep) | |
| s.enterabs(time.time()+1, 0, print_time, argument=('before',)) | |
| def start(): |
| export PATH=/usr/local/anaconda3/bin:$PATH | |
| # If you come from bash you might have to change your $PATH. | |
| export PATH=$HOME/bin:/usr/local/bin:$PATH | |
| # Path to your oh-my-zsh installation. | |
| export ZSH="/Users/Solon/.oh-my-zsh" | |
| # Set name of the theme to load --- if set to "random", it will | |
| # load a random theme each time oh-my-zsh is loaded, in which case, |
| brew cask install anaconda | |
| setup path and load script in .zshrc or .bashrc | |
| setup notebook env plug-in: conda install nb_conda_kernels (in base) |
| ''' | |
| Bo Wen | |
| v1: Dec 25, 2019 | |
| v2: Nov 21, 2020 | |
| v3: Jun, 2021 - updated for tmobile's new summary pdf layout | |
| v4: Dec 2022 - check phone number exists in the summary before processing to avoid error | |
| require: | |
| Python3 | |
| pipenv install pdfplumber |
| start G-code: | |
| G28 ;Home | |
| G1 Z15.0 F6000 ;Move the platform down 15mm | |
| ;Prime the extruder | |
| G92 E0 | |
| G1 F200 E3 | |
| G92 E0 | |
| end G-code: |
| Thanks for the report! we're talking about this internally. We removed the /var/run symlink but dev environments was still using it. More discussion here: #6529 | |
| Another workaround is to manually create the symlink: | |
| sudo ln -s "$HOME/.docker/run/docker.sock" /var/run/docker.sock | |
| ref: https://github.com/docker/for-mac/issues/6531#issuecomment-1288237259 |
install rsub in sublime package: https://github.com/henrikpersson/rsub
use port forwarding with control. ~/.ssh/config:
Host *
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_rsa
RemoteForward 52698 127.0.0.1:52698
| Manuel: https://downloads.monoprice.com/files/manuals/34437_Manual_181204.pdf | |
| basic settings: | |
| https://www.media2000.org/html/settings_cura_monoprice_mp10.php | |
| advanced settings: https://docs.google.com/presentation/d/10Two5vMClDXDwZXuJUp7YF1bjKibKQVjw1eilUuuLaY/edit#slide=id.g4df96bbdb6_0_23 |
need to install FFmpeg and Cython on the system
It is supported, use "deepdml/faster-whisper-large-v3-turbo-ct2" as the model name (ref: MahmoudAshraf97/whisper-diarization#238 (comment))
A comprehensive guide for migrating home directories, Docker data, and other large folders from a small SSD to a larger HDD on Ubuntu systems.