Hello all! My name is Dan, and I post tech tutorials and news!
Subscribe to my newsletter and never miss my upcoming articles
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 started! 1. Opening the .bashrc file The .bashrc file is short for "bash run commands". It can be located in...
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 setup, install and use some basic features of GitHub CLI. Installation Because of the amount of install...
You can install GitHub CLI in quite a few ways, I will be going over each OS in this article. Windows WinGet winget install gh scoop scoop install gh Chocolatey choco install gh MSI file You can download the compiled MSI file from the releases page. ...
Hi! I started learning Python about 6 months ago, and yesterday made my first graphic application, Hazy. I was very happy that upon sharing the project on Reddit, it recieved 4 stars including one from PySimpleGUI themselves! I am very curious and wo...
I was trying to install Pterodactyl, a panel for managing servers for Minecraft, Discord bots, etc, easier. Looking back now, it was stupid of me to use a script to install it. Installing it manually only took me a couple hours anyways. parkervcp and...
Google has now publicly released details on a zero day exploit that hackers are supposedly actively using to hack Windows 10 and 7 PCs. Project Zero by Google gave Microsoft an ultimatum that the vulnerability needed to be fixed within 1 week. Howeve...