文章目录
A、在线工具集
非常牛逼的万能工具箱
https://chacuo.net/
字节计算器
http://calc.gongjuji.net/byte/
https://calc.itzmx.com/
https://tool.cccyun.cc/byte_calc
base64解码
https://tool.ip138.com/base64/
在线ASCii编码汉字互转工具
https://tool.ip138.com/ascii/
ip子网掩码计算器
https://ipjisuanqi.com/
ip子网掩码转换工具(点分十进制 To CIDR)
https://www.ipconvertertools.com/cidr2ipranges
代码比对网站
https://www.bejson.com/others/comparecode/
UNIX时间戳转换
https://tool.ip138.com/timestamp/
世界时间转换器
https://www.cilin.org/tool/shiqu.html
AI网盘搜索工具
https://soali.net/search
电影下载站
https://www.4khdr.cn/
YouTube视频下载
https://freesave.co/zh-cn/index.html
汉字转拼音
https://pinyin.chazhi.net/
在线CSR生成工具
https://tool.sslcity.com/csr.html
jdk、java程序下载
https://www.injdk.cn/
带宽延时计算器,TCP窗口计算
https://www.speedguide.net/bdp.php
在线pdf转word、pdf转图片等等工具集
https://www.ilovepdf.com/zh-cn
在线图片压缩,转换,裁剪工具
https://www.iloveimg.com/zh-cn
图片在线修复工具
https://bigjpg.com/zh
https://jpghd.com/
https://www.tpqxb.com/ #修复得非常好,就是要排队
PNG转bmp图片
https://onlineconvertfree.com/zh/convert-format/png-to-bmp/
日常办公小工具,格式转换,pdf转word,录制屏幕(万彩办公大师)
http://www.wofficebox.com/
emoji大全
https://www.emojiall.com/zh-hans/all-emojis?type=normal
https://apps.timwhitlock.info/emoji/tables/unicode#block-6b-additional-transport-and-map-symbols
web网页特效合集
https://robotneo.github.io/
正则表达式生成网站
https://regex.ai/
在线拓扑图工具,在线流程图
https://www.draw.io/
https://app.diagrams.net/
https://www.processon.com/
在线电子书制作
https://www.gitbook.com/
http免费代理获取地址
https://proxyscrape.com/free-proxy-list-clean-tpof
http://free-proxy.cz/zh/
ITMAN在线工具大全(超多实用转换功能)
http://tool.itman.org.cn/
电信业务增值证书查询
https://dxzhgl.miit.gov.cn/#/home
国家企业信用信息公示系统
https://www.gsxt.gov.cn/index.html
wimboot开源项目地址
https://github.com/ipxe/wimboot
ipxe项目开源地址
https://github.com/ipxe/ipxe
vmver|esxi镜像下载 和 使用经验(大佬博客)
https://www.dinghui.org/
B、免费顶级域名提供商(freenom)(可以一年一年的免费)
https://my.freenom.com/clientarea.php
C、IP定位数据(IP地址库)
#ip地址库
http://ip.bczs.net/country/HK
https://www.qqzeng.com/ip/
https://github.com/17mon/china_ip_list #ipip提供的中国大陆IP
https://rivers.chaitin.cn/console/app/ip-22101/?search # 长亭百川威胁情报
#curl检查公网出口ip
curl ip.sb #只返回ip,(该域名只有国外节点)
curl myip.ipip.net #单行文本形式,返回ip和归属
curl -6 myip6.ipip.net
curl cip.cc #多行文本形式,返回ip和归属
curl cip.cc/1.1.1.1 #查询指定ip的归属地情况
curl cip.cc --interface eth2 # 查询指定接口的ip归属
curl https://api.ipify.org/?format=json #一行josn,类似这样{"ip":"xxx.xxx.xxx.xxx"}(自用的阿里云ddns脚本就是用的他)
curl https://api.live.bilibili.com/ip_service/v1/ip_service/get_ip_addr #json格式,返回ip和归属
curl https://api.mir6.com/api/ip_json # 米人api(返回json,精度为区县级别)
#补充
curl ifconfig.me
curl ipinfo.io/ip
curl icanhazip.com # 支持ipv4 和 ipv6,单v4的url: 4.icanhazip.com ; 单v6的url:6.icanhazip.com
curl 4.ipw.cn # 支持 curl 4.ipw.cn;或者 curl 6.ipw.cn
curl ipecho.net/plain
curl https://ipinfo.io/9.9.9.9/json
geoiplookup 111.22.60.152 # 若以安装GeoIP库,可以这样
# 各地区网段
https://hyhdt.com/ipsection_view.aspx?fl=2&type=s_CQ
# web IP定位页面
https://ip.dooo.ng/
# 各大ip接口
https://zhuji.jb51.net/ceping/8405.html
# 各大ip定位数据服务提供商 接口
# ip2location
https://www.ip2location.io/#ip2locationlite
# 各省 各地 CN2 网络IP段
https://ipinfo.io/AS4809
https://bgpview.io/asn/4809#prefixes-v4
# 各省教育网
whois -h whois.radb.net -- '-i origin AS4538'
https://ipinfo.io/AS4538
D、中国IP(国内IP)下载地址
# ipip的
wget https://github.com/17mon/china_ip_list/blob/master/china_ip_list.txt
# 宝塔的
wget https://img.cloudduo.cn/web/CN.xml
# 辣条整理的ipip国内段
wget https://qiniu.wsfnk.com/bokefiles/china_ip_list.txt
E、IPv6 ping测试发起点
测试发起点
https://tools.keycdn.com/ipv6-ping
https://www.itdog.cn/ping_ipv6/
https://www.itdog.cn/tcping_ipv6/
https://ipw.cn/ipv6ping/
爱拨测
https://www.aiboce.com/
检测本地是否已配置ipv6支持
https://ipv6test.google.com/
https://www.test-ipv6.com/
F、linux安装go
#wget https://golang.google.cn/dl/go1.22.0.linux-amd64.tar.gz
wget https://golang.google.cn/dl/go1.23.3.linux-amd64.tar.gz
wget https://golang.google.cn/dl/go1.23.3.linux-arm64.tar.gz
tar -xzf go1.23.3.linux-amd64.tar.gz -C /usr/local
vi /etc/profile # 在此文件后,加如下内容
export GOROOT=/usr/local/go
export PATH=$PATH:$GOROOT/bin
source /etc/profile
G、linux下字体下载
文泉驿字体相关网站
官网: http://wenq.org/
字体代码脱管站: https://sourceforge.net/projects/wqy/files/
debian安装中文字体
# 文泉驿微米黑字体、文泉驿正黑字体
apt install fonts-wqy-microhei fonts-wqy-zenhei
# 思源宋体、思源黑体
apt install fonts-arphic-ukai fonts-arphic-uming
# DejaVu Sans Mono字体(字母|数字字体)比较推荐
apt install fonts-dejavu
centos7安装中文字体
# 文泉驿微米黑字体、文泉驿正黑字体
yum install wqy-microhei-fonts wqy-zenhei-fonts
# 文泉驿unibit字体(支持简体中文)
yum install wqy-unibit-fonts
# DejaVu Sans Mono字体(字母|数字字体)比较推荐
yum install dejavu-sans-mono-fonts
字体存放路径
/usr/share/fonts
更新字体的命令
fc-cache -fv
fc-list
rocky9安装jre运行环境
dnf install java-1.8.0-openjdk-devel
#Telegram 简体中文包(访问网址,打开程序就能安装了)
https://t.me/setlanguage/classic-zh-cn
网络,ping,web测试网站
https://check-host.net/
各种各样的在线工具(ping,mtr,测速,dns,)
https://www.itdog.cn/
Debian各大发行版下载地址
http://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/archive/
m3u8流媒体下载工具
https://nilaoda.github.io/N_m3u8DL-CLI/Introductory.html
https://github.com/nilaoda/N_m3u8DL-CLI
简易的网盘搭建工具webd(可以当web用)
https://webd.cf/
站群套件-克隆侠
http://www.kelongxia.com/
Ubuntu桌面软件推荐
#ubuntu自动安装驱动
sudo ubuntu-drivers autoinstall
keeweb #密码管理工具 https://keeweb.info/
gufw #防火墙管理工具
filezilla #文件传输工具 (支持多线程)
gedit #记事本软件
kazam #桌面录制软件
gtkterm #一款可以调交换机的软件
terminator #多个终端的软件
remmina #远程桌面管理软件
xrdp #远程桌面软件(这是服务端)
高级shell在线学习网站
在线工具
https://itsfoss.com/online-linux-terminals/
linux-shell高级编程(开源慕课-河南陈涛)
http://180.76.154.145/kb/
学习教程
https://www.learnshell.org/
https://www.shellscript.sh/
https://guide.bash.academy/
https://goalkicker.com/BashBook/
https://www.tutorialspoint.com/unix/shell_scripting.htm
https://fog.ccsf.edu/~gboyd/cs160b/online/index.html
http://tldp.org/LDP/abs/abs-guide.pdf
#其他国家地区,短信云接受器(注册苹果美区账户+1 3152819168)
https://www.zusms.com/messages/5e65c53ffcfaf6627d2ba4b4
#第三方软件仓库(包含各大Linux 及三方软件仓库-还是非常有用的)
https://pkgs.org/
#包含很多centos的rpm包(可以搜索查看)
https://cbs.centos.org/koji/
https://centos.pkgs.org/
http://elrepo.org/tiki/HomePage # 这就是centos很牛逼的扩展库,什么版本都有
#SBL网站(公示了被黑洞IP)
https://www.spamhaus.org/sbl/
#测试你当地到各个云之间的速度
http://www.msmbps.com/
#分析CDN效果(CDN效果测试)
https://x.threatbook.cn/nodev4/domain
#查询历史解析记录(微步社区)
https://x.threatbook.cn/nodev4/domain
#FAI-全自动安装各大linux系统的工具套件
https://fai-project.org/
#在线使用主流linux系统 Distro Test
Sale on Amazon
#在线下载virborx的镜像
https://www.osboxes.org
#企业内部wiki系统
confluence,showdoc
#ubuntu网卡配置示例
https://netplan.io/examples
#密码管理工具
https://keeweb.info/
#企业私有云管理系统,
opennebula,pve
#企业云盘系统
https://www.seafile.com/en/about/
#开源looking glass 项目
https://github.com/checktheroads/hyperglass
https://github.com/respawner/looking-glass
如果文章对你有帮助,欢迎点击上方按钮打赏作者
暂无评论