Published onOctober 1, 2023What is a `Chromium-based browser`?webChrome, Microsoft Edge, Opera, Brave, and others.
Published onSeptember 27, 2023The difference between `cat` and `less`Linuxterminal-commandcat shows all, less paginates.
Published onSeptember 26, 2023What is the 'touch' command in Terminal?Linuxterminal-commandIf the file doesn’t exist, it creates a new empty file; if it already exists, it updates the modification time.
Published onJune 29, 2023Fixing the Unexpected use of 'location' errorreactUse window.location instead of location.