码迷,mamicode.com
首页 >  
搜索关键字:debian pxe preseed local 局域网镜像 全自动安装    ( 28628个结果
给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下配置网络的方法
1.网络配置配置网卡修改 /etc/network/interfaces 添加如下# #号后面是备注,不要添加哦!auto eth0 #开机自动激活iface eth0 inte static #静态IPaddress 192.168.0.56 #本机IPnetmask 255.255.255.0 ...
分类:其他好文   时间:2014-06-28 15:30:31    阅读次数:258
Debian类系统必做——将【你的用户】加入sudoers用户组
切换到root:su root修改sudoersnano /etc/sudoers在root ALL=(ALL:ALL) ALL下,加入:liz ALL=(ALL:ALL) ALL
分类:其他好文   时间:2014-06-28 15:29:06    阅读次数:175
在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-6.3 编译erlang-otp 17.0 报relocation R_X86_64_32 against `OPENSSL_ia32cap_P' can not be used when making a shared object; recompile with -fPIC错误
编译erlang otp 17.0 一直提示:/usr/bin/ld: /usr/local/ssl/lib/libcrypto.a(cryptlib.o): relocation R_X86_64_32 against `OPENSSL_ia32cap_P' can not be used whe...
分类:其他好文   时间:2014-06-28 13:16:07    阅读次数:497
debian下配置dynamic printk以及重新编译内核
在以前的一篇博文《编译debian内核》已经提过了重新编译内核的方法,但是整个过程花费时间较长,并且生成deb包。这里我采用稍微简单一些的方法,因为我并没有对内核或者驱动代码做任何修改,仅仅是在内核中选中一些未被选中的调试选项(以便于查看log信息)先获取内核源码: sudo apt-get sou...
分类:其他好文   时间:2014-06-28 12:41:23    阅读次数:562
centos安装php php-fpm
1、下载php源码包http://www.php.net/downloads.php2 、安装phptar -xvf php-5.5.13.tar.bz2cd php-5.5.13./configure --prefix=/usr/local/php --with-config-file-path=...
分类:Web程序   时间:2014-06-28 11:46:15    阅读次数:259
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!