How to install palera1n on a ChromebookFYI: This is experimental and may not work on your system.Jul 2, 2023·2 min read·3.2K
Installation Methods for GitHub CLIYou 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. ...Dec 2, 2020·2 min read·723
What is considered practical in terms of applictions?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...Nov 27, 2020·1 min read·324
Warnings against using unofficial installersI 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...Nov 21, 2020·2 min read·221
Google drops bombshell zero day exploit affecting Windows 10Google 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...Oct 31, 2020·3 min read·154
An Introduction To The Apt Package ManagerWhat is Apt? Apt is the default package manager on Ubuntu, a Linux distribution based on the popular Linux operating system, Debian. In this article we will be going over a couple basic features of Apt in order to give you, the user, a basic ability ...Oct 14, 2020·4 min read·264