码迷,mamicode.com
首页 >  
搜索关键字:notes    ( 1141个结果
Linux tail 命令
显示 notes.log 文件的最后 10 行,请输入以下命令: 跟踪名为 notes.log 的文件的增长情况,请输入以下命令: 显示文件 notes.log 的内容,从第 20 行至文件末尾: 显示文件 notes.log 的最后 10 个字符: 显示最后100行数据 显示第100行到末尾行 参 ...
分类:系统相关   时间:2019-07-31 00:54:59    阅读次数:112
git notes的用法
1. notes翻译为中文评注 2. notes出现的作用 避免某一次commit的内容修改导致当前以及随后的commit发生变化,相当于在当前的commit后面追加一些信息,如: 某次commit的内容如下: (git log 12345678901234567890123456789012345 ...
分类:其他好文   时间:2019-07-30 15:55:42    阅读次数:99
OSCP Learning Notes - Post Exploitation(1)
Linux Post Exploitation Post Exploitation Guide: https://github.com/mubix/post-exploitation/wiki/Linux-Post-Exploitation-Command-List ...
分类:其他好文   时间:2019-07-30 00:54:06    阅读次数:107
Cloudera Manager和CDH版本的对应关系
来源:https://www.cloudera.com/documentation/enterprise/release-notes/topics/rn_consolidated_pcm.html#cm_cdh_compatibility Cloudera uses the following ve ...
分类:其他好文   时间:2019-07-27 23:43:38    阅读次数:823
MongoDB 3.4 功能改进一览
MongoDB 3.4 已经发布,本文主要介绍 3.4 版本在功能特性上做的改进,内容翻译自 [https://docs.mongodb.com/manual/release-notes/3.4/?_ga=1.74729233.2005306875.1453858874)。 分片集群(Sharde ...
分类:数据库   时间:2019-07-22 16:31:29    阅读次数:159
OSCP Learning Notes - WebApp Exploitation(4)
Local File Inclusion[LFI] Target Pentester Lab: Download from the following website: https://www.vulnhub.com/entry/pentester-lab-php-include-and-post- ...
分类:移动开发   时间:2019-07-20 23:13:44    阅读次数:172
MIT 18.03 写给初学者的微积分校对活动 | ApacheCN
整体进度:https://github.com/apachecn/calc4b zh/issues/1 贡献指南:https://github.com/apachecn/uiuc cs241 notes zh/blob/master/CONTRIBUTING.md 项目仓库:https://gith ...
分类:Web程序   时间:2019-07-19 23:58:32    阅读次数:273
OSCP Learning Notes - WebApp Exploitation(2)
Cross-Site Scripting(XSS) 1. Using the tool - netdiscover to find the IP of target server. 2.Browser the website http://10.0.0.21 through Firefox. 3. ...
分类:移动开发   时间:2019-07-18 23:57:37    阅读次数:299
OSCP Learning Notes - Exploit(9)
Tool: Metasploit 1. Start the msfconsole tool. 2.Search ssh related modules. 3.Use the "auxiliary/scanner/ssh/ssh_login" module and set the options, s ...
分类:其他好文   时间:2019-07-17 00:50:14    阅读次数:164
OSCP Learning Notes - Exploit(8)
Tools: 3. hydra Hydra v8.9.1 (c) 2019 by van Hauser/THC - Please do not use in military or secret service organizations, or for illegal purposes. Synt ...
分类:其他好文   时间:2019-07-17 00:43:24    阅读次数:118
1141条   上一页 1 ... 14 15 16 17 18 ... 115 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!