raspberry pi setting

in raspberry •  7 years ago 
  1. 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

  1. 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.0

  2. Hangul setting
    sudo apt-get update
    sudo apt-get upgrade
    sudo apt-get install ibus-hangul
    sudo apt-get install fonts-unfonts-core

  3. Resolution setting
    sudo nano /boot/config.txt
    hdmi_force_hotplug = 1
    hdmi_group = 2
    hdmi_mode = 51
    hdmi_drive = 1

  4. Install 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.
Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Congratulations @kaichell! You received a personal award!

1 Year on Steemit

Click here to view your Board of Honor

Support SteemitBoard's project! Vote for its witness and get one more award!

Congratulations @kaichell! You received a personal award!

Happy Birthday! - You are on the Steem blockchain for 2 years!

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!