[root@localhost~]#cd/etc/sysconfig/network-scripts/[root@localhostnetwork-scripts]#cpifcfg-eth0ifcfg-eth0:1[root@localhostnetwork-scripts]#vimifcfg-eth0:1DEVICE=eth0:1HWADDR=00:0C:29:73:E6:0DTYPE=EthernetUUID=98b5dc88-94c0-4a78-a3e7-ba3873a4116dONBOOT=yesNM..
分类:
系统相关 时间:
2014-07-29 15:52:49
阅读次数:
219
ip addr add 10.9.8.100/24 broadcast + dev eth0/etc/sysconfig/network-scripts/ifcfg-eth0
分类:
其他好文 时间:
2014-07-29 12:38:16
阅读次数:
219
打开https://pip.pypa.io/en/latest/installing.html#python-os-support下载pip-get.py进入python,执行pip-get.py安装完pip,setuptool工具。进入.python/scripts目录,执行pip install...
分类:
编程语言 时间:
2014-07-27 10:47:52
阅读次数:
254
1.Centos6.5mini方式安装后有很多的组件没有安装,在添加网卡后使用命令ls/etc/sysconfig/network-scripts/并没有法相对应的网卡信息。2.使用命令dmesg|grep-ineth检测出对应网卡但是并没有up状态。3.更新组件#安装setuptoolyum-yinstallsetuptool#安装系统管理yum-yinstallnts..
分类:
系统相关 时间:
2014-07-26 15:36:35
阅读次数:
285
抄自:http://www.w3school.com.cn/html/html_scripts.asp
1.script标签
标签用于定义客户端脚本,比如 JavaScript。script
元素既可包含脚本语句,也可通过 src 属性指向外部脚本文件。必需的 type
属性规定脚本的 MIME 类型。
【注】JavaScript
最常用于图片操作、表单验证以及内容动态...
分类:
Web程序 时间:
2014-07-26 15:05:30
阅读次数:
270
1.使用命令安装ctags:
sudo apt-get install ctags
2.安装taglist
下载:
http://vim.sourceforge.net/scripts/download_script.php?src_id=6416
拷贝到ubuntu中,使用命令解压:
unzip taglist_42.zip
解压后出现两个文件夹,doc和plugin,将其拷贝...
分类:
其他好文 时间:
2014-07-26 15:02:30
阅读次数:
232
To Learn something you need to do it, without the fear of being unsuccessful. I believe in practicality and hence will be accompanying you to the prac...
分类:
系统相关 时间:
2014-07-26 14:09:15
阅读次数:
492
1,查看一下有没有装过无线网卡驱动[root@localhost network-scripts]# iwconfiglo no wireless extensions.eth0 no wireless extensions.2,查看无线网卡型号[root@localhost network-sc....
分类:
其他好文 时间:
2014-07-26 01:48:36
阅读次数:
209
很久不写blog了。最近发现python的自动补全是个好东西。分享一下。参考了:http://www.cnblogs.com/allenblogs/archive/2011/04/21/2023288.html和软件手册下载地址:http://vim.sourceforge.net/scripts/script.php?script_id=850直接粘贴了。------------------------------v..
分类:
编程语言 时间:
2014-07-24 23:49:05
阅读次数:
308
下载wget http://www.vim.org/scripts/download_script.php?src_id=19574 -O taglist.zip 然后解压taglist.zip到~/.vim/目录下在vim中使用如下命令切换taglist显示:TlistToggle 使用Ctr.....
分类:
其他好文 时间:
2014-07-24 12:14:05
阅读次数:
319