2024-06-03
This commit is contained in:
26
www/tasks/install-ubuntu-frame.md
Normal file
26
www/tasks/install-ubuntu-frame.md
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
type: "kanbn"
|
||||
status: "4-Done"
|
||||
---
|
||||
|
||||
# install-ubuntu-frame
|
||||
|
||||
```bash
|
||||
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
|
||||
```
|
||||
|
||||
## Sub-tasks
|
||||
|
||||
- [ ] phares3757
|
||||
- [x] unity4
|
||||
- [x] unity5
|
15
www/tasks/update-index-json.md
Normal file
15
www/tasks/update-index-json.md
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
type: "kanbn"
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-08-14T01:47:12.346Z"
|
||||
completed: "2023-08-14T01:54:24.229Z"
|
||||
status: "4-Done"
|
||||
---
|
||||
|
||||
# Update index.json
|
||||
|
||||
```bash
|
||||
echo >/var/www/html/slideshow/index.json && nano /var/www/html/slideshow/index.json
|
||||
echo >/var/www/html/index.html && nano /var/www/html/index.html
|
||||
```
|
27
www/tasks/upload-new-results.md
Normal file
27
www/tasks/upload-new-results.md
Normal file
@ -0,0 +1,27 @@
|
||||
---
|
||||
type: "kanbn"
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-08-14T01:49:03.475Z"
|
||||
completed: "2023-08-14T01:54:22.504Z"
|
||||
status: "4-Done"
|
||||
---
|
||||
|
||||
# Upload new Results
|
||||
|
||||
```bash
|
||||
mkdir /home/asus/[]
|
||||
mkdir -p '/var/www/html/Images-dd514b88-Results/F)Random/dd514b88'
|
||||
mkdir /home/asus/00
|
||||
mkdir -p '/var/www/html/Images-dd514b88-Results/C)Resize/dd514b88/1376 x 768/()'
|
||||
```
|
||||
|
||||
```bash
|
||||
"C:/Program Files/PuTTY/pscp.exe" -r "D:/1-Images-A/Images-dd514b88-Results/F)Random/dd514b88/[]/*" asus@asus:/home/asus/[]
|
||||
"C:/Program Files/PuTTY/pscp.exe" -r "D:/1-Images-A/Images-dd514b88-Results/C)Resize/dd514b88/1376 x 768/()/*" asus@asus:/home/asus/
|
||||
```
|
||||
|
||||
```bash
|
||||
mv /home/asus/[] '/var/www/html/Images-dd514b88-Results/F)Random/dd514b88/[]'
|
||||
mv '/home/asus/_ _ _' '/var/www/html/Images-dd514b88-Results/C)Resize/dd514b88/1376 x 768/()/_ _ _'
|
||||
```
|
Reference in New Issue
Block a user