码迷,mamicode.com
首页 >  
搜索关键字:kconfig    ( 444个结果
Linux系统重要的开机自启动的服务
重要的开机自启动的服务 1.sshd 连接Linux服务器是需要用到的服务程序 2.rsyslog 操作日志的一种机制 系统日志:/var/log/message 硬件日志:dmesg 3.network 系统启动时,若想激活/关闭各个网络解耦必须开启 4.crond:定时任务 周期性的执行任务 5... ...
分类:系统相关   时间:2018-07-07 20:34:57    阅读次数:222
Linux系统更改/关闭防火墙
更改/关闭防火墙 查看当前防火墙状态 /etc/init.d/iptables status ==>service iptables status 打开防火墙service iptables start 关闭防火墙service iptables stop 关闭开机自启动命令chkconfig ip... ...
分类:系统相关   时间:2018-07-07 20:14:14    阅读次数:144
windows AD域安装及必要设置
一、安装AD域 运行dcpromo命令,安装AD域。 步骤: 1.win+R 2.dcpromo 图例: 百度百科关于“dcpromo”解释: dcpromo命令是一个“开关”命令。如果Windows 2000 Server计算机是成员服务器,则 运行dcpromo命令会安装活动目录,将其升级为域控 ...
分类:Windows程序   时间:2018-07-06 01:49:06    阅读次数:370
配置ElasticSearch快捷启动
在 目录下新建文件 shell !/bin/sh chkconfig: 2345 80 05 description: es export JAVA_HOME=/usr/local/java/jdk1.8.0_171 export JAVA_BIN=$JAVA_HOME/bin export PAT ...
分类:其他好文   时间:2018-07-03 21:35:00    阅读次数:197
打开关闭防火墙与端口
1、firewalld的基本使用启动: systemctl start firewalld查看状态: systemctl status firewalld 停止: systemctl disable firewalld禁用: systemctl stop firewalld2.systemctl是C ...
分类:其他好文   时间:2018-07-03 20:12:20    阅读次数:157
使用haproxy搭建web群集
将haproxy做为负载均衡调度服务器,实现web群集!
分类:Web程序   时间:2018-06-28 13:57:26    阅读次数:222
2.15.8.Kconfig文件详解2
本节进一步解释Kconfig中配置项的细节,如depends、select等关键字的作用。 2.15.8.1、depends的含义 (1)depends中文意思是“取决于”或者“依赖于”,所以depends在这里的意思是:本配置项依赖于另一个配置项。如果那个依赖的配置项为Y或者M,则本配置项才有意义 ...
分类:其他好文   时间:2018-06-26 17:20:03    阅读次数:152
2.15.7.Kconfig文件详解1
本节详解Kconfig文件的格式、作用等 2.15.7.1、Kconfig的格式 (1)Kconfig按照一定的格式来书写,menuconfig程序可以识别这种格式,然后从中提取出有效信息组成menuconfig中的菜单项。 (2)将来在做驱动移植等工作时,有时需要自己添加Kconfig中的一个配置 ...
分类:其他好文   时间:2018-06-26 17:17:01    阅读次数:142
CentOS7.2 内核升级
CentOS7.2默认内核版本3.10,升级内核操作rpm--importhttps://www.elrepo.org/RPM-GPG-KEY-elrepo.orgrpm-Uvhhttp://www.elrepo.org/elrepo-release-7.0-3.el7.elrepo.noarch.rpmyum--enablerepo=elrepo-kernelinstallkernel-ml-d
分类:其他好文   时间:2018-06-25 20:36:29    阅读次数:194
第四阶段 10_Linux Apache安装与配置
Apache 静态网页 1.安装 yum install httpd -y 2.配置文件 cd /etc/httpd/conf vi httpd.conf httpd.conf文件个别行讲解 var email 查看邮件 ServerName www.example.com:80去掉注释 否则会看见 ...
分类:Web程序   时间:2018-06-14 20:45:11    阅读次数:176
444条   上一页 1 ... 20 21 22 23 24 ... 45 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!