SAN (Storage Area Network) has 2 type of interfaces
1. FC (Fiber Card) or HBA (Host Bus Adapter)
- use of fiber optic
- require SAN switch
- 4-8 Gbps
2. iSCSI
- use of UTP/STP (RJ45)
- require network switch
- data rate depends on network infrastructure 100Mbps+
czempire
หน้าเว็บ
About me
- CzEmpire
- Hi, I'm cheer. My interest relates to artificial intelligence, machine learning, computer vision, network communication, security algorithm.
วันพฤหัสบดีที่ 4 ตุลาคม พ.ศ. 2555
วันเสาร์ที่ 12 มีนาคม พ.ศ. 2554
MATLAB : ??? Undefined function or variable
Problem : MATLAB can't find path to call functions
วันอาทิตย์ที่ 19 ธันวาคม พ.ศ. 2553
RoR on Windows
- Install Ruby via the ruby website
- Install RubyGems.
- Install Rails:
- In the command prompt, type gem install rails –include-dependencies.
- If this doesn’t work, you’ve likely got RubyGems problems. You can download the stand-alone package for Rails and install from there, but you’ll likely want to take care of your RubyGems issues before moving on.
Database Installation
- Install PostgreSQL:
- Download the latest win32 version of PostgreSQL (64-bit is not currently supported on Windows systems).
- Initiate the installer and walk through the wizard. A couple of potential “gotcha” spots:
- Let the installer create a new Windows account so PostgreSQL can run as a service (I accepted the default postgres account and specified my own password).
- Let the database initialize a cluster for you.
- Install postgres-pr gem, which is a Ruby driver for PostgreSQL:
- Command line: gem install postgres-pr.
- Using the pgAdminIII gui that is installed by default with PostgreSQL, create your application databases. Follow the Ruby on Rails naming convention ofApplicationName_development, ApplicationName_test,ApplicationName_production when naming them.
- Configure your application to connect to the database(s):
- Open up your config/database.yml file and enter the following information for, at the very least, the development database:
- adapter: postgresql
- database: your_database
- username: postgres
- password: YourPassword
- host: localhost (assuming that you’re running PostgreSQL locally)
- Open up your config/database.yml file and enter the following information for, at the very least, the development database:
- Test your database connectivity:
- From the top level of your Rails application, type the following at a command prompt: rake db:migrate.
- If you get a response similar to this: (in c:/dev/YourWebApplication), you are good to go. If you get an error message, walk through the steps again, double-checking your configuration and fixing any mistakes (a Google search of the error is probably the best place to start).
credit:
ป้ายกำกับ:
rail
Restful Authentication on Rail3
As you know the perfect of simplicity of restful authentication, rail plugin, now rail has stepped up version 3. Some of RoR developer has stuck with mist error in restful authentication functionality. This is because some built-in function in rail has changed whilst technoweenie, who introduced you this plugin, doesn't patch restful authentication to be compatible with rail3. Fortunately, there is new hero, Satish. He patched this wonderful plugin for us, ROR developer. Well, just check it out from http://github.com/satish/restful-authentication . There's nothing changes form native restful authentication functionality, so dun't worry .... enjoy !!!
Git on Window
There are 2 ways to go GIT on Windows:
- MsysGit
- CygWin - its already well-known to who is familiar with linux
- download msysgit from [http://code.google.com/p/msysgit/downloads/detail?name=msysGit-fullinstall-1.7.3.1-preview20101002.exe&can=2&q= ]
- install it
- open "cmd" and go to msysgit directory
- run "git-cmd.bat"
- enjoy !!
Informaiton
ป้ายกำกับ:
software
วันศุกร์ที่ 19 พฤศจิกายน พ.ศ. 2553
Machine Learning
Prerequisite
1. differential
2. Linear Algebra
3. Probability
http://www.dartmouth.edu/~chance/teaching_aids/books_articles/probability_book/book.html
Good Source
+ http://pages.cs.wisc.edu/~andrzeje/lmml.html
+ http://www.cs.iastate.edu/~cs573x/studyguide.html
+ http://www.cs.cmu.edu/~tom/mlbook-chapter-slides.html
+ http://nowak.ece.wisc.edu/SLT09.html
1. differential
2. Linear Algebra
3. Probability
http://www.dartmouth.edu/~chance/teaching_aids/books_articles/probability_book/book.html
Good Source
+ http://pages.cs.wisc.edu/~andrzeje/lmml.html
+ http://www.cs.iastate.edu/~cs573x/studyguide.html
+ http://www.cs.cmu.edu/~tom/mlbook-chapter-slides.html
+ http://nowak.ece.wisc.edu/SLT09.html
วันเสาร์ที่ 13 พฤศจิกายน พ.ศ. 2553
Ruby1.9.2 problem with rake
Due to ruby 1.9.2 has built-in rake, you therefore has to remove "rake.gemspec" first. It generally resides in \ruby1.9.2\lib\ruby\gems\1.9.x\specifications\rake.gemspec
Cheers !!
สมัครสมาชิก:
บทความ (Atom)