服务器VPS翻墙GCP甲骨文
84 subscribers
1 video
1 file
23 links
Download Telegram
Oracle Cloud甲骨文免费VPS在创建vps后如果需要搭建梯子,需要对防火墙进行设置。
1、在子网中的安全列表中对入口规则和出口规则进行更改,对0.0.0.0/0的所有协议进行放行。
2、做完第一步是对网络的防火墙打开了,但是vps搭建的梯子还是不能连接,需要对vpc机器的防火墙进行设置

#开放所有端口
sudo iptables -P INPUT ACCEPT
sudo iptables -P FORWARD ACCEPT
sudo iptables -P OUTPUT ACCEPT
sudo iptables -F
#Oracle自带的Ubuntu镜像默认设置了Iptable规则,关闭它
apt-get purge netfilter-persistent
reboot

#强制删除
rm -rf /etc/iptables && reboot

参照:https://wzfou.com/oraclecloud/


实测环境ubuntu 18.04
服务器测速脚本
bash <(curl -Lso- https://git.io/superspeed)
上面是wu大的v2ray一键脚本,tls用nginx实现,实测证书申请成功率高于233的脚本,233脚本基于caddy申请证书
Forwarded from ARES BIGBOY
Oracle如果只适用永久免费的账户。记得60天之内至少登录一次后台。
否则它会判定你不活跃,无理由删号。
这是Oracle免责条款里提到的。
该脚本未做测试,mark先
多功能脚本

wget -N --no-check-certificate https://raw.githubusercontent.com/veip007/hj/master/hj.sh && chmod +x hj.sh && bash hj.sh
加速系列:Bbr系列、KCPtun、锐速
代理系列:V2ary、ssr、Tg专用代理、Goflyway
性能测试:superbench、回程线路测试
监控系列:云监控(status)
DD系列:傻瓜式一键DD包
近期中行开放网申的几种借记卡,有三个渠道可办理(以下申请方式请使用微信进行)

1,中国银行上海分行(此渠道申请页返回后右上角有进度查询入口)

①莫奈 MasterCard 世界卡(年费50CNY, 首年免费)
②非人哉 MasterCard 卡(官网未标明年费金额,应该是10CNY。免首年年费)
③洛天依联名银联卡(免年费)

2,个金微资讯公众号
公众号关注“个金微资讯”-产品服务-申请借记卡

3,中国银行微银行公众号(此渠道与个金微资讯相同)
微金融-更多功能-我的借记卡一栏

需要进行跨境支付的朋友可以考虑,不喜请绕道 ,谢谢!使用方法等详情信息:https://poplite.xyz/post/2018/03/05/boc-debit-card-guide-for-online-payment.html
只是分享,其他事项与本群无关。
转发请注明来源
谷歌云端GCP群组 t.me/GCPUS
甲骨文刷vps脚本
Forwarded from Andy
function test(){
var buttons = document.getElementsByClassName("oui-button oui-button-primary")
for(i=0;i<buttons.length;i++){
if(buttons[i].innerText==="继续工作"){
buttons[i].click()
}
if(buttons[i].innerText==="创建"){
var create = buttons[i]
}
}
create.click()
}

id = setInterval(test, 10000)
GCP实例开启密码与root用户登陆:

Debian系统
sudo -i

设置root密码(输入时不显示)
passwd root

然后编辑ssh配置文件(进入后点击i键)
vi /etc/ssh/sshd_config

找到下面的内容,并修改
PermitRootLogin no
PasswordAuthentication no
(no改为yes,修改完成点击ESC键,输入:wq回车)

最后,重启ssh
service sshd restart
dd Ubuntu 18.04
wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/WedTools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh

bash InstallNET.sh -u 18.04 -v 64 -a -p yourpassword

初始root密码 yourpassword

dd Centos7

wget --no-check-certificate https://shell.p1e.cn/reinstall/Network-Reinstall-System-Modify.sh && chmod a+x Network-Reinstall-System-Modify.sh

bash Network-Reinstall-System-Modify.sh -CentOS_7

初始root密码 cxthhhhh.com

dd Debian10

bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 10 -v 64 -a -p yourpassword

初始root密码 yourpassword
甲骨文可用dd脚本!
创建甲骨文时请选择ubuntu18.04!
dd 请选择Debian10脚本,已在甲骨文日本、韩国测试通过!