Skip to content

Instantly share code, notes, and snippets.

View tobi-pb's full-sized avatar

Tobias Vogt tobi-pb

View GitHub Profile
@tobi-pb
tobi-pb / migrate.sh
Last active March 3, 2023 23:34
Upgrade MAMP to Mysql 5.6
#!/bin/sh
wget http://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.24-osx10.9-x86_64.tar.gz
tar xfvz mysql-5.6*
echo "stopping mamp"
sudo /Applications/MAMP/bin/stop.sh
sudo killall httpd mysqld
echo "creating backup"

Hey Guys,

first of all : Thanks Fabian for your support. Without your motivation I would not have planned our x-mas special this year.

A few month ago I switched webguys.de to a community blogging approach. This includes forking all blog-posts, creating merge request on github and so on. I hope we could use this feature now!

How To Blog at our xmas special

  1. Open https://github.com/webguys-de/blogposts
Title: Türchen xx : Your Topic
----
Date: 2016-12-xx
----
Author: Your Name
@tobi-pb
tobi-pb / archive.php
Created November 2, 2015 16:49
Repack Magento Extension after running `tar xfvz extension.tgz`
<?php
require_once 'abstract.php';
//
//
// PLEASE SET EDIT packages.xml and update md5 hashes!
class Mage_Shell_Archive extends Mage_Shell_Abstract
{