If you have a PFsense gateway you can already set the gateway as a VPN client, but what if you don't want that, and instead you want to set the VPN connection on a machine/machines behind a PFSense gateway, but you don't want to set split tunnel on that machine and also you want to be able to have some services that are ported forward through the gateway and they must be accessible outside of the LAN even if that machine is connected to VPN.
One simple solution is to rewrite any incoming connec...
View full article
Looking at the recent statistics we can surely see that VPN has a low but steady increase, in some countries usage is above 20% and I think the future of VPNs is rather unpredictable. Now what I like about VPNs is that they mess with the AD system of every major Tech company when you use a clean browsing session(no cookies/ no-cache/ no previous browser data in general), so you go on youtube or google and see an AD designed for a Czech citizen and that is pretty awesome. As I don't like how ADs ...
View full article
If you want to install Laravel on a RedHat 7.3 OS, you will have to use PHP 7.0.* as this is a Laravel minimum requirement, so this is the set of commands that I used in order to configure the needed software for Laravel. ( you can also download the set of commands as a text file below).
Also, I would like to mention that I generally prefer Nginx over Apache, and HTTPS obviously, but this is just a quick setup.
Commands:
nmtui firewall-cmd ...
View full article
PHPMailer is a popular library for sending emails as the project of the title suggests. In GitHub, the readme file has a nice example of a basic setup, but today I'll give you a similar simple example using jQuery, Swal( Sweet alert ).
So first this is the PHP script that should respond to an ajax request (for example a file named smail.php):
<?php error_reporting(0); use PHPM...
View full article