git.md

Read more →

goagent.md

title: Goagent on Archlinux Configuring goagent in Archlinux Install pacman -S goagent Install certificates mkdir /usr/share/ca-certificates/goagent cp /usr/share/goagent/local/CA.crt /usr/share/ca-certificates/goagent/GoAgent.crt echo 'goagent/GoAgent.crt' >> /etc/ca-certificates.conf update-ca-certificates Configure /etc/goagent [gae] appid = you appid [proxy] enable = 1 autodetect = 1 host = 127.0.0.1 port = 3127 Note: this [proxy] is the father proxy for goagent since I’m behind a http proxy of my company Start it! systemctl start goagent systemctl enable goagent The full goagent.
Read more →

hello-world.md

title: Hello World Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick Start Create a new post $ hexo new "My New Post" More info: Writing Run server $ hexo server More info: Server Generate static files $ hexo generate More info: Generating
Read more →

hexo.md

Hello World Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick Start Create a new post $ hexo new "My New Post" More info: Writing Run server $ hexo server More info: Server Generate static files $ hexo generate More info: Generating
Read more →

Home.md

Read more →