一:所用命令
dmesg | grep firmware(看看有没有来自无线网卡的固件请求)
iw:
iw dev(查找无线网卡口)
iw wls1 link(查看wls1网口无线网络连接情况)
iw wls1 scan | grep SSID(查看wls1网口可连接的wifi)
一:所用命令
dmesg | grep firmware(看看有没有来自无线网卡的固件请求)
iw:
iw dev(查找无线网卡口)
iw wls1 link(查看wls1网口无线网络连接情况)
iw wls1 scan | grep SSID(查看wls1网口可连接的wifi)
原创文章,转载请注明出处!
前面有篇文章已经有相关的mycloud安装plex的一键包了,不过需要占用500M左右的根空间,安装过程中还需要挂载500mb的/tmp临时目录。
这次,我要说的是,全手动安装plex到nas,实现自定义存放路径+自启动。
1、下载:去官网(www.plex.tv)下载群晖的插件,一个spk为扩展名的包。
例如: PlexMediaServer-0.9.11.16.958-80f1748-arm7.spk //红色部分,请自行更换成你自己的
下载好后,仍到 /share/scjtqs/(我的4T硬盘的存储挂载点)下
建议就近版本升级,版本跨度过大或许容易出现各种BUG。
例如:esxi5.5->esxi 6.0
过程:
1、从官网下载你要升级到的版本的Offline Bundle,一个zip压缩包。例如(VMware-ESXi-6.5.0-OS-Release-5146846-HPE-650.9.6.5.27-May2017-depot.zip)。
sudo su # add my public key wget -O - https://dev2day.de/pms/dev2day-pms.gpg.key | apt-key add - # add my PMS repo echo "deb [arch=armhf] https://dev2day.de/pms/ jessie main" >> /etc/apt/sources.list.d/pms.list # activate https apt-get install apt-transport-https #enable armhf support dpkg --add-architecture armhf # update the repos apt-get update # install PMS apt-get install plexmediaserver-installer:armhf
安装完成后,replace ip.address with your actual local IP http://ip.address:32400/web or http://ip.address:32400/manage/index.html#!/setup
进行续集。
错误:
W: GPG 错误:http://security.debian.org wheezy/updates InRelease: 由于没有公钥,无法验证下列签名: NO_PUBKEY 8B48AD6246925553
解决方法:
Plex is an awesome media server software that is ‘family-proof’, even my technically challenged stepmom can use plex which makes it perfect if you are trying to create an htpc home media server solution for friends or family. Plex will stream to practically any device in your house: iPad, iPhone, Android tablets, Roku, Raspberry Pi and other PCs. Let’s install it on Debian Wheezy for x86 and x64 systems. If you are on an ARM device then use the Raspberry Pi guide.
1、先安装源和密钥
装逼射线ญ๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊๊
首先呢,给大家说一下本次教程的环境:系统版本:RedHat Enterprise Linux 6.2
在搭建iSCSI前呢,先把SELinux禁用;关闭防火墙并清空所有规则。并配置好yum源(直接挂载本地光盘,yum源指向本地就行)。
基于RHCS+iSCSI+CLVM实现Web服务的共享存储集群架构 http://www.linuxidc.com/Linux/2013-05/84888.htm
Linux环境iSCSI存储及多路径功能配置http://www.linuxidc.com/Linux/2013-05/84635.htm
构建基于IP SAN的iSCSI存储系统http://www.linuxidc.com/Linux/2013-05/84570.htm
Citrix XenServer中安装CentOS 6.0并配置iSCSI服务http://www.linuxidc.com/Linux/2013-01/78461.htm
CentOS 5.3 使用iSCSI挂载存储磁盘柜http://www.linuxidc.com/Linux/2011-01/31529.htm