码迷,mamicode.com
首页 >  
搜索关键字:networking    ( 679个结果
配置内核支持NFS启动文件系统
内核支持NFS分区(即编译时在Filesystem中选中[*]RootfilesystemonNFS),以及支持内核IP_PNP(即编译时在Networking中选中[*]IP:kernellevelautoconfiguration)Filesystems--->NetworkFileSystem...
分类:其他好文   时间:2015-03-06 19:01:27    阅读次数:119
Linux网络配置
配置主机名(固定和临时生效),本地解析,修改网卡配置信息,修改DNS主机名[leaf@clinetroot]$cat/etc/sysconfig/network NETWORKING=yes HOSTNAME=clinet.clientdoman#其中主机名为clientIP地址与主机名解析[leaf@clinetroot]$tail-1/etc/hosts 192.168.1.100client.clientdo..
分类:系统相关   时间:2015-02-14 01:15:42    阅读次数:277
Linux Netcat command – The swiss army knife of net
Swiss Army Knife of networking?netcat?is a versatile tool that is able to read and write data across TCP and UDP network . Combined with other tools and redirection it can be used in number of wa...
分类:Web程序   时间:2015-02-11 22:07:25    阅读次数:241
CentOS下配置防火墙 配置nat转发服务
CentOS下配置iptables防火墙linux NAT(iptables)配置CentOS下配置iptables1,vim /etc/sysconfig/network 这里可以更改主机名称。NETWORKING=yesNETWORKING_IPV6=noHOSTNAME=BGI-TJ.loc....
分类:其他好文   时间:2015-02-05 13:19:56    阅读次数:329
mariadb 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
[root@localhost /]# systemctl stop mariadb.service[root@localhost /]# mysqld_safe --user=mysql --skip-grant-tables --skip-networking & [1] 46043[root@...
分类:数据库   时间:2015-01-31 07:04:51    阅读次数:1323
uva 216 Getting in Line (暴力枚举)
uva 216  Getting in Line Computer networking requires that the computers in the network be linked. This problem considers a ``linear" network in which the computers are chained together so...
分类:其他好文   时间:2015-01-27 13:19:04    阅读次数:168
poj-1287 最小生成树
简单题. Networking Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 6448   Accepted: 3500 Description You are assigned to design network connections b...
分类:其他好文   时间:2015-01-25 13:53:26    阅读次数:129
OpenStack若干概念
近期在部署OpenStack时涉及到各个服务之间的诸多概念,这里简要记录其中的一些作为备忘。服务(service)在OpenStack中,一个服务有若干端点,用户通过端点访问服务并使用服务提供的功能;计算服务(Compute Service)——Nova网络服务(Networking Servi.....
分类:其他好文   时间:2015-01-22 14:37:08    阅读次数:298
OpenStack若干概念
近期在部署OpenStack时涉及到各个服务之间的诸多概念,这里简要记录其中的一些作为备忘。服务(service)在OpenStack中,一个服务有若干端点,用户通过端点访问服务并使用服务提供的功能;计算服务(Compute Service)——Nova网络服务(Networking Servi.....
分类:其他好文   时间:2015-01-22 12:55:39    阅读次数:295
heartbeat搭建高可用NFS
基本环境准备;[root@localhost~]#vim/etc/sysconfig/network(修改主机名)NETWORKING=yesHOSTNAME=node1.dragon.com(这里每台主机自行修改为node1,2,3)[root@localhost~]#vim/etc/hosts(修改主机文件,分别指向node1,2,3)127.0.0.1localhostlocalhost.localdomainlocalho..
分类:其他好文   时间:2015-01-19 06:59:25    阅读次数:401
679条   上一页 1 ... 54 55 56 57 58 ... 68 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!