Cloud/Shahed/VA: Difference between revisions
Jump to navigation
Jump to search
Line 42: | Line 42: | ||
EXE | EXE | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==References== | |||
{| | |||
|valign="top"| | |||
* [[OpenLDAP/BackSQL|OpenLDAP » BackSQL]] | |||
* [[Google Cloud CLI]] | |||
* [[EKSctl|AWS » EKS » CLI]] | |||
* [[Swap Space]] | |||
* [[Online App]] | |||
* [[OpenLDAP]] | |||
* [[Terraform]] | |||
* [[AWS CLI]] | |||
* [[CLI App]] | |||
* [[Kubectl]] | |||
|valign="top"| | |||
* [[HAProxy]] | |||
* [[Jasypt]] | |||
* [[CURL]] | |||
* [[K8s]] | |||
* [[K9s]] | |||
|valign="top"| | |||
|- | |||
| colspan="3" | | |||
---- | |||
|- | |||
| valign="top" | | |||
* [https://dash.cloudflare.com/profile/api-tokens Cloudflare » Profile » API Tokens] | |||
* [[Cloudflare/WARP Connector|Cloudflare » WARP Connector]] | |||
* [https://chorke.cloudflareaccess.com Cloudflare » Access » Chorke] | |||
* [[Cloudflare/Argo Tunnel|Cloudflare » Argo Tunnel]] | |||
* [[Cloudflare/WARP Host|Cloudflare » WARP Host]] | |||
* [[Cloudflare]] | |||
| valign="top" | | |||
* [[Cloud/Hetzner/AA|Cloud » Hetzner » AA]] | |||
* [[Cloud/Shahed/AA|Cloud » Shahed » AA]] | |||
* [[Cloud/Shahed/AF|Cloud » Shahed » AF]] | |||
* [[Cloud/Shahed/AL|Cloud » Shahed » AL]] | |||
| valign="top" | | |||
|- | |||
| colspan="3" | | |||
---- | |||
|- | |||
| valign="top" | | |||
* [[Ubuntu/Raspberry Pi]] | |||
* [[Ubuntu Upgrade]] | |||
* [[ActiveMQ]] | |||
* [[Minikube]] | |||
* [[Keycloak]] | |||
* [[Hadoop]] | |||
* [[Jenkins]] | |||
* [[WildFly]] | |||
* [[Spark]] | |||
* [[MinIO]] | |||
| valign="top" | | |||
* [[Alpine/Morefine]] | |||
* [[Ruby on Rails]] | |||
* [[TensorFlow]] | |||
* [[Homebrew]] | |||
* [[Linuxbrew]] | |||
* [[PyEnv]] | |||
* [[TMux]] | |||
* [[7Zip]] | |||
* [[Zip]] | |||
* [[Tar]] | |||
| valign="top" | | |||
* [[Linux Service Creation]] | |||
* [[Bash/Port/Forward]] | |||
* [[Linux Mount Drive]] | |||
* [[YouTube/Channel]] | |||
* [[Bash/Network]] | |||
* [[Bash/RAM]] | |||
* [[Bash/CPU]] | |||
* [[Bash/Port]] | |||
* [[Bash]] | |||
* [[Port]] | |||
|- | |||
|colspan="3"| | |||
---- | |||
|- | |||
|valign="top"| | |||
* [[Private Enterprise Number]] | |||
* [[Linux User Creation]] | |||
* [[Linux Containers]] | |||
* [[PostgreSQL]] | |||
* [[IPTables]] | |||
* [[MySQL]] | |||
* [[CIDR]] | |||
* [[UFW]] | |||
* [[YQ Tool|YQ]] | |||
* [[JQ Tool|JQ]] | |||
|valign="top"| | |||
* [[Chorke Academia Backup]] | |||
* [[Cloud Computing Cost]] | |||
* [[Helm/PostgreSQL|Helm » PostgreSQL]] | |||
* [[Helm/MariaDB|Helm » MariaDB]] | |||
* [[Benchmarks]] | |||
* [[Online App]] | |||
* [[Helm]] | |||
|valign="top"| | |||
|} |
Revision as of 22:43, 2 March 2025
Virtual » Network
Virtual Instances | |||
---|---|---|---|
Name | Network | Subnets | Forward |
Virtual » Hosts | 10.20.40.200/29 |
10.20.40.200 … 207/32 = 08 |
✅ |
Virtual » Hosts | 10.20.40.208/29 |
10.20.40.208 … 215/32 = 08 |
⚪️ |
Virtual » Hosts | 10.20.40.208/28 |
10.20.40.208 … 223/32 = 16 |
✅ |
Virtual » Hosts | 10.20.40.224/28 |
10.20.40.224 … 239/32 = 16 |
⚪️ |
Virtual » Hosts | 10.20.40.224/31 |
10.20.40.224 … 225/32 = 02 |
✅ |
Virtual » Hosts | 10.20.48.226/31 |
10.20.40.226 … 227/32 = 02 |
⚪️ |
Virtual » Instance
lxc launch ubuntu:24.04 shahed-va -c limits.memory=2GB -c limits.cpu=2
lxc list -c=n -f=json|jq -r '.[]|select(.name=="shahed-va")|.status'
lxc config show shahed-va
cat <<'EXE'| lxc exec shahed-va -- bash
apt-get update;echo
mkdir -p /etc/apt/keyrings
apt list -a --upgradable;apt-get upgrade -y;echo
apt-get install -y apt-transport-https ca-certificates gnupg jq && apt-get clean
EXE
Virtual » Exec » Bash
cat <<'EXE'| lxc exec shahed-va -- bash
free -th && echo && systemd-analyze && echo && df -h
EXE
References
| ||
| ||
| ||