Skip to content

Instantly share code, notes, and snippets.

View ronnicek's full-sized avatar

Jindřiška ronnicek

View GitHub Profile
@ronnicek
ronnicek / ispconfig-migration.sh
Last active July 5, 2023 20:35 — forked from yorch/ispconfig-migration.sh
ISPConfig 3 script to move installation from one server to another
#!/bin/bash
# Migrate ISPConfig 3 installation from one server to another
# This script should run on the final/destination ISPConfig 3 server
# You must first install the same ISPConfig on the destination server
# and make sure to create all the users from the previous installation
# (ISPConfig creates users for each client and web page)
# Tested on ISPConfig version 3.0.5.3
# Created by Jorge Barnaby (@jbarnaby) - March 2014
# EDIT YOUR PREVIOUS ISPCONFIG SERVER HERE

Keybase proof

I hereby claim:

  • I am ronnicek on github.
  • I am ronnicek (https://keybase.io/ronnicek) on keybase.
  • I have a public key ASBnyFASRMfFOobKW9aTNH49AjSo9W6Hz4WEA_t3tmnxEQo

To claim this, I am signing this object:

@ronnicek
ronnicek / kraken.ino
Created August 3, 2017 16:42
Working testing code for starting Roomba 605
#include <IRremoteESP8266.h>
/*
Send infrared commands from the Arduino to the iRobot Roomba
by probono
2013-03-17 Initial release