Compare commits
9 Commits
fed2a92b79
...
1b8965971a
| Author | SHA1 | Date |
|---|---|---|
|
|
1b8965971a | |
|
|
f9c37af160 | |
|
|
c872d859e6 | |
|
|
17b384693d | |
|
|
25fdf07e26 | |
|
|
2376c96197 | |
|
|
29d72e9c76 | |
|
|
2a65169168 | |
|
|
ce500cc31b |
|
|
@ -0,0 +1,19 @@
|
||||||
|
<!--
|
||||||
|
title: Qemu agent for Synology
|
||||||
|
description:
|
||||||
|
published: true
|
||||||
|
date: 2024-09-26T22:10:34.314Z
|
||||||
|
tags:
|
||||||
|
editor: ckeditor
|
||||||
|
dateCreated: 2024-09-26T22:10:34.314Z
|
||||||
|
-->
|
||||||
|
|
||||||
|
<p>Для того, чтобы была возможность управлять перезагрузкой и выключение в Proxmox нужно поставить дополнение</p>
|
||||||
|
<p>Нужно добавить репозиторий: <a href="https://spk7.imnks.com">https://spk7.imnks.com</a></p>
|
||||||
|
<figure class="image image_resized" style="width:52.45%;"><img src="/nas/qemu-1.png"></figure>
|
||||||
|
<p><strong>Install it and don't start at first.</strong> Then you need to ssh in your Xpeno and run this command, as described:</p>
|
||||||
|
<p>sudo sed -i 's/package/root/g' /var/packages/qemu-ga/conf/privilege</p>
|
||||||
|
<p>After that you need to stop Xpeno VM, turn on Qemu Guest Agent in VM options at Proxmox console:</p>
|
||||||
|
<figure class="image image_resized" style="width:52.32%;"><img src="/nas/qemu-2.png"></figure>
|
||||||
|
<p>В Proxmox нужно включить агента.</p>
|
||||||
|
<figure class="image image_resized" style="width:52.59%;"><img src="/nas/qemu-3.png"></figure>
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
title: Synology-support-HEVC
|
title: Synology-support-HEVC
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2024-07-09T09:49:40.393Z
|
date: 2024-09-26T22:26:34.511Z
|
||||||
tags: hevc, synology
|
tags: hevc, synology
|
||||||
editor: ckeditor
|
editor: ckeditor
|
||||||
dateCreated: 2024-04-01T15:15:52.913Z
|
dateCreated: 2024-04-01T15:15:52.913Z
|
||||||
|
|
@ -12,4 +12,9 @@ dateCreated: 2024-04-01T15:15:52.913Z
|
||||||
<p>Решение проблемы:</p>
|
<p>Решение проблемы:</p>
|
||||||
<p><a href="https://xpenology.com/forum/topic/65643-ame-30-patcher/page/3/">https://xpenology.com/forum/topic/65643-ame-30-patcher/page/3/</a></p>
|
<p><a href="https://xpenology.com/forum/topic/65643-ame-30-patcher/page/3/">https://xpenology.com/forum/topic/65643-ame-30-patcher/page/3/</a></p>
|
||||||
<p><a href="https://github.com/wirgen/synocodectool-patch?tab=readme-ov-file">https://github.com/wirgen/synocodectool-patch?tab=readme-ov-file</a></p>
|
<p><a href="https://github.com/wirgen/synocodectool-patch?tab=readme-ov-file">https://github.com/wirgen/synocodectool-patch?tab=readme-ov-file</a></p>
|
||||||
<p> </p>
|
<p><a href="https://bafista.ru/xpenology-ustanovka-ame-3-1-patch-dlya-dsm-7-2/">https://bafista.ru/xpenology-ustanovka-ame-3-1-patch-dlya-dsm-7-2/</a></p>
|
||||||
|
<pre><code class="language-plaintext">#DSM7.1 AMУ 3.0.1-2004
|
||||||
|
curl http://code.imnks.com/ame3patch/ame71-2004.sh | bash
|
||||||
|
#DSM7.2 AME 3.1.0-3005
|
||||||
|
curl http://code.imnks.com/ame3patch/ame72-3005.sh | bash
|
||||||
|
wget http://code.imnks.com/ame3patch/ame72-3005.sh && sh ame72-3005.sh</code></pre>
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 195 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 146 KiB |
Loading…
Reference in New Issue