Linux开发环境国内镜像源配置
PS:
操作系统:Linux
Linux系统包管理器
12345678# 中国大陆bash <(curl -sSL https://linuxmirrors.cn/main.sh)# 教育网bash <(curl -sSL https://linuxmirrors.cn/main.sh) --edu# 海外地区bash <(curl -sSL https://linuxmirrors.cn/main.sh) --abroad
Pip国内源
源地址
名称
地址
阿里云
https://mirrors.aliyun.com/pypi/simple/
中国科技大学
https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣(douban)
http://pypi.douban.com/simple/
清华大学
https://pypi.tuna.tsinghua.edu.cn/simple/
中国科学技术大学
http://pypi.mirrors.ustc.edu.cn/simple/
配置方法
临时配置 ...
【小白搭博客】搭建流量分析平台|Umami
安装Docker
参见Docker、Docker-Compose安装安装Docker。
安装Umami
123456# 下载Unami项目git clone https://github.com/umami-software/umami.git# 启动容器cd umami/docker-compose up -d
如果下载镜像的速度较慢,参考国内镜像源配置更管国内源。
配置Nginx
参考ACME 自动申请、续期SSL证书申请证书,证书路径保存在/home/ssl/
配置Nginx
12# 修改配置文件vi /etc/nginx/conf.d/unami.conf
将下述配置内容加入 /etc/nginx/nginx.conf 文件中的 http 模块中:
12345678910111213141516171819server { listen 443 ssl; server_name analysis.agedcat.com; #子域名 ssl_certificate /home/ssl/agedcat.com.crt; s ...
Tailscale异地组网(下)| Derp服务器搭建|内网穿透
环境准备
一台公网服务器 Debian 11
一个备案域名,域名解析到公网服务器
docker、docker-compose
防火墙放行8443、3478/udp
安装Tailscale客户端
1curl -fsSL https://tailscale.com/install.sh | sh
连接Headscale服务器
1234567# 登录headscale服务器sudo tailscale up --login-server https://{设置的域名}# 执行后会出现验证网址,点击打开复制命令,例如:# headscale nodes register --user USERNAME --key mkey:{生成的key}# headscale控制服务器上运行注册命令:docker-compose exec headscale headscale nodes register --user mydevops --key mkey:{生成的key}
申请SSL证书
参考文章ACME 自动申请、续期 SSL 证书申请 ...
ACME自动申请、续期SSL证书
安装acme.sh
海外地区
12345678# curlcurl https://get.acme.sh | sh -s email=my@example.com# wgetwget -O - https://get.acme.sh | sh -s email=my@example.com# 环境变量生效source ~/.bashrc
国内地区
123wget https://gitee.com/neilpang/acme.sh/raw/master/acme.shsh acme.sh --install -m mytest2016@gmail.comsource ~/.bashrc
获取DNS厂商API密钥
一般DNS厂商会通过API密钥的方式来实现用户的认证和操作权限的控制,每个厂商的API密钥会有所区别,如CloudFlare的CF_Key和CF_Email,腾讯云的SecretId和SecretKey,阿里云的AccessKeyId和AccessKeySecret。
以腾讯云为例,登录腾讯云控制台,进入访问管理页面,点击左侧菜单栏的访问密钥,进入API 密钥管理页 ...
Tailscale异地组网(上)| Headscale本地部署|内网穿透
环境准备
控制服务器 有公网IPv4 Debian 11
Debian 12 客户端节点
Windows 11 客户端节点
控制服务器
部署Headscale
123456789101112131415161718192021# 创建文件目录mkdir -p /home/headscale/configtouch /home/headscale/config/db.sqlitecd /home/headscale# 下载配置文件(下述命令二选一)wget -O /home/headscale/config/config.yaml https://raw.githubusercontent.com/juanfont/headscale/main/config-example.yamlcurl https://raw.githubusercontent.com/juanfont/headscale/main/config-example.yaml -o /home/headscale/config/config.yaml# 配置Headscalevim config/config. ...
Linux环境变量
环境变量配置
临时变量
1export http_proxy=http://127.0.0.1:1080
永久变量
配置永久环境变量的方法为修改用户级环境变量文件或者系统级环境变量文件,方法类似:
12345# 修改配置文件vim {环境变量文件路径,如~/.bashrc}# 配置文件生效source {环境变量文件路径,如~/.bashrc}
修改环境变量文件时,在文件末尾添加以下内容:
1export http_proxy=http://127.0.0.1:1080
环境变量分类
Linux环境变量文件可以分为用户级环境变量文件和系统级环境变量文件,二者主要的区别在于用户级环境变量仅对当前用户有效,系统级环境变量对所有用户有效。
用户级环境变量文件
~/.bashrc
~/.profile, 部分系统为:~/.bash_profile
系统级环境变量文件
/etc/bashrc
/etc/profile, 部分系统为:/etc/bash_profile
/etc/environment
环境变量加载顺序
若在上述环境变量文 ...
Docker、Docker-Compose安装
Debian
12345678910111213141516171819202122# 添加官方GPG key:sudo apt-get updatesudo apt-get install ca-certificates curlsudo install -m 0755 -d /etc/apt/keyringssudo curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.ascsudo chmod a+r /etc/apt/keyrings/docker.asc# 添加官方仓库echo \ "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian \ $(. /etc/os-release && echo "$VERSION_CODENAME&quo ...
公开数据
国家政府数据
名称
网址
国家统计局
https://www.stats.gov.cn/sj/
国家数据
https://data.stats.gov.cn/
中国统计信息网
https://www.cnstats.org/
统计年鉴下载站
https://www.zgtjnj.org/index.aspx
中国统计信息网
http://www.tjcn.org/
国家发展和改革委员会
https://www.ndrc.gov.cn/fgsj/
中华人民共和国海关总署
http://www.customs.gov.cn/
国家市场监督管理总局
https://www.samr.gov.cn/
工业与信息化部
https://www.miit.gov.cn/
中国发改委数据
https://www.ndrc.gov.cn/fgsj/
国土资源部自然资源公报
https://www.mnr.gov.cn/sj/tjgb/
中国互联网络信息中心
https://www.cnnic.net.cn/
中国裁判文书网
https://w ...
小说平台
国内平台
名称
网址
起点
https://www.qidian.com/
番茄
https://fanqienovel.com/
七猫
https://www.qimao.com/
晋江
https://www.jjwxc.net/
飞卢
https://b.faloo.com/
创世
https://chuangshi.qq.com/
纵横
https://www.zongheng.com/
知乎
https://www.zhihu.com/
刺猬猫
https://www.ciweimao.com/
SF轻小说
https://book.sfacg.com/List/
国外平台
名称
网址
简介
Wattpad
https://www.wattpad.com/
加拿大最大的网络小说平台之一
Webnovel
https://www.webnovel.com/
中国领先的网络小说平台之一
Royal Road
https://www.royalroad.com/welcome
美国最受欢迎的网络小说平台之 ...
搜索引擎
名称
网址
百度开发者搜索
https://kaifa.baidu.com/
Yandex搜索引擎
https://yandex.com/
网络安全搜索引擎
https://fofa.info/
Shodan
https://www.shodan.io/
PanSearch
https://www.pansearch.me/
YaPan
https://yapan.io/
兄弟盘
https://xiongdipan.com/
网盘之家
https://www.wowenda.com/
盘友圈
https://panyq.com/
皮卡搜索
https://www.pikaso.top/
懒盘分享
https://lzpanx.com/
学霸盘
https://www.xuebapan.com/?dalao.ru
4K影视小站
https://4kysxz.top/
千帆搜索
https://pan.qianfan.app/
不死鸟PHX
https://phx.mx/
毕方铺
https://www.iizhi ...