Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 582 Bytes

developer.md

File metadata and controls

32 lines (29 loc) · 582 Bytes

Python

get processor() - for when you need to verify native ARM64 support (no Rosetta)

>>> import platform
>>> platform.processor()
'Intel64 Family 6 Model 158 Stepping 10, GenuineIntel'

OSX

SCP

scp -P 2022 ~/Downloads/ubuntu-24.04.1-live-server-arm64.iso [email protected]:/Users/m../Downloads

Tunnelling

SSH

 ssh m..@1.. -p 2.2 

Tunnel for an SQL Server

sh-add ~/keys/obri..15.pem 
src % ssh -L 34.6:localhost:22 [email protected] -i ~/keys/obr..115.pem

Windows

ssh

eval `ssh-agent`

Smalltalk

  • Smalltalk V or ParcPlace