Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

利用OwnCloud搭建私有云盘 #6

Open
isNeilLin opened this issue Oct 14, 2017 · 1 comment
Open

利用OwnCloud搭建私有云盘 #6

isNeilLin opened this issue Oct 14, 2017 · 1 comment
Labels
网络&运维 网络协议和运维相关

Comments

@isNeilLin
Copy link
Owner

isNeilLin commented Oct 14, 2017

买了vultr家的的VPS自己搭了个梯子(搭梯子教程),想着这么一个服务器就只是用来做代理有点可惜,就利用OwnCloud搭建了一个私有云盘。

ownCloud的搭建极其简单,官方提供有一键搭建包。安装方法可以参考这里
这里以centos_7为例,以下为官方提供的安装方法:
用root权限来执行这条命令给ownCloud的仓库添加信任

rpm --import https://download.owncloud.org/download/repositories/production/CentOS_7/repodata/repomd.xml.key

用root权限来执行这三条命令去下载安装包

wget http://download.owncloud.org/download/repositories/production/CentOS_7/ce:stable.repo -O /etc/yum.repos.d/ce:stable.repo
yum clean expire-cache
yum install owncloud-files

然后在浏览器里输入ip/ownCloud就可以看到ownCloud的界面,设置好用户名和密码就可以使用了。这是ownCloud客户端的下载地址,ownCloud几乎是跨所有平台的,在手机或者电脑上安装好客户端就能像普通云盘一样使用了。

@isNeilLin
Copy link
Owner Author

isNeilLin commented Jul 3, 2019

SSR安装步骤

wget --no-check-certificate https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocksR.sh

chmod +x shadowsocksR.sh

./shadowsocksR.sh 2>&1 | tee shadowsocksR.log

加速器

wget -N --no-check-certificate https://github.com/91yun/serverspeeder/raw/master/serverspeeder.sh && bash serverspeeder.sh

# 备用
wget -N --no-check-certificate https://raw.githubusercontent.com/91yun/serverspeeder/master/serverspeeder-all.sh && bash serverspeeder-all.sh

@isNeilLin isNeilLin added 网络&运维 网络协议和运维相关 and removed other labels Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
网络&运维 网络协议和运维相关
Projects
None yet
Development

No branches or pull requests

1 participant