Jemy's Documents


  • Home

  • Categories

  • Archives

  • Search

VMDK转换为VDI,并mount

Posted on 2015-07-23

¶vmdk转换为vdi

1
VBoxManage clonehd --format VDI system.vmdk system.vdi
Read more »

tmux相关

Posted on 2015-07-09
  • 清除回滚 Clear rollback
    leader+:进入Command mode,然后输入clear命令
    Enter command mode with leader+:, use the clear command to clear the rollback content.
Read more »

Image Builder创建自己的Openwrt镜像

Posted on 2015-07-03 | In Router

¶下载

1
2
3
wget http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/nand/OpenWrt-ImageBuilder-ar71xx_nand-for-linux-x86_64.tar.bz2
tar xjvf OpenWrt-ImageBuilder-ar71xx_nand-for-linux-x86_64.tar.bz2
cd OpenWrt-ImageBuilder-ar71xx_nand-for-linux-x86_64/
Read more »

抓取openwrt软件包建立一个软件源镜像

Posted on 2015-07-03 | In Router

最近上海电信抽风, Openwrt官方源几乎不可访问, 但是路由器最近被折腾坏了,重刷了Openwrt,结果安装ddns等软件时就苦逼了, opkg update半小时没有结束-_-!
网上各种搜索, 然后找到了这个文章建立一个Openwrt软件源的镜像, 其中带有一个python的grabber源码, 测试一下,发现却不适用WNDR4300 nand的镜像,因为这个镜像是分层目录的,所以就有了下面的修改版. 直接下载源码

Read more »

top查看指定进程

Posted on 2015-07-01
1
top -p `pidof [process name] | sed 's/ /,/g'`
Read more »

Openwrt 相关

Posted on 2015-06-28 | In Router

配置IP地址

1
2
uci set network.wan.proto=dhcp
uci set network.lan.ipaddr=192.168.11.1
Read more »

Trapping ctrl-c in Bash

Posted on 2015-06-17

You can use the trap builtin to handle a user pressing ctrl-c during the execution of a Bash script. e.g. if you need to perform some cleanup functions.

Read more »

Crossover 使用系统默认浏览器打开网页

Posted on 2015-05-12
  1. 更改注册表

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\http\shell\open\command]
@="“C:\windows\system32\winebrowser.exe” -nohome %1"

[HKEY_CLASSES_ROOT\https\shell\open\command]
@="“C:\windows\system32\winebrowser.exe” -nohome %1"

Read more »

去除android 5.0网络感叹号

Posted on 2015-04-26
1
2
3
adb shell
su
settings put global captive_portal_server connect.rom.miui.com
Read more »

nexus 5 破解电信

Posted on 2015-03-31

方案一:

无需root

  1. 线刷或者卡刷
  2. 清空数据后需要刷入_cdma.zip;(线刷需要特殊步骤见① [1])
  3. 带卡开机,选择不激活移动网络,启动等待1. 2分钟后关机;
  4. 拔卡,恢复EFS,不插卡开机,可能会报告PHONE.APK异常停止,忽略;
  5. 插卡,等待1. 2分钟;
  6. 关机恢复EFS;
  7. 开机,等待几分钟,OK,注意3G标志可能需要等待几分钟.
Read more »
1…34
jemyzhang

jemyzhang

40 posts
2 categories
54 tags
© 2018 jemyzhang
Powered by Hexo
|
Theme — NexT.Mist v6.0.6