代码改变世界

使用shc加密bash脚本程序

2015-01-15 18:22 by 游乐场123, 620 阅读, 0 推荐, 收藏, 编辑
摘要:摘要以前写看到别人写的脚本用shc加密的,我也有就了解了下。SHC代表shell script compiler,即shell脚本编译器。通过SHC编译过的脚本程序对普通用户而言是不读的,因此如果你想保护你的代码(例如含有密钥),则可以考虑SHC;然而有些人可以通过反向编译的方式破解SHC加密过的脚... 阅读全文

shell加密工具shc的安装和使用

2015-01-15 18:21 by 游乐场123, 708 阅读, 0 推荐, 收藏, 编辑
摘要:shell加密工具shc的安装和使用1)工具说明shell脚本是可读写的,很有可能会泄露敏感信息,如用户名/密码/路径/IP等.同样在shell脚本运行时会也泄露敏感信息.shc是一个加密shell脚本的工具,它的作用是把shell脚本转换为一个可执行的二进制文件.这就很好的解决了上述问题.2)下载... 阅读全文

cgi程序报 Premature end of script headers:

2014-12-01 07:25 by 游乐场123, 346 阅读, 0 推荐, 收藏, 编辑
摘要:这段时间写了一个CGI,也是为了应付工作,挺简单的一个程序,总是在调用的时候报:Premature end of script headers: 很让人头疼!在网上找了些资料,按资料----首先检查如下信息:1 要保证自己的APACHE中有mod_cgi或mod_perl模块2 apache配置文件... 阅读全文

gearmand安装过程

2014-10-15 07:50 by 游乐场123, 333 阅读, 0 推荐, 收藏, 编辑
摘要:51 cd boost_1_53_0 52 tail -f build_log 53 dir 54 cd gearmand-1.1.8 55 ./configure 56 could not find gperf 57 could not find gperf ... 阅读全文

解决Gearman 报sqlite3错误

2014-10-15 07:37 by 游乐场123, 225 阅读, 0 推荐, 收藏, 编辑
摘要:删除了系统原带的sqlite3 ,到官网上下一个源码,重新编译安装sqlite3。如:把sqlite3安装到 /usr/local/sqlite3tar zxf sqlite3.xxxx.tar.gzcd sqlite.3.xxxx./configura --prefix=/usr/local/sq... 阅读全文

gearman安装实录

2014-10-15 06:19 by 游乐场123, 375 阅读, 0 推荐, 收藏, 编辑
摘要:花了5个小时装好了gearman,问题不断,坑爹的服务器yum还坏了,悲催。服务器系统:centos5.3 64位gearman版本:1.1.8安装包(相关依赖)下载1.gearman安装包wgethttps://launchpad.net/gearmand/1.2/1.1.8/+download/... 阅读全文

PHP APC安装与使用

2014-09-14 21:54 by 游乐场123, 251 阅读, 0 推荐, 收藏, 编辑
摘要:先要解决一下httpd-devel依赖库问题yum install cyrus-sasl-devel db4-devel openldap apr apr-util apr-util-develpcre-devel手动安装:官网http://cn2.php.net/manual/zh/book.ap... 阅读全文

在Centos上面用yum不能安装redis的朋友看过来

2014-09-12 11:02 by 游乐场123, 280 阅读, 0 推荐, 收藏, 编辑
摘要:我得是centos 6.3,如果直接用yum安装redis,报错,如下:[root@CentOS6 etc]# yum install redisLoaded plugins: fastestmirrorLoading mirror speeds from cached hostfile* base... 阅读全文

CentOS 5 - 安装PHP MongoDB扩展

2014-09-12 10:45 by 游乐场123, 199 阅读, 0 推荐, 收藏, 编辑
摘要:For driver developers and people interested in the latest bugfixes, you can compile the driver from the latest source code on»Github. Go to Github and... 阅读全文

CentOS安装配置MongoDB

2014-09-12 10:44 by 游乐场123, 165 阅读, 0 推荐, 收藏, 编辑
摘要:1。下载安装包:Java代码wgethttp://fastdl.mongodb.org/linux/mongodb-linux-i686-2.0.3.tgz2。解压:Java代码tar-zxvfmongodb-linux-i686-2.0.3.tgz3。指定安装目录:Java代码mvmongodb-... 阅读全文
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 29 下一页