Q&A
-
101. How can I contribute to DEBIX?http://github.com/9278978/debix-kernel
-
102. What hardware interfaces does DEBIX I/O add-on board have?Please refer to DEBIX User Manual on https://www.debix.io/Document/index.html
-
103. What hardware interfaces does DEBIX LoRa add-on board have?Please refer to DEBIX User Manual on https://www.debix.io/Document/index.html
-
104. How to configure the wireless network card when using a system without a desktop?(1) Plug in the Ethernet cable to get DEBIX connected to the internet, run command sudo apt install isc-dhcp-client to get dhclient command.
(2) Run command sudo ifconfig wlan0 up
(3) Create file /etc/wpa_supplicant/wpa_supplicant.conf with the following contents:
network={
ssid="polyhex_mi1"
psk="bohai2021"
}
Substitute the ssid and psk with your wifi name and wifi password.
(4) Run command sudo wpa_supplicant -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf -B (if error "Device or resource busy" is thrown, try command "sudo killall wpa_supplicant")
(5) Run command sudo dhclient wlan0
Then you can check whether DEBIX can connect to the internet through ping command -
105. How to run jar file?(1) Install JDK
sudo apt update
sudo apt install default-jdk -y
(2) Run the file
java -jar file name.jar -
106. How to set the resolution of DEBIX VNC?sudo apt install tightvncserver
vncserver -geometry resolution -
107. How to connect DEBIX with peripherals to power up DEBIX?Please refer to DEBIX User Manual documentation on website https://www.debix.io
-
108. How to flash the DEBIX OS to make a bootable Micro SD card?Please refer to DEBIX User Manual documentation on website https://www.debix.io
-
109. How to use DEBIX desktop?Please refer to DEBIX User Manual documentation on website https://www.debix.io
-
110. How to use system browser of DEBIX?Please refer to DEBIX User Manual documentation on website https://www.debix.io