雪山看雪

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  Linux

摘要:1:1 #vi /etc/sysconfig/network-scripts/ifcfg-eth0 2:实验环境-网络设置公司域网:IP=162.168.16.0/24netmask=255.255.255.0gatway=192.168.16.1dns=192.168.16.229虚拟机网络设置:... 阅读全文
posted @ 2015-04-03 16:26 雪山看雪 阅读(290) 评论(0) 推荐(0)

摘要:1:查看主机名:1 #hostname2:修改主机名:1 #vi /etc/sysconfig/network1ETWORKING=yes2HOSTNAME=superboy.com 3:重启生效:#reboot 阅读全文
posted @ 2015-04-03 14:26 雪山看雪 阅读(263) 评论(0) 推荐(0)

摘要:桌面打开浏览器访问:http://get.adobe.com/cn/flashplayer/。网页会判断操作系统和浏览器并下载 Flash Player(支持Firefox浏览器)。或者直接下载:i386系统wget http://linuxdownload.adobe.com/adobe-rele... 阅读全文
posted @ 2015-03-10 19:49 雪山看雪 阅读(459) 评论(0) 推荐(0)

摘要:1:首先VMware 桥接模式 CentOS ip 配置,关键点,ip的网关和DNS1设置成宿主机的网关和DNS原理:桥接的模式就是通过物理网卡实现的。2:以图展示VMware NAT模式 Cent OS ip 配置:找网关ipNAT设置ip配置:ping 外网: 阅读全文
posted @ 2015-03-05 22:30 雪山看雪 阅读(441) 评论(0) 推荐(0)

摘要:http://www.2cto.com/os/201404/297079.html 阅读全文
posted @ 2015-02-21 22:20 雪山看雪 阅读(186) 评论(0) 推荐(0)

摘要:1.用root登录 ,或su root2.yum install "@Chinese Support"3.exit4.回到桌面,system->preferences->input method5.如果没有,先注销一下。6.到里面add输入法到列表里。7.最后再注销、登录。注销登录之后,配置过程如下... 阅读全文
posted @ 2015-02-21 20:37 雪山看雪 阅读(276) 评论(0) 推荐(0)

摘要:添加第三方源su -c 'rpm -ivhhttp://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm'安装解码器yum install gstreamer-plugins-bad gstrea... 阅读全文
posted @ 2015-02-21 20:32 雪山看雪 阅读(560) 评论(0) 推荐(0)

摘要:转载:http://blog.chinaunix.net/uid-134240-id-172158.htmllisten_address=ip address指定侦听IPlisten_port=port_value指定侦听端口,默认21anonymous_enable=YES是否允许使用匿名帐户lo... 阅读全文
posted @ 2015-01-27 17:01 雪山看雪 阅读(404) 评论(0) 推荐(0)