New pages
Jump to navigation
Jump to search
- 17:56, 24 April 2026 Setup Mac for ssh into synology (hist | edit) [3,011 bytes] Bacchas (talk | contribs) (Created page with "=Create config file= '''Create a config file in the ~/.ssh/config''' ''' This file contains the host name and the path to the ssh keys''' <pre> Host wendy HostName 192.168.20.22 User myname IdentityFile ~/.ssh/keyidfile IdentitiesOnly yes #for tailscale Host wendy-tailscale HostName 1.1.1.1 User myname IdentityFile ~/.ssh/keyfile IdentitiesOnly yes </pre>")
- 17:51, 24 April 2026 Scripts to backup to synology without mounting drives (hist | edit) [999 bytes] Bacchas (talk | contribs) (Created page with "<pre> #!/bin/bash # Use absolute paths for everything RSYNC_BIN="/usr/bin/rsync" MKDIR_BIN="/bin/mkdir" fdate=`date -I` fname="wendy_karaoke.txt" LOG_FILE="$HOME/Desktop/cronlogfiles/logs/$fname" # Create log directory if missing mkdir -p "$HOME/Desktop/cronlogfiles/logs" # Log Header { echo " " echo "***********************************************************" echo " " echo "------ $(date) --------" echo " " } >> "$LOG_FILE" # THE FIX: # 1. Changed '-avi'...")
- 17:50, 24 April 2026 Backup script on mac config and setup (hist | edit) [99 bytes] Bacchas (talk | contribs) (Created page with "=Setup Mac for ssh into synology = =Scripts to backup to synology without mounting drives=")
- 16:58, 21 April 2026 PYTHONAPP (hist | edit) [5,650 bytes] Bacchas (talk | contribs) (Created page with " pip install flask pymysql cryptography gunicorn DBUtils")