2024年7月30日

摘要: 路径: 转到到用户配置文件夹的上一级,即 %APPDATA%\Mozilla\Firefox\Profiles\。 书签、下载历史和浏览历史: places.sqlite 该文件包含了您在 Firefox 中所有的书签、下载文件的记录和浏览网页的记录。 bookmarkbackups 该文件夹中存储 阅读全文
posted @ 2024-07-30 14:22 PartMan 阅读(50) 评论(0) 推荐(0) 编辑

2021年3月12日

摘要: sed -i "s|if (bind_user == 'True') {|if (bind_user == 'REMOVED') {|g" /www/server/panel/BTPanel/static/js/index.js 阅读全文
posted @ 2021-03-12 17:17 PartMan 阅读(204) 评论(0) 推荐(0) 编辑

2021年1月22日

摘要: https://github.com/LXK9301/jd_scripts 阅读全文
posted @ 2021-01-22 18:29 PartMan 阅读(701) 评论(0) 推荐(0) 编辑
摘要: http://get.daocloud.io/#install-compose 阅读全文
posted @ 2021-01-22 18:28 PartMan 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 查找关键字grep -rn "查找的字符串" ./替换关键字sed -i "s/源字符串/替换的字符串/g" `grep -rl "源字符串" ./` 阅读全文
posted @ 2021-01-22 18:26 PartMan 阅读(300) 评论(0) 推荐(0) 编辑

2020年12月18日

摘要: 打包加密: # 例如打包压缩sql文件 # 加密密码为:Unfd@89dN3Cpq # filename为文件名 tar -zcf -filename.sql |/bin/openssl des3 -salt -k Unfd@89dN3Cpq|dd of=filename.tar.gz 解压解密: 阅读全文
posted @ 2020-12-18 19:39 PartMan 阅读(499) 评论(0) 推荐(0) 编辑

2020年11月6日

摘要: https://github.com/xingkoo/across 收藏一下。 阅读全文
posted @ 2020-11-06 16:50 PartMan 阅读(115) 评论(0) 推荐(0) 编辑
摘要: l2tp一键部署 wget --no-check-certificate https://raw.githubusercontent.com/teddysun/across/master/l2tp.shchmod +x l2tp.sh./l2tp.sh firewall-cmd --permanen 阅读全文
posted @ 2020-11-06 16:48 PartMan 阅读(169) 评论(0) 推荐(0) 编辑

2019年9月29日

摘要: 转载:https://www.cnblogs.com/roybi/p/5656682.html ubuntu因为某些原因不能进入图形界面,而又没有网口时,需要连接wifi更新网络。而wifi变更了很多。wep模式已经淘汰,大量wpa模式的wifi,这里描述整个流程,以及可能遇到的坑。 列举你所有的网 阅读全文
posted @ 2019-09-29 08:14 PartMan 阅读(10386) 评论(0) 推荐(0) 编辑

2019年8月1日

摘要: 在cshare中命名空间名称FiddlerUtility,然后写静态变量OnBeforeRequest,OnBeforeResponse using System;using Fiddler;using System.Text;using System.Windows.Forms;using Sys 阅读全文
posted @ 2019-08-01 18:36 PartMan 阅读(179) 评论(0) 推荐(0) 编辑

导航