随笔分类 -  Tools

上一页 1 2

[FAQ] GitHub 开启二次验证之后,如何通过 https clone 项目 ?
摘要:在 Github Personal Access Tokens 页面,点击生成一个新的 tokon。 此时使用这个 token 作为用户的密码来 clone 项目。 阅读全文

posted @ 2020-05-17 21:28 ercom 阅读(478) 评论(0) 推荐(0)

[FAQ] Git 修改最后一次的提交人和提交时间 ?
摘要:$ date -R Tue, 21 Mar 2021 21:08:58 +0800 $ git commit --amend --author="xxx <xxx@email.com>" --date="Tue, 21 Mar 2021 21:08:58 +0800" Refer:Git提交人修改 阅读全文

posted @ 2020-04-02 15:16 ercom 阅读(1151) 评论(0) 推荐(0)

[Tools] Kali Linux 高清屏扩大系统字体、BurpSuite、OpenVAS
摘要:系统检索 Setting Manager,Appearance -> Settings,选择 Window Scaling:2x Terminal fonts: linux terminal 快捷键与 item2 的区别: item2 的轴心键是 command,linux terminal 的是 阅读全文

posted @ 2020-01-11 08:30 ercom 阅读(1117) 评论(0) 推荐(0)

[Tools] 调试 Android App 接口的方式 (Fiddler/Charles/Wireshark)
摘要:要求:Windows电脑与手机在同一局域网内(Wifi)。 [ Fiddler 设置代理 ] 下载地址:https://www.telerik.com/download/fiddler 依次 Tools - Options - connections 进行,如图所示勾选。 [ 手机修改代理 ] 先得 阅读全文

posted @ 2018-05-29 18:22 ercom 阅读(652) 评论(0) 推荐(0)

[Tools] Wireshark Primer Tutorials
摘要:介绍就不说了,安装也没必要讲,关于如何使用,网上的辣鸡文过多,视频又太冗余。 我推荐看下面有条理的入门教程. 界面说明:http://openmaniak.com/cn/wireshark_use.php 过滤器:http://openmaniak.com/cn/wireshark_filters. 阅读全文

posted @ 2018-02-12 19:52 ercom 阅读(345) 评论(0) 推荐(1)

[Tools] Vim 插件管理
摘要:我们在使用插件的时候,都不希望插件安装的很杂乱,它不是一个看不见的黑盒,也为了下次方便在其它地方安装。 由于要方便插件管理,于是有了 Vundle,以下做些介绍: 1. 一个插件管理器, 自己本身也是插件, 这是必需工具: git clone https://github.com/VundleVim 阅读全文

posted @ 2016-08-30 20:02 ercom 阅读(402) 评论(0) 推荐(0)

上一页 1 2