Skip to content

Instantly share code, notes, and snippets.

View minmemory's full-sized avatar
😑
不开心

Yvonne Lu minmemory

😑
不开心
View GitHub Profile
@minmemory
minmemory / keybase.md
Created September 21, 2019 20:17
Keybase Proof of Github

Keybase proof

I hereby claim:

  • I am minmemory on github.
  • I am minmemory (https://keybase.io/minmemory) on keybase.
  • I have a public key ASCEKPDSiamFEj6B-H8R-iXY-C2YGYYzS8jB4oKosLUlGAo

To claim this, I am signing this object:

@minmemory
minmemory / getdocker
Last active December 7, 2018 13:15
Docker-CE FORCE installation script for Oracle Linux/RHEL (The officiacl one required Docker-EE)
#!/bin/sh
set -e
# This script is meant for quick & easy install via:
# $ curl -fsSL https://get.docker.com -o get-docker.sh
# $ sh get-docker.sh
#
# For test builds (ie. release candidates):
# $ curl -fsSL https://test.docker.com -o test-docker.sh
# $ sh test-docker.sh
@minmemory
minmemory / xmr.sh
Created June 13, 2018 15:21
银河的XMR一键脚本,由本敏还原
#!/bin/bash
#By:银河
#QQ:2282677574
#为了保持更好的兼容性 脚本并未使用shc加密
#脚本加密是为了在一定程度上防止移除授权程序
#授权程序是为了统计使用情况以此决定脚本是否继续升级
#此脚本无任何后门,如果你已看到这些文字,请检查是否存在后门
#您的支持是我最大动力!
#PS:嘿嘿
@minmemory
minmemory / lotServer.nulled.php
Last active February 5, 2017 09:41
lotServer nulled script by Teddyvonne
<?php
/*
lotServer nulled script
by Teddyvonne
*/
/*
if($argc < 4) {
echo("Usage: php ". $argv[0] . " mac expireYear bandwidth\nBandwidth=0 means unlimited\n");
exit;
@minmemory
minmemory / chrootpass
Last active September 10, 2015 23:58
Disable root password modify function on Cpanel/WHM
<img src="https://gist.githubusercontent.com/minmemory/b7e7eaa8cb5a9440d9b4/raw/ddcbc7854f08e9b0d8df1963e2380d8e65d0d24a/misakamikoto.jpg" alt="警告!">
<h1><strong>小朋友,八卦多了蛋蛋会被姐姐捏碎的知道么?</strong></h1>
<strong>The function is disabled on this server for security reasons.</strong>
<br><br><br>
<small>&hearts;Modified by Cynthia&Yvonne</small>
</body>
<?php
if($_GET['gn'] == "bb"){
echo "1.0";
}
if($_GET['gn'] == "az"){
header("Content-type: text/html;charset=utf-8");
$url="http://cp.swapteam.cn/api/syjazcode.txt";
$postdata="";
$header="Content-Type: application/x-www-form-urlencoded";