User Tools

Site Tools


x64-server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
x64-server [2022/08/31 05:37]
admin
x64-server [2024/02/04 01:17] (current)
Line 15: Line 15:
 ===== 1. Command Line Installation ===== ===== 1. Command Line Installation =====
  
-Command line installation is used when software image is not available for your board/machine. First, you need to have access to the command line of your board/machine. In this guide, we will use [[https://ubuntu.com/download/server | Ubuntu Server]] 16.04/18.04.+Command line installation is used when software image is not available for your board/machine. First, you need to have access to the command line of your board/machine. In this guide, we will use [[http://old-releases.ubuntu.com/releases/18.04.3/ubuntu-18.04.3-live-server-amd64.iso | Ubuntu Server 18.04.3]].
  
 Follow the step by step guide on how to install an Ubuntu server to x64 pc/machine: Follow the step by step guide on how to install an Ubuntu server to x64 pc/machine:
Line 31: Line 31:
      
   sudo apt-get install -y nodejs python nginx bind9 isc-dhcp-server   sudo apt-get install -y nodejs python nginx bind9 isc-dhcp-server
 +
 +If the above command returns **Package 'python' has no installation candidate**, try the following:
 +  sudo apt-get install -y nodejs python2 nginx bind9 isc-dhcp-server
 +  sudo ln -s $(which python2) /usr/bin/python
      
-  sudo apt-get install -y hostapd dmidecode build-essential openssh-server python-pip unzip bridge-utils+Then next: 
 +  sudo apt-get install -y iptables hostapd dmidecode build-essential openssh-server python-pip unzip bridge-utils git iputils-arping
      
 +If an error show **Package python-pip is not available**, try this:
 +  sudo apt-get install -y iptables hostapd dmidecode build-essential openssh-server python3-pip unzip bridge-utils git iputils-arping
 +
 +Then proceed with the following commands:
   wget -O /tmp/adopisoft-5.1.1-amd64-node-v16.4.0.deb https://github.com/AdoPiSoft/Releases/releases/download/v5.1.1/adopisoft-5.1.1-amd64-node-v16.4.0.deb   wget -O /tmp/adopisoft-5.1.1-amd64-node-v16.4.0.deb https://github.com/AdoPiSoft/Releases/releases/download/v5.1.1/adopisoft-5.1.1-amd64-node-v16.4.0.deb
      
Line 114: Line 123:
   sudo ./ado-psql-script.sh   sudo ./ado-psql-script.sh
      
-  # if the above command failed, try the following:+ 
 +if the above command failed, try the following:
      
   bash ./ado-psql-script.sh   bash ./ado-psql-script.sh
Line 128: Line 138:
   Username: adopisoft   Username: adopisoft
   Password: adopisoft   Password: adopisoft
 +  
 +Lastly make sure to **DISABLE SSH SERVICE**. This is very important to prevent hackers from accessing your machine. To disable the SSH service, just type:
 +
 +  sudo systemctl disable ssh
  
  
Line 136: Line 150:
   * **[[serial_coinslot| Serial Coinslot]]**   * **[[serial_coinslot| Serial Coinslot]]**
   * **[[sub-vendo| Wireless Coinslot/Sub-vendo]]**   * **[[sub-vendo| Wireless Coinslot/Sub-vendo]]**
- +  * Wired LAN Subvendo
- +
  
x64-server.1661924263.txt.gz · Last modified: 2024/02/04 01:18 (external edit)