Skip to content

Instantly share code, notes, and snippets.

View clivewalkden's full-sized avatar
🤓
Focusing on @golang & @kubernetes

Clive Walkden clivewalkden

🤓
Focusing on @golang & @kubernetes
View GitHub Profile
@clivewalkden
clivewalkden / backup.conf
Last active May 3, 2022 10:02
GCP Packer default nginx config
# Configuration file for db-sync (https://github.com/clivewalkden/bash-magento2-db-sync)
remote_host={{remote_host}}
remote_domain={{remote_domain}}
remote_port={{remote_port}}
remote_username={{remote_username}}
remote_magento_dir={{remote_magento_dir}}
remote_backup_dir={{remote_backup_dir}}
remote_shared_deployment_dir={{remote_shared_deployment_dir}}
local_backup_dir={{local_backup_dir}}
@clivewalkden
clivewalkden / block-index.patch
Created March 27, 2020 10:16
UB Migrate Data Pro
Index: magento/app/code/Ubertheme/Ubdatamigration/Block/Index.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- magento/app/code/Ubertheme/Ubdatamigration/Block/Index.php (date 1585223427069)
+++ magento/app/code/Ubertheme/Ubdatamigration/Block/Index.php (date 1585223427069)
@@ -70,11 +70,17 @@
public function getToken() {
$token = '';
@clivewalkden
clivewalkden / motd.sh
Created September 23, 2020 22:33 — forked from mikecentola/motd.sh
MOTD for Centos / RHEL
#!/bin/bash
# This motd.sh file is to be placed in /etc/profile.d/ to be executed upon
# successful login.
# -------------------------------------------------------------------------
# Copyright (c) 2018 Mike Centola (mikecentola.com)
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
@clivewalkden
clivewalkden / README.md
Created August 18, 2023 09:30
CustomWeb Opayo Magento 2 PHP 8.2 Patch

Patch notes

Required to be added for PHP 8.2 sites. Without this patch the site errors at checkout steps.