配置Git

# 配置文件

git config --global user.name "Peijun Zhu"
git config --global user.email "zpj.ustc@gmail.com"
git config --global tar.tar.xz.command "xz -c"
git config --global core.excludesfile ~/.gitignore_global

# 生成/添加ssh-key

ssh-keygen -t rsa -b 4096 -C "zpj.ustc@gmail.com"
cat id_rsa.pub

再把生成的内容贴入Github/Bitbucket等托管网站

more ...

背单词软件Parley介绍

Parley是一个帮助你记忆的程序,对我们GRE党来说,最重要的莫过于记忆单词了。

# 安装

在终端中输入sudo zypper in parley即可安装好Parley。

但是Parley是一个程序而已,我们还需要下载相关的词库作为数据支持。

more ...

班级讲座——LaTeX排版介绍

这是在班级LaTeX讲座上的LaTeX简介幻灯片,内容涵盖:

  • LaTeX基本历史
  • LaTeX基本结构
  • 排版学的基础知识
  • 数学公式
  • 图表

相关的USTC个人主页链接已经失效。幻灯片源代码已亡佚。

more ...