The use of brackets ([ ]) in a command signify that the information inside the brackets should be replaced with your input and the brackets removed. E.g. |
The following table lists basic commands for the Linux Playback Engine.
Command | Description |
---|---|
sudo ufw status | Use to see the ports defined for remote access on your Linux device. |
sudo ufw allow [port number] | Use to add a port number for remote access to your Linux device. |
ip addr | Use to view the IP address for your Linux device. |
sudo reboot | Use to reboot the player from the command line. |
Use the following commands for command line setup of the $LPE.
Command | Description |
---|---|
passwd | Use to change the current logged in user password. |
| Use to change the password of another account on the same device. |
sudo vncpasswd /etc/vncpasswd | Use to change the TigerVNC password. |
sudo nano /etc/hostname | Use to change the name of the player. |