libmfx --enable-nvdec --enable-nvenc --enable-vaapi --enable-opencl --enable-cross-compile --cross-prefix=x86_64-emby-linux-gnu- --arch=x86_64 --target-os=linux --enable-shared --disable-static --pkg-config=pkg-config --pkg-config-flags=--static --extra-libs='-lm -lstdc++ -...
若编译时找不到libcorosync_common库,则需要导出pkgconfig文件路径到PKG_CONFIG_PATH,如: export PKG_CONFIG_PATH="/home/ha/code/corosync/pkgconfig" 1. 编译完成后会生成corosync-qnetd和corosync-qdevice。 ha@ha-virtual-machine:~/code/corosync-qdevice$ ls install bin etc sbin share var ha@ha-virtua...
"Config": {} },"NetworkMode": "default","PortBindings": {},"RestartPolicy": { "Name": "...
core] Bus:Handling <Event service_registered[L]: domain=homeassistant, service=check_config> ...
sudo apt-get install git build-essential cmake libfftw3-dev python3 python3-setuptools rtl-sdr netcat libsndfile-dev librtlsdr-dev automake autoconf libtool pkg-config libsamplerate-dev libpython3-dev gitclonehttps://github.com/pothosware/SoapySDRPlay3.gitcdSoapySDRPlay3 ...
# Example config file, by default it should be located at: # ~/.syno/config.yaml url: protocol: https host: localhost port: 5001 account: admin passwd: password 1. 2. 3. 4. 5. 6. 7. 8. 9. 配置完成后就能正常使用命令行API了。
sudo synoservice --restart pkgctl-Docker 重启服务后,可以输入 sudo docker info 确认Registry Mirrors栏是否有刚刚添加的镜像。 步骤3:拉取Emby镜像。 输入命令: sudo docker pull emby/embyserver:latest 等待进度条跑完。如果速度太慢,可以回到步骤2换一个加速镜像。
谷歌浏览器总是把http访问自动变成https ,当然我用的openwrt 之前弄ssl https 访问的时候用的uHTTPd插件也勾选了`将所有 HTTP 重定向到 HTTPS`如图: 然后我还安装了uhttpd 顺便说一下代码opkg updatepkg install uhttpd 然后修改了其中的配置/etc/config/uhttpd ...
https://registry.npmjs.org/#方法1:直接设置镜像仓库:淘宝镜像仓库npm config set registry https://registry.npmmirror.com#方法2:通过 nrm 设置镜像仓库:淘宝镜像仓库 (推荐)## step1 主动安装 nodejs镜像仓库管理工具 : nrmsudo su npm install nrm -g ...
对config.v2.json做同样的处理即可 该部分结束 重启docker 代码语言:javascript 复制 synoservice--disable pkgctl-Docker synoservice--enable pkgctl-Docker 或者 synoservice--restart pkgctl-Docker 最后再去群晖网也管理界面中把docker的端口映射修改以下即可 本地端口,对应上文的60000,容器端口对应上文的8080 ...