Skip to content

Group 6#2

Open
haihv96 wants to merge 1 commit intoframgiatw:masterfrom
haihv96:group-6
Open

Group 6#2
haihv96 wants to merge 1 commit intoframgiatw:masterfrom
haihv96:group-6

Conversation

@haihv96
Copy link

@haihv96 haihv96 commented Aug 25, 2017

No description provided.

* clone vim-elixir: `git clone https://github.com/elixir-editors/vim-elixir`
* Copy the contents of each directory in the respective directories inside ~/.vim.
### set file encodings:
* set fileencodings=utf-8
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chỗ này thiếu danh sách các encoding khác nhe

* Replace with location of private key file: `IdentityFile ~/.ssh/dev_rsa`
* Replace with real username on server: `User username`

# homework 5
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bài này em có thể viết thành 1 file bash riêng, commit cùng với pull request

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cần kiểm tra người dùng hiện tại có quyền thực hiện các lệnh useradd, usermod không

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

em đã tách file riêng ạ

`ssh-keygen -N '' -f dev_rsa -t rsa`

* File `~/.ssh/config`
Host dev
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Khi mà có nhiều host thì sẽ phải indent như sau nhé:

Host dev
  HostName 128.45.53.123
  Port 2222  
  IdentityFile ~/.ssh/dev_rsa
  User username

@@ -0,0 +1,32 @@
echo "Username: $1";
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thiếu shebang

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

em đã thêm ạ

@vigov5
Copy link

vigov5 commented Aug 25, 2017

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants