SA_RESTART用在为某个信号设置信号处理函数时,给该信号设置的一个标记。一般情况下 ,进程正在执行某个系统调用,那么在该系统调用返回前信号是不会被递送的。但慢速系统调用除外,如读写终端、网络、磁盘,以及wait和pause。这些系 统调用都会返回-1,errno置为EINTR当系统调用被中断时...
分类:
系统相关 时间:
2014-11-19 18:17:11
阅读次数:
460
1. nfs server端的安装和配置(1)安装nfs server sudo apt-get install nfs-kernel-server nfs-common(2)重启nfs server sudo service nfs-kernel-server restart(3)设置nfs共享....
分类:
系统相关 时间:
2014-11-19 12:07:02
阅读次数:
194
#!/bin/bashcase"$1"instart)echo"Startingyum_rsyncdaemon..."/data/script/yum_rsync.sh;;stop)echo"Stoppingyum_rsyncdaemon..."killallyum_rsync.shkillallrsync;;restart)echo"Restartingyum_rsyncdaemon..."$0stop$0start;;status)ps-ef|greprsync;;*)echo"Usage:$0{star..
分类:
系统相关 时间:
2014-11-19 11:32:39
阅读次数:
175
How to manually remove an infected file from your computer
In order to manually remove an infected item from your computer you need to perform the following steps:
1. Restart the computer in Safe...
分类:
其他好文 时间:
2014-11-19 11:15:22
阅读次数:
162
服务器端:
yum
-y install nfs* rpcbind
vi /etc/exports
/home/willserver 192.168.1.100(rw,sync,no_root_squash)
service rpcbind restart
service nfs restart
setenforce 0
客...
分类:
其他好文 时间:
2014-11-19 01:51:20
阅读次数:
138
How to manually remove an infected file from your computer
In order to manually remove an infected item from your computer you need to perform the following steps:
1. Restart the computer in Safe...
分类:
其他好文 时间:
2014-11-19 01:12:38
阅读次数:
246
在运行“/etc/init.d/network?restart”命令时,出现错误“Job?for?network.service?failed.?See?‘systemctl?status?network.service‘?and?‘journalctl?-xn‘?for?deta”,运行“cat?/var/log/mess...
分类:
Web程序 时间:
2014-11-18 16:18:38
阅读次数:
315
现象:nexus Windows系统服务安装成功,但启动失败D:\nexus-2.10.0-02-bundle\nexus-2.10.0-02\bin>nexus.batUsage: nexus.bat { console : start : stop : restart : install : u...
分类:
Windows程序 时间:
2014-11-16 20:02:04
阅读次数:
3638
apache: 采用apt-get 在线安装,安装路径应在/etc/apache2目录下 apache配置文件/etc/apache2/apache2.conf Apache模块路径:/usr/sbin/apachectl启动路径apache:/etc/init.d/apache2 restart ...
分类:
数据库 时间:
2014-11-15 12:38:20
阅读次数:
284
Spring Batch_Configuring a Step for Restart spring官方文档:http://docs.spring.io/spring-batch/trunk/reference/html/configureStep.html#stepRestart 当一个普通的 job 处于complete 的状态的时候,是不能...
分类:
编程语言 时间:
2014-11-14 16:02:23
阅读次数:
335