Productivity

Programming: The Basics
Programming: The Basics

Computers A computer is an electronic device that can be programmed to carry out a wide range of tasks. It operates by performing sequences of arithmetic or logical operations automatically. Modern computers can store, retrieve, and process data, typically in binary form, according to instructions given to it in a variable program.

May 8, 2024

Wireguard: A Better VPN
Wireguard: A Better VPN

Virtual Private Networks (VPNs) are essential tools for protecting your online privacy and security. But traditional VPNs can sometimes be slow and bog down your connection. WireGuard is a new, innovative VPN protocol that offers several advantages over traditional options, it has a cool logo too 😎.

Apr 27, 2024

Image and Video Cheat Sheet
Image and Video Cheat Sheet

Using command-line tools for image and video manipulation, including resizing, background removal, GIF creation, video segment extraction, and more.

Mar 12, 2024

SSH Cheatsheet
SSH Cheatsheet

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

Console snippets
Console snippets

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 Cheat Sheet
SQL Cheat Sheet

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

Git Cheatsheet
Git Cheatsheet

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

MC: a commander like no other
MC: a commander like no other

In the world of command-line interfaces, Midnight Commander (MC) stands out as a powerful and versatile file manager that brings efficiency and convenience to text-based terminals

Jun 5, 2023

Scrcpy: Display and control your Android device
Scrcpy: Display and control your Android device

Scrcpy is an open-source tool that allows users to mirror and control their Android devices from their computer

Apr 14, 2023

Package Managers - not the evil kind of PMs
Package Managers - not the evil kind of PMs

So hail to the package managers, we say, for keeping our software up-to-date each day!

Mar 21, 2023