搭建Syncthing文件同步服务

9月 11, 2017

Syncthing是一个开源的文件同步客户端与服务器软件,采用Go语言编写。它可以在本地网络上的设备之间或通过 […]

Read the full article →

Ubuntu远程挂载小米路由器磁盘

8月 21, 2017

Ubuntu远程挂载小米路由器,并允许非root用户访问: 小米路由器设置:允许终端”全盘访问&# […]

Read the full article →

Git Cheat Sheet

7月 1, 2017

Git 常用命令速查 入门 git init or git clone url 配置 git config – […]

Read the full article →

PC电脑远程控制Android手机

6月 7, 2017

Teamviewer的TeamviewerHost功能能实现远程无人值守Android设备,但是有二个缺点,一 […]

Read the full article →

Window上的命令行终端工具Cmder

5月 5, 2017

Window下自动的Terminal工具:CMD或者PowerShell,总是用的不顺手;这里推荐一款Cmde […]

Read the full article →

HIVE 使用指南

4月 6, 2017

HIVE 介绍 hive是什么? hive是一个基于hadoop的数据仓库系统,提供一种机制把数据映射为结构化 […]

Read the full article →

Docker 可视化管理平台

3月 10, 2017

UI For Docker 项目地址:https://github.com/kevana/ui-for-doc […]

Read the full article →

TensorFlow 资源整理

3月 1, 2017

jtoy 发起整理的 TensorFlow 资源,包含一些很棒的 TensorFlow 工程、库、项目等。 什 […]

Read the full article →

Vagrant 虚拟机 安装openwrt x86

2月 19, 2017

一、配置Vagrantfile Vagrantfile 配置内容如下: Vagrant.configure(” […]

Read the full article →

npm audit fix

2月 18, 2017

执行npm install之后出现提示: run `npm audit fix` to fix them, o […]

Read the full article →