#debian7apt-get install libunwind7 libunwind7-devwget https://code.google.com/p/gperftools/downloads/detail?name=gperftools-2.1.tar.gz#gperftools-2.1.tar.gz tar xvf gperftools-2.1.tar.gzcd g
转载
精选
2014-06-03 12:05:26
384阅读
1 查看是否支持vmxnum=$(egrep '(vmx|svm)' --color=always /proc/cpuinfo -o |wc -l) cpunum=$(cat /proc/cpuinfo | grep processor | wc -l) if [ $vmxnum -eq $cpunum ];then echo "c
原创
2014-05-16 13:34:05
604阅读
wheezyhttp://www.stefan-seelmann.de/wiki/debootstraphttp://mirrors.163.com/.help/debian.htmldebootstrap --arch=amd64 --verbose --include=openssh,vim,ncdu testing /mnt/debian http://mirrors.163.com/deb
原创
2013-08-06 10:38:00
896阅读
先是官网下载了个deb包安装,依赖关系有问题,虽然也有办法,不过还是选择自己编译。
编译过程还算顺利,一些提示缺少的包安装即可。最后运行dropbox出现Trouble connecting to Dropbox servers. Maybe your internet connection is down, or you need to set your http_proxy en
原创
2011-05-09 12:40:32
696阅读
安装过程请参考 Virtualbox官方安装指导对于Debian7, 需要先修改source list, 在/etc/apt/sources.list中添加这行deb http://download.virtualbox.org/virtualbox/debian wheezy contrib然后更...
转载
2013-05-19 16:59:00
157阅读
2评论
/cdimage/weekly-builds/amd64/iso-dvd/
2, 制作U盘安装盘:
cat debian-testing-amd64-DVD-1.iso > /dev/sdx
3, 默认
转载
2013-04-21 10:34:00
435阅读
2评论
1. 更新source.list cp /etc/apt/sources.list{,.bak}
vim /etc/sources.list
deb http://ftp.debian.org/debian/ jessie main
deb-src http://ftp.debian.org/
原创
2014-08-25 22:45:34
999阅读
Debian 7(Wheezy)下配置OpenVPN
系统环境:Debian 7
OpenVPN版本:2.2.1
1.安装openvpn
# apt-get install openvpn
2.将/usr/share/doc/openvpn/examples/easy-rsa目录拷贝到/etc/openvpn/目录下
# cp -a /usr/share/doc/openvpn/examples/easy-rsa /etc/openvpn
//如果是以二进制包的方式安装的,则应将整个easy-rsa目录拷贝到/etc/openvpn目录,以便将来升级openvpn包时不至于抹掉现有的配置
转载
精选
2014-12-29 10:51:51
786阅读
aptititude install postfix选择internet 模式填写 dna.com,需要预先设置本机域名
mail.dna.comaptitude install postfixadmin数据库选择mysql输入mysql的root密码,然后设置postfixadmin的setup密码为 adminForPostfiXhttp://mail.dna.com/setup
原创
2014-05-26 16:48:59
2188阅读
官网源被墙,可以使用下面的国内源进行安装http://mirrors.hypo.cn/hhvm/http://mirrors.noc.im/hhvm/如果不行,可以参考github的wiki 页面。https://github.com/facebook/hhvm/wiki/Mirror 以debian wheezy安装环境为例。1、修改软件源echo "deb http://m
原创
2015-02-01 14:46:14
1046阅读
官网源被墙,可以使用一个国内源进行安装,如果不行,可以参考github的wiki 页面。https://github.com/facebook/hhvm/wiki/Mirror以Debian Wheezy安装环境为例。1、修改软件源123 echo "deb http://mirrors.163.com/debian/ wheezy main non-free contrib" > /etc
转载
精选
2015-02-04 14:39:10
334阅读
wheezy 技术笔记1. 下载光盘镜像[2012.3.25] 1.1 去官网 http://cdp_w_picpath.debian.org/cdp_w_picpath/weekly-builds/amd64/iso-cd/下载testing版,每周一个版本,刻盘。[2013.5.28]1.2 Debian 7.0 已经在今年5月初正式发布,可以到国内各大镜像下载:http://debian.u
转载
精选
2013-10-09 10:35:44
821阅读
1.首先要把nginx的apt源加入到/etc/apt/source.list中去 Debian7 (wheezy)deb http://nginx.org/packages/debian/ wheezy nginx
deb-src http://nginx.org/packages/debian/ wheezy nginx&n
转载
精选
2014-05-14 09:55:47
908阅读
由于如今stable(wheezy)的firefox(iceweasel) 版本号是24.7, 插件firebug2.0不支持这个版本号. 为了想用firebug, 不得不来升级.
这里我们用backports
打开http://mozilla.debian.net/
选中自己的版本号, 想要升级的iceweasel版本号. 这里我想用beta版
在/etc/apt/sources.li
转载
2017-07-19 19:37:00
213阅读
2评论
Install Java SE 7 SDK on Debian WheezyFebruary 19, 2012Debian ships with OpenJDK by default, but the Sun (now Oracle) Java SDK could be optionally installed using the package sun-java6-jdk. However, D
翻译
精选
2013-09-26 10:25:11
382阅读
debian wheezy的软件包php5-memcached 没有igbinary支持,也没有提供php5-igbinary由于业务需要,手动编译添加igbinary支持。#删除php5-memcached软件包
apt-get remove php5-memcached
#安装igbinary
pecl install igbinary
echo "extension=igbinary.so"
原创
2014-04-14 11:38:20
751阅读
安装很简单sudo apt-get install mysql-server系统会提示需要安装其他的几个包, libaio1 libdbd-mysql-perl libdbi-perl libhtml-template-perl libmysqlclient18 libnet-daemon-perl...
转载
2013-05-23 10:40:00
145阅读
2评论
1.从官网下载jre-6u45-linux-x64.bin2.上传jre-6u45-linux-x64.bin文件到/usr/java,给其执行权限#chmod a+x jre-6u45-linux-x64.bin3.安装jre./jre-6u45-linux-x64.bin4.配置Jre环境update-alternatives --install "/usr/bin/java" "java"
原创
2014-05-14 13:31:43
1426阅读
ebian-wheezy/Oracle 11gR2 on Debian still i...
转载
2022-12-15 16:41:00
67阅读
如何在Windows下通过U盘安装Debian 7.0 Wheezy创建安装U盘首先通过 http://www.debian.org/distrib/netinst, 在 Tiny CDs, USB sticks, etc. 下面, 找到对应的下载列表, 例如我用的是x86 64bit, 则选择的是...
转载
2013-05-12 17:22:00
91阅读
2评论