Skip to content

Instantly share code, notes, and snippets.

View DarremMolko's full-sized avatar

Darrem Molko DarremMolko

  • Argentina
  • 22:43 (UTC -03:00)
View GitHub Profile
@imba-tjd
imba-tjd / .Cloud.md
Last active June 21, 2024 16:00
☁️ 一些免费的云资源

IaaS指提供系统(可以自己选)或者储存空间之类的硬件,软件要自己手动装;PaaS提供语言环境和框架(可以自己选);SaaS只能使用开发好的软件(卖软件本身);BaaS一般类似于非关系数据库,但各家不通用,有时还有一些其它东西。

其他人的集合

@Erisa
Erisa / cfd-termux.sh
Last active May 13, 2024 06:24
Install the Cloudflare Daemon (cloudflared) in Termux
#!/bin/sh
echo 'NOTE: You can now install cloudflared directly from Termux repos.'
echo 'NOTE: To install it from source instead, open the script and comment out the next two lines.'
pkg install cloudflared
exit
# ^ comment out these lines to proceed with the script
echo "--upgrading packages"
yes "" | pkg update