Skip to content

Commit

Permalink
Update post
Browse files Browse the repository at this point in the history
  • Loading branch information
chnghia committed Mar 30, 2013
1 parent 455c20d commit dd54e55
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 7 deletions.
58 changes: 56 additions & 2 deletions source/_posts/2013-03-29-moi-truong-develop-cho-windows.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,67 @@ categories: [Windows, Develop]
Đây là gợi ý của mình khi thiết lập một môi trường develop hướng đến lập trình Ruby, NodeJS, hoặc Web nói chung.
Ngoài ra, việc cài đặt còn phụ thuộc vào thói quen sử dụng máy tính. Nên tuỳ vào nhu cầu thì các bạn chỉ cần cài đặt phần các bạn sử dụng mà thôi.
<!--more-->
{% img /images/post/2013-03-29-windows-desktop.png 500%}

###Cài đặt
- Cài đặt phần mềm dùng chung: Dropbox, Evernote, Editor - Sublime Text (*), Programmer's Notepad ...
- Cài đặt Git
- Cài đặt Ruby
- Cài đặt NodeJS
- Cài đặt Python
- Thiết lập môi trường, cài đặt Console2
- Các thiết lập môi trường

###Chi tiết cài đặt
###Chi tiết

####Phần mềm dùng chung
- [Dropbox](http://db.tt/59oLmVtJ)

Có nhiều cloud storage nhưng vẫn thích cái này nhất, cái này rất hay nếu tận dụng nó để làm repositories cho 1 team nhỏ.
Ngoài ra, cũng có thể sử dụng làm một static-blog bằng [Calepin.co](http://calepin.co/)

- [Evernote](https://www.evernote.com)

Dùng để ghi chú, mình đã không sử dụng OneNote nữa bởi cái này, hỗ trợ đa nền tảng, tuy chức năng không tốt bằng OneNote.

- [Sublime Text 2](http://www.sublimetext.com/) (purchase)

Đây là editor gần như tốt nhất hiện tại, hỗ trợ nhiều thứ bằng plugins - Package Control, ngoài ra mình thích nhất cái folders của nó.

- [Programmer Notepad](http://www.pnotepad.org/)

Đây là editor khá tốt, mình không thích Notepad++ vì nó xấu hơn cái editor này :)

- [Console2](http://sourceforge.net/projects/console/)

Đây là emulator support multi-tab và một số thứ khác

- [ConEmu](https://code.google.com/p/conemu-maximus5/)

Emulator này thay thế rất tốt Console2 ở trên, nhưng mình vẫn xài cả hai :)

- [VirtualBox](https://www.virtualbox.org/)

Mình dùng cái này như một test environment và một *nix terminal

####Git
- [msysGit](http://msysgit.github.com/)
- [github](http://github.com)
- [bitbucket](http://bitbucket.org)

####Ruby
- [RubyInstaller](http://rubyinstaller.org/)
- [RailsInstaller](http://railsinstaller.org/)

####NodeJS
- [NodeJS](http://nodejs.org/)

####Python
- [Python](http://www.python.org/)

####Các thiết lập môi trường
Sau khi cài đặt xong thì cần phải tinh chỉnh một số thứ như thiết lập PATH, thiết lập Bash Shell cho Console2(ConEmu),
thêm alias, thay đổi bash prompt

###Kiểm tra

###Lời kết
2 changes: 1 addition & 1 deletion source/iaas/cau-hinh-aws.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: page
title: "Tạo và cấu hình hệ thống trên AWS"
date: 2013-03-21 21:18
comments: true
comments: false
sharing: true
footer: true
categories: [Cloud, AWS]
Expand Down
8 changes: 4 additions & 4 deletions source/iaas/moi-truong-develop.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
layout: page
title: "Môi trường develop cho cloud"
date: 2013-03-21 21:05
comments: true
comments: false
sharing: true
footer: true
categories: [Cloud, Develop, Windows, Ubuntu, MacOS]
---

Để làm việc với AWS hoặc phát triển một hệ thống, theo mình thì cũng rất cần thiết phải tạo một môi trường develop thật tốt, nên mình có mấy gợi ý mà theo mình là tốt các bạn có thể tham khảo

- [Môi trường develop trên Windows 7]({{ root_url }}/blog/2013/03/29/tao-moi-truong-develop-cho-windows/)
- [Môi trường develop trên Ubunbu 12.10]({{ root_url }}/blog/2013/03/29/tao-moi-truong-develop-cho-ubuntu/)
- [Môi trường develop trên MacOS]({{ root_url }}/blog/2013/03/29/tao-moi-truong-develop-cho-macos/)
- [Môi trường develop trên Windows 7]({{ root_url }}/blog/2013/03/29/moi-truong-develop-cho-windows/)
- [Môi trường develop trên Ubunbu 12.10]({{ root_url }}/blog/2013/03/29/moi-truong-develop-cho-ubuntu/)
- [Môi trường develop trên MacOS]({{ root_url }}/blog/2013/03/29/moi-truong-develop-cho-macos/)
Binary file added source/images/post/2013-03-29-windows-desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dd54e55

Please sign in to comment.