Freelamp - freelamp.com - FreeLAMP.com, 像风一样自由
General Information:
Latest News:
升级带锁版 iPhone 4.3.3 到 5.0.1 19 May 2012 | 06:37 pm
恢复用红雪制作的去基带5.0.1固件时遇到3194 错误,是因为苹果已经封闭了5.0.1的恢复。 开启小雨伞 5.10.14, 以普通方式连接 iPhon4,选中高级模式的”Request SHSH from Cydia”,点击 “Save SHSH” 可得到 iPhone4 4.2.1/4.3/4.3.3/4.3.5/5.0.1/5.1 的 SHSH。退出小雨伞,启动 iFath 1.4.2 ,...
开通新浪微博 @FreeLAMP 27 Sep 2011 | 03:27 am
由于没有很多的时间写作,只是会把自己看到的,想到的,直接转到微博上,加几句自己的评论。 欢迎上新浪微博粉我: @FreeLAMP 。 相关文章2010年03月15日 -- 用 HotSpot Shield Free VPN Server 绕过 GWF (0)2010年02月21日 -- 感谢360提权卫士 (0)2010年02月20日 -- Optimize your Windows for ...
Soalris 上安静模式安装 SMI Agent 7 Apr 2011 | 02:32 am
cd /var/tmp/Solaris sh ./install.bin -f ../SilentInstallation.properties Preparing to install… Extracting the JRE from the installer archive… Unpacking the JRE… Extracting the installation resources f...
MySQL 多数据库的备份 30 Mar 2011 | 06:10 am
本文介绍了用 –defaults-group-suffix 参数,传递写在指定配置文件中的所有的数据库配置到 mysqldump 命令来同时备份多个库的实现办法。 $ mysqldump –defaults-group-suffix=_usera –defaults-file=./.my.cnf usera_a > user_a.sql ./.my.cnf 的格式如下: [client] p...
Sparc 平台上检测机器型号和序列号 29 Mar 2011 | 05:11 pm
uname -a 不能正确显示型号, # uname -a SunOS xxxx 5.10 Generic_142900-15 sun4u sparc SUNW,SPARC-Enterprise 可以用 prtconf 命令检查 banner-name 来知道具体的型号。 # prtconf -bv name: SUNW,SPARC-Enterprise model: FF1 banner-...
Sparc 上编译 filebench 1.4.8 29 Mar 2011 | 05:44 am
filebench 是一个做磁盘,文件系统性能测试的工具,目前是 OpenSolaris 的一部分,最新的版本不提供安装包, 必须自己编译。 以下是简单的几个步骤: 安装 Sun Studio 12: # ./SunStudio12u1-SunOS-SPARC-pkgs.sh –non-interactive-accept-license 设置路径: # export PATH=/opt/sun...
解决 Mambo 升级到 4.65 的问题以及 WordPress 不能升级的问题 27 Mar 2011 | 05:04 pm
Mambo 升级到 4.65 后,系统报告 Warning: Invalid argument supplied for foreach() in .../includes/cmtclasses.php on line 713 Warning: Invalid argument supplied for foreach() in ...l/includes/cmtclasses.php on l...
Compact VDI Image file 19 Feb 2011 | 05:41 pm
Compacted my Windows XP 6GB VDI Image to 4GB today according to this article. Steps: Defragment Guest Defragment Guest Again copy nullfile to guest, and run nullfile on guest shutdown guest On Host, ...
解决 Discuz! 的 .htaccess 问题 12 Dec 2010 | 03:03 am
Discuz! 移植到 GoDaddy 后,发现原来的 URL 优化在新的服务器上都是 404 错误了。 Google 搜索都说 通过 添加 # Options -Multiviews 或者 # Options +FollowSymLinks 来解决的,在我的环境下,证明这些打开都没有用而是去掉第一个 domain 的信息。 RewriteEngine On RewriteBase / Rew...
Convert back WP MU to WordPress 11 Dec 2010 | 07:35 pm
Godaddy’s WordPress only support single user, not the MU version, have to convert back original WPMU version to single user version. Since I have to install multiple version of WordPress, each of them...