Skip to content

Instantly share code, notes, and snippets.

View the1sky's full-sized avatar

nant the1sky

View GitHub Profile
@the1sky
the1sky / pptpd.sh
Last active June 25, 2019 06:32 — forked from yinhm/pptpd.sh
针对amazon ec2 linux x86_84平台的修改
# Automaticlly install pptpd on Amazon EC2 Amazon Linux
#
# Ripped from http://blog.diahosting.com/linux-tutorial/pptpd/
# pptpd source rpm packing by it's authors
#
# WARNING:
# first ms-dns setting to 172.16.0.23, 172.16.0.23 was showing on my
# /etc/resolv.conf, I'm not sure this is the same on all Amazon AWS zones.
#
# You need to adjust your "Security Groups" which you are using too.
admaker_html_render
@the1sky
the1sky / RobotlegsAsyncCommand.as
Created March 28, 2012 04:21 — forked from darscan/RobotlegsAsyncCommand.as
An Async Command for Robotlegs
package org.robotlegs.extensions.mvcs
{
import flash.utils.Dictionary;
import org.robotlegs.base.EventMap;
import org.robotlegs.core.IEventMap;
import org.robotlegs.mvcs.Command;
public class AsyncCommand extends Command
{