create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| $(function () { | |
| "use strict"; | |
| // for better performance - to avoid searching in DOM | |
| var content = $('#content'); | |
| var input = $('#input'); | |
| var status = $('#status'); | |
| // my color assigned by the server | |
| var myColor = false; |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000| ## Install Docker | |
| ``` | |
| # install the backported kernel | |
| $ sudo apt-get update | |
| $ sudo apt-get install linux-image-generic-lts-raring linux-headers-generic-lts-raring | |
| $ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9 | |
| $ sudo sh -c "echo deb https://get.docker.io/ubuntu docker main > /etc/apt/sources.list.d/docker.list" |
| reference: http://m13253.blogspot.tw/2013/04/solve-corrupted-chinese-filename-for-wget.html | |
| 其实不必要像那样修改源代码,wget 的 man 页面里就有解决方法。 | |
| 正解是参数 --restrict-file-names=nocontrol | |
| Update: +筱百合 提供了他的 ~/.wgetrc 文件,方便大家借鉴: | |
| # 不要乱转义中文 | |
| --restrict-file-names=nocontrol | |
| # 使用重定向后的文件名 | |
| --trust-server-names=on |
Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
This is a guide for Scala and Java development on Windows, using Windows Subsystem for Linux, although a bunch of it is applicable to a VirtualBox / Vagrant / Docker subsystem environment. This is not complete, but is intended to be as step by step as possible.
Read the entire Decent Security guide, and follow the instructions, especially:
| # IMPORTANT! | |
| # This gist has been transformed into a github repo | |
| # You can find the most recent version there: | |
| # https://github.com/Neo23x0/auditd | |
| # ___ ___ __ __ | |
| # / | __ ______/ (_) /_____/ / | |
| # / /| |/ / / / __ / / __/ __ / | |
| # / ___ / /_/ / /_/ / / /_/ /_/ / | |
| # /_/ |_\__,_/\__,_/_/\__/\__,_/ |