software.txt
Content-Type: text/x-zim-wiki
Wiki-Format: zim 0.6
Creation-Date: 2022-01-03T21:41:18+08:00
====== software ======
创建日期 星期一 03 一月 2022
QuickTime Player 用於 OS X 上的屏幕錄像、錄音,以及簡單的視頻剪輯
Open Broadcaster …
Read More
swapfile创建
swapfile 创建与使用
步骤比较简单:
1.创建交换文件
fallocate -l 512M /swapfile
需要注意的是,如果文件系统是XFS的话,这么做可能会导致问题,那么可 …
Read More
The Power of 10: Rules for Developing Safety-Critical Code
The Power of 10: Rules for Developing Safety-Critical Code | Wikipedia
避免复杂的控制流结构,例如 goto 和递归。
所有循环都必须有固定的边界。这可以防止代码失控。
初始 …
Read More
ufw
安装UFW防火墙
官方的帮助文档:https://help.ubuntu.com/community/UFW
前面,我们通过更改ssh端口的方式增强安全性。其实呢,你还可以通过管理VPS所有的端口来进一步增加安全性喔!这里我们介绍ufw。
首先,给大家可 …
Read More
url 参数安全性
SSL will protect the query parameters in transit; however, email itself is not secure, and the email could bounce along any number of servers before getting to its destination.
Also depending on your web server the full URL might get logged in its log files. Depending on how sensitive the …
Read More
USB设备
如果您在人行道的垃圾箱里捡到一个牙刷,您会把它塞进自己嘴里吗?
USB设备也是同样的道理。
绝大多数人仍然不会怀疑公用的移动设备充电 …
Read More
windows mongo 启动命令行
"C:\Program Files\MongoDB\Server\3.4\bin\mongod.exe" --logpath "C:\Program Files\MongoDB\Server\3.4\data\logs.txt" --logappend --dbpath "C:\Program Files\MongoDB\Server\3.4\data" -install
"C:\Program Files\MongoDB\Server\3.4\bin\mongod.exe" --bind_ip 127.0.0.1 --logpath "C:\Program …
Read More
Windows Service Uninstall
卸载 Windows 服务:
启动(停止)服务:net start(stop) jssvcl
强制停止及删除(卸载)Windows服务
1. 安装服务:
CMD 打开命令行窗口:C:>
运行:"C:\Windows\Microsoft …
Read More
wkhtmltopdf
官网地址
https://wkhtmltopdf.org/
字体下载
https://github.com/StellarCN/scp_zh/tree/master/fonts
Read More
Z-Library
与其它影子图书馆 Library Genesis 和 Sci-Hub 不同,人们对 Z-Library 的运营、管理、商业状况和使命宣言方面知之甚少。值得注意的是, Z-Library 不像其它影 …
Read More