Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.5 KB

File metadata and controls

52 lines (32 loc) · 1.5 KB
description
工欲善其事,必先利其器

1.Setup

{% hint style="info" %}

Work like a professional !

Learn how to do our jobs efficiently and reproducibly. {% endhint %}

0) Get a OS

1.1 Work on Docker

1.2 Work on Cluster

1) Learn an Editor

A. Vim

You can start from a simple version of Vim, like MacVim.

Then, you can learn vim progressively, and it will be your last text editor. There isn’t any better text editor that I know of. It is hard to learn, but incredible to use.I suggest you teach yourself Vim in 4 steps:

  1. Survive
  2. Feel comfortable
  3. Feel Better, Stronger, Faster
  4. Use superpowers of vim

B. Atom

A hackable text editor for the 21st century. See how to use Atom.

2) README

Always document your project. We suggest to have a README.md file in your project DIR.

3) Backup your data regularly

It's necessary to backup data regularly.

  • Here is a tutorial for data backup methods and tips: How to backup

Tips on 备份数据、保存中间数据 | 数据安全

4) Homework

  • 安装和使用docker
  • 学习和练习一种editor