Scala Media Players
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. [port number]
means that you should identify the port number. In this case it could be 8080
.
Basic Commands
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. |
Setup Commands
Use the following commands for command line setup of the Linux Player.
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. |
Overview
Content Tools