This file contains hidden or 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
Microsoft (R) Windows Debugger Version 10.0.17763.132 AMD64 | |
Copyright (c) Microsoft Corporation. All rights reserved. | |
Loading Dump File [C:\Windows\MEMORY.DMP] | |
Kernel Bitmap Dump File: Kernel address space is available, User address space may not be available. | |
************* Path validation summary ************** |
This file contains hidden or 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
Delivered-To: [email protected] | |
Received: by 2002:a4f:4191:0:0:0:0:0 with SMTP id o139csp4638945iva; | |
Mon, 10 Aug 2020 12:09:31 -0700 (PDT) | |
X-Google-Smtp-Source: ABdhPJySk29CmoFiCkUV3Ku+2q/O5TdNM/2yat7grPl/EGLFaZAxMgTcWq0/ySXJARCGexZA11Rr | |
X-Received: by 2002:a62:7acb:: with SMTP id v194mr2395497pfc.302.1597086571543; | |
Mon, 10 Aug 2020 12:09:31 -0700 (PDT) | |
ARC-Seal: i=1; a=rsa-sha256; t=1597086571; cv=none; | |
d=google.com; s=arc-20160816; | |
b=JC7kufTWC8spY2pUn196q19HNnst3vhpH5WmTKDSdGiRLP6NbzgkUTzy5rsAync1iz | |
Jp9rmPleyHmKbP3HQogRR/OmgmieYV+KyLCfCDc3Rf7b410jtvz8XKx1AwTcmQSoBuQr |
This file contains hidden or 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/sh | |
# | |
echo "Remove old Cloak..." | |
rm -rf github.com/cbeuw/Cloak | |
echo "Setting proxy to laptop..." | |
export http_proxy=http://192.168.1.103:10801 | |
export https_proxy=http://192.168.1.103:10801 | |
echo "Get new version Cloak..." | |
go get github.com/cbeuw/Cloak | |
echo "Going to working directory..." |
This file contains hidden or 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
{ | |
"Transport":"direct", | |
"ProxyMethod":"shadowsocks", | |
"EncryptionMethod":"plain", | |
"UID":"JM4Cuvp4bUzpZaRNjupBdwUJYevdY2Xgax255Rn8CDfQEg7SCBtkSg5RMd6XmuJr", | |
"PublicKey":"2EEYczez2enq7UKuFg8FUMQNdum992muYMpWY6NRgt9pwMgfN8WsJNvYvraK2hMF", | |
"ServerName":"cn.bing.com", | |
"NumConn":6, | |
"BrowserSig":"chrome", | |
"StreamTimeout":300 |
This file contains hidden or 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
-----BEGIN CERTIFICATE----- | |
MIIB4TCCAYcCFDjGwZUOfrr1+SWHR5GxJ/rwXsHZMAoGCCqGSM49BAMCMHExCzAJ | |
BgNVBAYTAkNOMQswCQYDVQQIDAJHRDELMAkGA1UEBwwCU1oxDDAKBgNVBAoMA0NP | |
TTEMMAoGA1UECwwDTlNQMQswCQYDVQQDDAJDQTEfMB0GCSqGSIb3DQEJARYQMzQ2 | |
NjA4NDUzQHFxLmNvbTAeFw0xOTA5MjYwOTMzMTNaFw0yOTA5MjMwOTMzMTNaMHUx | |
CzAJBgNVBAYTAkNOMQswCQYDVQQIDAJHRDELMAkGA1UEBwwCU1oxDDAKBgNVBAoM | |
A0NPTTEMMAoGA1UECwwDTlNQMQ8wDQYDVQQDDAZTRVJWRVIxHzAdBgkqhkiG9w0B | |
CQEWEDM0NjYwODQ1M0BxcS5jb20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAASJ | |
27aMaVclvmdT8m6l98K999FM4dYTg4ag0627S2bxbLYHyLdQ0jqay5kA9KCF9Ucw | |
uzcqtTrNERlLIsxDGkLjMAoGCCqGSM49BAMCA0gAMEUCIH1+jEiQTVA+siP2g9kw |
This file contains hidden or 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
cd /system_root/system/app | |
rm -rf BackupRestoreRemoteService | |
rm -rf GooglePay | |
rm -rf NVBackupUI | |
rm -rf OEMLogKit | |
rm -rf OPAppUpgrader | |
rm -rf OPBackup | |
rm -rf OPBreathMode | |
rm -rf OPBugReportLite | |
rm -rf OPCommonLogTool |
This file contains hidden or 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
cups.path enabled | |
accounts-daemon.service enabled | |
anacron.service enabled | |
apparmor.service enabled | |
[email protected] enabled | |
avahi-daemon.service enabled | |
bluetooth.service enabled | |
console-setup.service enabled | |
cron.service enabled | |
cups-browsed.service enabled |
This file contains hidden or 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
<?php | |
$link=mysql_connect("SERVER_ADDRESS","MYSQL_USERNAME","MYSQL_PASSWORD"); | |
if($link) echo "OK"; | |
else header('HTTP/1.1 500 Internal Server Error'); | |
?> |
This file contains hidden or 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
if [ "$TERM" = "linux" ];then | |
export LC_ALL="en_US.UTF-8" | |
export LANG="en_US.UTF-8" | |
export LANGUAGE="en_US" | |
fi |