Skip to content

Instantly share code, notes, and snippets.

@BadUncleX
Last active May 21, 2019 01:44
Show Gist options
  • Save BadUncleX/2ee0024d2ceade54cbff5134b1befd12 to your computer and use it in GitHub Desktop.
Save BadUncleX/2ee0024d2ceade54cbff5134b1befd12 to your computer and use it in GitHub Desktop.
2019年tweets

2019-05-21 09:43:10

how to batch rename file with prefix in bash

for filename in *.pdf; do mv "$filename" "YOUR-PREFIX-NAME_$filename"; done;

2019-05-14 11:18:13

比特币昨夜继续疯狂

image

2019-05-08 17:28:38

remove discus plugin for jekyll blog

{% comment %}
{% include navbar.html %}
{% endcomment %}

2019-05-08 14:25:48

gist里面可以支持图片, 方法就是将图片拖入comment, 会自动上传产生一个链接,然后将markdown对应链接放入你的file里即可。 比如这样:

image

2019-05-08 13:36:16

在blog里建一个specialtopic的tag, 比如tweet、blockchain某个特别关注的主题, 有点timeline的意思。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment