刚刚看到的两条不算新的新闻的想法
一来是如图一所示, 诚然确实有着逆天的项目, 如15的Minority Report, 但是大部分来说, 只能让人叹惋了吧. 而想起这些经费的来源, 就不由得变成了悲愤了.
二来是最近总是有一些竞赛相关的人物传记在朋友圈被转载, 感觉和周围大家都发现自己的年龄的增长而开始尝试抓取一些属于过去的这个年代的人特殊的记忆有关了吧. 而竞赛绝对是这一代学生很重要的记忆的一部分了. more >>
刚刚看到的两条不算新的新闻的想法
一来是如图一所示, 诚然确实有着逆天的项目, 如15的Minority Report, 但是大部分来说, 只能让人叹惋了吧. 而想起这些经费的来源, 就不由得变成了悲愤了.
二来是最近总是有一些竞赛相关的人物传记在朋友圈被转载, 感觉和周围大家都发现自己的年龄的增长而开始尝试抓取一些属于过去的这个年代的人特殊的记忆有关了吧. 而竞赛绝对是这一代学生很重要的记忆的一部分了. more >>
也许是因为要毕业了
也许是因为以为永远不会达到的大学毕业也到了
也许是因为周围永远不会长大的人也长大了
无不散之筵席 只有当事人才有真正的感受
明白为什么有人会要夜夜笙歌 然而一个人静下来就会痛哭流涕 本以为和自己很远 感觉确实看到一个潜在的自我
这个微小的网站挂了也就一瞬间的事情
最近回到了家里
发现重新找回了一切都不会改变的错觉
不经也就获得一些释然
但是对夜晚产生了永远的恐惧
2018 春
现在看看那时候简直就是脑残+无病呻吟
2019 春
Percona-Toolkit is a useful DBA toolkit, one of the most useful tool is pt-table-checksum.
When you try to install Open Source Mano on your Google Cloud Virtual Machine Instance following the Guide on OSM Wiki, you might met the problem of accessing UI, which is running in SO container and only has an local IP to access.
Since Open Source Mano THREE apply the new authentication mechanism, you could not access the login page for UI. The detailed reason is explained in the Wiki:
Please note that in OSM 3, authentication is performed using OpenIDConnect and OAuth2.0.
An identity provider has been added to the platform and provided as a service in the SO container running on port 8009.
This means both the browser and the UI server components (that run on the SO container) need to be able to access the SO container using identical URIs.
In short, the tuple of scheme://location:port needs to be reachable via both the browser accessing the system and the UI server running on the SO container (e.g. https://10.66.202.206:8009 for a sample deployment).
This means that if your SO container is behind a NAT that cannot reach the public address of the host, authentication and authorization will not be possible and you will not be able to proceed using the UI.
To by pass this problem, the principle is make your local machine be able to access the network created by lxd on your Google Cloud Host.
There are multiple ways to do that:
Then you are good to login the UI.
I think this is a bug of OSM-THREE and hope they will fix it soon and then this post will finish its job and retired.
Just find an interesting up-to-date talking about CN2 of China Telecom and How to choose your VPS provider.
Click Here to read the post.
看到一个一篇非常新的介绍中国电信CN2线路的文章,特分享一下。
前两天看到Elon Musk在SXSW上的讲话,引用部分如下:
Life cannot just be about solving one miserable problem after another. That cannot be the only thing. They need to be things that inspire you, that make you glad to wake up in the morning and be part of humanity.
Elon Musk其人,六年前是极度轻视的。认为他想法过于保守,又自诩为理想主义者。然而六年过去了,大概自己成为了保守主义者,居然又开始崇敬起他来。
或者换句话说,六年前太过于幼稚,没有看到差距在哪里,而现在大概是发现了。
虽然一直知道很多公众号是拿钱办事或者为钱办事,但总觉得那几个业内著名公众号也许会为了自己未来钱途总会对自己的内容有所把关。直到近来目睹了如何将一个口胡出来的排行榜推上各大著名科技公众号的主推内容里,才恍然大悟为何这么多公众号能够每天发布一些看起来非常有道理的所谓干货。
痛定思痛,立马取关,新的一年,安静的自我学习 =-= 提升自我
乖巧.jpg
When I set up this website, I find I need to have some nested git repo hierarchy. For example, the theme always has an individual repo and I also put the entire hexo website in a git repo. To make this hierarchy more manageable, it is a good practice to add sub git repo as submodules.
If you are using git server such as github, then you are set by simply typing the commands to set up two git repo and push to remote server and then use
1 | git submodule add ./dir/to/submodule |
to put everything not ignored to the server.
However, if you are using a git server set up by yourself, you may wonder how you should set the remote URLs for the main git repo and submodule git repo.
Instead of create two git repos in same directory to make the two repos for main and submodule are in the same level on server, we should create the server repos nested.
For example, if our main git repo named main, and our submodule repo named submodule, then we might need to perform the following actions and get the following hierarchies.
On Server:
1 | # go to needed dir |
On Local Machine with initial or developed codes:
1 | # get into directory and create file |
On another Local Machine which want to clone this repo:
1 | # clone a repo with all submoduel |
Then you will have a repo named main with submodule named submodule.
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true