Bought a VPS; the monthly traffic usage is so low that it’s really a waste… So let’s make better use of it. After all, it costs $5 per month.
Working with R often involves encountering various issues. Here are some collected tips.
I found that the default theme of Hexo is not very appealing, so I wanted to find a bright one and tried using a plugin.
When installing packages from GitHub in R, sometimes you may encounter a connection timeout issue with GitHub. Here’s how to solve it.
To make good use of the old, broken device… I decided to set up a server to accumulate experience. Considering the portability of the things I will be setting up, using Docker in containers is convenient for migration and usage.
When using SGE at a new company, the approach is somewhat different. Here are some notes.
Recently, I’ve been using Pandas a lot and have compiled some commonly used functions for future reference.
Due to work requirements, I needed to install a package mentioned in a literature. Initially, I thought it would be done with two commands, but who knew there were so many dependencies to resolve… and R packages on Linux need to be compiled, which is quite time-consuming… Fortunately, there’s Conda!