码迷,mamicode.com
首页 >  
搜索关键字:centos7 ifconfig    ( 17146个结果
centos 7安装mate桌面
下载了最新的centos7适用了下. 记录了下安装过程 安装略过. 只选择最小化安装 重启,登录 yum install net-tools 在mate官网中?http://wiki.mate-desktop.org/download? 这个地址中,有RHEL7安装mate方法 Red Ha...
分类:其他好文   时间:2014-07-22 08:16:33    阅读次数:443
python中调用sh最方便的方法
fromshimportifconfigprint(ifconfig("wlan0"))详见http://amoffat.github.io/sh/
分类:编程语言   时间:2014-07-20 10:36:18    阅读次数:209
Zedboard ethernet 网络设置
Zedboard自带有一颗ethernet PHY,Marvell 88E1518。在Zedboard自带的SD卡中已经包含有驱动,通过简单的设置即可联网。不过由于自己用的电脑是绑定mac地址的,设置起来多了几步。sudo ifconfig eth0 downsudo ifconfig eth0 h...
分类:数据库   时间:2014-07-19 21:38:29    阅读次数:1192
ThinkPadT440 Ubuntu14.04 RTL8192EE 链接无线网
ThinkPadT440安装完 Ubuntu14.04之后,查看了以下内核版本为:3.13.0-24-generic1:通过ifconfig发现没有wlan02:通过lspci -vnn | grep Wireless 查看无线网卡信息为RTL8192EE,google了一番,Realtec公司的r...
分类:其他好文   时间:2014-07-19 21:34:21    阅读次数:185
centos7抢先安装docker1.0
1.关闭selinux[root@localhost~]#setenforce02.安装FedoraEPEL[root@localhost~]#yuminstall-yhttp://ftp.riken.jp/Linux/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm3.安装docker[root@localhost~]#yuminstall-ydocker-io[root@localhost~]#yuminstall-ydocker4.下载官..
分类:其他好文   时间:2014-07-18 13:22:38    阅读次数:232
初次体验CentOS 7的systemd
新发布的CentOS7中使用systemd服务代替了之前版本的SysV服务,对比下两种启动方式的不同。修改系统启动级别旧版编辑配置文件/etc/inittab,设置启动级别为3(多用户文字界面),修改initdefault前面的数字为3,保存重启新版修改默认启动级别为3systemctlenablemulti-user.target..
分类:其他好文   时间:2014-07-17 21:05:41    阅读次数:346
CentOS7上安装POCO
POCO是什么? 看官网说明: Modern, powerful open source C++ class libraries and frameworks for building network- and internet-based applications that run on desktop, server, mobile and embedded systems. ...
分类:其他好文   时间:2014-07-17 16:13:45    阅读次数:352
ping wget curl
ping -n 1 -w 10000 224.0.0.0 模拟sleep wget ifconfig.me/ip -q -O - 获取你的外部ip地址 wget -S -O/dev/null "INSERT_URL_HERE" 2>&1 | grep Server 查看服务器软件(比如 Apache...
分类:其他好文   时间:2014-07-16 16:58:53    阅读次数:186
linux抓包分析(tcpdump)
默认启动 tcpdump 普通情况下,直接启动tcpdump将监视第一个网络接口上所有流过的数据包。 监视指定网络接口的数据包 tcpdump -i eth1 如果不指定网卡,默认tcpdump只会监视第一个网络接口,一般是eth0,下面的例子都没有指定网络接口。  查看本机网络接口 ifconfig 找到自己ip的那个网络接口 监视指...
分类:系统相关   时间:2014-07-16 14:27:06    阅读次数:236
Unix/Linux环境C编程入门教程(24) MySQL 5.7.4 for Red Hat Enterprise 7(RHEL7)的安装
如今MySQL的一个变化用户可能不会注意到,那就是甲骨文已经开始重新架构MySQL的代码,使它大量的模块化。如软件解析器,优化和复制功能以模块化的形式被重写。该版本的查询性能得以大幅提升,比 MySQL 5.6 提升 1 倍。本文就是在最新发布的RHEL7上面 CentOS7上面安装MySQL 5.7.4的教程。...
分类:数据库   时间:2014-07-16 08:26:19    阅读次数:479
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!