码迷,mamicode.com
首页 >  
搜索关键字:networking    ( 679个结果
在 Ubuntu 12.04 上通过安装源安装 Open vSwitch (OVS)
先把Ubuntu 12.04 更新一下 sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade   删除 Ebtables 包 sudo aptitude purge ebtables 从安装源安装Open vSwitch (OVS) sudo apt-get install ap...
分类:其他好文   时间:2014-08-20 19:42:02    阅读次数:226
【Java】对服务器程序的理解
Login:------------->方法Data:----->类、API数据Collection:-------->集合Data SourceFile:Database:Networking:------->java.net/javax.netWeb Service:Stream
分类:编程语言   时间:2014-08-20 02:29:05    阅读次数:203
ubuntu12.04 报错 xorg
今天突然间update 一些软件后,就遇到了无法启动桌面,就是输入正确的用户名和密码后还是无法进入系统。重启后,一直停留在waiting for network configuration, 然后显示waiting up to 60 more seconds for networking confi...
分类:其他好文   时间:2014-08-20 01:22:55    阅读次数:477
Managing Data in Containers
Managing Data in Containers So far we've been introduced to some basic Docker concepts, seen how to work with Docker images as well as learned about networking and links between containers. In th...
分类:其他好文   时间:2014-08-17 13:06:32    阅读次数:271
CentOS7安装配置DNS服务器
准备工作(假设名称为bigcloud.local)#更改主机名称 #vi/etc/sysconfig/network #Createdbyanaconda NETWORKING=yes HOSTNAME=bigcloud.local #修改文件/etc/hosts,内容如下: 127.0.0.1localhostlocalhost.localdomainlocalhost4localhost4.localdomain4 ::1localhostlocalho..
分类:其他好文   时间:2014-08-15 10:50:29    阅读次数:370
linux的启动模式的设置及root用户密码的修改
1.修改启动模式:进入命令行终端使用这个命令[root@localhost~]#vi/etc/inittabid:5:initdefault:5为图形界面模式3为多用户开发者模式敲击i进入编辑模式,将5修改为3执行Esc->:wq->reboot修改成功!2.修改root密码:a.启动系统,b.在界面启动时让它停留一下,随便按一下..
分类:系统相关   时间:2014-08-06 23:15:52    阅读次数:446
Uva LA6450 Social Advertising DFS
You have decided to start up a new social networking company. Other existing popular social networksalready have billions of users, so the only way to...
分类:其他好文   时间:2014-08-02 12:32:54    阅读次数:276
LA 6450 social advertising(dfs剪枝)
6450 Social AdvertisingYou have decided to start up a new social networking company. Other existing popular social networksalready have billions of us...
分类:其他好文   时间:2014-08-01 15:32:01    阅读次数:310
uva216 Getting in Line
Getting in Line Computer networking requires that the computers in the network be linked. This problem considers a ``linear" network in which the comp...
分类:其他好文   时间:2014-07-25 23:52:20    阅读次数:387
openstack手动部署简单记录
1,关于网络规划部分,之前写的都好好的了,浏览器TM的崩溃了,我写几天的笔记 记录全给我丢了,我TM的多心疼啊!大致说了关于openstack手动安装关于网络规划的问题第一种legacy networking architecture design :controller(跑单网卡manageme....
分类:其他好文   时间:2014-07-25 13:56:31    阅读次数:220
679条   上一页 1 ... 62 63 64 65 66 ... 68 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!