Checked on RPi 1 Model B
which cloudflared
ls -l $(which cloudflared) #(keep result)| font-family = FiraCode Nerd Font | |
| font-size = 11 | |
| shell-integration-features = no-cursor,sudo,no-title | |
| cursor-style = block | |
| adjust-cell-height = 35% | |
| # background-opacity = 0.96 | |
| mouse-hide-while-typing = true | |
| mouse-scroll-multiplier = 2 |
| const table: {[key: string]: number} = { | |
| ArrowUp: 38, | |
| ArrowDown: 40, | |
| ArrowLeft: 37, | |
| ArrowRight: 39, | |
| KeyB: 66, | |
| // Azerty compat | |
| KeyQ: 65, | |
| KeyA: 65, | |
| }; |
| server { | |
| listen 80; | |
| # Change domain | |
| server_name domain.tld; | |
| return 301 https://$server_name$request_uri; | |
| } | |
| server { | |
| listen 443 ssl http2; |
| server { | |
| listen 80; | |
| listen [::]:80; | |
| listen 443 ssl http2; | |
| listen [::]:443 ssl http2; | |
| server_name _; | |
| ssl_certificate /etc/nginx/ssl/phpbb.local.crt; |
| {"schemaVersion":1,"label":"Coverage","message":"100%","namedLogo":"typescript"} |
| <?php | |
| // DB Backup | |
| set_time_limit(500); | |
| $success = false; | |
| $localPath = './tmp/'; | |
| $database['db_user'] = 'xxx'; | |
| $database['db_password'] = 'xxx'; | |
| $database['db_name'] = 'xxx'; |
| interface Point { | |
| angle: number; | |
| multiplicator: number; | |
| x: number; | |
| y: number; | |
| } | |
| function randomValue(min: number, max: number){ | |
| return Math.floor(min + Math.random()*(max + 1 - min)); | |
| } |
Ctrl + Alt + T
shell
cras
Check output if any errors, you are good to find config files.
If something is missing, go on https://github.com/plbossart/UCM to find missing files (or elsewhere.)
Boot under Ubuntu or another live usb to put files at the correct place