User contributions for Bacchas
Jump to navigation
Jump to search
- 19:02, 24 April 2026 diff hist +2 Setup Mac for ssh into synology current
- 19:02, 24 April 2026 diff hist +2 Scripts to backup to synology without mounting drives →Mac Setup Bash menu- Home current
- 19:01, 24 April 2026 diff hist +241 Setup Mac for ssh into synology
- 18:58, 24 April 2026 diff hist +1,337 Setup Mac for ssh into synology
- 18:54, 24 April 2026 diff hist +535 Setup Mac for ssh into synology
- 18:52, 24 April 2026 diff hist +403 Setup Mac for ssh into synology
- 18:35, 24 April 2026 diff hist +117 Scripts to backup to synology without mounting drives
- 18:35, 24 April 2026 diff hist +118 Setup Mac for ssh into synology
- 17:56, 24 April 2026 diff hist +375 N Setup Mac for ssh into synology 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 diff hist +880 N Scripts to backup to synology without mounting drives 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 diff hist +99 N Backup script on mac config and setup Created page with "=Setup Mac for ssh into synology = =Scripts to backup to synology without mounting drives=" current
- 17:47, 24 April 2026 diff hist +49 Bash current
- 14:49, 23 April 2026 diff hist +468 PYTHONAPP current
- 20:25, 21 April 2026 diff hist 0 PYTHONAPP →Test App Manually
- 20:25, 21 April 2026 diff hist +2 PYTHONAPP →Configure the Database
- 17:40, 21 April 2026 diff hist +377 PYTHONAPP
- 17:37, 21 April 2026 diff hist +1,537 PYTHONAPP
- 17:30, 21 April 2026 diff hist +783 PYTHONAPP
- 17:22, 21 April 2026 diff hist +274 PYTHONAPP
- 17:19, 21 April 2026 diff hist +596 PYTHONAPP
- 17:15, 21 April 2026 diff hist +951 PYTHONAPP
- 17:08, 21 April 2026 diff hist +171 PYTHONAPP
- 17:06, 21 April 2026 diff hist −2 PYTHONAPP
- 17:06, 21 April 2026 diff hist +175 PYTHONAPP
- 17:02, 21 April 2026 diff hist −2 PYTHONAPP
- 17:02, 21 April 2026 diff hist +124 PYTHONAPP
- 17:01, 21 April 2026 diff hist 0 PYTHONAPP
- 17:00, 21 April 2026 diff hist −2 PYTHONAPP
- 17:00, 21 April 2026 diff hist −1 PYTHONAPP
- 17:00, 21 April 2026 diff hist +2 PYTHONAPP
- 17:00, 21 April 2026 diff hist +141 PYTHONAPP
- 16:58, 21 April 2026 diff hist +56 N PYTHONAPP Created page with " pip install flask pymysql cryptography gunicorn DBUtils"
- 16:37, 21 April 2026 diff hist +18 Main Page current
- 16:52, 5 January 2026 diff hist +244 Python Environment Setup current
- 16:50, 5 January 2026 diff hist +390 Python Environment Setup
- 16:21, 5 January 2026 diff hist +13 Python Environment Setup
- 16:20, 5 January 2026 diff hist +1 Python Environment Setup
- 16:20, 5 January 2026 diff hist +420 Python Environment Setup
- 16:18, 5 January 2026 diff hist +13 Python Environment Setup
- 16:18, 5 January 2026 diff hist +13 Python Environment Setup
- 16:03, 5 January 2026 diff hist +1 Python Environment Setup
- 15:47, 5 January 2026 diff hist +349 N Python Environment Setup Created page with "==Create the Environment with a Unique Name== *Instead of the generic .venv, give your Windows environment a name that clearly identifies it. In your project's root terminal, run: python -m venv .venv_pc *This creates a new folder named .venv_pc in your project. Your existing Mac folder (e.g., .venv or .venv_mac) will remain completely untouched."
- 15:46, 5 January 2026 diff hist −1 Python current
- 15:45, 5 January 2026 diff hist +31 Python
- 19:06, 2 December 2025 diff hist +411 .PS1 To .exe current
- 19:05, 2 December 2025 diff hist +118 N .PS1 To .exe Created page with "==Converting a PowerShell script (.ps1) to an executable (.exe) can be achieved using tools like PS2EXE or IExpress.=="
- 19:04, 2 December 2025 diff hist +21 PowerShell current
- 16:50, 2 December 2025 diff hist +393 Convert .Py to .exe current
- 16:48, 2 December 2025 diff hist +134 Convert .Py to .exe
- 16:47, 2 December 2025 diff hist +32 Convert .Py to .exe