osmo
古道路长
查看防火墙是否关闭?
service iptables status
关闭防火墙:
service iptables stop
启动关闭防火墙
chkconfig --level 2345 iptables off
查看SElinux状态:
sestatus
这个如果是开启的,要关掉它。
禁用selinux,打开
vi /etc/selinux/config
SELINUX=enforcing改为
SELINUX=disabled
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
arm7tdmi的i2c驱动注释
//这个i2c接口只支持主模式 The Master I2C Interface Module supports I2C Master Only mode with/*1. 7 bits address DEVICE 7位设备地址2. 8 bits sub address 8位设备寄存器地址3. Master write to slave receiver in single or原创 2016-03-28 13:24:15 · 458 阅读 · 0 评论 -
sercom DHLi协议串口驱动使用说明
fcntl函数 定义函数 int fcntl(int fd, int cmd); int fcntl(int fd, int cmd, long arg); int fcntl(int fd, int cmd, struct flock *lock);fcntl()针对(文件)描述符提供控制.参数fd 是被参数cmd操作(如下面的描述)的描述符. 针对cmd的值,fc原创 2016-03-28 13:27:41 · 704 阅读 · 0 评论
分享