ox0spy's blog
Stay hungry, stay foolish
Pages
(Move to ...)
Home
About
Project
▼
Jun 4, 2013
Run Android Java console program
›
$ cat Hello.java class Hello { public static void main(String[] args) { System.out.println("Hello World!...
6 comments:
May 8, 2013
Linux Shell Basic Test
›
1. 目录下有a.txt,b.txt,c.txt 把他们改名为a.txt.bak,b.txt.bak,c.txt.bak rename 's/$/.bak/' [a-c].txt 2. 在tmp目录下创建a0.txt,a1.txt,….a100.tx...
Mar 4, 2012
3年过1天
›
转眼在成都三年过一天了,09年3月3号,30多小时火车从北京到成都,sz一直把我送上车。 3年后的同一天,sz也来到了成都,并打算在成都工作、生活了,一切源于去年十一他的成都几日游。 有好朋友过来,当然是很开心的事情,周末两天吃饭、找房,拿下一个套三的房子,离...
Sep 5, 2011
Install driver for Atheros AR9271 on Ubuntu
›
thinkpad x10 无线网卡太弱,买了块无线网卡,插入无法识别,打开带的光盘,里面只有windows驱动。 了解了下,已经有人做好了安装工具 - ath9k_htc-installer ,还是deb包,下载安装,然后,终端运行 $ ath9k_...
Jul 7, 2011
test
›
just test from my android phone!
Jun 29, 2011
lidroid 2.6 replace TouchWiz40Launcher to TouchWiz30Launcher
›
Samsung I9000, sometimes TWL4 is very slow, so I want to use TWL3. download lidroid 2.7 from here . $ unrar -e lidroid-sgs-2.7.0-i9000.ra...
May 25, 2011
set time zone on Ubuntu
›
Modify time zone on Ubuntu 10.04. $ sudo tzselect $ sudo ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime $ sudo ntpdate cn.poo...
setup vpn server on Amazon EC2
›
My environment: Amazon free EC2, Ubuntu 10.04 64bit You should modify some hard code. server side $ cat setup-pptpd.sh #!/bin/bash ...
May 20, 2011
awk after the number of field or the value of field changed
›
# from awk manpage References to non-existent fields (i.e. fields after $NF) produce the null-string. However, assigning to a non-exis‐te...
May 9, 2011
build Android 2.3, ld cannot find -lz
›
Build Android 2.3 (gingerbread), report error: /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz /usr/bin/ld: skipp...
›
Home
View web version