shiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiit

  • 0 Posts
  • 17 Comments
Joined 1 year ago
cake
Cake day: September 30th, 2023

help-circle



  • Take it from someone who is a Linux noob and Googles for terminal commands every time, and whose most used keys are ctrl c, ctrl v…

    1. Go to official docker documentation, copy paste the commands to install docker.
    2. go to Portainer documentation, copy paste the commands to install Portainer Community Edition
    3. Find a service you want to install, copy the ‘docker compose’ text. (A good first service to install is Watchtower which takes care of updating other containers)
    4. go to Portainer’s browser UI, find the ‘stacks’ tab, paste, click ‘deploy’

    Don’t do this on your main server. Use some old hardware or a cheap VPS to practise on.

    The main skill I need is googling and asking AI. It’s that easy.














  • I used to Google for help, but the thing about Google is you have to know the correct technical terms, but when learning Linux, there are many unknown unknowns. And then you have to trawl through am the answers.

    Now, any time I enter a command and get errors, or if I don’t understand something in the logs, I’ll copy paste it into perplexity.ai - if necessary, it’ll ask for clarification. But mostly, it’ll suggest various causes and solutions, with explanation.