Tagged articles
9 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
May 29, 2023 · Fundamentals

Unlock Hidden Linux Gems: Master fold, column, sg, xxd, pwdx, and write

This guide explores lesser‑known Linux /usr/bin utilities—fold, column, sg, xxd, pwdx, and write—showing how each command works, providing example usages, and explaining practical scenarios where they simplify text formatting, group permission handling, hex dumping, process directory inspection, and inter‑user messaging.

columncommand-linefold
0 likes · 8 min read
Unlock Hidden Linux Gems: Master fold, column, sg, xxd, pwdx, and write
Bin's Tech Cabin
Bin's Tech Cabin
Apr 8, 2022 · Backend Development

Inside Netty's Write and Flush Mechanism: How Java Handles Network I/O

This article provides a detailed walkthrough of Netty's internal write and flush processes, explaining how ChannelHandlerContext propagates outbound events, how ChannelOutboundBuffer manages pending data with high/low watermarks, the role of write loops, OP_WRITE handling, and the combined writeAndFlush operation in Java's high‑performance network framework.

Flushnetwork-iowrite()
0 likes · 70 min read
Inside Netty's Write and Flush Mechanism: How Java Handles Network I/O
Liangxu Linux
Liangxu Linux
Sep 8, 2020 · Fundamentals

Master Linux User Messaging: wall, mesg, write, talk & ytalk Explained

This guide walks you through four essential Linux commands—wall, mesg, write, and talk/ytalk—detailing how to broadcast messages, control incoming chats, send direct text, and start interactive sessions, complete with syntax examples and usage tips.

Interprocess CommunicationLinuxmesg
0 likes · 7 min read
Master Linux User Messaging: wall, mesg, write, talk & ytalk Explained