-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.xml
46 lines (37 loc) · 2.5 KB
/
index.xml
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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Wei's Blog</title>
<link>https://vector1983.github.io/</link>
<description>Recent content on Wei's Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© This post is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License,please give source if you wish to quote or reproduce.</copyright>
<lastBuildDate>Fri, 12 Jul 2019 16:28:33 +0800</lastBuildDate>
<atom:link href="https://vector1983.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Start Multiple Instances Ideas</title>
<link>https://vector1983.github.io/post/start-multiple-instances-ideas/</link>
<pubDate>Fri, 12 Jul 2019 16:28:33 +0800</pubDate>
<guid>https://vector1983.github.io/post/start-multiple-instances-ideas/</guid>
<description>sometimes we need to start service with multiple instances with different ports, but default IDEA would not let to do that, how to do that?
click the right upper inverted triangle of &ldquo;Application&rdquo;, then click &ldquo;Edit Configurations&rdquo; Check the checkbox &ldquo;Allow parallel run&rdquo; </description>
</item>
<item>
<title>Tab Completion Not Work in Ubuntu</title>
<link>https://vector1983.github.io/post/tab-completion-not-work/</link>
<pubDate>Thu, 11 Jul 2019 14:58:01 +0800</pubDate>
<guid>https://vector1983.github.io/post/tab-completion-not-work/</guid>
<description><p><strong>Tab key auto completion not work in ubuntu.</strong></p></description>
</item>
<item>
<title>Visual studio code can't run in ubuntu, how to?</title>
<link>https://vector1983.github.io/post/vscode/</link>
<pubDate>Thu, 11 Jul 2019 11:25:55 +0800</pubDate>
<guid>https://vector1983.github.io/post/vscode/</guid>
<description>Root Cause: This problem is that VS Code uses Electron, which is the root cause of the bug.
Fix:
mkdir ~/lib cp /usr/lib/x86_64-linux-gnu/libxcb.so.1 ~/lib sed -i &rsquo;s/BIG-REQUESTS/_IG-REQUESTS/&rsquo; ~/lib/libxcb.so.1 export LD_LIBRARY_PATH=~/lib &amp;&amp; code [reference!]https://stackoverflow.com/questions/55802252/visual-studio-code-wont-open-on-ubuntu-16-04-via-vnc</description>
</item>
</channel>
</rss>