[ Home / * / RSS ] [ b / c / g / lit / guestbook ] [ k / a / min / t / m ] [ Deepswarm / Services ] [ Search / Rules / Mod ]

/g/ - Technology

"The version with Linux, we call “GNU/Linux.” It is OK to call it “GNU” when you want to be really short, but it is better to call it “GNU/Linux” so as to give Torvalds some credit."
[Return][Go to bottom]
Name (Name could be empty, then a random name will be used from a pool.)
Options
(sage: append your comment to a thread without bumping it; noko: after commenting, make your url stay inside the thread.)
Subject
Comment
File
Ext: jpg|jpeg|png|txt|conf|org|md|pdf|epub, Media:mp3|flac|webm; Max Size: 12M (Sum of all files);
Embed

Markup Guide

  • heading: use ## as 2nd heading and ### as 3rd.
  • inline code, use `
  • strong text, use **
  • italic text, use * or _ (single underscore)
  • slash the text, use ~~
  • underline the text, use __, enclosing text in double underscores.
  • Make hyperlink, directly paste url or use markdown syntax: [Link name](the url)
  • Goth the text, use [[ and ]]; Garamond the text, use (( and ))
  • Spolier the text, use ==; Make the text glowing, use ::
  • Make Kiketext, use ((( and )))
  • link inline meme/smiley, use double plus signs ++http://dswarmsikhttkg7jgsoyfiqpj3ighupfrvuz5ri3lu5q2dlqyrpgk7ad.onion/css/e/b0.webp++
  • code block, use ```:

    ```
    // comment
    some code
    ```

  • A place for testing markup: /test. I'll clean test threads from time to time, so use it when you're not sure.
  • Use >>NUM (double) to make reference in-board,
  • use >>>/SLUG/NUM (triple) to reference any post of any board.

    File: 1731149914659.png (11.08 KB, 272x102,imageMagick.png)

     No.56

    New instance: https://videos.deep-swarm.xyz/ (may shut down in several days until I find a cheaper VPS provider) I've shut it down.

    Followed Denshi's https://comfy.guide/server/peertube/ (2021).

    some notes for a freshly installed Debian 11:
    apt install -y curl sudo unzip vim ffmpeg postgresql postgresql-contrib g++ make redis-server git cron wget certbot python3-certbot-nginx
    - when modified config/production.yml remember to manually generate secrets for the first time run peertube, by runing openssl rand -hex 32, then filling line16:
    # Secrets you need to generate the first time you run PeerTube
    secrets:
      # Generate one using `openssl rand -hex 32`
      peertube: ''
    - systemctl restart nginx after activating new peertube nginx config, in the guide Denshi forgot to mention this.

    Hardware requirements
    In their official site:
    - 1 vCore
    - 1.5 GB of RAM
    - Enough storage for videos
    - 20Mbit/s upload network speed
    - Enough bandwidth to broadcast videos
    From what I observed, peertube.service hinged mostly upon RAM, and my 8192MB RAM + 1vCPU is decent for this small video site. Try a 2GB RAM machine for a few days then you would have your conclusion.

     No.61

    >>56
    My first attempt was to use a 4096MB RAM vultr machine (which also hosts this chan and some docker containers), but it failed. Normally for this machine only about 1/4 of the memory is used (without peertube). So clearly the remaining 3GB is not enough for a peertube instance. I recommend to use a >4GB machine to be on the safe side. See peertube suck how much of your memory, then if there is still space, just install more FOSS software.