Notice
- Today
- Total
Recent Posts
Recent Comments
Link
Tags
- Ribbon
- RaspberryPi
- onPageFinished
- ContextMenuStrip
- .mine
- Image icon 변환
- UltraToolbarsManager
- node.js
- ScrollBarTrackPolicy
- Spread
- startActivity
- usb 인식 불가
- WebViewClient
- OpenFileDialog
- OSHP
- mariaDB 외부접속
- mariaDB 설치
- Raspberry Pi
- MariaDB
- node.js 설치
- ubuntu
- c#
- 라즈베리 피이
- 자동 닫힘
- <<<<<<<<
- 다중 Filter
- 동영상 오류
- mp4 재생
- ImageList Icon 변환
- 라즈베리파이
Archives
목록Raspberry Pi (2)
Realman's World
Raspberry Pi - Node.js 설치
arm용 nodejs 를 설치한 이후에 apt-get 으로 재설치를 해야되는 줄 알았는데 그게 아니라는 걸 오늘에서야 알게되었다.Raspberry Pi를 재설치한 후 nodejs를 설치할 일이 있었는데 nodejs가 4.X로 버전업이 되면서 오류가 발생하게 되었다.이걸 해결할려고 하다보니 명확하게 설치하는 방법을 다시 찾게 되었고 비로소 정확한 방법을 알게되었다. 일반적으로 linux 든 windows 든 cpu의 architecture가 32bit 혹은 64bit로 나뉘어 있지만 raspberry pi의 경우는 armv6 (or 7, 8) 로 나타난다.때문에 ubuntu 처럼 apt-get 으로 설치할 경우 되지 않거나 경로를 설정해 주어야 하는데 불편한 점이 많이 있다.그 외에는 arm 버전을 3)번..
Kairos/Item
2015. 6. 12. 11:13
mariaDB 설치 @ Raspberry Pi
# sudo wget -O /etc/apt/sources.list.d/repository.pi3g.com.list http://repository.pi3g.com/sources.list # wget -O - http://repository.pi3g.com/pubkey | sudo apt-key add -# sudo apt-get update # sudo apt-get upgrade # apt-get install mariadb-server * 참조 : http://www.enjoyteam.net/?p=336
Kairos/Item
2015. 5. 15. 10:50