Ncdu is a disk usage analyzer with an ncurses interface. It is designed to find space hogs on a remote...
If the project you're working on has, say, 39 repositories and counting in GitLab and you need all the...
If you need to convert an SVG source to PS or EPS, the most common suggestion on the interwebs is...
These are the results of the "personal tech stack survey". I've included only the most popular mentions, maybe it...
Bei Automatisierungsaufgaben kannst du dich nicht immer auf fertige Tools verlassen. Häufig musst du eine Schnittstelle zu einem bestehenden System...
When you need information about a gem (like version(s) or install path(s)), you can use the gem binary...
ruby-warning adds custom processing for warnings, including the ability to ignore specific warning messages, ignore warnings in specific files/directories...
Wir wollen verstehen, welche Hardware-Ressourcen uns zur Verfügung stehen und wie wir mögliche Engpässe und Probleme identifizieren können. Grundsätzlich...
Früher und auch heute noch werden in großen Teilen Infrastruktur Bestandteile manuell konfiguriert und aufgesetzt. Das bedeutet, dass Menschen manuell...
Vor 20 Jahren begann der große Durchbruch der Virtualisierung. Heute sind virtuelle Server kaum noch wegzudenken, da diese eine deutlich...
Building application assets with esbuild is the new way to do it, and it's great, especially in combination with...
Jasmine is a great tool to unit test your JavaScript components without writing an expensive end-to-end test for...
Resources RubyGuides: Mastering Ruby Regular Expressions Using regular expressions in JavaScript Testing regular expressions visually Regular Expressions: Quantifier modes...
JavaScript code can access and manipulate the browser's DOM tree. Using JavaScript we can add interactive behavior to our...
Sometimes you need to access a dev server running on localhost from another machine that is not part of the...
ImageMagick can convert SVGs to raster image formats. Example for PNG: convert input.svg output.png If the SVG has a...
Some users might use Adblock Plus or similar browser plugins to reduce the number of ads displayed. If you run...
Rails 6.1 has a "strict loading" mode that forces the developer to preload any association they plan to use. Associations...
age is a simple, modern and secure file encryption tool, format, and Go library. It features small explicit keys, no...
The attached compiler() function below applies JavaScript behavior to matching HTML elements as they enter the DOM. This works like...
What is netfilter's Connection Tracking system? The connection tracking system often referenced as nf_conntrack is part of the...
We have observed Lenovo laptops with nvidia graphics losing performance after they have been in use for a few minutes...
Browsers usually cache website content in order to provide the user with faster responses. Examples are returning to a website...
https://tableconvert.com/ is an online tool to convert tables between different formats (e.g. json, markdown, csv).