ooh.directory
Visit this blog slatecave.net
May contain useful information in the form of Blogposts and a small personal wiki.
Any gaps could be due to errors when fetching the blog’s feed.
TIL: This thing is very useful IMHO … what ??? Acronyms ALT (Text) Alternative Text ALT-Text is a kind of image description that describes the meaning of or the intention behind an image (but not …
What am I Talking About If you've been shell scripting for some time you have most probably seen the following construct: [ -n "$something" ] && foo This runs the foo command, but only if …
What is Templating? Templating in the sense of this articlee is when there is a text with placeholders that get filled in according to some set of rules (the templating language). Using templating is often …