[12:12:41] pengxiao:~ $ sudo apt-get install libssl-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libssl-doc libssl1.1
The following NEW packages will be installed:
libssl-dev libssl-doc
The following packages will be upgraded:
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/bash | |
| set -e | |
| # Clean out /var/cache/apt/archives | |
| apt-get clean | |
| # Fill it with all the .debs we need | |
| apt-get --reinstall -dy install $(dpkg --get-selections | grep '[[:space:]]install' | cut -f1) | |
| DIR=$(mktemp -d -t info-XXXXXX) | |
| for deb in /var/cache/apt/archives/*.deb |
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/bash | |
| sudo rm -rf /var/lib/dpkg/info/*.* | |
| sudo apt-get autoremove | |
| sudo apt-get autoclean | |
| sudo apt-get update | |
| sudo apt-get check | |
| sudo apt-get -f install | |
| sudo apt-get upgrade |
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
| { | |
| "log": { | |
| "access": "/var/log/v2ray/access.log", | |
| "error": "/var/log/v2ray/error.log", | |
| "loglevel": "warning" | |
| }, | |
| "inbound": { //理论最安全的方式 ws,有条件加上TLS | |
| "port": 20080, //开启的端口,建议实用caddy加上TLS加密 | |
| "protocol": "vmess", |
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
| # See https://halu.lu/%E6%9D%82%E8%B0%88/cloudflare-warp/ | |
| # Depolyed at https://warp.halu.lu/ | |
| // Change keys if needed | |
| const keys = [ | |
| "9WO41D5p-6OP8xj27-36gQG75D", | |
| "R65K12Up-aU907O2e-4nuvD581", | |
| "06LM94EJ-1nl0V2d7-V847va5y", | |
| ] |
IaaS指提供系统(可以自己选)或者储存空间之类的硬件,软件要自己手动装;PaaS提供语言环境和框架(可以自己选);SaaS只能使用开发好的软件(卖软件本身);BaaS一般类似于非关系数据库,但各家不通用,有时还有一些其它东西。
- https://education.github.com/pack GitHub学生包,需用教育邮箱验证。各种福利,可从DigitalOcean上手
- https://github.com/ripienaar/free-for-dev 本文尽量不与此项目重复
- https://free.zhelper.net/
- https://github.com/AchoArnold/discount-for-student-dev
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
| Office 2016 Pro Plus Retail MSDN Edition ISO | |
| ============================================= | |
| ar_office_professional_plus_2016_x86_x64_dvd_6962685.iso 2.16 GB | |
| bg_office_professional_plus_2016_x86_x64_dvd_6966446.iso 2.08 GB | |
| cn_office_professional_plus_2016_x86_x64_dvd_6969182.iso 2.41 GB | |
| cs_office_professional_plus_2016_x86_x64_dvd_6969184.iso 2.16 GB | |
| ct_office_professional_plus_2016_x86_x64_dvd_6966429.iso 2.16 GB | |
| da_office_professional_plus_2016_x86_x64_dvd_6969617.iso 2.20 GB |
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
| Office 2016 Pro Plus Retail MSDN Edition ISO | |
| ============================================= | |
| ar_office_professional_plus_2016_x86_x64_dvd_6962685.iso 2.16 GB | |
| bg_office_professional_plus_2016_x86_x64_dvd_6966446.iso 2.08 GB | |
| cn_office_professional_plus_2016_x86_x64_dvd_6969182.iso 2.41 GB | |
| cs_office_professional_plus_2016_x86_x64_dvd_6969184.iso 2.16 GB | |
| ct_office_professional_plus_2016_x86_x64_dvd_6966429.iso 2.16 GB | |
| da_office_professional_plus_2016_x86_x64_dvd_6969617.iso 2.20 GB |
NewerOlder