码迷,mamicode.com
首页 >  
搜索关键字:apt    ( 12580个结果
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
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
debian下配置dynamic printk以及重新编译内核
在以前的一篇博文《编译debian内核》已经提过了重新编译内核的方法,但是整个过程花费时间较长,并且生成deb包。这里我采用稍微简单一些的方法,因为我并没有对内核或者驱动代码做任何修改,仅仅是在内核中选中一些未被选中的调试选项(以便于查看log信息)先获取内核源码: sudo apt-get sou...
分类:其他好文   时间:2014-06-28 12:41:23    阅读次数:562
1、安装和在eclipse中配置ns-3(ubuntu12.04)
安装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
Ubuntu eclipse安装
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
Ubuntu 14.04 没有system settings的解决方法
在我的Dell Latitude 3330上, 新装的Ubuntu 14.04一切正常,就是没有system settings程序,以下的命令能够解决:sudo apt-get install ubuntu-desktop不用重新启动,立马生效。
分类:其他好文   时间:2014-06-28 11:18:29    阅读次数:181
How to proxy a web site by apache2 in Ubuntu
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!