The commands below assume a build plate of 235 x 235 mm.
M211 S0
vi /usr/lib/systemd/system/wifi_disable_powersave.service
[Unit]
Description=Disable WiFi power save mode
After=sys-subsystem-net-devices-wlan0.device
[Service]
# | |
# Home Assistant Automation Blueprint | |
# | |
# Sends two notifications to close a window or door after opening it, | |
# if the temperature outside is below a certain degree. | |
# | |
# Revision 3 | |
# Roozbeh Farahbod, Jan. 2021 | |
# Jonas Friedmann, Nov. 2021 | |
# |
#!/usr/bin/env bash | |
# MySQL / MariaDB Dump Helper | |
# =========================== | |
# FEATURES: Progress bar with ETA, support multiple databases (dump into separated files) and password as argument | |
# REQUIREMENTS: | |
# ============= | |
# GNU Core Utilities, mysql, mysqldump, pv (https://github.com/icetee/pv) |
The guide below describes how to connect a Raspberry Pi 4B to the Prusa i3 MK3s main board (Einsy RAMBo) board with its builtin RPi headers and an additional step-down / buck converter. The buck converter is necessary, since the Einsy headers do not provide enough amps to power anything bigger than a Raspberry Pi Zero W.
BEGIN MESSAGE. | |
EEGErlKyZxOo4VB kevDbZUEJAKrBDB R20P7l03WuMQcBL YELNpEd6pHSK0Ng | |
rELQG5zby40L7QO FwKs4uB8e83TCKq 6Xr2MZHgg6oYWic lco69PQeA8YqJel | |
dc4vyMPo8DNbKMT IfoxAFXppc4Frfl 8OE60qwf1IcLNGn gAHSdzQRYfjwayL | |
bgm5HNUb0f7EJJV DvyzY9wmIdIvIMx mGPQj. | |
END MESSAGE. |
The MIT License (MIT) | |
Copyright (c) 2019 Jonas Friedmann | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is | |
furnished to do so, subject to the following conditions: |
Download the client-information
and move it to /usr/local/bin/client-information
:
wget https://gist.githubusercontent.com/frdmn/5eeebc05c61c7a00450aee8b81be824c/raw/520d3e9ae9ec80710344119e1780939fa843130b/client-information -O /usr/local/bin/client-information
bash +x /usr/local/bin/client-information
Configure the scheduler to periodically run the script:
#!/usr/bin/env bash | |
# Script to remove old uploads in Rocket.Chat instances for people using the filesystem storage method. | |
# This script makes sure to NOT remove users avatars. Because they are stored in the same directory we | |
# have to query the Mongo to check if a file is a regular file upload or a avatar. | |
# | |
# Env vars: | |
# - DELETE_OLDER_THAN_DAYS (defaults to 5) | |
# | |
# Written by: Jonas "frdmn" Friedmann <[email protected]> | |
# Requirements: mongo (cli), docker-compose, jq, tofrodos package |
Install requirements and dependencies:
apt install git cpanminus automake build-essential libauthen-ntlm-perl libclass-load-perl libcrypt-openssl-rsa-perl libdata-uniqid-perl libdate-manip-perl libdigest-hmac-perl libdigest-md5-file-perl libdist-checkconflicts-perl libfile-copy-recursive-perl libio-tee-perl libjson-perl libmail-imapclient-perl libmodule-implementation-perl libmodule-runtime-perl libmodule-scandeps-perl libpackage-stash-perl libpackage-stash-xs-perl libpar-packer-perl libreadonly-perl libsys-meminfo-perl libterm-readkey-perl libtest-fatal-perl libtest-mock-guard-perl libtest-mockobject-perl libtest-pod-perl libtest-requires-perl libtry-tiny-perl libunicode-string-perl make makepasswd perl-doc rcs
Clone source code from git repository
git clone https://github.com/imapsync/imapsync.git