Install CUDA 10.2 and MXNet on Ubuntu 18.04

This is a record of my experience of installing CUDA, cuDNN and MXNet on Ubuntu 18.04. As a new fish, these applications cost me over 10 hours to perfectly install, which makes me feel really important to write down some details for your reference.
Read More

Auto-Deployer with OneDrive Makes Hexo Easier to Use

Ever since I built my blog, I was looking for a practical method to make it easier for me to deploy articles. I coded and introduced a simple tool to watch the local directory and auto-deploy articles. Useful but not every convenient because it is not easy to upload files by using sftp. So today, I'm going to introduce a better tool that can work with OneDrive to simplify the progress of deploying articles extremely. It can either watch local directory or watch remote OneDrive directory and auto-deploy. All you need to do is upload your articles to OneDrive through the web portal or move them to your local OneDrive directory.
Read More

Auto-Deploy Tool Makes Hexo Easier to Use

Since our blogs deployed, now we can post our articles. Hexo is a static blog system, so we need to run a command to generate and deploy the new article. I think it's not that convenient and wonder is there any possible ways to make it easier. Searching online, I found some existing tools that can be used. But I love doing things on my own, plus the principal of this feature is not complicated, so I decided to build my own tool. This article well introduces my auto-deploy tool. You are free to use or edit it for your blogs.
Read More

Deploy Nginx and Hexo on Ubuntu Server with SSL

Looking at this article, you must have a technical basis to build your own blog website. So, in this article, basic content will be omitted, and I'll focus on some relatively complex problems I've met. This article may not be entirely suitable for totally new readers.
Read More