Hide private address on Amazon
- Install Stylus for Chrome, Firefox.
- Click here to install
hide-address.user.css
.
Hide private address on Amazon
hide-address.user.css
.Here is easy steps to try Windows 10 on ARM or Ubuntu for ARM64 on your Apple Silicon Mac. Enjoy!
NOTE: that this is current, 10/1/2021 state.
# Runs on Python 3.8 + Pillow | |
# Should run also on Python 3.7+ | |
from pathlib import Path | |
from PIL import Image, ImageOps, ImageFilter | |
def main(): | |
Path('./stroked').mkdir(exist_ok=True) |
FROM alpine:3.10.1 | |
LABEL maintainer "Adrian B. Danieli - https://github.com/sickp" | |
EXPOSE 80 443 | |
CMD ["nginx", "-g", "daemon off;"] | |
ENV NGINX_VERSION 1.19.1 | |
RUN set -ex \ |
#!/bin/bash | |
# | |
# Convert an SVG file to a PDF file by using headless Chrome. | |
# | |
if [ $# -ne 2 ]; then | |
echo "Usage: ./svg2pdf.bash input.svg output.pdf" 1>&2 | |
exit 1 | |
fi |
I wanted to run Microk8s on a Proxmox 6 host inside of an LXC container. These are my notes from the journey.
http2-casper: ON | |
compress: ON | |
header.setifempty: "X-XSS-Protection: 1; mode=block" | |
header.setifempty: "Expect-CT: max-age=2592000, enforce" | |
header.setifempty: "Expect-Staple: max-age=31536000; includeSubDomains; preload" | |
listen: | |
port: 80 |
#include "sleepy-discord/include/sleepy_discord/websocketpp_websocket.h" | |
class MyClientClass : public SleepyDiscord::DiscordClient { | |
public: | |
using SleepyDiscord::DiscordClient::DiscordClient; | |
void onMessage(SleepyDiscord::Message message) override { | |
if (message.content.find("Fuck")!=std::string::npos&&message.author.username!="時雨谷") sendMessage(message.channelID, "Go to hell " + message.author.username); | |
if (message.content.find("遊ぼう")!=std::string::npos&&message.author.username!="時雨谷") sendMessage(message.channelID, "遊ぼう"); | |
if (message.content.find("馬鹿")!=std::string::npos&&message.author.username!="時雨谷") sendMessage(message.channelID, "馬鹿"); | |
if (message.content.find("もう遊ばない")!=std::string::npos&&message.author.username!="時雨谷") sendMessage(message.channelID, "遊ばない"); |
#!/bin/sh | |
# Mirakurun/mirakc channel yaml output by uru (https://twitter.com/uru_2) | |
# | |
# require: | |
# stz2012/epgdump | |
# xmllint (libxml2 tools) | |
# ISDB-T/S record software | |
# recpt1, dvbv5-zap & Chinachu/dvbconf-for-isdb | |
set -eu |
@rem 「※※※」は私のコメントです(元増田のコメントではありません) | |
@rem エクスプローラ周り重い人向け覚書 | |
@rem https://anond.hatelabo.jp/20191116220232 | |
@rem ■ システム設定 | |
@rem Windows Defender自身を検索して無限ループに陥る問題を解消する | |
@rem - 設定→更新とセキュリティ→Windows セキュリティ→ウイルスの驚異の防止 | |
@rem - ウイルスと驚異の防止の設定→設定の管理 |