Telegram RegisterThe public register of Telegram
Telegram profile photo for Command Line Magic

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
TypeChannel
Username@climagic
Created8 March 2016measured — cross-checked against a third-party dataset (TGDataset)
First recorded6 August 2026
Last confirmed live20 August 2026
Measurements held4
Confirmed unchanged1 time, most recently 20 August 2026
On Telegramt.me/climagic

Growth

679686682.55 August 2026 — 686 subscribers6 August 2026 — 686 subscribers13 August 2026 — 684 subscribers20 August 2026 — 679 subscribers5 August 202620 August 2026
4 measurements spanning 15 days, net -7. Dots are measurements; the straight line between them is drawn to join them, not to claim we know the path taken in between — snapshots are recorded only when a count changes, so gaps mean “no change observed”, never “interpolated”. The vertical axis spans 678–687 and does not start at zero.
Measurement log — every subscribers count we have recorded
Measured (UTC)SubscribersChange
20 Aug 2026, 13:54679-5
13 Aug 2026, 23:58684-2
6 Aug 2026, 16:38686no change
5 Aug 2026, 21:16686first reading

Engagement

20 posts held, back to 28 May 2020the 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

16 Nov 2022, 06:47 UTC≈3,080 viewsread 6 August 2026

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)}';}

20 Dec 2021, 14:16 UTC≈3,570 viewsread 6 August 2026

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%

26 Mar 2021, 16:49 UTC≈4,330 viewsread 6 August 2026

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.

5 Feb 2021, 19:20 UTC≈4,200 viewsread 6 August 2026

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.

28 Dec 2020, 19:14 UTC≈4,030 viewsread 6 August 2026

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.

23 Oct 2020, 06:43 UTC≈3,870 viewsread 6 August 2026

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.

8 Oct 2020, 16:34 UTC≈3,530 viewsread 6 August 2026

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.

3 Oct 2020, 06:25 UTC≈3,330 viewsread 6 August 2026

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

14 Aug 2020, 16:50 UTC≈3,430 viewsread 6 August 2026

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

12 Aug 2020, 16:39 UTC≈3,240 viewsread 6 August 2026

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.