安装ns3的一系列包,脚本如下:#!/bin/shsudo apt-get install gcc g++ python python-pygccxmlsudo apt-get install gcc g++ python python-devsudo apt-get install mercuri...
分类:
系统相关 时间:
2014-06-28 11:39:15
阅读次数:
361
apt-get install eclipse eclipse-cdt eclipse-jdt# don't include eclipse if you have it already after a successful install, do the following at termin.....
分类:
系统相关 时间:
2014-06-28 11:24:15
阅读次数:
317
在我的Dell Latitude 3330上, 新装的Ubuntu 14.04一切正常,就是没有system settings程序,以下的命令能够解决:sudo apt-get install ubuntu-desktop不用重新启动,立马生效。
分类:
其他好文 时间:
2014-06-28 11:18:29
阅读次数:
181
In part one we showed how to create Openvswitch extension and submit it to Microcore repository. There were also presented after-install steps for Ope...
分类:
移动开发 时间:
2014-06-24 10:17:04
阅读次数:
588
In a previous tutorial we showed how to install Openvswitch on Qemu image with Microcore Linux. At the end of tutorial we created Openvswitch extensio...
分类:
其他好文 时间:
2014-06-24 10:15:40
阅读次数:
610
0.前言 由于python的官方镜像位于国外,若使用pip或者easy_install安装第三方插件时或许会被限制,甚至连easy_install或pip也无法安装,例如在windows环境下运行ez_setup.py 安装easy_install,可能遇到下图这样尴尬的情况。图1 运行ez_se....
分类:
编程语言 时间:
2014-06-24 09:59:22
阅读次数:
286
Install apache2To execute the install command in terminal:sudo apt-get install apache2Then, we can find that the apache2 has been installed in "/etc/"...
分类:
Web程序 时间:
2014-06-24 09:39:53
阅读次数:
363
先安装nginx的yum源http://nginx.org/en/linux_packages.html#stable找到链接,安装:rpm -ivh http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el...
分类:
其他好文 时间:
2014-06-24 09:20:04
阅读次数:
168
就是用NTP了,通过外部的服务同步时间. ntpdate us.pool.ntp.org | logger -t NTP 如果没有ntpdate ,可以使用 yum install ntpdate 进行安装。 当然最好放在crontab里面,各一段时间同步一次就OK. crontab -e * * ...
分类:
其他好文 时间:
2014-06-23 08:28:55
阅读次数:
444
之前在Ubuntu下使用ibus五笔输入法,用了一段时间发现五笔输入法不能输入词组,并且五笔不支持拼音的功能,从网上找到可以使用fcitx替换掉ibus,因此自已尝试了一把,安装步骤如下:1. 安装fcitx输入法sudo apt-get install fcitx2. fcitx默认只安装了拼音、...
分类:
其他好文 时间:
2014-06-23 08:24:33
阅读次数:
343