UP | HOME

DevOps

Table of Contents

is ddos a crime image

Firebase for Static Websites

I am tired of system administration hosting this site. For all static sites, I use firebase. Main reason, I already use a google account and it's easy.

> firebase init
# Initialize current directory using firebase

> firebase projects:list
# Show list of firebase projects

>firebase use
# Show active projects

>firebase deploy
# Deploy current project

Server Admin

Oracle Cloud offers a generous free tier which is perfect for hobby projects.

Recover SSH Key on Oracle Cloud Infrastructure

If you lose access to your SSH key, you can't log in to your machine. There are no backdoors.

  • follow steps here
  • to figure out what the attached network volume is1

    lsblk
    
  • no need to pass -o nouuid when mounting

Database

Footnotes: