TIL: Debugging CSS Techniques, LLVM Architecture, Python Language Reference, and Shell Sourcing

Today I learned about systematic CSS debugging approaches, LLVM compiler architecture from AOSA, the comprehensive Python language reference, and the difference between sourcing and executing shell scripts.

December 14, 2020 路 2 min

TIL: Kill Command with Readable Signal Arguments

Today I learned that the kill command accepts human-readable signal names instead of just numeric codes, making process management more intuitive and safer.

November 21, 2020 路 2 min

TIL: lsof for Process Scanning and Advanced kill Command Usage

Today I learned how to use lsof to scan processes running in specific paths and discovered that the kill command accepts verbose, readable signal names for safer process management.

November 3, 2020 路 5 min

TIL: tr Command for Stream Translation and Character Manipulation

Today I learned how the tr command can translate stdin from one format to another, providing powerful text transformation capabilities in Unix pipelines.

November 1, 2020 路 4 min

TIL: /dev/urandom and /dev/random for Cryptographically Secure Random Generation

Today I learned about the differences between /dev/urandom and /dev/random, and how to use these devices for generating cryptographically secure random data in Unix systems.

October 31, 2020 路 4 min