summaryrefslogtreecommitdiff
blob: 05dd7a7d66579ad4023471d74072a4326c1f697a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Hello World</title>
 
<meta property="og:title" content="Hello World"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://jinwei.me"/>
<meta property="og:site_name" content="Hello World"/>
 
<link rel="icon" href="favicon.ico">
<meta name="viewport" content="width=device-width">
 
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/font.css">

</head>
<body>
<div class="bg-highlight">
<pre><strong>clarkzjw</strong> <span>at</span> <strong>protonmail</strong> <span>dot</span> <strong>ch</strong>
<span>$</span> apt-get update
<span>$</span> apt-get remove vim
<span>$</span> apt-get install emacs
<span>$</span> apt-get remove bash
<span>$</span> apt-get install zsh
<span>$</span> git clone --recursive https://github.com/syl20bnr/spacemacs ~/.emacs.d
<span>$</span> sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
</pre>
</div>

<div class="copyright">
<pre>
<span>Copyleft 2015 Powered by <a href="https://gitcafe.com/">GitCafe</a></span>
</pre>
</div>

<section class="block">
<div class="centered">
<p>Long Live Shadowsocks and GoAgent.</p>
<p>There is a <a href="https://www.evernote.com/pub/clarkzjw/websnapshotshare">list of articles</a> (The link is blocked in mainland China) I saved and shared at Evernote.</p>
</div>
</section>
 
<script>
        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
        (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
        })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
        ga('create', 'UA-66727818-1', 'auto');
        ga('send', 'pageview');
</script>

</body>
</html>
Powered by cgit v1.2.3 (git 2.41.0)