paste.kernel.ir

Command-line Pastebin

Create Paste →

Quick Upload

Share text directly from your terminal:

→ Paste text
echo "Hello World" | nc paste.kernel.ir 9999
→ Upload file
cat myfile.txt | nc paste.kernel.ir 9999
→ Pipe command output
ls -la | nc paste.kernel.ir 9999

Shell Alias

Add this to your ~/.bashrc or ~/.zshrc for quick access:

→ Setup alias
alias paste='nc paste.kernel.ir 9999'
→ Then use
echo "Hello" | paste
Requires netcat (nc) installed on your system
Pastes expire after 72 hours (CLI) or 1-72 hours (web form)
Maximum file size: 1 MB