Aodbe Reader在Linux下的效果比Foxit Reader(福昕阅读器)要好一些,尤其对于中文文档而言。本文介绍Adobe Reader在Ubuntu下的安装:
Continue reading Ubuntu 64位安装Adobe Reader 9.5.5
All posts by ht
电脑电源颜色线及输出电压说明
电源是主机的心脏,为电脑的稳定工作源源不断提供能量。定位于不同市场区间的电源,其输出导线的数量可能有所不同,但都离不开花花绿绿的这9种颜色:黄、红、橙、紫、蓝、白、灰、绿、黑(目前主流电源都省去了白线),那么,这些不同的颜色分别代表着什么?它们与电压间的对应关系如何呢? Continue reading 电脑电源颜色线及输出电压说明
And One More Thing . . . From Steve Jobs
Biographers are supposed to have the last word. But this is a biography of Steve Jobs. Even though he did not impose his legendary desire for control on this project, I suspect that I would not be conveying the right feel for him—the way he asserted himself in any situation—if I just shuffled him onto history’s stage without letting him have some last words.
Over the course of our conversations, there were many times when he reflected on what he hoped his legacy would be. Here are those thoughts, in his own words: Continue reading And One More Thing . . . From Steve Jobs
DFU 模式恢复/升级iPad,iPhone
恢复模式屏幕上会显示itunes和数据线图标
进入DFU模式的方法:
1,断开数据线,将iPhone关机;关机后,按住HOME键保持不动,连接数据线至电脑,松开HOME键。
2,手机连接电脑关机; 按住power开关2秒;按住power+home的同时屏幕变黑,10秒左右;放开power开关键,保持home键盘10多秒,长点也可以,屏幕是黑的;松开所有按键后屏幕全黑即进入dfu模式了。
打开iTunes,连接iPhone/iPad,按shift键,选择恢复文件即可。
使用Kindle阅读器去除电子书的DRM——WINDOWS
将Kindle的电子书拷贝至临时文件夹Elementary OS captive-login 弹框解决方案
关于Elmentary OS开机总是弹出下载窗口修复方案:
1、>$ cd /usr/bin/
>$ sudo mv captive-login captive-login.bak
2、删除
>$ rm -rf /etc/NetworkManager/dispacher.d/90-capti*
Raspberry Pi With WordPress
Web Server Setup and WordPress
Set up a web server on your Pi and install WordPress
Step 1: Set up Apache Web Server
Apache is a popular web server application you can install on the Raspberry Pi to allow it to serve web pages.
Continue reading Raspberry Pi With WordPress
Ubuntu批量修改文件扩展名
批量修改扩展名
正确的方法是:
在命令行中输入 rename ‘s/\.JPG/.jpg/’ *.JPG
【注意】 在单引号中的最后一个’/’符号不能少!
意思是:把当前文件夹下的所有 .JPG文件 替换为 .jpg文件。
【此外】在rename的帮助说明中 (输入 man rename) 给出了一个小实例 rename ‘s/\.bak$//’ *.bak
意思是:将当前文件夹下的所有.bak文件的后缀名去掉!
Ubuntu 显示器分辨率调整
解决方案:xrandr命令。 Continue reading Ubuntu 显示器分辨率调整
WordPress 地址设置
博客地址和网站地址
默认的p-config.php中不包含这两个定义,不过为了改善WordPress的性能,还是需要添加的。这两个设置是在2.2版本引进来的。在wp-config.php 中添加者两个定义可降低数据库查询数,提高网站的运行。 Continue reading WordPress 地址设置