System Administration
Explore the critical world of System Administration, where efficiency and reliability keep computer systems running smoothly. Learn about the tools and techniques for managing servers, networks, and software to ensure optimal performance and security.
Enable IEx command history
With this flag, IEx will remember the input history between sessions. Helps with faster app restart workflows while developing.
Get File Encoding
Simple shell command to guess the encoding of a text file.
Get the Number of Lines of a file
Simple shell command to count the number of lines of a text file.
How to quickly check backlinks to your site using google
Small google search trick to have an instant overview about sites linking to you
Import SQLite records from another database
See how to copy SQLite rows from an already existing (old) database into another database, table by table, using the ATTACH DATABASE built-in feature from within a bash script.
Shell Command To Resize Images
The quick and efficient way to ad-hoc resize an image file right from bash or zsh terminals using image magick.
SQLite On Delete Callbacks
Leverage the built-in callback handlers of sqlite to ensure that no dangling foreign keys or orphan records exist in your database. Pure SQL solution.
Transform All Image Files to webp
Bash script that replaces all image files within a folder into webp files of the same size.
Related Categories →
SEO
Make your digital content discoverable and digestable by web crawlers. Ensure that visitors have a straightforward experience.
Data Engineering
Explore the essentials of Data Engineering, delving into how data systems are built and maintained. From organizing data flows to automating complex data processes, discover the tools and techniques that make data easily accessible and useful for everyday projects and insights.
DevOps
Get a glimpse into the world of DevOps, where coding meets collaboration, speeding up everything from software builds to system fixes. Learn about the seamless integration of development and operations to make tech life easier and more efficient.
Related Technologies
Elixir
Harness the power of concurrent, fault-tolerant programming for scalable, maintainable applications. Code that flows like water!
Shell
Shell scripting: Automate and streamline your tasks with powerful command-line scripts. Unlock efficiency in every command! Contains bash, zsh, sh, ...
Google Tech: Dive into tools and platforms that amplify your projects. Explore how indie hackers can leverage Google’s powerhouse for growth!
SQLite
The lightweight and surprisingly fast database option for relational data. Ideal for traditional VPS-style deployments with persistent disk, or in-memory for nontrivial aggregations.