首页
关于
联系我
Search
1
小米路由器4A千兆版(R4A) 关闭ipv6 防火墙
33 阅读
2
小米路由器4A千兆版(R4A)开启ssh
28 阅读
3
win11不能访问共享0x800704f8
24 阅读
4
华硕主板vga亮白灯
15 阅读
5
racknerd配置IPV6
11 阅读
未分类
各种资料
我的分析
技术活
游记
真相
笔记
经历
财务知识
资源类
软文
统计学
计划本
事件记录
反思
登录
Search
标签搜索
问题
linux
vps
debian
测试
其他
apt-get
库
wordpress
cdn
code
设置
信息
IP
nginx
应用
推荐
搬家
操作
bae
Typecho
累计撰写
488
篇文章
累计收到
60
条评论
首页
栏目
未分类
各种资料
我的分析
技术活
游记
真相
笔记
经历
财务知识
资源类
软文
统计学
计划本
事件记录
反思
页面
关于
联系我
搜索到
3
篇与
的结果
2012-12-11
linux rar 安装
下载rar,最新版是4.2wget http://www.rarlab.com/rar/rarlinux-4.2.0.tar.gz解压缩tar -zxvf rarlinux-4.2.0.tar.gz进入目录cd rarmakemake install
2012年12月11日
3 阅读
0 评论
0 点赞
2011-03-27
EWSA3.1汉化版
这个东西是干什么用的?答:是用于破解抓包的密码的。就是你从别人的wifi上抓到数据,然后用这个破解密码,最后你得到密码,你就可以上他的wifi了,下载地址:EWSA3.1汉化版.rar
2011年03月27日
1 阅读
0 评论
0 点赞
2011-01-26
编译mcrypt遇到的错误
*** 'libmcrypt-config --version' returned 2.4.0, but LIBMCRYPT (2.5.8) *** was found! If libmcrypt-config was correct, then it is best *** to remove the old version of LIBMCRYPT. You may also be able to fix the error *** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing *** /etc/ld.so.conf. Make sure you have run ldconfig if that is *** required on your system. *** If libmcrypt-config was wrong, set the environment variable LIBMCRYPT_CONFIG *** to point to the correct copy of libmcrypt-config, and remove the file config.cache *** before re-running configure configure: error: *** libmcrypt was not found 问题原因是path,他在path目录里没找到, 解决方法:方法是ln -s /usr/local/bin/libmcrypt-config /usr/bin/libmcrypt-config
2011年01月26日
3 阅读
0 评论
0 点赞