04 2019 档案

Linux下生成patch和打patch
摘要:$ diff -up svc.orig.c svc.c > patchhttps://www.cnblogs.com/aaronLinux/p/5860552.html 阅读全文

posted @ 2019-04-24 14:27 cdekelon 阅读(296) 评论(0) 推荐(0)

grep -r xxx .
摘要:$ grep -r load . ./bak_0413.py: json_data = unicode_convert(json.load(bbox_info_json_file)) ./process_label.py: data = json.load(f) ./0418_delete_class.py: json_data = unicode_convert(js... 阅读全文

posted @ 2019-04-23 11:04 cdekelon 阅读(3555) 评论(0) 推荐(0)

rm xxx , 如何恢复
摘要:Refer to https://blog.csdn.net/Q1302182594/article/details/47315177 $ sudo apt-get install extundelete $ sudo extundelete /dev/sda1 --restore-all 阅读全文

posted @ 2019-04-04 14:57 cdekelon 阅读(181) 评论(0) 推荐(0)

ssh 连不上, 或putty出现 Network error:Software caused connection abort
摘要:https://www.cnblogs.com/netonline/p/7410586.html 89 ls /etc/ssh/ssh_host_rsa_key 90 cat /etc/ssh/ssh_host_rsa_key 91 sudo cat /etc/ssh/ssh_host_rsa_ke 阅读全文

posted @ 2019-04-01 15:48 cdekelon 阅读(1158) 评论(0) 推荐(0)

导航