mping (melody ping) will make an audible ping sound(remove headphones) pitched according to the latency. Ex: mping domains.au mping(){ ping $1|awk -F[=\ ] '/me=/{t=$(NF-1);f=3000-14*log(t^20);c="play -V0 -q -n synth 1 pl " f " vol 1 reverb -w ";print $0;system(c)}';}

Channel
Command Line Magic
@climagic
On this record: Growth · Engagement · Posts · Cite this entry
679subscribers
-7 since we began measuring on 5 August 2026
Risers and fallers across the register · movement among entries of Under 1,000.
Register entry
| Telegram ID | -1001030488269 |
|---|---|
| Type | Channel |
| Username | @climagic |
| Created | 8 March 2016 — measured — cross-checked against a third-party dataset (TGDataset) |
| First recorded | 6 August 2026 |
| Last confirmed live | 20 August 2026 |
| Measurements held | 4 |
| Confirmed unchanged | 1 time, most recently 20 August 2026 |
| On Telegram | t.me/climagic |
Growth
| Measured (UTC) | Subscribers | Change |
|---|---|---|
| 20 Aug 2026, 13:54 | 679 | -5 |
| 13 Aug 2026, 23:58 | 684 | -2 |
| 6 Aug 2026, 16:38 | 686 | no change |
| 5 Aug 2026, 21:16 | 686 | first reading |
Engagement
20 posts held, back to 28 May 2020 — the reader has not yet reached the start of this channel’s public history, so older posts may sit further back, unread. Read across 1 pageof Telegram’s post history, 20 posts per page.
Nothing published in the last 30 days. ERR and ER are rolling 30-day measures, so there is nothing to compute — we hold 20 posts for this entry, the most recent from 16 November 2022. An engagement rate over an empty window would be a number about nothing.
Recent posts
sudo tune2fs -m0.2 /dev/sda1 # Running out of space on that 1TB drive? On Linux, the ext[234] filesystems reserve 5% of the space by default to only used by the root user, that's 50GB! You can reduce it to 0.2%
zless, zgrep, zcat, zdiff # There are helper commands for dealing with compressed files (gz, bz2 and xz). They have a z, bz or xz prefix. For instance, you can use zless like this zless access_log.gz to view it the same way you would with less. Others work similarly.
find ${PATH//:/ } -type f -maxdepth 1 -perm /6000 -ls # Find all the programs in path directories with suid or sgid bits set. Of course you probably just want to do this on the whole filesystem.
df -BG # List the file systems so that their space used/available is shown in gigabytes. This is more consistent than using just -h to show human readable. Good for if you have several and want to compare.
sort -V ipv4addrs.txt # In GNU sort, you can use -V (version sort) to also sort IPv4 addresses numerically according to each octet. For IPv6, try using ipv6calc --addr2fulluncompaddr first to normalize the addresses and pass to a plain sort.
echo -n pentacosiomedimni | wc -m # Check the length of a word in terms of it's character count. Although this word doesn't contain unicode characters, using the -m option would give you the expected answer if it did.
yes "$(seq 231 -1 16)" | while read i; do printf "\x1b[48;5;${i}m\n"; sleep .02; done # Make colorful gradients in your shell
yes $'\U1F427' | head -29 # Happy Birthday Linux!
date +%j # Today is International Bad Programmer's Day
grepcidr 2102:306:146e:f5d0::/64 /var/log/secure # Use a CIDR network format aware version of grep to search for hits from IPs within the IPv6 range 2102:306:146e:f5d0::/64
seq 2457 7542 | grep 2 | grep 4 | grep 5 | grep 7 # Find all potential 4 digit combinations that only have one of each number 2, 4, 5, and 7 for a CTF game.
Showing the 12 most recent of 20 posts we hold for @climagic. View and reaction counts are the latest single reading for each post, not a live figure, and a recent post is still accumulating both. A view count marked ≈ was rounded by Telegram before we ever saw it — t.me prints views in full below 1,000 and to three significant figures above, so ≈1,200,000 means somewhere between 1,150,000 and 1,249,999. Unmarked counts are exact. Text is reproduced from the public post preview and truncated for length.
Cite this entry
A live page changes as we take new readings, so a citation should name the measurement it is based on, not just the URL. The line below cites the subscriber count as measured 20 August 2026 — this entry's latest reading, not the date you are reading this.
“Command Line Magic” (@climagic), 679 subscribers as measured 20 August 2026. Telegram Register, tgregister.com/channel/climagic.
Full measurement history, CC BY 4.0. Every reading this register holds for this entry, not just the latest one, as a dated, downloadable record: CSV · JSON. Free to use with attribution to tgregister.com. Each file carries its own generation timestamp, which is the figure to cite for exactly when the data was retrieved.