2019-05-21 09:43:10
> how to batch rename file with prefix in bash
```bash
for filename in *.pdf; do mv "$filename" "YOUR-PREFIX-NAME_$filename"; done;
```
2019-05-08 17:28:38
> remove discus plugin for jekyll blog
```html
{% comment %}
{% include navbar.html %}
{% endcomment %}
```
2019-05-08 15:06:40
> Rust book: Beginning rust from novice to professional
https://www.dropbox.com/s/wyq1dgev183mjdo/Beginning%20Rust%20from%20Novice%20to%20Professional.pdf?dl=0
![image](https://user-images.githubusercontent.com/150418/57356401-e0459880-715f-11e9-8f4d-b543480b7ad5.png)
2019-05-08 13:24:49
> google custom search in alfred: https://cse.google.com/cse?r=m&cx=016685344683901672096:56dgrtoymes&q={query} from here: https://www.alfredforum.com/topic/9074-google-custom-search-in-alfred/
![image](https://user-images.githubusercontent.com/150418/57351556-de74d880-7151-11e9-82a3-ba688fb695f6.png)