Dan
onyxcode

onyxcode

Follow
homebadgesnewsletter
Tag

Tutorial

#tutorial

More content

Read more stories on Hashnode


Articles with this tag

How to setup Starship Prompt and Zsh on Crostini

Jul 10, 20211 min read 557 views

Hey all! I made this guide after getting Starship successfully working on Bash, but zsh would refuse to accept the init script. Step 0 - Set a custom...

How to setup Starship Prompt and Zsh on Crostini

How to solve the "not in sync" error on Arduino IDE

Feb 22, 20211 min read 961 views

If you've ever coded for an Arduino, you're probably familiar with the Arduino IDE. Is your IDE just not uploading your sketch? Are you getting an...

How to solve the "not in sync" error on Arduino IDE

How to Make Command Aliases in Bash

Dec 7, 20204 min read 293 views

Hey all! This is a quick one, but I use command aliases all the time and they make my life so much easier when I'm in the terminal. Let's get...

How to Make Command Aliases in Bash

Getting Started with GitHub CLI

Dec 2, 20204 min read 512 views

GitHub CLI is a wonderful new tool released by GitHub in an effort to bring GitHub to the terminal. In this tutorial, I will be showing you how to...

Getting Started with GitHub CLI