Skip to content

Instantly share code, notes, and snippets.

ls - The most frequently used command in Linux to list directories
pwd - Print working directory command in Linux
cd - Linux command to navigate through directories
mkdir - Command used to create directories in Linux
mv - Move or rename files in Linux
cp - Similar usage as mv but for copying files in Linux
rm - Delete files or directories
touch - Create blank/empty files
ln - Create symbolic links (shortcuts) to other files
cat - Display file contents on the terminal
@tarasowski
tarasowski / trunk-based.md
Created February 7, 2024 05:09
trunk-based development simple workflow

In trunk-based development, developers typically work on small changes directly in the main branch or on short-lived feature branches. The goal is to integrate changes to the main branch as frequently as possible to avoid large merge conflicts and integration issues.

Here's the general workflow:

  1. Update your local main branch with the latest changes from the remote main branch:
git checkout main
git pull origin main
第一線客服很可能會請你重開數據機、或說「國際線路不保證品質」。堅持要求升級到網路維運單位,
關鍵句是「這是貴公司上游 transit 的問題,我要求改由其他國際線路疏導」——這是他們做得到、也常做的事(BGP 改道),不是要他們修光纖。
---
【障礙現象】
自 2026/9/2 深夜起,本端無法正常連線至 AWS 美東機房(us-east-1)
之多個網段,症狀為封包大量遺失、TCP 連線需重試多次才偶爾成功,
並非完全斷線,也無錯誤訊息,僅表現為連線逾時。

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active September 3, 2026 04:33
Conventional Commits Cheatsheet
@bmsimons
bmsimons / ALLWINDOWSONTECHBENCH.md
Last active September 3, 2026 04:24
Download all Windows ISOs directly from Microsoft with a trick

Just run the following JavaScript bookmarklet on https://www.microsoft.com/en-us/software-download/windows10 to reveal all Windows versions.

$("select#product-edition").html("<option value selected value='selected'>Select edition</option><option value='2'>Windows 7 Home Basic SP1 </option><option value='4'>Windows 7 Professional SP1 </option><option value='6'>Windows 7 Home Premium SP1 </option><option value='8'>Windows 7 Ultimate SP1 </option><option value='10'>Windows 7 Home Premium N SP1 </option><option value='12'>Windows 7 Professional N SP1 </option><option value='14'>Windows 7 Ultimate N SP1 </option><option value='16'>Windows 7 Professional K SP1 </option><option value='18'>Windows 7 Professional KN SP1 </option><option value='20'>Windows 7 Home Premium K SP1 </option><option value='22'>Windows 7 Home Premium KN SP1 </option><option value='24'>Windows 7 Ultimate KN SP1 </option><option value='26'>Windows 7 Ultimate K SP1 </option><option value='28'>Windows 7 Starter SP1 </option><option value
@jctosta
jctosta / screen_cheatsheet.markdown
Last active September 3, 2026 04:16
Screen Cheatsheet

Screen Quick Reference

Basic

Description Command
Start a new session with session name screen -S <session_name>
List running sessions / screens screen -ls
Attach to a running session screen -x
Attach to a running session with name screen -r
@madhurimarawat
madhurimarawat / GATE-CSE-DS-Resources.md
Last active September 3, 2026 04:13
A collection of the best free GATE preparation resources for CSE & Data Science. Contributions are welcome!

📌 GATE Resources - CSE & Data Science

I have compiled all the resources that helped me in my GATE preparation, and I hope they help you too! 🚀