update some content
This commit is contained in:
@@ -45,9 +45,9 @@
|
||||
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
|
||||
|
||||
<link href="https://h.cowbay.org/css/style.css?v=1634607506" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
|
||||
<link href="https://h.cowbay.org/css/style.css?v=1635401692" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
|
||||
|
||||
<link href="https://h.cowbay.org/css/custom.css?v=1634607506" rel="stylesheet" type='text/css' media='all'>
|
||||
<link href="https://h.cowbay.org/css/custom.css?v=1635401692" rel="stylesheet" type='text/css' media='all'>
|
||||
<link rel="shortcut icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
|
||||
|
||||
@@ -318,17 +318,17 @@ if (!doNotTrack) {
|
||||
<p>簡單說一下用法</p>
|
||||
<p>觀察user level 系統變數的變化</p>
|
||||
<p>開啟terminal 輸入以下指令</p>
|
||||
<pre tabindex="0"><code>dconf watch /
|
||||
<pre><code>dconf watch /
|
||||
</code></pre><p>這個可以觀察user到底修改了些什麼</p>
|
||||
<p>只要是透過右上角的系統設定修改的值</p>
|
||||
<p>這個指令都可以觀察到,非常好用</p>
|
||||
<p>當找到了要修改的 KEY</p>
|
||||
<p>就可以用</p>
|
||||
<pre tabindex="0"><code>dconf read/write KEY
|
||||
<pre><code>dconf read/write KEY
|
||||
</code></pre><p>比如說我要修改proxy</p>
|
||||
<p>我先用 dconf watch / 抓到了KEY是 /system/proxy/host</p>
|
||||
<p>那我就可以用</p>
|
||||
<pre tabindex="0"><code>dconf write /system/proxy/http/host "'192.168.1.7'"
|
||||
<pre><code>dconf write /system/proxy/http/host "'192.168.1.7'"
|
||||
dconf write /system/proxy/http/port '3128'
|
||||
</code></pre><p>來把系統的http proxy 改成 192.168.1.7:3128</p>
|
||||
<p>要注意的是,上面的 host 是字串,要用<code>"''"</code>包起來</p>
|
||||
@@ -621,7 +621,7 @@ title="pinterest icon"></i>
|
||||
</div>
|
||||
<script src="https://h.cowbay.org/js/jquery.min.js"></script>
|
||||
<script src="https://h.cowbay.org/js/jquerymigrate.js"></script>
|
||||
<script src="https://h.cowbay.org/js/production.min.js?v=1634607506"></script>
|
||||
<script src="https://h.cowbay.org/js/production.min.js?v=1635401692"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user