环境:uname -v#1 SMP Debian 3.2.57-3+deb7u2php -vPHP 5.4.30-1~dotdeb.1 (cli) (built: Jun 29 2014 23:18:55) Copyright (c) 1997-2014 The PHP GroupZend Engi...
分类:
数据库 时间:
2014-07-06 13:21:05
阅读次数:
266
deb包的构建的命令为:
dpkg-buildpackage
这样会自动完成所有从源代码包构建二进制包的工作,包括以下几个步骤:
0、清理源代码树(debian/rules clean)
1、构建源代码包(dpkg-source -b)
2、构建程序(debian/rules build)
3、构建二进制包(fakeroot debian/rules binary)...
分类:
其他好文 时间:
2014-07-06 10:38:33
阅读次数:
1940
root@Debian:~#catdumphelp.shDATABASES_TO_EXCLUDE="test"EXCLUSION_LIST="‘information_schema‘,‘mysql‘"forDBin`echo"${DATABASES_TO_EXCLUDE}"`doEXCLUSION_LIST="${EXCLUSION_LIST},‘${DB}‘"doneSQLSTMT="SELECTschema_nameFROMinformation_schema.schemata"SQLSTMT="${SQ..
分类:
数据库 时间:
2014-07-03 14:06:20
阅读次数:
273
最初衷:当自己的才能不能支配起内心的梦想时,便需要静下心来读读书。知道linux算一个巧合,但既然选择,那便努力一把。这是我的第一篇博文,也是我正式接触linux的所学。愿与大家共勉。---Aolens一,Linux比较常见的几个版本以及他们包含的常见的分支:1,Debian:ubuntu2,Slac..
分类:
系统相关 时间:
2014-07-03 14:05:44
阅读次数:
366
sudo apt-get install erlang-manpages然后就可以用如下命令查看模块的帮助文件了:erl -man lists
分类:
其他好文 时间:
2014-07-02 10:04:25
阅读次数:
310
NFS(NetworkFileSystem)isbasicallydevelopedforsharingoffilesandfoldersbetweenLinux/UnixsystemsbySunMicrosystemsin1980.
Itallowsyoutomountyourlocalfilesystemsoveranetworkand
remotehoststointeractwiththemastheyaremountedlocallyonthe
samesystem.WiththehelpofNFS..
分类:
Web程序 时间:
2014-07-02 06:15:20
阅读次数:
306
NFS(NetworkFileSystem)isbasicallydevelopedforsharingoffilesandfoldersbetweenLinux/UnixsystemsbySunMicrosystemsin1980.
Itallowsyoutomountyourlocalfilesystemsoveranetworkand
remotehoststointeractwiththemastheyaremountedlocallyonthe
samesystem.WiththehelpofNFS..
分类:
Web程序 时间:
2014-07-02 06:05:36
阅读次数:
277
debian wheezy 升级后, 因为授权错误, 导致密码给修改, 在debian的mysql safe下也无法进入.
我在/etc/mysql/my.cnf 里面已经修改了bind-address 为局域网ip
进而执行了
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '123456' WITH GRANT OPTI...
分类:
数据库 时间:
2014-07-01 16:03:03
阅读次数:
207
Ubuntu太臃肿了,遂换回debian系统。在虚拟机上装debian,发现console下中文不显示。各种export方法试过,始终无效。废了一个小时终于找到方法了。记录之。###debian设置语言的方法:- 编辑文件 /etc/locale.gen- root用户执行 locale-gen重启...
分类:
其他好文 时间:
2014-07-01 11:52:57
阅读次数:
235
Ubuntu Linux与Windows系统不同,Ubuntu Linux不会产生无用垃圾文件,但是在升级缓存中,Ubuntu Linux不会自动删除这些文件,今天就来说说这些垃圾文件清理方法。1,非常有用的清理命令:sudo apt-get autoclean --清理旧版本的软件缓存 www.2...
分类:
其他好文 时间:
2014-07-01 10:16:30
阅读次数:
223