Art, Programming, Linux

Andrew's notes

Home Posts Tags

LATEST - February 14, 2024

Essential APT Commands: A Quick Reference

Looking for a handy reference guide to navigate APT commands efficiently? This article provides an overview of essential APT commands, enabling you to install, update, remove, and troubleshoot software packages on your Linux system.

RECENT

Environment variables in Linux

A small but comprehensive guide to setting and verifying environment variables in debian-based Linux systems

June 20, 2023 5 min read

Setup Node Version Manager

Installing NVM on Linux and managing different Node versions

May 18, 2023 3 min read

Introduction to Github CLI on Linux

This guide introduces GitHub and GitHub CLI, a command line interface tool designed for fast and efficient interaction with GitHub, and provides steps for setting up an SSH key, using common commands, and setting up a repository.

April 30, 2023 12 min read

How to Create Custom Application Menu Shortcuts in Linux

Follow this guide to create your own application menu shortcuts

March 8, 2023 2 min read

Installing Docker on Debian 11: A Step-by-Step Guide

Following the official documentation on how to install Docker on Debian

February 13, 2023 4 min read

Imprecision and Overflow

We are working with the fundamental limitation of computing with a finite number of bits

January 18, 2023 8 min read

C Programming Language - Chapter 1 Solutions

The solution to each exercise of Chapter 1 of the 'The C Programming Language' book.

December 20, 2022 14 min read

Creating a simple blog with Hugo

How to instal Hugo, create a simple blog and deploy to Github Pages

December 18, 2022 10 min read


FEATURED

Essential APT Commands: A Quick Reference

4 min read linux

Introduction to Github CLI on Linux

12 min read Linux