├── .DS_Store ├── ENV ├── nginx.sh └── redis.sh ├── LICENSE ├── Pac ├── adblock.hosts └── pac.txt ├── ReadMe.md ├── bat.zip ├── bat ├── lib │ └── download.bat └── main.bat ├── docker ├── docker-all.sh ├── docker-all2.sh ├── dockerInstall-cn.sh ├── dockerInstall.sh ├── jenkinsRunJar.sh └── readme.md ├── dsn ├── NFDNS.sh └── adguardHome.sh ├── frp ├── fastFrp.sh ├── frp.zip └── readme.md ├── git └── oneTimeLogin.sh ├── jdTomK&Auto ├── JdTomK-Auto.sh ├── JdTomK.sh ├── ReadMe.md ├── nginx.sh └── redis.sh ├── linux ├── restart.sh └── updateKernel.sh ├── mysql ├── mysql56.sh └── mysql57.sh ├── netease └── NeteaseMusic.list ├── reboot └── zxx.sh ├── surge └── my.sgmodule ├── teamcity └── teamcity.sh ├── tgproxy ├── mtproxy.sh └── readme.md └── zxx.sh ├── readme.md └── zxx.sh /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/.DS_Store -------------------------------------------------------------------------------- /ENV/nginx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/ENV/nginx.sh -------------------------------------------------------------------------------- /ENV/redis.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/ENV/redis.sh -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/LICENSE -------------------------------------------------------------------------------- /Pac/adblock.hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/Pac/adblock.hosts -------------------------------------------------------------------------------- /Pac/pac.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/Pac/pac.txt -------------------------------------------------------------------------------- /ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/ReadMe.md -------------------------------------------------------------------------------- /bat.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/bat.zip -------------------------------------------------------------------------------- /bat/lib/download.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/bat/lib/download.bat -------------------------------------------------------------------------------- /bat/main.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/bat/main.bat -------------------------------------------------------------------------------- /docker/docker-all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/docker/docker-all.sh -------------------------------------------------------------------------------- /docker/docker-all2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/docker/docker-all2.sh -------------------------------------------------------------------------------- /docker/dockerInstall-cn.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/docker/dockerInstall-cn.sh -------------------------------------------------------------------------------- /docker/dockerInstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/docker/dockerInstall.sh -------------------------------------------------------------------------------- /docker/jenkinsRunJar.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/docker/jenkinsRunJar.sh -------------------------------------------------------------------------------- /docker/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/docker/readme.md -------------------------------------------------------------------------------- /dsn/NFDNS.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/dsn/NFDNS.sh -------------------------------------------------------------------------------- /dsn/adguardHome.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/dsn/adguardHome.sh -------------------------------------------------------------------------------- /frp/fastFrp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/frp/fastFrp.sh -------------------------------------------------------------------------------- /frp/frp.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/frp/frp.zip -------------------------------------------------------------------------------- /frp/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/frp/readme.md -------------------------------------------------------------------------------- /git/oneTimeLogin.sh: -------------------------------------------------------------------------------- 1 | git config --global credential.helper store 2 | -------------------------------------------------------------------------------- /jdTomK&Auto/JdTomK-Auto.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/jdTomK&Auto/JdTomK-Auto.sh -------------------------------------------------------------------------------- /jdTomK&Auto/JdTomK.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/jdTomK&Auto/JdTomK.sh -------------------------------------------------------------------------------- /jdTomK&Auto/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/jdTomK&Auto/ReadMe.md -------------------------------------------------------------------------------- /jdTomK&Auto/nginx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/jdTomK&Auto/nginx.sh -------------------------------------------------------------------------------- /jdTomK&Auto/redis.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/jdTomK&Auto/redis.sh -------------------------------------------------------------------------------- /linux/restart.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/linux/restart.sh -------------------------------------------------------------------------------- /linux/updateKernel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/linux/updateKernel.sh -------------------------------------------------------------------------------- /mysql/mysql56.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/mysql/mysql56.sh -------------------------------------------------------------------------------- /mysql/mysql57.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/mysql/mysql57.sh -------------------------------------------------------------------------------- /netease/NeteaseMusic.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/netease/NeteaseMusic.list -------------------------------------------------------------------------------- /reboot/zxx.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | echo hello world. 3 | reboot -------------------------------------------------------------------------------- /surge/my.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/surge/my.sgmodule -------------------------------------------------------------------------------- /teamcity/teamcity.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/teamcity/teamcity.sh -------------------------------------------------------------------------------- /tgproxy/mtproxy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/tgproxy/mtproxy.sh -------------------------------------------------------------------------------- /tgproxy/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/tgproxy/readme.md -------------------------------------------------------------------------------- /zxx.sh/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/zxx.sh/readme.md -------------------------------------------------------------------------------- /zxx.sh/zxx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zo3i/OCS/HEAD/zxx.sh/zxx.sh --------------------------------------------------------------------------------