일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- mybatis
- mapreduce
- tomcat
- table
- Sqoop
- JavaScript
- SPC
- vaadin
- Express
- Java
- hadoop
- window
- Eclipse
- xPlatform
- MSSQL
- Android
- 보조정렬
- Spring
- Python
- R
- GIT
- plugin
- Kotlin
- NPM
- react
- SQL
- SSL
- IntelliJ
- es6
- 공정능력
- Today
- Total
목록os/raspberry pi (5)
DBILITY
공유기 환경에서 bridge adapter사용시 공유기가 gateway가 되서 virtualbox에 설치된 pi에 ssh로 접속할 수 있다.
작업표시줄의 패널속성 고급에서 설정 가능하다.
javafx로 작성된 u i실행 프로그램을 자동으로 시작하려 할 때~ pi@raspberry:~ $ sudo vi /etc/xdg/lxsession/LXDE-pi/autostart 터미널 열리고 실행 @lxterminal --command=/home/pi/javafx.sh GUI용 실행 @/usr/bin/java --module-path=/usr/share/openjfx/lib --add-modules=javafx.base,javafx.controls,javafx.web -jar /home/pi/javafx.jar
이거 보고 광고 한번 안 누른 이는 삼대가 재수가 없을지어다!ㅋㅋ 설치 후 apt update, apt upgrade까지 하고 보니 Chromium으로 daum에 접고하니 한글이 깨진다. 더불어 입력도 한글이 안된다. #한글출력관련 설치 pi@raspberry:~$ sudo apt-get -y install fonts-unfonts-core #ibus사용시 한글입력관련 설치 pi@raspberry:~$ sudo apt-get -y install ibus ibus-hangul #nabi 사용시 한글입력관련 설치 pi@raspberry:~$ sudo apt-get -y install nabi
tutorials-raspberrypi.com/write-raspberry-pi-gui-apps-c-sharp-dot-net/ Use C# and .NET to develop your own GUI apps for the Raspberry Pi In addition to creating graphical interfaces via web servers such as Node.JS or Python and TKinter, we also have the option to run GUIs that were created by Visul Studio on the Raspberry Pi. These are created via Windows and then made executable on the Ras tuto..