August 15, 2018 [PeerTube, Videos]
I have quite a few videos hosted on YouTube that I would like to upload to my new PeerTube location, but I don’t want to install all the PeerTube dependencies on my machine, so I did it all inside a Docker image.
First I built and started a Docker container:
$ git clone /tmp/peertube $ cd /tmp/peertube $ docker build . -f ./support/docker/production/Dockerfile.buster --tag peertube $ docker run --tty --interactive peertube bash
Then I ran these commands inside it:
# apt update && apt install git -y && apt upgrade -y # npm install -g npm n typescript # n stable # yarn upgrade yarn # NODE_ENV=develop NOCLIENT=1 yarn install --pure-lockfile --production=false # NODE_ENV=develop npm run setup:cli # node dist/server/tools/peertube-import-videos.js --url " --username "andybalaam" --target-url " --password=mypw
Of course, it would be better to write this up into its own Dockerfile to make this a one-liner.
References: PeerTube Docker setup, PeerTube video import.
PakarPBN
A Private Blog Network (PBN) is a collection of websites that are controlled by a single individual or organization and used primarily to build backlinks to a “money site” in order to influence its ranking in search engines such as Google. The core idea behind a PBN is based on the importance of backlinks in Google’s ranking algorithm. Since Google views backlinks as signals of authority and trust, some website owners attempt to artificially create these signals through a controlled network of sites.
In a typical PBN setup, the owner acquires expired or aged domains that already have existing authority, backlinks, and history. These domains are rebuilt with new content and hosted separately, often using different IP addresses, hosting providers, themes, and ownership details to make them appear unrelated. Within the content published on these sites, links are strategically placed that point to the main website the owner wants to rank higher. By doing this, the owner attempts to pass link equity (also known as “link juice”) from the PBN sites to the target website.
The purpose of a PBN is to give the impression that the target website is naturally earning links from multiple independent sources. If done effectively, this can temporarily improve keyword rankings, increase organic visibility, and drive more traffic from search results.