Afternoon with Green Tea
  • Agentic
  • LLM
  • RL
  • Algorithm
  • System
  • Essay
  • Me
Sign in
System

Add SSH keys to authorized_keys file

  • Orlando Ding

Orlando Ding

26 Apr 2024

Reference: https://askubuntu.com/questions/46424/how-do-i-add-ssh-keys-to-authorized-keys-file

An alternative way to install your public key in the remote machine's authorized_keys:

cat ~/.ssh/id_rsa.pub | ssh USER@HOST "mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys"

Sign up for more

Enter your email
Subscribe

Advanced Tool Use in Claude Code

From Blog Concept to Practical Workflow: Based on Anthropic’s engineering post on advanced tool use, this article explains how to apply those ideas in a real Claude Code setup. Background Anthropic recently introduced three important concepts in advanced tool use: 1. Tool Search Tool 2. Programmatic Tool Calling (PTC)
28 Feb 2026 2 min read

Karpathy's McroGPT

Recently, Andrej Karpathy released a tiny file that quietly shook a large part of the AI community: a complete GPT implementation written in 243 lines of pure Python. No PyTorch. No TensorFlow. No NumPy acceleration. Just math. The project — often called microGPT — demonstrates that a modern language model is not
16 Feb 2026 2 min read

Model training and optimization

Understanding GPU Memory Anatomy (Hugging Face Guide), referring to the reference: https://huggingface.co/docs/transformers/model_memory_anatomy
14 Feb 2026 2 min read
Afternoon with Green Tea © 2026
  • Latest Posts
  • Facebook
  • Twitter
  • Ghost
Powered by Ghost