- 博客(51)
- 收藏
- 关注
原创 nexus 7 诡异的分辨率问题
nexus 7 官方宣传是1280x800的分辨率,但是我用软件察看的硬件信息,显示的分辨率是1205x800,以为显示屏被山寨了。。。后来,我明白了,原来这些检测软件没有把android 4.x最下面的全局导航的像素宽度没算进去。果然,我横看,分辨率变成1280x736.验证了我的猜想。综上所述:竖屏时候,android 4.x的全局导航占75像素的高度;横屏时候,android...
2012-07-24 16:35:56
206
原创 ubuntu linux 上root nexus 7 平板
1.windows 和 mac参见(带视频,说明也很详细,可以直接谷歌翻译看说明文字): [url]http://androidroot.org/watch_video.php?v=B7GHRGAAB72G[/url] [url]http://nexus7root.com/nexus-7-root/how-to-root-nexus-7/[/url]ubuntu上刚开是通过上面的方...
2012-07-24 11:16:05
110
原创 centos 源码编译安装实战重要参考收藏
1.[url]http://nginx.org/en/docs/install.html[/url]出现错误: ./configure: error: the HTTP rewrite module requires the PCRE library.处理:[code="shell"]yum install pcre-devel[/code]参考:2.[url]http://www...
2012-06-16 12:30:10
125
原创 linux(ubuntu,centos)系统编译环境准备详解
In order to compile and use c/c++ under Linux you need following packageslinux系统编译需要的软件包如下:1.=> autoconf : GNU's Autoconf is a tool for configuring source code and Makefiles.2.=> make/automake...
2012-06-15 19:27:22
302
原创 命令行及时修改终端标题
[code="shell"]# Set terminal title# @param string $1 Tab/window title# @param string $2 (optional) Separate window title# The latest version of this software can be obtained here:# http://...
2012-06-15 17:09:50
1271
原创 debain(wheezy) 安装增强功能提示无权限解决办法
在虚拟机里面安装debian来gnome3,默认要按照增强公司才能使用gnome3,按照增强功能提示一下错误。root@debian:/media/cdrom0# ./VBoxLinuxAdditions.runbash: ./VBoxLinuxAdditions.run: Permission denied解决[code="java"]root@debian:/media...
2012-06-13 13:41:19
336
原创 ubuntu12.04 gnome3桌面截图开了三个虚拟机
看图说话[img]http://dl.iteye.com/upload/attachment/0069/4495/630a75f1-d4f4-37ea-9d3b-67414adeb43b.png[/img]
2012-06-12 11:45:24
123
原创 linux系统中如何打开察看img文件内容
1.可以把img的文件理解成一个磁盘,一个以文件的二进制形式存在的磁盘。2.磁盘里面肯定有一些分区。因此可直接mount进行挂载磁盘里面的分区。第一,要知道img磁盘文件,对应分区的开始位置。用分区程序察看img对于分区信息比如ubuntu linux系统的fdisk,或者partedfdisk直接如下,然后p打印img文件的分区信息[code="shell"]$ fd...
2012-06-01 22:40:25
3291
原创 nook2(simple touch) 恢复原厂(出厂)设置
nook一直root着,这次恢复出厂设置了,干净~~1.先关闭nook2.打开nook电源,界面启动时同时按下nook左右下面的按钮,一直不放,一会出现恢复原厂设置引导界面。然后是更新到nook2 1.1.2 最新版本,下载地址[url]http://www.barnesandnoble.com/u/Software-Updates-NOOK-Simple-Touch/3790...
2012-06-01 17:43:18
2279
原创 nook2(simple touch)看扫描pdf经历,完美解决方案总结
[b][2013年11月23日更新][/b] 想nook2看扫描pdf的请用orion-viewer 软件,这个看pdf的软件可以说是完全为e-ink电子墨水屏准备的,比以前下文中提到的pdf软件强大100倍,强大方便的扫描pdf切边,各种放缩选择下载:[url]https://code.google.com/p/orion-viewer/downloads/detail?name=ori...
2012-06-01 15:29:14
3238
原创 awk分隔字符串,cut
[code="shell"]#!/bin/bashstr=`ps -u lts|grep -e ' mocp$'|awk -F ' ' '{print $4}'`if [ -z $str ] ; then mocp -Sfimocp -psleep 10mocp -G[/code]
2012-05-07 11:36:34
186
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅