Skip to content

Instantly share code, notes, and snippets.

View SentryXSI's full-sized avatar
🙃
Hi, this is my personal account for making, breaking and fixing things

Michael SentryXSI

🙃
Hi, this is my personal account for making, breaking and fixing things
View GitHub Profile
@SentryXSI
SentryXSI / example.php
Last active September 5, 2019 12:23
Form Guard Ideas
<?php
use NinjaSentry\Katana\Form\Guard as FormGuard;
use NinjaSentry\Sai\Ui\Form\Builder as FormBuilder;
// Generator
$guard = (new FormGuard( $this->identity->session ) )
->tokens()
->lockUri( $this->route->uri )
@SentryXSI
SentryXSI / installer.sh
Last active September 6, 2019 17:52
Fedora Server Dev Setup
#!/usr/bin/env bash
set -euxo pipefail
sudo dnf install -y \
httpd \
httpd-devel \
httpd-manual \
php \
php-bcmath \
@SentryXSI
SentryXSI / fedora-server-32-notes.txt
Last active April 29, 2020 16:06
Fedora 32 Server Notes
--
My notes for setting up a local Fedora server VM
Curent target version : Fedora 32
--
+ Update the previous install scripts :
https://gist.github.com/SentryXSI/13ed14978521fc7e361fccf5d581737e