首先,需要安装brew,关于安装说明,请点此处
1、安装 Apache2.4
<span class="hljs-attribute">brew</span> tap homebrew/apache
brew tap homebrew/php
brew install httpd24
2、安装 mysql
方法有两种,直接去官网下载dmg包,然后下一步,下一步,下一步安装了事。
也可以 brew install mysql 安装mysql-5.7
原创文章,转载请注明出处!
前面有篇文章已经有相关的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
基于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
CentOS 5.3 使用iSCSI挂载存储磁盘柜http://www.linuxidc.com/Linux/2011-01/31529.htm
1.查看系统是否已经设置了swap交换文件(交换分区) swapon -s 如果什么也没有就退出了,表面没有设置任何交换文件(分区)。 2.查看内存大小 free -m 看到内存大小,来确定交换文件的大小,建议值是内存的2-4倍。当然这只是建议值,你可以根据情况来选择。 3.查看磁盘大小 df -h 看看磁盘容量,来确定到底设置多大的交换文件比较好。 4.创建交换文件