Skip to content

Instantly share code, notes, and snippets.

View okch-codes's full-sized avatar
💾
Coding

Omar Karim Chtioui okch-codes

💾
Coding
View GitHub Profile
@udibagas
udibagas / step-by-step-migrating-postfix-to-zimbra.md
Created December 21, 2015 10:43
step by step migrating postfix to zimbra

Langkah migrasi mail server postfix ke zimbra

Migrasi account

Copy script berikut dan beri nama backup.php. Simpan ke server lama.

#!/usr/bin/php

// Postfixadmin (http://postfixadmin.sourceforge.net/) to Zimbra
@schlamar
schlamar / ssdp.py
Created April 20, 2012 12:45
Simple Python SSDP discovery
import socket
import struct
import sys
from httplib import HTTPResponse
from BaseHTTPServer import BaseHTTPRequestHandler
from StringIO import StringIO
import gtk
import gobject