上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 42 下一页

2019年12月27日

RedHat 的 crontab

摘要: Chapter 39. Automated Tasks In Linux, tasks can be configured to run automatically within a specified period of time, on a specified date, or when the 阅读全文

posted @ 2019-12-27 10:30 liujx2019 阅读(353) 评论(0) 推荐(0) 编辑

VIM 批量缩进4个空格

摘要: vim /etc/vimrc 或 vim ~/.vimrc set smartindent set shiftwidth=4 按v选中多行,回车 然后shifit + 》 阅读全文

posted @ 2019-12-27 09:57 liujx2019 阅读(2260) 评论(0) 推荐(0) 编辑

2019年12月25日

List of common SCSI KCQs

摘要: CategoryKeyASCASCQError Condition No Sense 0 00 00 No error 0 5D 00 No sense - PFA threshold reached Soft Error 1 01 00 Recovered Write error - no ind 阅读全文

posted @ 2019-12-25 14:27 liujx2019 阅读(555) 评论(0) 推荐(0) 编辑

2019年12月5日

How to permit SSH root Login in Ubuntu 18.04

摘要: https://www.ubuntu18.com/ssh-permitrootlogin/ SSH root login is disabled by default in Ubuntu 18.04. SSH server for Ubuntu provides by the openssh-ser 阅读全文

posted @ 2019-12-05 15:14 liujx2019 阅读(752) 评论(0) 推荐(0) 编辑

2019年12月3日

SNMP History and OID/MIB Tour

摘要: https://www.pei.com/snmp-history-oid-mib/ Description: This document describes a bit of history and functionality of the SNMP protocol for monitoring. 阅读全文

posted @ 2019-12-03 18:03 liujx2019 阅读(274) 评论(0) 推荐(0) 编辑

What does __GNUC__ mean?

摘要: It indicates that I'm a GNU compiler and you can use GNU extensions. https://stackoverflow.com/questions/19908922/what-is-this-ifdef-gnuc-about 阅读全文

posted @ 2019-12-03 18:01 liujx2019 阅读(95) 评论(0) 推荐(0) 编辑

printf 参数检查 __attribute__((format(printf, 1, 2)))

摘要: With GCC, I can specify __attribute__((format(printf, 1, 2))) , telling the compiler that this function takes vararg parameters that are printf format 阅读全文

posted @ 2019-12-03 18:00 liujx2019 阅读(992) 评论(0) 推荐(0) 编辑

2019年11月25日

如何在 Windows Event Log 中查找系统重启的信息

摘要: 事件ID:12事件ID 13:事件ID 41:事件ID 6008:事件ID 1074:事件ID 1074: 版权声明:本文为博主vigel1990 原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。本文链接:https://blog.csdn.net/c105298 阅读全文

posted @ 2019-11-25 11:01 liujx2019 阅读(889) 评论(0) 推荐(0) 编辑

2019年11月21日

Qt 正则表达式检查 IP 格式

摘要: KillerSmath 2018年6月29日 下午10:41 @Pranit-Patil Hi there. Like @jonB says above, you should to replace\.to\\.to avoid an error of escape caracter. But if 阅读全文

posted @ 2019-11-21 16:38 liujx2019 阅读(1289) 评论(0) 推荐(0) 编辑

2019年11月18日

Linux 获取网卡名字列表

摘要: lspci | egrep -i --color 'network|ethernet' 阅读全文

posted @ 2019-11-18 16:38 liujx2019 阅读(3633) 评论(0) 推荐(0) 编辑

上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 42 下一页

导航