码迷,mamicode.com
首页 >  
搜索关键字:pip install    ( 44380个结果
给Debian安装Xfce桌面
1、sudo apt-get install xorg xdm xfce42、vi ~/.xinitrc,然后输入:exec xfce4,在终端输入startx命令后就能进入xfce4,或直接在终端输入startxfce4命令。
分类:其他好文   时间:2014-06-28 16:04:45    阅读次数:445
在Debian下安装ibus输入法
sudo apt-get install ibus ibus-pinyin im-switchsudo apt-get install ibus-googlepinyinim-switch -s ibusibus-setup
分类:其他好文   时间:2014-06-28 16:01:58    阅读次数:214
Debian自带浏览器IceWeasel的中文化
Iceweasel浏览器简体中文组件 # Iceweasel是Debian中Mozilla Firefox浏览器的一个再发布版#英语很菜,所以浏览器菜单也要是中文的sudo apt-get install iceweasel-l10n-zh-cn运行浏览器,然后点击浏览器菜单 ===> 编辑 ===...
分类:其他好文   时间:2014-06-28 15:49:53    阅读次数:300
给Debian浏览器安装flash播放插件
sudo apt-get install flashplugin-nonfree
分类:其他好文   时间:2014-06-28 15:40:34    阅读次数:144
在Debian下安装LAMP
准备工作:sudo apt-get install build-essential第一步:安装Apachesudo apt-get install apache2第二步:安装MySQLsudo apt-get install mysql-server libapache2-mod-auth-mysq...
分类:其他好文   时间:2014-06-28 14:48:41    阅读次数:192
安装和配置CentOS时钟同步服务
Type the following command to install ntp:# yum install -y ntpTurn on service:#chkconfig ntpd onSynchronize the system clock with 0.pool.ntp.org serve...
分类:其他好文   时间:2014-06-28 14:45:54    阅读次数:185
Ubuntu安装配置Mysql
Ubuntu安装配置Mysql三种安装方式: 1. 从网上安装 sudo apt-get install mysql-server。装完已经自动配置好环境变量,可以直接使用mysql的命令。 注:建议将/etc/apt/source.list中的cn改成us,美国的服务器比中国的快很多。 ...
分类:数据库   时间:2014-06-28 14:43:17    阅读次数:253
ubuntu下安装mysql
现在的软件越来越好安装,尤其是在ubuntu下安装软件,更是没有技巧,只需要在联网的情况下使用apt-get inatll 即可。在决定安装mysql之前,要先确定系统是否已经安装mysql。如下图: 由此可以看出系统中并没有安装mysql.下面执行sudo apt-get install m...
分类:数据库   时间:2014-06-28 14:33:02    阅读次数:207
Auto Install Workflow Manager 1.0
Write-Host "- Begining Download Service Bus..."Start /W "c:\Program Files\Microsoft\Web Platform Installer\WebpiCmd.exe /offline /Products:ServiceBus ...
分类:其他好文   时间:2014-06-28 13:10:02    阅读次数:241
在CentOS上搭建PHP服务器环境
安装apache:yum install httpd httpd-devel启动apache:/etc/init.d/httpd start此时输入服务器的IP地址,应该看到apache的服务页面,端口不用输,apache默认就是使用80端口安装mysql:yum install mysql mys...
分类:Web程序   时间:2014-06-28 12:24:21    阅读次数:211
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!