Installing ArcDPS and Burrito for GuildWars 2 on Linux (Steam)
This blog post will explain what I had to do to get the ArcDPS and Burrito add-ons working on Linux.
Windows: CUSTOM lock screen wallpaper location
This guide will help you find your custom lock screen wallpapers on Windows (10/11).
Use nano as the editor in git bash for Windows.
It's pretty easy to setup the nano editor as the git editor on Windows. You can follow these steps to do so.
PHP: Location header bypassing
There's a trick where you can bypass Location headers. There are a lot of bad coding practices, and I'll show you how easy it is to bypass them and to protect yourself against it.
A Safe HTML5 Password Regex
A good way of doing passwords in forms, using the HTML 5 pattern regex.
PHP: Inline Switch Statement (Anonymous Function)
Another reason why I love PHP is its ability to do so many things inline, while keeping the code flow amazingly simple. This is an inline anonymous switch statement, and it allows us to use a switch statement to return us something.
PHP: Run a function over a list of referenced variables (var_walk)
This function allows you to run a function over a list of referenced variables. It works a little like array_walk(), but allows an unlimited amount of variables to be referenced.
How to install WPScan on Debian
This tutorial explains how to install WPScan and ruby 2.3 on Debian based systems.
How to install v8js for PHP 5 on Windows
This is a simple tutorial to help you install v8js for PHP on Windows. It explains installations for both PHP 7 and PHP 5.
How to install v8js for PHP 5 on Linux
In this tutorial I will explain how to install and setup v8js for PHP 5 using Linux. It's pretty easy when using the PECL package.