Latest Articles
Linux ACL Explained: setfacl vs chacl With Practical Examples
Learn Linux Access Control Lists (ACL) with clear explanations and practical examples. Understand when to use setfacl vs chacl, how to inspect, change, remove, …
10 lbzip2 command examples in Linux [Cheat Sheet]
You can simply specify a file name after lbzip2 command to compress that file. The original file will be replaced by the compressed version of it.
10+ rpmbuild command examples in Linux [Cheat Sheet]
rpmbuild command in Linux is used to build RPM packages. An RPM package is of two types: source RPM and binary RPM. A binary package contains the software to
How to generate unique ID with node.js (Nodejs UUID)
UUID, short for Universal Unique Identifier, is a 128-bit value for representing entities on the internet. An entity can be data in any form. For example,
Implementing NodeJS CMS with express and MongoDB
Implementing NodeJS CMS with Express and MongoDB will enable you to debug popular CMSs, get a template to customize when building applications with NodeJS,
