Run Raspberry 3 in digital signage mode with Chromium Web browser on a TV screen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ================================ | |
| # Next.js 生产最优模板 | |
| # 最终镜像 130~160MB | |
| # ================================ | |
| # 公共 base(只拉一次镜像,所有阶段共享) | |
| FROM node:22-alpine AS base | |
| RUN apk add --no-cache libc6-compat | |
| # pnpm 只装一次,所有阶段都能用 | |
| RUN corepack enable && corepack prepare pnpm@latest --activate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| see: https://github.com/woodongwong/tvfix |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def draw_graph3(networkx_graph,notebook=True,output_filename='graph.html',show_buttons=True,only_physics_buttons=False, | |
| height=None,width=None,bgcolor=None,font_color=None,pyvis_options=None): | |
| """ | |
| This function accepts a networkx graph object, | |
| converts it to a pyvis network object preserving its node and edge attributes, | |
| and both returns and saves a dynamic network visualization. | |
| Valid node attributes include: | |
| "size", "value", "title", "x", "y", "label", "color". |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| .SYNOPSIS | |
| PRTG Veeam Advanced Sensor | |
| .DESCRIPTION | |
| Advanced Sensor will Report Statistics about Backups during last 24 Hours and Actual Repository usage. | |
| .EXAMPLE | |
| PRTG-VeeamBRStats.ps1 -BRHost veeam01.lan.local |