-
Notifications
You must be signed in to change notification settings - Fork 0
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
Oracle免费服务器 #54
Comments
默认防火墙基本都没开,就算安装了apache2,也要自己打开iptables |
默认的ubuntu系统, 撞上很多服务后,在控制台打开端口也不行, 很不好用, 换系统 netboot.xyz 重装系统VNC连接找一台B服务器,粘贴下面的连接,蓝色线部分,换成B服务器的ip和端口 连接后显示guest disabled display,不用处理,已经成功了,就在那里等待安装完成,弹出设置界面 使用netboot重装参考甲骨文(ARM/x86均可) oracle cloud使用netboot任意重装系统 下载: https://netboot.xyz/downloads/ 把下载的 重启服务器后, 在VNC界面出现启动画面时,不断按F2进入BIOS界面 之后就是正常安装了,会自动配置好ip, 也能直接上网。 |
qbittorent[Linux 服务器安装 qBittorrent](https://www.misterma.com/archives/902/) 做种保号
随后在浏览器, 访问,修改完设置后,就用
后台运行就可以了 添加到系统服务
|
添加zerotier子网 |
在线网页代理创建新建一个名为 groupadd nobody
useradd jsproxy -g nobody --create-home
su - jsproxy 安装 nginx本项目使用 OpenResty。编译前需确保 make、gcc 等工具存在。 mktemp=~/source
mkdir -p $mktemp
cd $(mktemp -d)
curl -O https://www.openssl.org/source/openssl-1.1.1b.tar.gz
tar zxf openssl-*
#原文档pcre链接无法下载,替换为镜像
curl -O https://mirrors.gigenet.com/OSDN//sfnet/p/pc/pcre/pcre/8.43/pcre-8.43.tar.gz
tar zxf pcre-*
curl -O https://zlib.net/zlib-1.2.11.tar.gz
tar zxf zlib-*
curl -O https://openresty.org/download/openresty-1.15.8.1.tar.gz
tar zxf openresty-*
cd openresty-*
export PATH=$PATH:/sbin
./configure \
--with-openssl=../openssl-1.1.1b \
--with-pcre=../pcre-8.43 \
--with-zlib=../zlib-1.2.11 \
--with-http_v2_module \
--with-http_ssl_module \
--with-pcre-jit \
--prefix=$HOME/openresty
#安装时提示使用gmake, 替换下面的命令的make为gmake
make
make install 其中
测试能否执行: ~/openresty/nginx/sbin/nginx -h 安装代理程序下载本项目,其本质就是一堆 nginx 配置。推荐放在 cd ~
git clone --depth=1 https://github.com/EtherDream/jsproxy.git server 下载静态资源文件到 cd server
rm -rf www
git clone -b gh-pages --depth=1 https://github.com/EtherDream/jsproxy.git www 修改证书认证使用的端口
修改listen的8080为其他端口
开启服务: cd ~/server
./run.sh 启动成功后可以打开 申请域名和配置HTTPS证书域名申请
类似的还有 申请证书安装acme
注册账户
使用80端口进行服务器的验证比较容易, 将80端口转发到jsproxy的监听端口(
注册证书
配置证书
备注:
重启程序
浏览器打开 定期重启
youtube可以打开,跳转链接后就没法播放了,刷新一下页面就可以 其他设置访问密码
修改配置
填入
重启
ipv6
https访问端口修改这两个文件的8443为希望的端口
当前域名不在服务器外链白名单
|
nginx的其他网页基于上面的jsproxy,添加一个nginx配置
|
安装filebrowser在线文件管理https://github.com/filebrowser/filebrowser
使用
访问 系统服务,指定好数据库的位置
|
jellyfin
网页 配置好登陆后,在设置》高级〉联网可以指定端口号 需要把相应目录的权限打开 备注有些库缺少时源填错了 |
不支持arm平台 失败
|
Mytool公共存储空间
|
No description provided.
The text was updated successfully, but these errors were encountered: