일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
- web
- RFID
- France
- Programming
- management
- comic agile
- Book
- programming_book
- Malaysia
- essay
- agile
- Python
- erlang
- Book review
- Artificial Intelligence
- QT
- Java
- ubuntu
- Kuala Lumpur
- hadoop
- django
- Italy
- Spain
- hbase
- history
- program
- Software Engineering
- MySQL
- leadership
- Linux
- Today
- Total
목록Programming (347)
http://www.erlang.org/faq/quick_start.html Starting erlang If you are running a unix system type "erl" or, if you are running on windows-95 or NT start Erlang by clicking on the Erlang start icon. You should see something like this: 유닉스 시스템을 사용한다면, “erl”을 입력하거나, 윈도우를 사용한다면, Erlang 시작 아이콘을 클릭해 Erlang을 시작한다. 다음과 같은 것을 볼 수 있을 것이다: $ erl Erlang (BEAM) emulator version 5.6.3 [source] [async-threads:0..
http://www.erlang.org 1. install(Ubuntu) $ sudo apt-get install erlang 2. shell 실행 $ erl Erlang (BEAM) emulator version 5.6.3 [source] [async-threads:0] [kernel-poll:false] Eshell V5.6.3 (abort with ^G) 1> % comment는 %로 시작 1> 2 + 3 * 4. 14 2> (2 + 3) * 4. 20 3> User switch command --> q $ %: 주석의 시작 .: carriage return을 의미 shell 종료: Ctrl + G를 입력한 후 q 입력 1> 28457290847598024758 * 34098718740198374 ..
$ vi hello2.hs -- hello2.ps 한 줄 주석은 --으로 시작 main = do -- do이하의 코드는 순서대로 실행 putStrLn "What's your name?" -- indentation으로 탭 문자는 사용 금지 buf
http://haskell.springnote.com 1. install(Ubuntu, http://ubuntuprogramming.wikidot.com/haskell) $ sudo apt-get install ghc6 2. compile mode $ vi hello.hs main = putStrLn "Hello, World" $ ghc --make hello [1 of 1] Compiling Main ( hello.hs, hello.o ) Linking hello ... $ ./hello Hello, World $ 3. interpreter mode $ ghci GHCi, version 6.8.2: http://www.haskell.org/ghc/ :? for help Loading package ba..
#!/bin/bash ps aux | grep test | grep home1 | awk -F" " '{print $2;}' | while read PID; do kill -9 $PID; done; 1. ps aux 2. grep test | grep home1 : testj가 들어가고 거기서 다시 home1만 들어간 행만 선택 3. awk -F" " '{print $2;}' : 공백으로 구분된 것들 중 두 번째 필드들만 출력 4. while read PID; do kill -9 $ PID; done;: 3의 결과를 PID로 읽어 프로세스 삭제
참고: http://tong.nate.com/youngin/48099925 1. scim-hangul 설치 $ yum install scim-hangul 2. 설치 후 시스템->기본설정->하드웨어->키보드 실행 키보드 모델을 Generic->Korean 106-key로 설정 3. scim-setup 실행 $ scim-setup 전체 설정에서 원하는 전환 키를 입력(default는 Ctrl + space)
1. vim-enhanced가 깔려있지 않은지 확인하고 $ rpm -qa | grep vim-enhanced vim-enhanced-7.2.060-1.fc10.i386 (깔려 있는 경우 이런 류의 결과가 출력된다) 2. 아무 것도 출력되지 않는 경우 설치를 한다 $ yum install vim-enhanced 기본적으로는 vi만 깔려있거나, vim-minimal만 깔려 있기 때문에 발생하는 것이었다 -_-; 여태 몰랐네... 참고: http://kldp.org/node/37710
Fedora10을 설치한 후 1. System update 실행후 reboot 2. terminal에서 root 권한으로 들어온 후 dkms, gcc, make 설치 $ su - root $ yum install dkms $ yum install gcc $ yum install make 3. 메뉴의 '장치'에서 VBoxGuestAddtion.iso를 마운트하고 directory를 directory를 바꾸고 하드웨어에 맞는 script를 실행 cd /media/VBOXADDITIONS_2.1.0_41146 $ sh ./VBoxLinuxAddition-x86.run 4. terminal에서 root 권한으로 들어온 후 /etc/X11/xorg.conf 추가 Section "Screen" Identifier ..
VirtualBox의 UserManual 4.3.1항 참조 1. sudo apt-get install dkms 2. VBoxGuestAdditions.iso 파일을 마운트(파일은 VirtualBox가 설치된 폴더에 위치. 예를 들어 C:\Program Files\Sun\xVM VirtualBox) 3. directory를 CD-ROM driver로 변경 4. sudo su로 root로 로그인 5. sh ./VBoxLinuxAdditions-x86.run 실행 6. /etc/X11/xorg.conf 파일을 변경하면서 원하는 해상도를 입력(여러 개도 가능) Section "Screen" Identifier "Default Screen" Device "VirtualBox graphics card" Monito..
http://www.lowing.org/fonts Vera / Bitstream Vera Sans Mono True Type http://www.gnome.org/fonts Anonymous / AnonymousRegular True Type http://www.ms-studio.com/FontSales/anonymous.html Raize True Type http://www.raize.com/DevTools/Tools/RzFont.zip ProFontWindows True Type or Bitmap http://66.167.72.10/ProFontWindows.zip Sheldon Bitmap http://www.tobias-jung.de/seekingprofont BSU Kermit / BSUKRM..