Advertisement · 728 × 90

Posts by Linuxmaster

Preview
GitHub - Linuxmaster14/telepipe: A simple command-line utility to send messages to Telegram A simple command-line utility to send messages to Telegram - Linuxmaster14/telepipe

#Telepipe is a simple #Bash tool to send messages and files to #Telegram from the #command line — perfect for scripts, alerts, and automation.

github.com/Linuxmaster1...

10 months ago 0 0 1 0
Preview
Introducing Telepipe: Your New Favorite CLI for Telegram Notifications & File Sharing Level up your command-line productivity with Telepipe, a nifty utility that bridges your terminal...

dev.to/linuxmaster/...

#telegram #telepipe #cli #devops #linux #terminal #termbin

10 months ago 0 0 0 0

I built something similar called Telepipe — a small #script to send #terminal output directly to #Telegram.

Great for quick sharing, monitoring, or alerts.
GitHub: github.com/Linuxmaster1...

P.S. For private channels, don’t forget the -100 prefix in the channel ID!

10 months ago 1 0 0 0
Shortening URL with curl commands in Terminal

Shortening URL with curl commands in Terminal

Need to shorten URLs right from the #command line?

Check out services like tinyurl.com and shorta.link — both work great with #curl or #wget.

Perfect for scripts, terminals, or just keeping things tidy.

#linux

10 months ago 1 1 0 0
Post image

Curious about which #terminal commands you use the most?

This one-liner shows your top-used commands, ranked by frequency:

history | awk '{CMD[$2]++} END {for(a in CMD)print CMD[a] " " a}' | sort -rn | head

#linux

10 months ago 1 1 0 0
Text Sharing Tools, termbin.com 0x0.st

Text Sharing Tools, termbin.com 0x0.st

Need to quickly share #terminal output? Check out 0x0.st and termbin.com — simple, CLI-friendly #pastebin services.

They're open source and easy to self-host too.
GitHub: github.com/solusipse/fi...

#Linux

10 months ago 2 1 0 1