━━━━━━━━━⌨️━━━━━━━━ ⒸⓞⓜⓐⓝⓓⓞⓈ ⓁⒾⓃⓊⓍ ━━━━━━━━━━━━━━━━━━━

Channel
Comandos Linux - Commands Linux, Tweaks, Tips and Tricks
@comandos_linux
On this record: Growth · Engagement · Posts · Cite this entry
368subscribers
+3 since we began measuring on 7 August 2026
Risers and fallers across the register · movement among entries of Under 1,000.
Register entry
| Telegram ID | -1001106827970 |
|---|---|
| Type | Channel |
| Username | @comandos_linux |
| Created | Between 1 February 2017 and 31 May 2019— estimated from Telegram’s id allocation, not measured. How this range is calculated. |
| First recorded | 8 August 2026 |
| Last confirmed live | 24 August 2026 |
| Measurements held | 4 |
| Confirmed unchanged | 1 time, most recently 24 August 2026 |
| On Telegram | t.me/comandos_linux |
Growth
| Measured (UTC) | Subscribers | Change |
|---|---|---|
| 24 Aug 2026, 06:06 | 368 | +2 |
| 16 Aug 2026, 01:56 | 366 | +1 |
| 8 Aug 2026, 06:31 | 365 | no change |
| 7 Aug 2026, 20:37 | 365 | first reading |
Engagement
20 posts held, back to 15 September 2022 — 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 17 March 2025. An engagement rate over an empty window would be a number about nothing.
Recent posts
Usem nossa framwork no terminal. O Shell Utils é um framework educacional projetado para tornar a programação shell acessível e poderosa. É o resultado de um trabalho exaustivo de muitos anos, agora disponível no GitHub. Com mais de 280 scripts documentados, atende tanto iniciantes quanto usuários avançados. Seu grande diferencial é a capacidade de interagir com os principais shells: Bash, Zsh e Fish. https://githu…
━━━━━━━━━⌨️━━━━━━━━ ⒸⓞⓜⓐⓝⓓⓞⓈ ⓁⒾⓃⓊⓍ ━━━━━━━━━━━━━━━━━━━
#!/usr/bin/env python3 import subprocess # change the round factor if you like r = 1 screens = [l.split() for l in subprocess.check_output( ["xrandr"]).decode("utf-8").strip().splitlines() if " connected" in l] scr_data = [] for s in screens: try: scr_data.append(( s[0], float(s[-3].replace("mm", "")), float(s[-1].replace("mm", "")) )) except Value…
Saiba quantas polegadas tem no seu monitor com o seguinte script em Python
━━━━━━━━━⌨️━━━━━━━━ ⒸⓞⓜⓐⓝⓓⓞⓈ ⓁⒾⓃⓊⓍ ━━━━━━━━━━━━━━━━━━━
sensors | awk '/[Pp]ackage id 0:/ {print $4}' | sed 's/+//g'
sensors | awk '/Package id 0:/ {print $4}' | sed 's/+//g'
paste <(cat /sys/class/thermal/thermal_zone*/type) <(cat /sys/class/thermal/thermal_zone*/temp) | column -s $'\t' -t | sed 's/\(.\)..$/.\1ºC/'
cat /sys/class/thermal/thermal_zone0/temp | column -s $'\t' -t | sed 's/\(.\)..$/.\1ºC/'
echo "CPU $(cpupower frequency-info | grep -i asserted | cut -c 26-28)$(cpupower frequency-info | grep -i asserted | cut -c 30-33)| $[100-$(vmstat 1 2|tail -1|awk '{print $15}')]% | CPU: $(sensors | grep -i 'Core 0:'| head -n1 | sed -r 's/.*:\s+[\+-]?(.*C)\s+.*/\1/')"
Cheque a temperatura da CPU e use em painéis como: polybar, lemonbar e tint2
Showing the 12 most recent of 20 posts we hold for @comandos_linux. 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 24 August 2026 — this entry's latest reading, not the date you are reading this.
“Comandos Linux - Commands Linux, Tweaks, Tips and Tricks” (@comandos_linux), 368 subscribers as measured 24 August 2026. Telegram Register, tgregister.com/channel/comandos_linux.
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.