From 51e34cd194968f39c5772da2cf9ee24eb98d1616 Mon Sep 17 00:00:00 2001 From: Brian Munroe Date: Sun, 1 Sep 2024 11:16:11 -0700 Subject: [PATCH] Finishing work on ISSUE-61 (#62) * working on ISSUE-61 * refactoring --- .../users/{SYNShop3.0 => SYN Shop 3.0}/FAQ.md | 0 .../{SYNShop3.0 => SYN Shop 3.0}/index.md | 0 .../property.summary1.jpg | Bin .../property.summary2.jpg | Bin .../shop.3.0.map.png | Bin .../synshop.v3.0-floorplan.png | Bin docs/users/{media.md => Shop Network.md} | 23 ++++++++++++++---- 7 files changed, 18 insertions(+), 5 deletions(-) rename docs/users/{SYNShop3.0 => SYN Shop 3.0}/FAQ.md (100%) rename docs/users/{SYNShop3.0 => SYN Shop 3.0}/index.md (100%) rename docs/users/{SYNShop3.0 => SYN Shop 3.0}/property.summary1.jpg (100%) rename docs/users/{SYNShop3.0 => SYN Shop 3.0}/property.summary2.jpg (100%) rename docs/users/{SYNShop3.0 => SYN Shop 3.0}/shop.3.0.map.png (100%) rename docs/users/{SYNShop3.0 => SYN Shop 3.0}/synshop.v3.0-floorplan.png (100%) rename docs/users/{media.md => Shop Network.md} (69%) diff --git a/docs/users/SYNShop3.0/FAQ.md b/docs/users/SYN Shop 3.0/FAQ.md similarity index 100% rename from docs/users/SYNShop3.0/FAQ.md rename to docs/users/SYN Shop 3.0/FAQ.md diff --git a/docs/users/SYNShop3.0/index.md b/docs/users/SYN Shop 3.0/index.md similarity index 100% rename from docs/users/SYNShop3.0/index.md rename to docs/users/SYN Shop 3.0/index.md diff --git a/docs/users/SYNShop3.0/property.summary1.jpg b/docs/users/SYN Shop 3.0/property.summary1.jpg similarity index 100% rename from docs/users/SYNShop3.0/property.summary1.jpg rename to docs/users/SYN Shop 3.0/property.summary1.jpg diff --git a/docs/users/SYNShop3.0/property.summary2.jpg b/docs/users/SYN Shop 3.0/property.summary2.jpg similarity index 100% rename from docs/users/SYNShop3.0/property.summary2.jpg rename to docs/users/SYN Shop 3.0/property.summary2.jpg diff --git a/docs/users/SYNShop3.0/shop.3.0.map.png b/docs/users/SYN Shop 3.0/shop.3.0.map.png similarity index 100% rename from docs/users/SYNShop3.0/shop.3.0.map.png rename to docs/users/SYN Shop 3.0/shop.3.0.map.png diff --git a/docs/users/SYNShop3.0/synshop.v3.0-floorplan.png b/docs/users/SYN Shop 3.0/synshop.v3.0-floorplan.png similarity index 100% rename from docs/users/SYNShop3.0/synshop.v3.0-floorplan.png rename to docs/users/SYN Shop 3.0/synshop.v3.0-floorplan.png diff --git a/docs/users/media.md b/docs/users/Shop Network.md similarity index 69% rename from docs/users/media.md rename to docs/users/Shop Network.md index c554151..a7b08d0 100644 --- a/docs/users/media.md +++ b/docs/users/Shop Network.md @@ -1,6 +1,18 @@ -# Media +## Wifi Password +Free wifi is available for Shop members, to join, please connect to the `synshop` SSID, using the password posted on signs located around the Shop. -## About +## User File Shares +Wondering how to get your project file from your computer to a Shop computer? + +If you don't feel like using a USB key to physically transfer the file, SYN Shop has four different SMB shares available that you can use when connected to the Shop network. + + - LaserShare - Laser Cutter Control Computers (First Child, New Kid, Big Boi) + - PrintShare - 2D Printing Computer (DTG) + - 3DPrintShare - 3D Printer Control Computers (Bambu FTM, Anycubic Resin) + - ShopBotShare - Shopbot Control Computer (VCarve Pro Master, Shopbot Controller) + +## media.synshop.org +### About Media (media.synshop.org aka 10.0.40.19) is a server that houses files. It is only accessible when you're in the shop and using our WiFi. @@ -12,18 +24,18 @@ you get faster transfer speeds. Further, you may consider using rsync as you can start and stop jobs that may take more than a few hours so you can run them over a few days and if the transfer fails you don't have start from scratch. -## FTP +### FTP To access the site via FTP, use anonymous FTP which might be supported by your browser via this link: [ftp://media.synshop.org](ftp://media.synshop.org). (or it [may not](https://www.bleepingcomputer.com/news/google/chrome-and-firefox-developers-aim-to-remove-support-for-ftp/)!) -## HTTP +### HTTP To access the site via a browser, click this link: [http://media.synshop.org](http://media.synshop.org). -## rsync (on a mac/linux client) +### rsync (on a mac/linux client) To access the site via rsync @@ -36,3 +48,4 @@ presentations from HOPE 2018, you would find this URL: that'd be: `./pub/infocon.org/cons/2600/The\ Circle\ of\ HOPE\ \(2018\)/` 1. To sync all these to the current directory you're in, you'd run this command and enter the password `media` when prompted: `rsync -avz -e ssh --progress "media@media.synshop.org:./pub/infocon.org/cons/2600/The\ Circle\ of\ HOPE\ \(2018\)/" .` +