Multiple account of github configuration
· ☕ 2 min read · ✍️ CheeseMocha
Got this passage from github, and it really works fine: https://gist.github.com/jexchan/2351996 Multiple SSH Keys settings for different github account create different public key create different ssh key according the article Mac Set-Up Git 1 $ ssh-keygen -t rsa -C "your_email@youremail.com" Please refer to github ssh issues for common problems. for example, 2 keys created at: 1 2 ~/.ssh/id_rsa_activehacker ~/.ssh/id_rsa_jexchan then, add these two keys as following 1 2 $ ssh-add ~/.

a new amd desktop mini
· ☕ 1 min read · ✍️ CheeseMocha
recently build a new deskmini computer,size: 15cm15cm9cm CPU: amd 5600g memory: 3200hz * 8g 2 disk: 512g m2 box: 华擎 x300 deskmini added 2 external 3.5 inc disk(retired from the old desktop) totally: 3300(China Yuan),roughly about 500$

google adsense recently income
· ☕ 1 min read · ✍️ CheeseMocha
Here is the past 1-2 months google adsense income. I think properly not that good at maintain a website. This post only record as a mark now. Maybe update more high content articles will help. It’s lucky there is still some IP click on the ads.

tencent VPS
· ☕ 1 min read · ✍️ CheeseMocha
(hongkong) 1 core 1 G memory 25G disk 30Mb badwith 1T / month 轻量应用服务器(境外地域) 惊喜折扣,购买时长越长越优惠。单个用户同一配置限购2台。 100%CPU性能,轻松驾驭中小

How can I get google adsense in one month - 20 days
· ☕ 1 min read · ✍️ CheeseMocha
After apply the google adsense, it pasted 1 month. Failed one time, success one time. First of all, i bought one VPS, and installed Nginx/git/hugo. And I push code in github private repo. Then applied one DNS : moveto.top. I noticed that this domain is not very usual, some place you can’t query it . Then applied another domain name as you see now. I posted about 20 articles before application.

apply google adsense
· ☕ 1 min read · ✍️ CheeseMocha
After setup the blog, I prepare to apply some google adsense, but it got rejected by “low value content”, detail as below. Will add more content and try later. low volume content, I think before the site setup, there are about 20 en/zh posts in the blog. site is quite new, since I created the site, there is only 1 month tech post is not that quite welcome or easy

telegraf log rotate
· ☕ 1 min read · ✍️ CheeseMocha
should setup the log rotate size from 0mbg to a properly number, otherwise it will not work. ## Log target controls the destination for logs and can be one of "file", ## "stderr" or, on Windows, "eventlog". When set to "file", the output file ## is determined by the "logfile" setting. logtarget = "file" ## Name of the file to be logged to when using the "file" logtarget. If set to ## the empty string then logs are written to stderr.

mac os big sur anaconda problem
· ☕ 1 min read · ✍️ CheeseMocha
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Traceback (most recent call last): File "/anaconda2/bin/conda", line 13, in <module> sys.exit(main()) File "/anaconda2/lib/python2.7/site-packages/conda/cli/main.py", line 149, in main from ..exceptions import conda_exception_handler File "/anaconda2/lib/python2.7/site-packages/conda/exceptions.py", line 18, in <module> from ._vendor.auxlib.entity import EntityEncoder File "/anaconda2/lib/python2.7/site-packages/conda/_vendor/auxlib/entity.py", line 253, in <module> from .collection import AttrDict, frozendict, make_immutable File "/anaconda2/lib/python2.7/site-packages/conda/_vendor/auxlib/collection.py", line 10, in <module> from .

Flaskadmin - a fully functional simple framework
· ☕ 1 min read · ✍️ CheeseMocha
github https://github.com/jonalxh/Flask-Admin-Dashboard download place https://github.com/jonalxh/Flask-Admin-Dashboard/archive/master.zip if it promotes error with not founding anything template, please change to bootstrap3. 1 2 3 4 5 6 7 admin = flask_admin.Admin( app, 'My Dashboard', base_template='my_master.html', template_mode='bootstrap3', ) Basic dashboard app with Admin LTE template and Flask Admin, it has: User Registration Login as general or admin user Roles management Create form in modal window by default Inline editing enabled by default Skins and