https://www.ozzillate.com/
用声波传递文件,挺好玩的。web 界面,将上传的文件转成声波,接收的电脑接收到声波之后,再将声波转回文件。记得以前 360 摄像头在设置 Wi-Fi 的时候,就是利用声波传递 WiFi 的信息的。
Updates from 10 月, 2021 Toggle Comment Threads | 键盘快捷键
-
Sharing
-
Sharing
https://www.foldermove.com/

Move the installation folder of a Program or Game to other drive, without breaking it or reinstalling. A symbolic link will be created from the old directory to the new one.
创建符号链接,移动文件夹 -
Sharing
Linux 使用 netstats 命令监听端口
netstat -anp | grep httpd
如果 netstat 没有安装,可以运行以下命令安装
yum -y install net-tools # CentOS
apt-get -y install net-tools # Debian
微软官方的介绍 netstat 用法的帮助文档
-
Sharing
Google Chrome 离线安装包官方下载
- Chrome Stable: https://www.google.cn/chrome/?standalone=1
- Chrome Beta: https://www.google.cn/chrome/?extra=betachannel&standalone=1
- Chrome Dev: https://www.google.cn/chrome/?extra=devchannel&standalone=1
- Chrome Canary: https://www.google.cn/chrome/?extra=canarychannel&standalone=1
默认情况下,我们在官网下载的是在线的安装包,既然能下载安装包,在线安装问题也不大,不过为了方便大批量的安装,还是得下载离线安装包,下载离线安装包的方法其实也很简单,就是在 URL 里加一个 ?
standalone=1参数。 -
Sharing
linux 系统中的 /bin /sbin、/usr/bin、/usr/sbin、/usr/local/bin、/usr/local/sbin 目录的区别
/bin
This directory contains executable programs which are needed in single user mode and to bring the sys‐ tem up or repair it./sbin
Like /bin, this directory holds commands needed to boot the system, but which are usually not executed by normal users./usr/bin
This is the primary directory for executable programs. Most programs executed by normal users which are not needed for booting or for repairing the system and which are not installed locally should be placed in this directory./usr/sbin
This directory contains program binaries for system administration which are not essential for the boot process, for mounting /usr, or for system repair./usr/local/bin
Binaries for programs local to the site./usr/local/sbin
Locally installed programs for system administration./bin 存放所有用户皆可用的系统程序,系统启动或者系统修复时可用(在没有挂载 /usr 目录时就可以使用)
/sbin 存放超级用户才能使用的系统程序
/usr/bin 存放所有用户都可用的应用程序
/usr/sbin 存放超级用户才能使用的应用程序
/usr/local/bin 存放所有用户都可用的与本地机器无关的程序
/usr/local/sbin 存放超级用户才能使用的与本地机器无关的程序
-
Sharing
Let’s Encrypt根证书过期导致证书错误的解决办法
错误症状:Windows 下,Chrome 访问的时候,跳出证书过期的错误,查看域名的证书,发现证书是刚签发的,没有过期,在同一台电脑下,FireFox 又能正常访问。
错误原因:Windows 需要更新才能更新根证书,一般电脑可能都没打开更新。由于 Chrome 使用的是 IE 的证书管理,不像 FireFox 有一套自己的证书管理系统,已经自动更新了根证书,所以导致 Chrome 跳出证书过期。
解决办法:去 Lets Encrypt 官网下载根证书(下载链接在下方),导入两个根证书到 IE 的根证书中即可。
官网关于DST Root CA X3 到期(2021年9月)的介绍:https://letsencrypt.org/zh-cn/docs/dst-root-ca-x3-expiration-september-2021/
根证书下载链接:
中级证书下载链接:
-
Sharing
微软官方下载Windows 11 ISO镜像的办法
方法和下载 windows 10 类似,详细请参考《微软官方下载Windows 10 ISO镜像的办法 》,只是下载网址有变化:
回复