Skip to content

Instantly share code, notes, and snippets.

@AbrahamAriel
AbrahamAriel / PrettyColours.ini
Created July 30, 2017 18:00
[ReShade 3.X] PrettyColours for Euro Truck Simulator 2 by acrox999 (https://forum.scssoft.com/viewtopic.php?f=34&t=244725)
/**
*
* PrettyColours for Euro Truck Simulator 2
* By acrox999 (https://forum.scssoft.com/memberlist.php?mode=viewprofile&u=26762)
*
* Requires ReShade 3.X
* Revision: 31/07/2017
*
* Support and Updates: https://forum.scssoft.com/viewtopic.php?f=34&t=244725
*
@joepie91
joepie91 / vpn.md
Last active July 29, 2024 07:41
Don't use VPN services.

Don't use VPN services.

No, seriously, don't. You're probably reading this because you've asked what VPN service to use, and this is the answer.

Note: The content in this post does not apply to using VPN for their intended purpose; that is, as a virtual private (internal) network. It only applies to using it as a glorified proxy, which is what every third-party "VPN provider" does.

  • A Russian translation of this article can be found here, contributed by Timur Demin.
  • A Turkish translation can be found here, contributed by agyild.
  • There's also this article about VPN services, which is honestly better written (and has more cat pictures!) than my article.
@amochohan
amochohan / 01_Laravel 5 Simple ACL manager_Readme.md
Last active July 24, 2024 14:27
Laravel 5 Simple ACL - Protect routes by an account / role type

#Laravel 5 Simple ACL manager

Protect your routes with user roles. Simply add a 'role_id' to the User model, install the roles table and seed if you need some example roles to get going.

If the user has a 'Root' role, then they can perform any actions.

Installation

Simply copy the files across into the appropriate directories, and register the middleware in App\Http\Kernel.php