下载 Dropbox 32-bit: cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86" | tar xzf - 64-bit: cd ~ && wget -O - "https://www.drop…
VC 运行库全集 VC2005,VC2008,VC2010,VC2013 VC++ Redistributable Package Collection VCRP: | +---vcpp_2005 | vcredist_x86.exe +---vcpp_2008 | vcredi…
Raspbian 版本 2014-01-07-wheezy-raspbian.img 下载地址为 http://0x8.net/res/8188eu-20140616.tar.gz 首先固网链接树莓派,通过 SSH 登录 wget http://0x8.net/res/8188e…
树莓派安装 Tonido sudo mkdir /usr/local/tonido cd /usr/local/tonido sudo wget http://patch.codelathe.com/tonido/live/installer/armv6l-rpi/tonido.…
Centos7 安装指南 安装 NTFS-3G 下载 ntfs-3g_ntfsprogs-2014.2.15.tgz </res/ntfs-3g_ntfsprogs-2014.2.15.tgz> #tar zxf ntfs-3g_ntfsprogs-2014.2.15.tgz #…
进入 / etc/grub.d / 目录 #cd /etc/grub.d/ 新建 15_Windows 文件,写入以下内容: #! /bin/sh -e echo "#Adding Windows" >&2 cat <<EOF menuentry"Windows"{ set ro…
本文介绍了如何为华为 C8817L 解锁与 Root。
安装 Jekyll Windows 下安装 Jekyll Debian 下安装 Jekyll Jekyll 使用 待补充 将 Jekyll 内容发布到 Github 首先登录 Github,新建一个用户名. github.io 的 repositories 然后将该 Reposi…
有时我们需要新建指定大小的文件,操作系统本身自带的命令就可以做到。 Windows fsutil 新建名为 10Gfile,大小 10G 的文件 fsutil file createnew 10Gfile 10737418240 fsutil file 命令 C:\Users\b…
最近恢复了博客,弄了个新皮亮相,欢迎大家围观! 名称: aquan 平台: typecho 预览图: 下载 aquan_theme.zip
树莓派安装 VNC Server $sudo apt-get install tightvncserver $sudo apt-get install ttf-wqy-microhei // 安装中文字体 使用 VNC Server $vncserver -geometry 10…
国内推荐阿里云的开源镜像服务,地址为 http://mirrors.aliyun.com vi /etc/apt/sources.list 将默认的 raspbian.org 源注释 (#) 掉,加入阿里云的 raspbian 源 deb http://mirrors.aliyu…
什么是 HDMI 高清晰度多媒体接口(High Definition Multimedia Interface,简称 HDMI)是一种全数字化图像和声音传送接口,可以传送未压缩的音频及视频信号。HDMI 可用于机顶盒、DVD 播放机、个人计算机、电视游乐器、综合扩大机、数字音响与…
所需条件 Raspberry Pi TP-Link 路由器 DNSPod 帐户 域名 配置路由器 进入路由器的 DHCP 服务器 -> 静态地址分配菜单,为 Raspberry Pi 分配静态 IP 地址,例如:192.168.1.200 进入路由器的安全功能 -> 远端 WEB…
安装 python $sudo apt-get install python-dev 更新 $sudo easy_install -U distribute 安装 python-pip $sudo apt-get install python-pip 添加国内 pypi 镜像 在…
安装系统 从官网下载系统镜像,推荐 Raspbian http://downloads.raspberrypi.org/raspbian_latest 将下载后的 zip 文件解压,得到 2014-01-07-wheezy-raspbian.img 文件。 准备一张 SD 卡,最…
越狱 下载 kindle-jailbreak-1.8.N.zip 解压,将得到的 kindle-5.4-jailbreak.zip 再解压,然后把解压出的三个文件放到 KPW 根目录 然后更新系统,主页 - 菜单 - 设置 - 菜单 - 更新您的 kindle 底部显示 ****…
刚刚入手 Raspberry Pi 1 Model B 配置详情 Broadcom BCM2835 SoC full HD multimedia applications processor 700MHz low power ARM1176JZ-F applications pr…
安装 pptpd #apt-get install pptpd IP 设置 #vi /etc/pptpd.conf 添加以下内容: localip 192.18.0.1 remoteip 192.168.0.200-230 设置 DNS #vi/etc/ppp/pptpd-opt…
QEMU for Windows 使用 下载安装 QEMU for Windows 32Bit 下载地址 64Bit 下载地址 双击下载后的 exe 文件完成安装。 qemu 常用命令 直接启动 QEMU qemu-system-x86_64 加载光盘镜像 qemu-system…