-- Leo's gemini proxy

-- Connecting to gemini.ctrl-c.club:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

██╗ ██████╗ ██╗ ███████╗██╗ ██╗███████╗ █████╗

██║██╔═══██╗██║ ██╔════╝██║ ██╔╝╚════██║██╔══██╗

██║██║ ██║██║ █████╗ █████╔╝ ██╔╝╚█████╔╝

██ ██║██║ ██║██║ ██╔══╝ ██╔═██╗ ██╔╝ ██╔══██╗

╚█████╔╝╚██████╔╝███████╗███████╗██║ ██╗ ██║ ╚█████╔╝

╚════╝ ╚═════╝ ╚══════╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚════╝


========== FRIENDLY ADVENTURES OF A SYSADMIN =========



--::--::--::--::--::--::--::--::--::--::--::--::--::--

PRESENTATIONS

INFJ-T

OpenSource enthusiast.

Formerly Science Journalist. Dreamer.


--::--::--::--::--::--::--::--::--::--::--::--::--::--

CONTACT ME

mail : jolek78[*]posteo.net

xmpp : jolek78[*]conversejs.org

gnupg: 367C672B929680FC67CF413866C0B4ACA6F64E34


--::--::--::--::--::--::--::--::--::--::--::--::--::--

JOURNAL

| Index by date

| Last entry


--::--::--::--::--::--::--::--::--::--::--::--::--::--

ARTICLES

| My two cents: on qutebrowser

| My two cents: on responsibilities


--::--::--::--::--::--::--::--::--::--::--::--::--::--

RANDOM CODE

extract urls from a firefox bookmark file

grep -o 'HREF="[^"]*"' bookmarks.html | awk -F'"' '{print $2}' > urls

generate a random 25-char password

tr -dc 'a-zA-Z0-9~!@#$%^&*_()+}{?></";.,[]=-' < /dev/urandom | fold -w 25 | head -n 1

--::--::--::--::--::--::--::--::--::--::--::--::--::--

QUOTE

In a gentle way, you can shake the world.

Mahatma Gandhi

--::--::--::--::--::--::--::--::--::--::--::--::--::--

ZINES AROUND GEMINI

| Smol Zine

--::--::--::--::--::--::--::--::--::--::--::--::--::--

CAPSULES AROUND GEMINI

| Cyberbot

| Cosmic Voyage

| Ctrl-C Club

| Envs Net

| Flounder

| GeminiSpace

| Tilde Team

--::--::--::--::--::--::--::--::--::--::--::--::--::--

GEMINI PROJECT

| Gemini

--::--::--::--::--::--::--::--::--::--::--::--::--::--

LICENSE

CC BY-SA

-- Response ended

-- Page fetched on Mon May 6 02:22:10 2024