Linuxmaster
banner
linuxmaster.cloud
Linuxmaster
@linuxmaster.cloud
DevOps | Product Builder | IndieHacker

@ linuxmaster.cloud | github.com/linuxmaster14 | dev.to/linuxmaster
Pinned
#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...
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
github.com
#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...
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
github.com
May 21, 2025 at 6:13 AM
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!
May 18, 2025 at 4:48 AM
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
May 17, 2025 at 9:07 PM
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
May 17, 2025 at 3:05 AM
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
May 17, 2025 at 2:59 AM