💾 Archived View for deathbyindierock.cities.yesterweb.org › gemlog › 2023-10-29.gmi captured on 2023-11-04 at 11:16:33. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
omg i think i finally figured out how to write to my gemlog in linux lolllll
in terminal i installed davfs2, and then ran
sudo mount -t davfs https://cities.yesterweb.org:1994 /mnt/gemini
where /mnt/gemini is just a directory that exists, and can be replaced with any directory. This will mount your capsule to that directory (as in i can edit my capsule by going to /mnt/gemini in my filesystem)
so i can do
cd /mnt/gemini
sudo nano 2023-10-29.gmi
and here we are!!