vi /etc/network/interface
interface (part):
# The primary network interface
auto eth0
| sudo mount -t vboxsf WorkSpace ~/workspace | |
| # WorkSpace 是 VirtualBox 里设定的共享目录名, 非 Windows 下的文件路径或文件名 | |
| # ~/workspace 目录在 mount 前需要创建好 |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| # source this file before use fab | |
| # copy from github.com/jjanyan/joshix and modified | |
| _fab_completion() { | |
| COMPREPLY=() | |
| # Fabfile in this folder? | |
| [[ -e fabfile.py ]] || [[ -e fabfile/__init__.py ]] || return 0 | |
| local cur="${COMP_WORDS[COMP_CWORD]}" |
| # coding: utf8 | |
| from argparse import ArgumentParser | |
| def color_str(o_str, color_num): | |
| return '\033[1;{}m{}\033[m'.format(color_num, o_str) | |
| def red_str(o_str): |
| /* | |
| Bo-Blog v2.1 default skin mod by snoopy for felix021.com | |
| link-color: #0d80bd; | |
| light-link-color: #3d99ca; | |
| border-color: #9ecce4; | |
| light-border-color: #bee6fd; | |
| background-color: #2e93c9; |
| // ==UserScript== | |
| // @name unblock cnbeta | |
| // @namespace http://cnbeta.com/ | |
| // @downloadURL https://gist.github.com/whusnoopy/489c77059457c00c7b75/raw/unblock_cnbeta.user.js | |
| // @version 0.3 | |
| // @description force pc version on cnbeta during rss readers | |
| // | |
| // @match *://m.cnbeta.com/* | |
| // | |
| // @copyright 2017+, Snoopy |
关于知乎 "装修全用宜家是否合适" 的问题, 我的回答是
长文见下