1. 一、配置SSH参数 修改sshd_config文件,命令为: vi /etc/ssh/sshd_config 将#PasswordAuthentication no的注释去掉,并且将NO修改为YES //kali中默认是yes 2. 将PermitRootLogin without-passw ...
分类:
其他好文 时间:
2018-09-06 18:23:14
阅读次数:
180
Cyclic Nacklace Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 15422 Accepted Submission(s): 642 ...
分类:
其他好文 时间:
2018-09-05 13:54:43
阅读次数:
136
Description Given an array nums, write a function to move all 0's to the end of it while maintaining the relative order of the non-zero elements. Exam ...
分类:
其他好文 时间:
2018-09-04 16:59:55
阅读次数:
134
最近学习IOS相关知识. 视频课程[UIImage](https://www.imooc.com/video/12718) 相关知识点: 存储一张本地图片到系统相册中. API: UIImageWriteToSavedPhotosAlbum 按照视频教程Dome中书写代码, 启动报错如下: [acc ...
分类:
移动开发 时间:
2018-09-03 02:34:34
阅读次数:
401
https://github.com/KhronosGroup/Khronosdotorg/blob/master/api/vulkan/resources.md Intel API without Secrets ...
分类:
其他好文 时间:
2018-09-03 00:02:14
阅读次数:
126
1、下载最新srs源码 https://github.com/ossrs/srs/releases 2、编译(进入~/srs-2.0-r4/trunk目录) ./configure --with-librtmp --without-ssl make 3、编译srs_h264_raw_publish. ...
分类:
其他好文 时间:
2018-09-02 21:50:07
阅读次数:
1547
【600】 Non-negative Integers without Consecutive Ones 【629】 K Inverse Pairs Array 【638】 Shopping Offers 【639】 Decode Ways II 【646】 Maximum Length of Pa ...
分类:
其他好文 时间:
2018-08-31 21:14:32
阅读次数:
163
自己方法复杂度比较高 可以O(n)的方法,遍历一遍 用两个指针记录maxstring的位置 然后遇到跟hashmap里重复的就更新指针https://leetcode.com/problems/longest-substring-without-repeating-characters/discus ...
分类:
其他好文 时间:
2018-08-28 10:33:54
阅读次数:
113
1、COSS will not function without large file support (off_t is 4 bytes long. Please reconsider recompiling squid with --with-large-files Bungled squid_ ...
分类:
其他好文 时间:
2018-08-28 01:00:52
阅读次数:
213
过滤指定目录 grep memset . -r --exclude-dir={dir1,dir3, debug_*} 过滤二进制文件 grep memset . -r --binary-files=without-match 上面的也可以放到一起,过滤二进制文件,同时过滤指定目录 grep mems ...
分类:
其他好文 时间:
2018-08-27 22:01:40
阅读次数:
366