Skip to content

Instantly share code, notes, and snippets.

Networking

  1. 網路除錯工具

tracert

Traceroute 程式的設計是利用ICMP及IP header的TTL(TimeTo Live)欄位(field)。

@godleon
godleon / .vimrc
Created July 13, 2014 12:22
啟用 Vim Syntax for GoLang
" size of a hard tabstop
set tabstop=4
" size of an "indent"
set shiftwidth=4
" a combination of spaces and tabs are used to simulate tab stops at a width
" other than the (hard)tabstop
set softtabstop=4
@godleon
godleon / gist:4e4cb1406137facfeeb0
Created July 13, 2014 12:19
啟用 Vim Syntax for GoLang
" size of a hard tabstop
set tabstop=4
" size of an "indent"
set shiftwidth=4
" a combination of spaces and tabs are used to simulate tab stops at a width
" other than the (hard)tabstop
set softtabstop=4
@godleon
godleon / gist:f99c7bacc579dac5c297
Created July 13, 2014 12:17
啟用 Vim Syntax for GoLang
" size of a hard tabstop
set tabstop=4
" size of an "indent"
set shiftwidth=4
" a combination of spaces and tabs are used to simulate tab stops at a width
" other than the (hard)tabstop
set softtabstop=4
@godleon
godleon / gist:2eafd56d44cf8aa04eee
Created July 13, 2014 12:16
啟用 Vim Syntax for GoLang
" size of a hard tabstop
set tabstop=4
" size of an "indent"
set shiftwidth=4
" a combination of spaces and tabs are used to simulate tab stops at a width
" other than the (hard)tabstop
set softtabstop=4
<?xml version="1.0"?>
<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension=".json" mimeType="application/json" />
</staticContent>
</system.webServer>
</configuration>