I hereby claim:
- I am ziritrion on github.
- I am alvaronp (https://keybase.io/alvaronp) on keybase.
- I have a public key whose fingerprint is 994B DE62 2EC6 1B1D 6B09 CADF 4DA5 4041 B876 23F8
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
git clone [email protected]/path/to/repo.git
> for SSH checkout (recommended for extended use)git clone https://somedomain.com/path/to/repo.git
> for HTTPS checkout (easier for experimenting)gh repo clone path/to/repo
gcloud projects list
gcloud config set project my-project
gcloud compute config-ssh
~/ssh/
a new config
file should appear with the necessary info to connect. The host name should be enough to connect via SSH
ssh instance.zone.project
ssh -X user@instance
chmod +x main.py
nohup python main.py &
nohup python -u main.py > output.log &
nohup python -u main.py > output.log &!
Experimental but very promising pip
replacement that handles package managing as well as virtual environments and Python version management.
uv
comes included with uvx
, an alias for uv tool run
. uvx
allos you to install and execute command-line tools on an ephemeral environment.
Note that you don't have to actively install a Python version! uv
will automatically fetch the required Python version for your project.
Dockerfile
.var/lib/docker/volumes
). Useful for production deployments.gcloud init
from a terminal and follow the instructions.gcloud config list
How to handle SSH keys for multiple Github accounts and making it more convenient to login to servers.
You can use a commandline field in your profile configuration to initiate an SSH connection on tab creation.
Step-by-step guide:
ssh me@my-server -p 22 -i ~/.ssh/id_rsa
(use your own connection command).