2024-06-03
This commit is contained in:
		
							
								
								
									
										43
									
								
								_-Review/dashkiosk.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										43
									
								
								_-Review/dashkiosk.md
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,43 @@ | ||||
| --- | ||||
| type: "topic" | ||||
| created: "2024-01-06T01:25:36.138Z" | ||||
| updated: "2024-01-06T01:25:36.138Z" | ||||
| --- | ||||
|  | ||||
| # Ubuntu Dashkiosk | ||||
|  | ||||
| [Ubuntu](ubuntu.md) | ||||
|  | ||||
| ```bash | ||||
| # https://mir-server.io/docs/how-to-set-up-digital-signage-on-ubuntu-frame | ||||
| apt update | ||||
| apt upgrade -y | ||||
| apt install update-manager-core | ||||
| do-release-upgrade | ||||
| exit | ||||
| sudo -i | ||||
| reboot | ||||
| sudo -i | ||||
| apt-get install links unzip net-tools -y | ||||
| snap install dashkiosk | ||||
| timedatectl set-timezone America/Phoenix | ||||
| snap restart dashkiosk | ||||
| snap install ubuntu-frame wpe-webkit-mir-kiosk | ||||
| snap set wpe-webkit-mir-kiosk daemon=true | ||||
| snap set wpe-webkit-mir-kiosk url=http://localhost:9400/receiver | ||||
| wpe-webkit-mir-kiosk.cog http://localhost:9400/receiver | ||||
| /snap/wpe-webkit-mir-kiosk/current/bin/setup.sh | ||||
| wpe-webkit-mir-kiosk.cog http://localhost:9400/receiver | ||||
| snap set ubuntu-frame daemon=true | ||||
| ln -s /var/log/nginx /var/www/html/log-nginx | ||||
| ls -la /var/www/html | ||||
| exit | ||||
| sudo -i | ||||
| reboot | ||||
| sudo -i | ||||
| cp ~/.bash_history /etc/bash_history_2024-04-21.txt | ||||
| chmod -R 777 /etc/bash_history_2024-04-21.txt | ||||
| ls | ||||
| exit | ||||
| ip link | ||||
| ``` | ||||
		Reference in New Issue
	
	Block a user