Posts
All the articles I've posted.
Strace Debugging for PHP
Posted on:December 8, 2022 at 02:30 PMStrace is a powerful command line tool for debugging and troubleshooting. In this guide, we will discuss how to use strace to debug PHP applications.
Creating a Discord Bot in Go
Posted on:December 8, 2022 at 02:10 PMGo is a popular language for creating Discord bots due to its versatility and ease of use. This guide will walk you through setting up a simple Discord bot in Go, including how to set up commands and use it on your Discord server.
Setting up a GRE Tunnel on CentOS 8
Posted on:December 8, 2022 at 01:30 PMGeneric Routing Encapsulation (GRE) is a tunneling protocol that can encapsulate a wide variety of network layer protocols inside virtual point-to-point links over an Internet Protocol network. In this guide, we will cover the steps necessary to set up a GRE tunnel on CentOS 8.
Installing CrewLink for Among Us on PC
Posted on:December 8, 2022 at 12:10 PMCrewLink is a voice chat platform created by Among Us fans that allows you to communicate with your group of friends or strangers while playing the game. This guide will show you how to install CrewLink on your PC.
How to Install and Set Up Lets Encrypt via CloudFlare DNS Checks on CentOS 8
Posted on:December 7, 2022 at 07:00 PMLet's Encrypt is a free, open-source certificate authority that allows you to easily obtain SSL/TLS certificates for your website. This guide will show you how to use CloudFlare DNS checks to verify your domain ownership and install a SSL/TLS certificate for your website using the certbot tool on CentOS 8. Prerequisites