Skip to content

Instantly share code, notes, and snippets.

View ochudi's full-sized avatar
💻
Working.

Chukwudi Ofoma ochudi

💻
Working.
View GitHub Profile

BizTuneMusic - Documentation

A modern, scalable music discovery platform built with Next.js 15 and Supabase, designed for African artists. The application features comprehensive content management, secure file uploads, and a responsive user interface with dark mode support.

Table of Contents

@ochudi
ochudi / terminal-commands.md
Created October 23, 2024 15:04 — forked from bradtraversy/terminal-commands.md
Common Terminal Commands

Common Terminal Commands

Key Commands & Navigation

Before we look at some common commands, I just want to note a few keyboard commands that are very helpful:

  • Up Arrow: Will show your last command
  • Down Arrow: Will show your next command
  • Tab: Will auto-complete your command
  • Ctrl + L: Will clear the screen