-
Download and install these two CLI tools:
-
Create a permanent folder on your file explorer named something like
BetterDiscordReinstall
. -
Depending on your Discord client, place the two batch programs in the folder:
#!/bin/bash | |
# Run Multiple Tor Browser Instances side-by-side | |
# | |
# Required for windows user: you may want to have linux friendly shell already installed (Git-Bash is doing a fine job and easy to install) | |
# Then, | |
# Go to Tor Browser install directory ex: "C:\Programs\Tor Browser" | |
# Create and or copy this script there under the name "tbb_clone.sh" (name and path not important if you know what you are doing) | |
# Run the script ex: "bash ./tbb_clone.sh -n 4 -p ./Browser" | |
# This will create 4 copies of the "Browser" folder named "TBB1" to "TBB4" |
Microsoft partnered with Canonical to create Bash on Ubuntu on Windows, running through a technology called the Windows Subsystem for Linux. Below are instructions on how to set up the ssh server to run automatically at boot.
- Edit the
/etc/ssh/sshd_config
file by running the commandsudo vi /etc/ssh/sshd_config
and do the following- Change
Port
to 2222 (or any other port above 1000) - Change
PasswordAuthentication
to yes. This can be changed back to no if ssh keys are setup.
- Change
- Restart the ssh server:
sudo service ssh --full-restart
- With this setup, the ssh server must be turned on every time you run Bash on Ubuntu on Windows, as by default it is off. Use this command to turn it on:
This is a quick howto for self-hosting SyncLounge, a useful tool for hosting watch parties for your Plex server.
If you just want to host a plex party, you can use the public synclounge.tv server. If you want to use Docker instead of mucking about with Node, the SyncLounge readme describes it. This is for running the NodeJS yourself.
You don't need programming experience to set SyncLounge up, but without a passable experience configuring linux, you're probably better off using synclounge.tv instead.
- linux These docs assume a debian/ubuntu distro, but it should be easy enough to install packages on the distro of your choice. nodejs should run on Windows, and feel free to write a different guide for that.
stylebot.me
has been down for a while. Fonger created this gist to help those who need document on pattern settings. I have forked his gist in case he ever removes it.
By default, Stylebot uses simple text strings to match styles to websites. Examples:
docs.google.com
: Matches any URL withdocs.google.com
in it.docs.google.com, spreadsheets.google.com
: Matches any URL withdocs.google.com
orspreadsheets.google.com
in it.
Stylebot supports wildcards **
, *
and ,