Linux
grantzhu0
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
svn no need input password every time
This method is for using protocol SVN + SSH to access Subversion. Install sshpass sudo apt-get install sshpass Set the temporary environment variable, add following content(replace yourpassword ...原创 2018-07-18 17:07:44 · 237 阅读 · 0 评论 -
Linux add a user and give sudo permission
Add a user, use adduser command sudo adduser test Give user test root permission sudo vi /etc/sudoers Add a line: test ALL=(ALL:ALL) ALL原创 2018-07-16 09:49:14 · 376 阅读 · 0 评论 -
Git diff for .docx format file in ubuntu
Use pandoc to realize it. Install pandoc sudo apt-get install pandoc Create or edit file ~/.gitconfig to add [diff "pandoc"] textconv=pandoc --to=markdown prompt = false [alias] wdi...原创 2018-07-31 10:38:19 · 295 阅读 · 0 评论
分享