- Raspberry pi basic setting and related data setting details
Receive RazBian on the link.
https://www.raspberrypi.org/downloads/raspbian/
You can install the Razbian on the SD card via the corresponding link.
https://etcher.io/
If you continue to use RazBian's display, it will be used remotely through VNC Viewer because of the space inconvenience.
https://www.realvnc.com/en/connect/download/viewer/
Open the terminal of installed Razbian.
-update, upgrade
sudo apt-get update
sudo apt-get upgrade
ip configuration
sudo nano /etc/dhcpcd.conf
#profile static_eth0
static ip_address = 192.168.27.237
static routers = 192.168.27.1
static domain_name_server = 168.126.63.1
static netmask = 255.255.255.0Hangul setting
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install ibus-hangul
sudo apt-get install fonts-unfonts-coreResolution setting
sudo nano /boot/config.txt
hdmi_force_hotplug = 1
hdmi_group = 2
hdmi_mode = 51
hdmi_drive = 1Install and configure java, PyQt, Mysql, Samba, Tomcat8
java -version / java version "1.8.0_65"
You need to match java and javac versions.
- Install pyqt
pip install pyqt5 - java version related issues
pip install pyqt4 - Installing MySQL
pip install mysql - Installing pymysql to make mysql available in python
pip install pymysql
- Samba installation with shared folder that can share files with computer
apt-get install samba samba-common-bin
Samba settings.
[pi] # Added account
comment = Raspberry pi
path = / home # path to share folder
user set by valid user = pi # smbpasswd
browseable = yes
comment = max / samba
read only = no # Read-only
writable = yes # Write permission
printable = no
public = yes
browsable = yes
guest ok = no # Whether to allow guest account access
- Installing Tomcat
sudo apt-get install tomcat8 - Install apache
sudo apt-get install apache2
Web server completed
/ There are a lot of things that have not been changed.
Congratulations @kaichell! You received a personal award!
Click here to view your Board of Honor
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Congratulations @kaichell! You received a personal award!
You can view your badges on your Steem Board and compare to others on the Steem Ranking
Vote for @Steemitboard as a witness to get one more award and increased upvotes!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit