User:Kim: Difference between revisions
| Line 95: | Line 95: | ||
ssh debby_local | ssh debby_local | ||
''the config file in my .ssh folder is a listing of all my servers'' | ''the config file in my .ssh folder is a listing of all my servers'' | ||
to run certain install processes go to the root | |||
$ su | |||
<br><br><br> | <br><br><br> | ||
Revision as of 11:14, 20 May 2025
this is my website: https://kimkleinert.com/ [1] [2] [3]
we are currently in
| subject | status |
|---|---|
| !attention! | reader is moving |
| writing directory | writing |
| SI 27 | User:Kim/Special Issue 27 |
| Stations, Skills, Resources | new section: Git explorations |
| Stations, Skills, Resources | new section: on documentation |
| SI 26 | added: Inspector Extensions |
Subpages
- Special Issue 27
- Special Issue 26
- Special Issue 1 (25)
- reading
- Stations, Skills, Resources
- writing
- Projects That May or May Not Be Made
- research dashboard
Notes
04/07/25 introduction Si27
- Imane and Martino from Constant
- shared fascination in Quartz
- Imane in more ritual, magik, dreams practices as aking space in time
- Martino from materiality of digital and electronics, broken relations: devices are black boxes that we are unable to inspect + extractivism: broken relation to resources origins, mining
- https://0v.constantvzw.org/
- The Secret life of the Watch on Youtube
- read this article: time-consciousness-and-discipline
04/22/25 Si27
- pad of the day: museum recap, martino talks about time in computers and gps
- Map of gps interference
- time on the commandline(pad)
05/06/25 prototyping
- Interview with a tool
- collected interview links on this Pad
05/06/25 methods
- for writing libre office ?
citation
05/13/25 pen plotting
install-afternoon:
05/14/25 Fediverse (Prototyping)
- Pad of the day
- wiki page: Fediverse
- Links on Instances Zine (article) Map
05/19/25
- time pressure – pressure time
- running out of time, extinction, apocalypse, collapse
- we watched "ancestral clouds ancestral claims" by Denise Fereirra da Silva and Arunja Neumann [1]
05/20/25 Prototyping
jump from cerealbox to login debby:
ssh cerealbox ssh xpub@145.24.152.64 (@ip address)
make a shared terminal:
tmux attach
find my ssh keys:
cd USER ls -la (show hidden files) cd .ssh cat (the key I want to copy)
edit config file (nano) in .ssh folder, copy and edit cerealbox config and change host, user and ip address
ssh debby (should now be possible) --> not yet
but we made a local ssh in the config (using debbys local ip address)
ssh debby_local
the config file in my .ssh folder is a listing of all my servers to run certain install processes go to the root
$ su