Free VPS, Docker Site Collections - NETSEC

Latest

Learning, Sharing, Creating

Cybersecurity Memo

Monday, May 6, 2024

Free VPS, Docker Site Collections

This post is to collect some Free VPS we can use it with all kinds of limitations.  




My Free VPS Posts list



Gitpod



1 Create your account https://gitpod.io/ or log in using your existing Github / Gitlab / Bitbucket account



2 Create your workspace. Make sure choose your Github repository, terminal, and large class instance.





3 Change to root user mode

sudo -i

apt install neofetch

root@51net-test-70kj6qi041y:~# neofetch
            .-/+oossssoo+/-.               root@51net-test-70kj6qi041y 
        `:+ssssssssssssssssss+:`           --------------------------- 
      -+ssssssssssssssssssyyssss+-         OS: Ubuntu 22.04.4 LTS x86_64 
    .ossssssssssssssssssdMMMNysssso.       Host: Google Compute Engine 
   /ssssssssssshdmmNNmmyNMMMMhssssss/      Kernel: 6.1.75-060175-generic 
  +ssssssssshmydMMMMMMMNddddyssssssss+     Uptime: 15 hours, 28 mins 
 /sssssssshNMMMyhhyyyyhmNMMMNhssssssss/    Packages: 552 (dpkg) 
.ssssssssdMMMNhsssssssssshNMMMdssssssss.   Shell: bash 5.1.16 
+sssshhhyNMMNyssssssssssssyNMMMysssssss+   Terminal: node 
ossyNMMMNyMMhsssssssssssssshmmmhssssssso   CPU: AMD EPYC 7B13 (16) @ 2.449GHz 
ossyNMMMNyMMhsssssssssssssshmmmhssssssso   Memory: 12897MiB / 64298MiB 
+sssshhhyNMMNyssssssssssssyNMMMysssssss+
.ssssssssdMMMNhsssssssssshNMMMdssssssss.                           
 /sssssssshNMMMyhhyyyyhdNMMMNhssssssss/                            
  +sssssssssdmydMMMMMMMMddddyssssssss+
   /ssssssssssshdmNNNNmyNMMMMhssssss/
    .ossssssssssssssssssdMMMNysssso.
      -+sssssssssssssssssyyyssss+-
        `:+ssssssssssssssssss+:`
            .-/+oossssoo+/-.

You can also try htop / top / free / lscpu command to get some hardware information. 

4 Billing (Free Plan - 50 hours / Month)

CURRENT PLAN
Free
500 credits50 hours of Standard workspace usage.

Codeanywhere

 https://codeanywhere.com/signin



Free for 20 hours, 4 Parallel Workspaces, and Workspace Timeout in 30 minutes.

Create Workspace using Ubuntu as an example:


Here is how the workspace looks like:





Github Codespace






Stop codespace instance from Repository Code button:



Free Linux from Labex.io


https://labex.io/courses/quick-start-with-linux

Run following commands to get docker running:
1. apt update
2. apt install docker.io
3. apt install screen
4. screen -S docker-session
5. dockerd
6. ctrl+a, d
7. docker run command , but you will not be able to download image to local since no internet access






https://codesandbox.io/


https://codesandbox.io/

FreeFor learning and experimenting $0

Get started for free
Usage
  • Up to 40 hours worth of VM credits per month
  • VMs up to 4 vCPUs + 8 GiB RAM

  • 5 private Sandboxes
  • Unlimited public Sandboxes
  • Unlimited personal drafts

  • Unlimited Devboxes and repositories
  • 5 members


Features
  • Private Sandboxes, Devboxes & repos
  • 100 Codeium AI code completions

  • Live collaboration

  • VS Code extension

  • Instant environment resume
  • Instant environment share









References








No comments:

Post a Comment