Telegram RegisterThe public register of Telegram
Telegram profile photo for nixCraft

Channel

nixCraft

@nixCraft

On this record: Growth · Engagement · Posts · Cite this entry

118subscribers

-2 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-1001227288918
TypeChannel
Username@nixCraft
CreatedBetween 1 March 2018 and 31 August 2021 — estimated from Telegram’s id allocation, not measured. How this range is calculated.
First recorded9 August 2026
Last confirmed live2 September 2026
Measurements held4
Confirmed unchanged3 times, most recently 2 September 2026
On Telegramt.me/nixCraft

Growth

1181201197 August 2026 — 120 subscribers9 August 2026 — 120 subscribers14 August 2026 — 119 subscribers21 August 2026 — 118 subscribers7 August 202621 August 2026
4 measurements spanning 14 days, net -2. 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 118–120 and does not start at zero.
Measurement log — every subscribers count we have recorded
Measured (UTC)SubscribersChange
21 Aug 2026, 05:12118-1
14 Aug 2026, 14:15119-1
9 Aug 2026, 04:02120no change
7 Aug 2026, 00:34120first reading

Engagement

20 posts held, back to 29 March 2023the reader has not yet reached the start of this channel’s public history, so older posts may sit further back, unread. Read across 1 page of 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 2 July 2023. An engagement rate over an empty window would be a number about nothing.

Recent posts

2 Jul 2023, 00:07 UTC390 viewsread 9 August 2026

Here is a quick tutorial on installing ZFS support in Debian Linux 12 "Bookworm" using "apt" or "apt-get" command-line option.Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - RedditThe post How to install ZFS in Debian 12 “Bookworm” appeared first on nixCraft. via nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format (RSS/FEED) https://ift.tt/IAJYi9F

27 Jun 2023, 01:07 UTC339 viewsread 9 August 2026

Do you need to view the open file limit for a Linux process? Try "limits" files in /proc/${PID} directory with its process ID (PID) or ulimit command or prlimit command to see the open file limit for a Linux process.Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - RedditThe post How to view the open file limit for a Linux process appeared first on nixCraft. via nixCraft: Linux Tips, Hacks, Tutori

25 Jun 2023, 14:07 UTC248 viewsread 9 August 2026

You need to restart the network service in Alpine Linux using "/etc/init.d/networking restart" command to activate the network configuration defined in the /etc/network/interfaces config file. Do not run this command over an ssh-based session.Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - RedditThe post How to restart network service in Alpine Linux appeared first on nixCraft. via nixCraft: Lin

20 Jun 2023, 10:07 UTC217 viewsread 9 August 2026

When I try to compile a program on Alpine Linux, it fails with the following error: app.c:1:10: fatal error: ncurses.h: No such file or directory 1 | #include

20 Jun 2023, 04:07 UTC200 viewsread 9 August 2026

When I try to compile a program on Alpine Linux, it fails with the following error: app.c:1:10: fatal error: ncurses.h: No such file or directory 1 | #include

10 Jun 2023, 16:07 UTC219 viewsread 9 August 2026

Debian Linux 12 "Bookworm" has been released. The new version offers updated packages and five years of support. This page provides a step-by-step guide to updating Debian 11 Bullseye to Debian 12 Bookworm using command-line options, including upgrading all installed packages.Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - RedditThe post How to upgrade Debian 11 to Debian 12 bookworm using CLI ap

8 Jun 2023, 21:07 UTC167 viewsread 9 August 2026

The latest version of OpenSUSE Linux, version 15.5 "Leap," has been released. This version offers unparalleled stability due to its use of the SUSE Linux Enterprise (SLE) source and community developments. Hence, this makes it the best choice for a stable Linux experience for users, developers, and system administrators. This page explains how to upgrade from OpenSUSE 15.4 to 15.5 using the CLI.Love this? sudo share_

4 May 2023, 08:07 UTC149 viewsread 9 August 2026

While working on the bash shell script wrapper, I needed to ensure that I only passed an integer in the Bash script under Linux and Unix-like systems. Here is how to check if a number is an integer in Bash Linux or Unix script or at the command-line interface (CLI)Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - RedditThe post Bash see if an input number is an integer or not appeared first on nixC

12 Apr 2023, 03:07 UTC143 viewsread 9 August 2026

The FreeBSD Release Engineering Team is announcing the availability of FreeBSD version 13.2-RELEASE on 11/April/2023. It is the third release of the stable/13 branches. I updated my FreeBSD version 13.1 to 13.2 using the CLI over an ssh-based session. Here are my quick notes. Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit The post How to upgrade FreeBSD 13.1 to 13.2 release appeared first

10 Apr 2023, 21:07 UTC119 viewsread 9 August 2026

Do you want to copy a symbolic (soft) link instead of a file using the cp command under Linux? Try passing the -a (--archive) to copy and preserve all soft (symbolic) links. The cp command is a naturally used file copying under Linux and it comes with a few rules for copying symbolic links. Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit The post Linux cp command copy symbolic (soft) link

8 Apr 2023, 05:10 UTC106 viewsread 9 August 2026

To find or check the NVIDIA driver version on Linux to troubleshoot GPU and graphics card issue, check the /sys/module/nvidia/version and /proc/driver/nvidia/version files. Apart from that, you can try other Linux commands too. Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit The post How to find NVIDIA driver version on Linux appeared first on nixCraft. via nixCraft: Linux Tips, Hacks, Tu

4 Apr 2023, 11:07 UTC111 viewsread 9 August 2026

{Updated} agedu scans a directory tree and produces reports about how much disk space is used in each directory and subdirectory, and also how that usage of disk space corresponds to files with last-access times a long time ago under Linux/Unix/BSD and macOSThe post agedu - Linux / Unix Command For Tracking Down Wasted Disk Space appeared first on nixCraft. via nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Bl

Showing the 12 most recent of 20 posts we hold for @nixCraft. 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 21 August 2026 — this entry's latest reading, not the date you are reading this.

“nixCraft” (@nixCraft), 118 subscribers as measured 21 August 2026. Telegram Register, tgregister.com/channel/nixCraft.

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.