“We have reviewed the activity we have seen connected to your account. As a result, your account has been suspended because we believe this activity presents a risk to our eBay community. We do not make this decision lightly… there is no appeal for this decision.”
Installing NGINX on CentOS 8
Installing NGINX on RHEL-spectrum systems, from the official repo http://nginx.org/packages/${distro}/${distrorel}/${arch}
Installing Docker+Compose on CentOS 8
How to install Docker + Compose (and also grab Git and Nano while you're in there): This is mostly a tl;dr of the instructions: sudo dnf remove docker\* sudo dnf config-manager –add-repo https://download.docker.com/linux/$(. /etc/os-release;echo $ID)/docker-ce.repo sudo dnf install docker-ce docker-ce-cli git nano sudo curl -fL "https://github.com/docker/compose/releases/download/v2.3.3/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose && sudo chmod +x /usr/local/bin/docker-compose sudo systemctl enable –now docker sudo usermod $(whoami) -a -G docker
[obsolete] Gab Social on CentOS 8 via Docker Compose
This post is not relevant anymore. Gab has permanently removed (and will not be re-enabling) Federation in any capacity, so there's no point to even considering running your own Gab Social-based site. These instructions cover the complete process, “all batteries included”, as I executed this on a VPS. First, install Docker+Compose. Then, grab the Gab source code and build it: git clone -b develop https://code.gab.com/gab/social/gab-social.git (No; they do not …
selinux allow httpd access to folder
If, for instance, you are serving the internet stuff at /srv/stuff/TehInternetz instead of (or in addition to) the default /var/www, and selinux is preventing Apache/NGINX from accessing the files, run the following: dnf install policycoreutils-python-utils || yum install policycoreutils-python || apt install semanage-utils semanage fcontext -a -e /var/www /srv/stuff/TehInternetz restorecon -R -v /srv/stuff/TehInternetz
Tmux: create session if it doesn't exist
tmux new-session -A -s 0
CGI "Basic" HTTP Authorization, in a nutshell
Simply split on "Basic ", base64decode, split on ":", and decode the username.
Citations: Discord Google Play Negative Review
Posting this here because the Discord.com developers gave a canned reply to my negative review, and I can't just leave them with the last word; but Google Play reviews are limited to 500 characters
Sonoma County SO #191115-013
Sheriff's Press Release The protestors' flyer Excellent article (ft. mugshots!) (archive link) Informative thread Good article Facebook post from MIRI employee Facebook post from reunion attendee LessWrong ban Supposedly leaked legal discussion A sympathetic source familiar with the matter tells me that Ziz still hasn't got a lawyer, nearly 1½ years after the arrest date, and that the story behind this fact may be newsworthy
Transcript: Zelenko x Katzin, Apr 30th
Transcribed from youtube.com/v/EyGHiFlF98g Rabbi Aryeh Katzin: So we have an honor to have with us Dr. Zelenko and I would like to ask [the] Dr, please update us on your fight against COVID-19 and the latest experiences. Dr. Vladimir Zelenko: Yeah, thank you again for having me and for the opportunity [to] share my experience [with] the public. So, in my community, the infection rates have dropped significantly, thank …