码迷,mamicode.com
首页 >  
搜索关键字:interfaces    ( 768个结果
Linux的sed命令
一、初识sed在部署openstack的过程中,会接触到大量的sed命令,比如# Bind MySQL service to all network interfaces.sed -i 's/127.0.0.1/0.0.0.0/g' /etc/mysql/my.cnf那么这条命令是什么意思?接下来介 ...
分类:系统相关   时间:2016-09-15 21:34:08    阅读次数:253
Linux:安装OpenSSH-Server E:Package openssh-server has no installation candidate
执行:sudo apt-get update 也提示更新失败,或者无内容可更新。 解决方案:sudo vim /etc/network/interfaces修改ip,重启。 执行:sudo apt-get update 问题解决: http://blog.sina.com.cn/s/blog_3e2 ...
分类:系统相关   时间:2016-09-15 06:13:56    阅读次数:343
关于JBoss的一些项目配置
1. 如何使用 IP:port 的形式访问项目 : [1] 在standalone.xml文件中,查找<interfaces>标签,添加如下节点 : [2] 同样是standalone.xml文件,修改内容如下 : 2. 如何通过域名访问项目 : [1] 按照 "如何使用 IP:port 的形式访问 ...
分类:其他好文   时间:2016-09-13 01:33:57    阅读次数:222
GNS3模拟的硬件
Hardware emulated by GNS3Cisco 1700 Series1700s have one or more interfaces on the motherboard, 2 subslots for WICs (excepting on 1710s), an no NM slo ...
分类:其他好文   时间:2016-09-12 00:46:27    阅读次数:164
ubuntu10.04 搭建海思开发环境
(1)Ubuntu 10.04.4 LTS (Lucid Lynx) 下载地址:http://old-releases.ubuntu.com/releases/lucid/ (2)以root登录,gedit /etc/network/interfaces ,添加静态ip: iface eth0 in ...
分类:系统相关   时间:2016-09-06 15:49:13    阅读次数:241
折腾kali
kali的配置文件和rhel还是有些不同,之前也没怎么玩过kali,一上手就遇到两个问题,如何配置静态IP,无法使用root用户远程连接。静态IP配置root@kali:/etc#cat/etc/network/interfaces#Thisfiledescribesthenetworkinterfacesavailableonyoursystem#andhowtoactivatethem.Formor..
分类:其他好文   时间:2016-09-03 22:43:41    阅读次数:243
使用jmeter做web接口测试
接口测试概述 定义 API testing is a type of software testing that involves testing application programming interfaces (APIs) directly and as part of integratio ...
分类:Web程序   时间:2016-09-01 18:05:01    阅读次数:258
VirtualBox下Ubuntu利用桥接方式上网
1.打开virtualbox,选择【设置】-【网络】将连接方式改为【Bridged Adapter】 2.在Ubuntu中, 运行sudo gedit /etc/network/interfaces 修改如下: auto lo iface lo inet loopback auto eth0 ifa ...
分类:系统相关   时间:2016-09-01 10:56:52    阅读次数:216
window ssh 连接 本地虚拟机ubuntu 16
1.设置虚拟网络 2.设置linux ip 打开Ubuntu的终端,输入: sudo gedit /etc/network/interfaces 原有内容只有如下两行:auto loiface lo inet loopback 在后边追加 auto ens33iface ens33 inet sta ...
分类:Windows程序   时间:2016-08-30 17:46:01    阅读次数:203
Linux查看网关(Gateway)方法
route -n ip route show traceroute www.baidu.com -s 100 【第一行就是自己的网关】 netstat -r more /etc/network/interfaces 【Debian/Ubuntu Linux】 more /etc/sysconfig/ ...
分类:系统相关   时间:2016-08-27 00:19:41    阅读次数:256
768条   上一页 1 ... 34 35 36 37 38 ... 77 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!