Trending
Linuxmaster's Avatar

Linuxmaster

@linuxmaster.cloud

DevOps | Product Builder | IndieHacker @ linuxmaster.cloud | github.com/linuxmaster14 | dev.to/linuxmaster

2
Followers
1
Following
6
Posts
13.11.2023
Joined
Posts Following

Latest posts by Linuxmaster @linuxmaster.cloud

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...

21.05.2025 06:13 πŸ‘ 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

21.05.2025 05:54 πŸ‘ 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!

18.05.2025 04:48 πŸ‘ 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

17.05.2025 21:07 πŸ‘ 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

17.05.2025 03:05 πŸ‘ 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

17.05.2025 02:59 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 1