Skip to content

Instantly share code, notes, and snippets.

View Rynoxx's full-sized avatar
🥝

Lukas Söder Rynoxx

🥝
  • Sweden
  • 20:32 (UTC +02:00)
View GitHub Profile
@Rynoxx
Rynoxx / generate_letsencrypt.sh
Last active October 6, 2018 14:58
Sentora LetsEncrypt/Certbot
#!/bin/bash
USER="";
FQDN="";
ALT_FQDN="";
IGNORE_WWW="";
_startswith(){
_str="$1"
_sub="$2"
Moved to <a href="https://github.com/Rynoxx/linux-periodic-table">https://github.com/Rynoxx/linux-periodic-table</a>
@Rynoxx
Rynoxx / OrderCarrier.php
Last active December 21, 2017 09:55
PrestaShop, send in_transit email on tracking number update.
<?php
/*
* 2007-2016 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php