debian快速安装
apt-get install ruby-full
安装
gem install jekyll
jekyll基本用法
参考网址:http://jekyllcn...
安卓wifi扫描
https://vremsoftwaredevelopment.github.io/WiFiAnalyzer/
Wifi频繁掉线解决办法
在确保wifi驱动保持最新的情况...
linux nslookup安装
apt install dnsutils
DNSmasq安装
apt install dnsmasq
使用本地hosts做解析
Ubuntu 22...
GIS库
cesium
官网:https://cesium.com/
文档:https://cesium.com/learn/cesiumjs/ref-doc/
文档(中):http:/...
申请Let’s Encrypt数字证书
安装
wget https://dl.eff.org/certbot-auto
chmod a+x ./certbot-auto
./certbot-...
效率工具
https://u.tools/
Windows Linux子系统 WSL
直接安装WSL2
适用于之前没有安装过WSL
1.如果之前没有用过 WSL,那么首先需要为Linu...
解决ubuntu server在tty本地终端下中文乱码显示棱形
安装 fbterm
sudo apt-get install fbterm
设置普通用户可以执行 fbterm 命令
...
logstash是一个数据分析软件,主要目的是分析log日志。整一套软件可以当作一个MVC模型,logstash是controller层,Elasticsearch是一个model层,kiban...
Ubuntu下快速安装:
apt install rabbitmq-server
rabbitmqctl基本操作
# 查看当前所有用户
$ rabbitmqctl list_users...
添加默认路由
route add default gw 192.168.1.1
删除默认路由
route del default
查看路由表
route -n
或
netstat ...