摘要:
John the Ripper John the Ripper 是一个hash爆破工具。 官网: https://www.openwall.com/john/ Johnny是John的图形化界面,让John更方便使用,但不能独立运行。 https://openwall.info/wiki/john/ 阅读全文
摘要:
linux 保存标准输出和标准错误 keywords: 重定向 示例程序: #include <stdio.h> int main() { // 写入标准输出 (stdout) printf("This is a message to stdout.\n"); // 写入标准错误 (stderr) 阅读全文
摘要:
官网: https://git-lfs.com/
github地址: https://github.com/git-lfs/git-lfs
Git LFS is a command line extension and specification for managing large files with Git.
The client is written in Go, with pre-compiled binaries available for Mac, Windows, Linux, and FreeBSD. Check out the website for an overview of features. 阅读全文