Certain company blocking a certain hosting provider? No problem, just tunnel the process through a small VPS with wireguard.
Consider server A your blocked server and server B your VPS.
Server A:
{ | |
"farming": [ | |
{ | |
"glyph": "cummmfpk", | |
"bytes": [ | |
"0x1d", | |
"0x32", | |
"0x15", | |
"0x58", | |
"0x00", |
Original post from my Blog.
Cloudflare now offers free Transform Rules, so BackBlaze B2 users can use URL Rewrite rules to hide bucket name and provide access to private bucket.
TLDR: Create a URL Rewrite Rule and hide your bucket name. If your bucket is private, you also need to create a Cloudflare Worker, copy the code and fill in the config.
FROM php:7.4-cli-alpine | |
# Install xdebug | |
RUN apk add --no-cache --virtual .phpize-deps $PHPIZE_DEPS \ | |
&& pecl install xdebug \ | |
&& docker-php-ext-enable xdebug \ | |
&& apk del .phpize-deps | |
WORKDIR /var/www/html |
This service will use the same remote name you specified when using rclone config create
. If you haven't done that yet, do so now.
Next, create the mountpoint for your remote. The service uses the location ~/mnt/<remote>
by default.
mkdir ~/mnt/dropbox
Character code (character) | Duration (ms) | Alias to | Pronounced as |
---|---|---|---|
27 (�) | 656 | None | Escape |
33 (!) | 1333 | None | Exclamation mark |
35 (#) | 409 | None | Hash |
36 ($) | 425 | None | Dollar |
37 (%) | 631 | None | Percent |
38 (&) | 329 | None | And |
43 (+) | 396 | None | Plus |
45 (-) | 706 | None | Dash |
See how a minor change to your commit message style can make a difference.
Tip
Take a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
{ | |
"use_https": "", | |
"purge_amazonS3_info": "" | |
} |
This guide creates a reverse SSH tunnel to route all Plex server traffic through it.
Step 2 is done on the tunnel, all other steps are done on the plex server.
On plex server: