A scientific paper is different from all other writings such as a fiction, a novel, an report.
I think there are several points worthy highlighting.
1. A paper must be objective. You can not have intention to support a prior or deny. You are just an observer.
2. A paper must be complete. You should include advantages and disadvantages, or merits and defects.
3. A paper must be precise. That means your description of your observation must be exact and accurate in all its details. Your data must support your conclusions. No conclusion is allowed without efficient data.
Monday, April 14, 2014
Tuesday, April 8, 2014
纲举目张
什么事情都要个目的没有什么意思,不过,就工作和写作而言,这却非常重要。
我们经常说纲举目张。
凡是要问 目的。
目的就是纲, 没有目的,什么都是白搭。
纲举目张, 目的清楚了, 文笔,排版,华丽才有用武之地。
写文章更是如此,要有一个清楚的目的。所有数据和图标,都是为这个目的服务的。
数据要为结论服务,不要搞反了。
切记切记。
我们经常说纲举目张。
凡是要问 目的。
目的就是纲, 没有目的,什么都是白搭。
纲举目张, 目的清楚了, 文笔,排版,华丽才有用武之地。
写文章更是如此,要有一个清楚的目的。所有数据和图标,都是为这个目的服务的。
数据要为结论服务,不要搞反了。
切记切记。
How to generate key for ssh client and upload into a remote machine
For linux system,
1. cd .ssh
1. cd .ssh
2.ssh-keygen -t rsa -C "your_email@example.com"
3. enter
4. input your passphrase, such as '1111'
5. log in into the remote machine
6. cd .ssh
7. make a file "you_name.pub"
8. vi you_name.pub
9. write in the public key.
10. Add the public key into authorized_keys.
For SSH client in windows machines,
1. click the menu of SSH client, "Edit".
2. Choose 'settings'
3. click "Keys"
4. click generatekey
5. select rsa
6. export the key file.
7. open the key file.
8. log in into the remote machine
9. cd .ssh
10. make a file "you_name.pub"
11. vi you_name.pub
12. write in the public key.
13. Add the public key into authorized_keys.
Now you should be able to log in the remote machine with your passphrase.
Subscribe to:
Posts (Atom)