IaaS指提供系统(可以自己选)或者储存空间之类的硬件,软件要自己手动装;PaaS提供软件/框架(可以自己选);SaaS只能使用开发好的软件(卖软件本身);BaaS一般类似于非关系数据库,但各家不通用,有时还有一些其它东西。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source: http://182.43.249.225:19735/sdsj.htm | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<!-- saved from url=(0014)about:internet --> | |
<head> | |
<meta http-equiv="expires" content="0"> | |
<meta http-equiv="pragma" content="no-cache"> | |
<meta http-equiv="cache-control" content="no-cache"> | |
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
isolation.tools.getPtrLocation.disable = "TRUE" | |
isolation.tools.setPtrLocation.disable = "TRUE" | |
isolation.tools.setVersion.disable = "TRUE" | |
isolation.tools.getVersion.disable = "TRUE" | |
monitor_control.disable_directexec = "TRUE" | |
monitor_control.disable_chksimd = "TRUE" | |
monitor_control.disable_ntreloc = "TRUE" | |
monitor_control.disable_selfmod = "TRUE" | |
monitor_control.disable_reloc = "TRUE" | |
monitor_control.disable_btinout = "TRUE" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
::配置BAT对话框样式 | |
title KMS服务器检查脚本 | |
MODE con: COLS=42 lines=8 | |
color 0a | |
::检测vlmcs.exe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# prepare for debian and ubuntu | |
# update | |
apt update && apt upgrade -y | |
apt install -y sudo zsh git nano wget curl python3 python3-pip htop | |
apt install -y sudo neofetch ipython3 | |
# docker |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Go 🕓 6 hrs 12 mins ███████████▌░░░░░░░░░ 55.1% | |
Markdown 🕓 2 hrs 48 mins █████▏░░░░░░░░░░░░░░░ 24.9% | |
TOML 🕓 1 hr 27 mins ██▋░░░░░░░░░░░░░░░░░░ 12.9% | |
YAML 🕓 21 mins ▋░░░░░░░░░░░░░░░░░░░░ 3.1% | |
HTML 🕓 11 mins ▎░░░░░░░░░░░░░░░░░░░░ 1.7% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
function main() { | |
// 检查 chrome 版本号需要是 76-78 | |
try { | |
var browserVersion = navigator.userAgent.split("Chrome/")[1].split(" Safari/")[0]; | |
majorVersion = parseInt(browserVersion.substr(0, 2)); | |
if (majorVersion != 77 && majorVersion != 76 && majorVersion != 78) { | |
return; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c3M6Ly9ZV1Z6TFRJMU5pMWpabUk2WlVsWE1FUnVhelk1TkRVMFpUWnVVM2QxYzNCMk9VUnRVekl3 | |
TVhSUk1FUkFNVGt5TGpJME1DNHhNak11TWpZNk9EQTVOdz09I1NTUlRPT0xfTm9kZSUzQSVFNyVC | |
RSU4RSVFNSU5QiVCRC0lRTUlOEElQTAlRTUlODglQTklRTclQTYlOEYlRTUlQjAlQkMlRTQlQkEl | |
OUElRTUlQjclOUUKc3NyOi8vTVRreUxqSTBNQzR4TWpNdU1qWTZPREE1TnpwdmNtbG5hVzQ2WVdW | |
ekxUSTFOaTFqWm1JNmNHeGhhVzQ2V2xWc1dFMUZVblZoZWxrMVRrUlZNRnBVV25WVk0yUXhZek5D | |
TWs5VlVuUlZla2wzVFZoU1VrMUZVUzhfY21WdFlYSnJjejFWTVU1VFZrVTVVRlJHT1U5aU1sSnNU | |
M1ZsTFdwMVYySjJVek5zYVhGRWJHbExibTV3YjE5c2MweDZhM1Z3Y214ME5UUW1aM0p2ZFhBOVZq | |
RmtXRXhzVGxSVmJGSlFWREIzZFZFd09VNApzczovL1lXVnpMVEkxTmkxalptSTZaVWxYTUVSdWF6 | |
WTVORFUwWlRadVUzZDFjM0IyT1VSdFV6SXdNWFJSTUVSQU1UazRMakkxTlM0M09DNHpOam80TURr | |
NSNTU1JUT09MX05vZGUlM0ElRTclQkUlOEUlRTUlOUIlQkQtJUU3JUJBJUJEJUU3JUJBJUE2JUU1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
if [[ $EUID -ne 0 ]]; then | |
if sudo -v ; then | |
sudo $0 | |
else | |
echo "请使用root权限运行脚本" | |
fi | |
else | |
# your shell |
I hereby claim:
- I am zu1k on github.
- I am zu1k (https://keybase.io/zu1k) on keybase.
- I have a public key ASB8Su91Ht9Wkfe6ojTLMOA77E6bEXSCPN1qBa6QpLXRYwo
To claim this, I am signing this object:
OlderNewer