Skip to content

Instantly share code, notes, and snippets.

@zebrajaeger
zebrajaeger / ZenTransfer.md
Last active March 14, 2025 08:19
📂 Bash script to move files with rclone in the background, even after logout, with logging and bandwidth control.

zentransfer.sh

Description

This Bash script ensures that an rclone move command runs in the background, even after the user logs out.

Features:

  • Moves the contents of a local folder to a remote destination.
  • Ignores existing files to prevent overwriting.
  • Deletes empty source directories after transfer.
  • Supports bandwidth limitation (adjustable in KB/s).
@zebrajaeger
zebrajaeger / my_linux_aliases.md
Last active June 29, 2023 09:19
My personal linux aliases

My Linux Aliases

where to put

~/.bash_aliases

Reload manualy

source ~/.bash_aliases

Files

Kameragewinde

Gewinde Vorbohrung[mm] Kernloch[mm] Außendurchmesser[mm] Steigung[mm]
1/4-20 UNC 5,2 5,35 6,35 1,27
3/8-16 UNC 8,0 8,25 9,53 1,59

Wordpress

Docker compose Installation

version: "3.9"
    
services:
  db:
 image: mysql:5.7
@zebrajaeger
zebrajaeger / Split_Ring_Planetary_Gear.md
Last active April 13, 2022 09:51
Split Ring Planetary gear
@zebrajaeger
zebrajaeger / intellij-plugins.md
Last active April 22, 2022 09:24
Usefull Intellij Plugins
@zebrajaeger
zebrajaeger / software.md
Last active September 20, 2021 10:54
Software

Tools

Generic

Windows

  • 7-Zip
  • Greenshot
  • WireGuard
  • WinSCP
@zebrajaeger
zebrajaeger / pi-server.md
Last active August 15, 2021 08:34
Pi server

Server

This is a short installation manual for a home-server. I made it for me if... you know. There are thinks to make it better. Using Docker internal networks instead bind directly to the host. Because this causes port coflicts and the only way to solve it (without a start from the beginning) was to create a mixture of localhost access and ip of the server which is pretty ugly.

Ports

  • 22 SSH (expose to www)