Skip to content

Instantly share code, notes, and snippets.

@lwmirkk
lwmirkk / gist:c90d0539f5c945c628dbd770ae8aa2f4
Created October 15, 2024 11:10 — forked from pitch-gist/gist:2999707
HTML: Simple Maintenance Page
<!doctype html>
<title>Site Maintenance</title>
<style>
body { text-align: center; padding: 150px; }
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>
@lwmirkk
lwmirkk / rfc3161.txt
Last active January 16, 2025 13:21 — forked from Manouchehri/rfc3161.txt
List of free rfc3161 servers.
https://rfc3161.ai.moda
https://rfc3161.ai.moda/adobe
https://rfc3161.ai.moda/microsoft
https://rfc3161.ai.moda/apple
https://rfc3161.ai.moda/any
http://timestamp.digicert.com
http://timestamp.globalsign.com/tsa/r6advanced1
http://rfc3161timestamp.globalsign.com/advanced
http://timestamp.sectigo.com
http://timestamp.apple.com/ts01
@lwmirkk
lwmirkk / ckiller.php
Created May 11, 2021 18:09 — forked from technicalogical/ckiller.php
cpanel php kill script
<?php
//cPanel lsphp process killer. 2019--Brandon Lehman, [email protected]
//Wade C. Thomas - 2019 with the assist on the Quert class.
//This script was designed to more easily kill processes when a cPanel account is experiencing issues while under high load.
//It shows the current running processes by running ps aux, and then kills PHP processes by running pkill lsphp.
class Query {
private $cmd = '';
//__construct
@lwmirkk
lwmirkk / .htaccess
Created July 11, 2018 01:32 — forked from jonathonbyrdziak/.htaccess
htaccess mod_expires / mod_cache / mod_deflate / mod_headers
# ------------------------------------------------------------------------------
#
# Curtousy of the Magento Support Center
# http://magentosupport.help/what-are-expires-headers-and-how-do-i-implement-them/
#
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
# | Mod Caching via Apache |