加载中
Linux 笔记本有线网卡的一个问题

最近笔记本不能使用有线网卡: 经排查问题 > # systemctl status networking.service ● networking.s...

2016/10/24 09:54
1.7K
ssh 长时间断开连接

[root@host-172-16-5-10 ~]# packet_write_wait: Connection to 192.168.0.157 port 22: Broken pipe root@laptop:/opt//src# iwlist wlan- scan wlan- Interface doesn't support scann...

2016/09/14 08:08
148
监控系统数据存储

java -cp /usr/share/opentsdb/bin:/opt/java/tsdb.jar net.opentsdb.tools.TSDMain --port 4242

2016/07/05 14:23
320
将 Jar 包打成一个 Jar 包

for i in $(ls); do jar -xvf $i; done jar cvfm classes.jar mymanifest -C foo/ . 后面开始 命令的参数列表。...

2016/06/30 15:14
120
Linux 内核

make[2]: Leaving directory '/usr/src/linux-headers-4.4.0-22-generic' kmoddir=/lib/modules/4.4.0-22-generic; \ if [ -n "" ]; then \   find $kmoddir -name 'modules.*' | xargs rm -f...

2016/06/25 21:47
195
saltstack

Introduction Welcome back to the DevOps Library, we’re glad you found yourself here! Once again this is Samantha and today we’re going to learn about SaltStack targeting. By n...

2016/05/19 23:17
92
Erlang error?

<!-- lang: shell --> Unable to load crypto library. Failed with error: "load_failed, Failed to load NIF library: '/usr/local/erlang/R16B03-1/lib/erlang/lib/crypto-3.2/priv/lib/...

2014/11/27 00:37
239
github add second computer

ssh-keygen -t rsa -C "*******@gmail.com" cat /root/.ssh/id_rsa.pub git config cat ~/.gitconfig [user] name = mego* email = ************@gmail.com...

2014/10/12 00:12
74
C 语言的几个警告

hello.c: In function ‘get_chars’: hello.c:26:22: warning: incompatible implicit declaration of built-in function ‘malloc’ [enabled by default] char *s = (char*)malloc(...

2014/09/14 22:15
109
Zookeeper 安装笔记

Zookeeper 安装笔记 官方文档地址:http://zookeeper.apache.org/doc/r3.5.0-alpha/zookeeperStarted.html cat /etc/zoo.conf tickTime = 2000 # 心跳间隔时间 initLimit = 10 # syncLimit =...

2014/09/07 16:58
15
LVM 挂载笔记

# vgscan Reading all physical volumes. This may take a while... Found volume group "vg_lambda" using metadata type lvm2 # lvscan ACTIVE '/dev/vg_lambda/lv_roo...

2014/09/07 16:12
36
系统工程师不得不知的那些事儿

1.设置服务器复杂密码,符合密码健壮性要求 2.尽量少关机,最好使用重启代替关机指令.不要用shutdown –h now,而要用reboot.在KVM系统中能关闭服务解决的问题,尽量关服务,不要关机,并且不要...

2014/09/07 14:09
46

没有更多内容

加载失败,请刷新页面

返回顶部
顶部