Hello! 欢迎来到盒子萌!

Oracle Cloud VPS CentOS 7折腾笔记


avatar
嘉木 2021-09-13 158

开启ROOT登陆脚本:

[v_act]#!/bin/bash
echo root:ISAYS |sudo chpasswd root
sudo sed -i 's/^#\?PermitRootLogin.*/PermitRootLogin yes/g' /etc/ssh/sshd_config;
sudo sed -i 's/^#\?PasswordAuthentication.*/PasswordAuthentication yes/g' /etc/ssh/sshd_config;
sudo service sshd restart[/v_act]

默认密码是: ISAYS

登录后一定要修改密码!命令:passwd

后台控制面板登陆地址:

韩国首尔 https://console.ap-seoul-1.oraclecloud.com

韩国春川 https://console.ap-chuncheon-1.oraclecloud.com

云服务器地址:https://console.ap-chuncheon-1.oraclecloud.com/compute/instances

x-ui脚本:

https://github.com/vaxilu/x-ui

bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)

Oracle后台监管插件停用:

  1. systemctl stop oracle-cloud-agent
  2. systemctl disable oracle-cloud-agent
  3. systemctl stop oracle-cloud-agent-updater
  4. systemctl disable oracle-cloud-agent-updater

关系防火墙:

systemctl stop firewalld.service
systemctl disable firewalld.service

查看系统当前使用内核
uname -r

删除多余内核
命令:rpm -e 内核名称

数量限制

1)免费资源为每个月3000个OCPU小时+18000GB内存使用量,不论收费与试用用户,免费的资源都是这么多。

折算为4C+24G的话,就是750小时,足够你玩一个月的。

网络带宽ARM后期会试用用户限速,具体时间未定。

2)你以前的普通机,依然是2台永久免费限制,这个没有变。

3)你永久免费资源,依然是网络流量每月10TB,总磁盘配额空间200G,IPV4地址共4个(* 3个临时+1个预留),IPV6地址就是那个 /16的数量。

可以开6台机器,最终两台用纯IPV6。

账单查询

如果担心自己开通的非免费的内容,产生了费用可以查看!

https://cloud.oracle.com/usage/reports

  • avatar
    游客

    评论测试了!!

发表评论