Prevent the CTRL from rebooting in loop killall scm watch echo 1 > /dev/watchdog& ...
分类:
其他好文 时间:
2018-03-02 16:43:01
阅读次数:
156
Each day has enough trouble of its own. 一天的难处一天当。 Looking into the sunset I can't help but notice that despite its beauty, a sense of struggle and hop ...
分类:
其他好文 时间:
2018-03-02 14:53:31
阅读次数:
173
一、Systemd简介 1、Systemd是一个新兴的系统启动和服务器守护进程管理器,负责在系统启动或运行时,激活系统资源,服务器进程和其他进程。systemd由红帽公司开发,用以代替Upstart,“系统的第一个进程init”。 2、Systemd的新特性 系统引导时实现服务并行启动按需启动守护进 ...
分类:
其他好文 时间:
2018-02-28 23:01:27
阅读次数:
318
Description 经过多年的杀戮,秦皇终于统一了中国。为了抵御外来的侵略,他准备在国土边境安置 $n$ 名将军。不幸的是这 $n$ 名将军羽翼渐丰,开始展露他们的狼子野心了。他们拒绝述职、拒绝接受皇帝的圣旨。秦皇已经准备好了秘密处决这些无礼的边防大将。不过为防兵变,他决定先授予这些将军一些勋章 ...
分类:
其他好文 时间:
2018-02-05 10:47:18
阅读次数:
200
package com.test.test; import java.io.File;import java.io.FileInputStream;import java.io.FileOutputStream;import java.io.IOException;import java.nio.c ...
分类:
编程语言 时间:
2018-02-02 00:44:12
阅读次数:
214
首先从中这里下载下代码: https://github.com/ageitgey/face_recognition#face-recognition 然后安装所以必须的组件,我用的Python3.5 进入example里面跑他的demo,主要就是掉了dlib的接口比如: 引入了OpenCV稍微改了下 ...
分类:
其他好文 时间:
2018-01-31 20:25:34
阅读次数:
782
一、Linux系统日志日志重要吗?必须的,没有日志我们怎么知道系统状况?没有日志如何排查一个trouble?日志记录了系统每天发生的各种各样的事情,你可以通过他来检查错误发生的原因,或者受到攻击时攻击者留下的痕迹。日志主要的功能有:审计和监测,还可以实时的监测系统状态,监测和追踪侵入者等等。常查看的日志文件为/var/log/message,它是核心系统日志文件,包含了系统启动时的引导消息,以及系
分类:
系统相关 时间:
2018-01-31 20:21:50
阅读次数:
226
此文章是翻译 "How to develop apps bootstrapped with Create React App" 官方文档 系列文章 1. 如何开发由Create React App 引导的应用 2. 如何开发由Create React App 引导的应用(一) 3. 如何开发由Cre ...
分类:
移动开发 时间:
2018-01-29 11:48:08
阅读次数:
284
1: shutdown 2: ls 3: pwd 4: touch 5: mkdir 6: rm,rmdir(删除空目录) 7: who 8: w 9: cp 10: mv 11: ifconfig 12: tar 13: date 14: cat 将文件内容直接写入另一个文件(可以不存在)此功能 ...
分类:
系统相关 时间:
2018-01-25 17:18:40
阅读次数:
293
Welcome to GitHub Pages You can use the "editor on GitHub" to maintain and preview the content for your website in Markdown files. Whenever you commit ...
分类:
其他好文 时间:
2018-01-25 00:14:34
阅读次数:
177