1. > 智能数码 >

find群晖 find群晖找不到

群晖nas应用安装在哪个目录下

如果电影在任意文件夹,那么通过CIFS共享文件夹访问(\\192.168.1.*),或者映射网络驱动器,直接双击就可以播放,和本地硬盘的电影一样。如果电影考到videostation文件夹下,那么在浏览器中点击videostation,可以选择影片的海报,点击播放。但是有个前提,就是要装videoLAN,VLC播放器。

群晖(Synology) NAS 安装 ipkg 包管理工具

How to install IPKG on Synology NAS

As you well know, IPKG , or the Itsy Package Management System, is a lightweight package management system designed for embedded devices and it resembles Linux Debian’s dpkg. It was used in the Unslung operating system for the Linksys NSLU2 (Optware), in OpenWrt, Openmoko, webOS, Gumstix, the iPAQ, QNAP NAS appliances and elsewhere; as of early 2017 it can still be used for Synology NAS DSM appliances and in the LuneOS operating system (although opkg is an increasingly common replacement).

As usual, for package management systems, ipkg’s ipkg command-line utility allows for the installation of new packages, the upgrading or removal of existing packages, querying package repositories for available packages, and listing already installed packages. The development for this project has been discontinued. Many projects which formerly used IPKG have adopted the IPKG fork opkg as a replacement.

I just wanted to share how I installed IPKG on my Synology DS718+. You can also install it on different Synology devices by following the instructions below. To be clear, the installation process should be the same for other Synology Disk Stations and unfold without any problem.

First of all go to the Synology Package Center, click on “ Settings ” on the top, right corner, and then click on “ Package Sources “. Add the source “ ” (you can choose the name you want, i.e. “CPHUB”). Follow the instructions in the image below:

After clicking OK , you should see a new “ Community ” tab in the package center on the left. Find and install “ Easy Bootstrap Installer ” from QTip. There is also a GUI Version if you’d prefer, called “ iPKGui “, also from QTip. Follow the instructions in the image below:

IPKG is now installed. The executables are located in “ /opt/bin/ “. You can SSH your NAS and use it. However, the directory has not yet been added to the PATH variable, so to use it you would need to use the full path “ /opt/bin/ipkg “. You can add the directory to the PATH variable using the following command:

export PATH=”$PATH:/opt/bin”

However, this would only add the directory to PATH for the current session. To make the change permanent, you need to edit the “ /etc/profile “. To do that, I used the “ nano ” editor, but I had to install it first. Run the following commands:

sudo /opt/bin/ipkg update

sudo /opt/bin/ipkg install nano

sudo /opt/bin/nano /etc/profile

Now find the PATH variable. It should look something like this:

PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/syno/sbin:/usr/syno/bin:/usr/local/sbin:/usr/local/bin

At the end of this string, just append “ :/opt/bin “(don’t forget the colon). Then save and close the file ( CTRL + “O” , then Enter , then CTRL + “X” ).

Note that this will not automatically update your PATH for the current session. To do this, you can run:

source /etc/profile

To check whether it worked, enter the command:

echo $PATH | tr “:” “\n” | nl

You should see the entry for “ /opt/bin ” there. Now you’re all set. I hope this little guide will help those of you who want to install IPKG on Synology Nas.

Here you can install Entware.

This post was updated on Saturday / January 18th, 2020 at 7:16 PM

安装 socat

ipgk install socat

旧笔记本安装黑群晖

相关软件:链接:

密码:pcfu

参考:

修改引导配置

插入U盘,打开芯片精灵,查看U盘的VID和PID:

PS:选择引导时,引导所在路径不能包含中文字符。

选择Partition0,点击OK确认。

取消勾选Read-onlyDrive

双击打开引导目录

进入grub文件夹,使用记事本打开grub.cfg文件

修改grub.cfg中VID与PID为上文芯片精灵查询到的结果

修改完成后保存当前文件。

点击Dismountall&Exit取消挂载,出现提示点击“是”。

打开准备好的Win32DiskImager.exe,选择刚修改的synoboot.img引导,注意路径不要出现中文,接下来选择插入的U盘,点击写入。

至此,群晖引导盘制作完成,将引导盘插入旧电脑上。

进入BIOS将U盘设为第一启动项

进入BIOS将U盘设为第一启动项,这样每次启动设备,才会从U盘加载群晖引导。

保存并退出BIOS,机器会自动重启。

安装DSM

机器重启后,稍等几秒会自动进入GNUGRUB第一项,如果没有自动就第一项回车。

稍等1分钟,出现如图界面,在自己电脑中浏览器中输入将会在局域网中自动发现DSM。

点击“联机”,开始设置你的群晖。

安装DiskStationManager页面,选择手动安装,选择DSM_DS3617xs_15284.pat镜像文件,开始安装。

等进度走完,将会自动重启机器

重启后等一分钟,刷新当前页面,设置用户名和密码,第二部设置QuickConnect的时候直接点击“跳过此步骤”。

进入NAS桌面,截至目前,整个黑群晖的配置就完成了。

关闭自动更新

一定要在群晖控制面板中关闭系统的自动更新,否则系统凉凉。

不是在更新和还原中关闭,而是需要打开“任务计划”,删除更新的任务:

另外,引导U盘需要一直插在黑群晖上,否则下次断电后开机就不能正常进DSM。

群晖系统DSM是安装在哪里的?

dsm破解版,免费下载

链接:

提取码: kq8k

DSM(Demand Side Management)指需求侧管理,指在政府法规和政策的支持下,采取有效的激励和引导措施以及适宜的运作方式,通过发电公司、电网公司、能源服务公司、社会中介组织、产品供应商、电力用户等共同协力,提高终端用电效率和改变用电方式,在满足同样用电功能的同时减少电量消耗和电力需求,达到节约资源和保护环境,实现社会效益最好、各方受益、最低成本能源服务所进行的管理活动.

find群晖 find群晖找不到find群晖 find群晖找不到


黑群晖有设置网络唤醒WOL成功了的吗

1、先在主板BIOS里设置好。

2、在群晖里也要设置一下。

3、在手机端的DS find中可以的。(我个人的是在路由器上还设置了一下)

前提是能够外网访问。

dsm6.2的硬盘能插在7.0群晖

可以

我们需要现准备好 DSM7.0.1 黑裙的引导文件,然后再 ESXi 存储新建一个目录然后将黑群晖 DSM7.0.1 的引导文件放置在此文件夹。如需要 DSM7.0.1 黑群晖的引导文件点击下面连接:

0x03 新建虚拟机

新建一个虚拟机设置名称、兼容性、系统及系统版本,具体可以参照下图进行设置;

0x04 现有硬盘

虚拟机创建完成后,在自定义配置界面,删除自动创建的硬盘,选择添加硬盘 → 现有硬盘 → 存储浏览到开始创建的目录 → 选择黑群晖引导的虚拟盘;添加完后检查下磁盘控制器位置为:STAT控制器0 SATA(0:0) 切勿搞错一定这个位置,否则可能会造成无法引导;

0x05 新建硬盘

添加完第一块硬盘后现在选择添加第二块硬盘,虚拟硬件 → 添加硬盘 → 新标准硬盘 → 磁盘容量大小16G足以 → 需要注意控制器位置为:STAT控制器0 SATA(0:1)

0x06 网卡设置

网络适配器选项,适配器类型这里默认是 VMXNET3 由于我的引导已经集成了 VMXNET3 驱动保持默认即可,也可以选择 1000e Mac地址可以手动也可以自动,如果你有洗白的 Mac 和 SN 这里改成手动填写你洗白的 Mac 地址。这里的 Mac 地址和引导中的 Mac 地址不同可能会造成系统安装成功后 DSM 无法联网。

0x07 其他设备

这里需要说明一下,我使用的是 Gen10 Plus 将硬盘控制器直通给了黑群晖。添加新的 PCI 设备就是 Gen10 Plus 的磁盘控制器,这里添加的硬盘就是黑群晖的存储盘,现在磁盘里面的系统还是 DSM6.2.3

0x08 引导设置

虚拟机选项 → 引导选项 → 启用 UEFI 安全引导的 √ 去掉,引导延迟设置大一点。这样在等待时候让你有时间去选择引导菜单;到这里都设置完毕了,可以开机了。

0x09 启动选项

虚拟机启动后再引导界面选择 RedPill DS918+ V7.0.1-42218(SATA,Verbose)第一个选项是从 USB 设备引导,第二个是从 SATA 设备引导;出现下图中的提示稍等一会就可以使用浏览器或者软件搜索黑群晖设备了;

0x10 查找群晖

打开浏览器输入: 来搜索黑群晖设备,如果无法搜索到可以进入到你得路由器去查看路由器分配给黑群晖的 IP 然后直接使用 IP 地址来访问;

0x11 连接群晖

上一步从路由器中获知了黑群晖的 IP 地址,使用 IP 地址就可以访问了。可以看到黑群晖的状态为:可转移,点击连接 → 勾选同意许可协议 → 勾选同意隐私协议 → 继续;

0x12 安装群晖

看到下图提示硬盘从另一台设备移动到此设备,需要先安装最新版本的 DSM 后在继续。点击安装继续;

0x13 安装方式

选择安装方法,有两种安装方法。保留系统配置(保留文件和设置)保留原来系统的设置和文件,也就是原来系统的设置和存储的文件都将保留。重置系统配置(仅保留文件)就是系统进行重置,原来系统上的配置都不保留,只保留存储的文件。

从群晖的官网下载最新 DSM 系统后缀为 .pat 最新版本的 DSM 是 7.0.1-42218 下载完成后,再下一步选择这个 .pat 后缀的文件开始上传安装;

0x14 开始安装

黑群晖会自动格式化系统分区,然后上传新系统并自动进行安装,只需耐心等待即可;

0x15 安装完成

安装完成后会自动重启黑群晖,过程预计需要 10 分钟。只需要在此界面耐心等待,重启完成后会自动跳转到登录界面;

0x16 升级成功

在耐心等待后,出现了一下界面我们就可以登录系统了。新版的登录界面比旧版的看着舒服多了。输入账号密码就可以愉快地玩耍了。

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, website.service08@gmail.com 举报,一经查实,本站将立刻删除。

联系我们

工作日:9:30-18:30,节假日休息