أحدث المنشورات من oleg_log (@oleg_log) على Telegram

منشورات oleg_log على Telegram

oleg_log
Shelter for antisocial programmers "Oleg"

halp: @olegkovalov
web: https://olegk.dev
fov: @oleg_fov
chat: @oleg_log_blabla
podcast: @generictalks

about: https://t.me/oleg_log/3200
1,945 مشترك
1,865 صورة
128 فيديو
آخر تحديث 11.03.2025 07:49

قنوات مشابهة

FEDOROV
130,056 مشترك
Вастрик.Клуб
10,541 مشترك

أحدث المحتوى الذي تم مشاركته بواسطة oleg_log على Telegram

oleg_log

19 Sep, 10:58

1,344

Anyone? https://github.com/golang/go/issues/69312
oleg_log

19 Sep, 09:01

1,327

https://www.youtube.com/watch?v=t86hh3gFXOc
oleg_log

18 Sep, 18:26

1,426

BTW, epic thing
oleg_log

13 Sep, 11:12

1,888

Why tmux is soooo unfriendly with mouse? It's 2024 bros, why I cannot scroll that easily?
oleg_log

12 Sep, 06:51

1,804

Wow, real emoji research https://www.unicode.org/L2/L2023/23260-eye-bags-face-emoji.pdf
oleg_log

11 Sep, 16:42

1,739

You can be banned on Github if you access it via ProtonVPN. Happened twice.

dafuq
oleg_log

10 Sep, 08:19

1,952

Probably the best script of 2024 for me

And again gh/<username>.keys (https://t.me/oleg_log/5968)

#!/bin/bash

# Replace this with your GitHub username
GITHUB_USERNAME=$1
echo "Fetching for user $GITHUB_USERNAME"

# Fetch the public SSH keys from your GitHub account
GITHUB_KEYS=$(curl -s https://github.com/$GITHUB_USERNAME.keys)

# Check if the .ssh directory exists, if not create it
if [ ! -d "$HOME/.ssh" ]; then
echo "Creating ~/.ssh directory..."
mkdir -p "$HOME/.ssh"
chmod 700 "$HOME/.ssh"
fi

# Append the fetched GitHub public keys to the authorized_keys file
echo "Adding GitHub SSH keys to ~/.ssh/authorized_keys..."
echo "$GITHUB_KEYS" >> "$HOME/.ssh/authorized_keys"

# Set the correct permissions for the authorized_keys file
chmod 600 "$HOME/.ssh/authorized_keys"
echo "GitHub SSH keys have been added successfully!"
oleg_log

09 Sep, 15:38

1,303

😂https://mbuffett.com/posts/rust-2030/
oleg_log

06 Sep, 10:44

1,781

Love this
oleg_log

05 Sep, 06:58

1,445

Google is for when you don't give a shit about anything