Using command-line tools for image and video manipulation, including resizing, background removal, GIF creation, video segment extraction, and more.
Mar 12, 2024
SSH, or Secure Shell, is a fundamental tool for securely connecting to and managing remote servers. Whether you’re a seasoned system administrator or just starting to explore the command line, having a solid grasp of SSH commands is essential. This cheatsheet provides a quick reference for the most commonly used SSH operations.
Feb 12, 2024
The console offers a powerful way to interact with your system and increase your productivity, here are some basic commands and one-liners to get you started.
Jan 29, 2024
SQL stands for Structured Query Language. It’s a powerful and widely-used language specifically designed for managing data stored in relational databases. There are several situations where using SQL directly might be preferable to using an Object-Relational Mapper (ORM)
Nov 16, 2023
In today’s collaborative development world (as of 2024), version control is crucial for managing code effectively. Git, a distributed version control system (DVCS), has become the industry standard for developers of all backgrounds.
Oct 10, 2023