Last update at :2024-06-12,Edit by888u
Oracle Cloud Oracle Plus free VPS cloud server 4 cores 24G memory
OracleARM Pagoda Benchmark
But now the registration threshold seems to be high. Whether you can pass the same information depends purely on luck, but as long as you try a few times, you can always register.
Received news that Oracle has added arm service. Although Su Su doesn’t know what this is, Oracle said it is free. According to Oracle, the Ampere A1 Compute comes with 4 cores and 24 GB of RAM as part of our Always Free package. In addition, the hard drive has also increased from the previous 100G to 200G, which is twice as much.
Now Oracle’s free services include but are not limited to the following:
2 AMD based Compute VMs with 1/8 OCPU and 1 GB memory each.
4 Arm-based Ampere A1 cores and 24 GB of memory usable as one VM or up to 4 VMs.
2 Block Volumes Storage, 200 GB total.
10 GB Object Storage.
10 GB Archive Storage.
Translated into adult language
2 AMD based VPS, each with 1/8 OCPU and 1 GB RAM.
4 CPUs and 24 GB of memory can be used as one VM, up to 4 VMs, and the total of all VMs cannot exceed 4 CPUs and 24 GB of memory.
2 block volume storage, totaling 200 GB hard drive.
10 GB object storage.
10 GB archive storage.
================================================ ====
Oracle ARM chicken gameplay [DD debian10+ deployment WARP]
1. First, Oracle creates an ARM chick, and selects Ubuntu 20 (non-mini version) for the system image
2. After the creation is completed, log in to the chicken via SSH. Execute the following command to reinstall Xiaoji to Debian 10
curl -fLO https://raw.githubusercontent.com/bohanyang/debi/master/debi.sh && chmod a+rx debi.sh && sudo ./debi.sh –architecture arm64 –user (set the user name yourself , without brackets) –password (set your own password, without brackets)
Copy code
After the above command is ready, execute the command: sudo shutdown -r now
Restart and wait for DD to complete, then log in using the username and password you just set
3. Switch the user to root and enter the following command to upgrade the Debian kernel to 5.10. After the command is executed, enter Y according to the prompt to restart the chicken
bash <(curl -s https://raw.githubusercontent.com/07031218/normal-shell/main/bbr.sh) cloud
Copy code
4. Deploy WARP to let Xiaoji have ipv6 to achieve the purpose of unlocking NF (unlocking NF requires configuring V2ray’s config.json file to achieve this through shunting)
apt update && apt install curl sudo lsb-release -y && echo “deb http://deb.debian.org/debian $(lsb_release -sc)-backports main” | sudo tee /etc/apt/sources. list.d/backports.list && apt update && apt install net-tools iproute2 openresolv dnsutils -y && apt install wireguard-tools –no-install-recommends && curl -fsSL git.io/wgcf.sh | sudo bash && wgcf register && wgcf generate && sed -i '/0.0.0.0/d' ./wgcf-profile.conf && sed -i 's/engage.cloudflareclient.com/162.159.192.1/g' ./wgcf-profile.conf && sed -i 's/1.1.1.1/9.9.9.10,8.8.8.8,1.1.1.1,8.8.4.4/g' ./wgcf-profile.conf && cp wgcf-profile.conf /etc/wireguard/wgcf.conf && systemctl start wg-quick@wgcf && systemctl enable wg-quick@wgcf && grep -qE '^[ ]*label[ ]*2002::/16[ ]*2' /etc/gai.conf || echo 'label 2002 ::/16 2' | sudo tee -a /etc/gai.conf
Copy code
5. Check whether ipv6 access to Netfilx is successfully unlocked
apt install -y curl jq && bash <(curl -sSL https://raw.githubusercontent.com/Netflixxp/NF/main/nf.sh)
Copy code
6. Configure dual outbounds (ipv4 & ipv6), and specify Netflix to use ipv6 in the routing settings. Configuring geosite requires geosite.dat. If it is not installed, an error will be reported. Use the following code to replace the corresponding part of v2ray.json to achieve Netflix offloading. Go to ipv6 to unlock
"outbounds": [
{
“tag”:”IPv4_out”,
“protocol”: “freedom”
},
{
“tag”:”IPv6_out”,
“protocol”: “freedom”,
“settings”: {
“domainStrategy”: “UseIPv6”
}
}
],
"routing": {
“rules”: [
{
“type”: “field”,
“outboundTag”: “IPv6_out”,
“domain”: [“geosite:netflix”,”nflxvideo.net”,”nflxext.com”,”nflxso.net”]
},
{
“type”: “field”,
“outboundTag”: “IPv4_out”,
“network”: “udp,tcp”
}
]
}
|
|
|
Recommended site searches: domain name registration center, Hong Kong server, free cloud host, cloud virtual host, virtual host purchase for 0 yuan, 10,000 network space prices, mainland China domain names, foreign permanent free server recommendations, free permanent virtual host high defense in the United States Server,

发表评论