53 lines
		
	
	
		
			1000 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			1000 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| assigned: ''
 | |
| created: 2024-01-06T01:25:36.138Z
 | |
| progress: 0
 | |
| tags:
 | |
|   - phares3757
 | |
|   - Duck
 | |
|   - NoIP
 | |
|   - Hosts
 | |
| type: note
 | |
| updated: 2024-07-27T17:16:57.825Z
 | |
| ---
 | |
| 
 | |
| # Dashkiosk
 | |
| 
 | |
| [Ubuntu](ubuntu.md)
 | |
| 
 | |
| ```bash
 | |
| 
 | |
| 
 | |
| 
 | |
| 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
 | |
| ```
 |