<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.wreckroom.nyc/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=192.168.1.1</id>
	<title>Wreckroom - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.wreckroom.nyc/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=192.168.1.1"/>
	<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=Special:Contributions/192.168.1.1"/>
	<updated>2026-04-29T15:44:24Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.2</generator>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=Web_Server&amp;diff=450</id>
		<title>Web Server</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=Web_Server&amp;diff=450"/>
		<updated>2026-04-28T21:55:42Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Synology Site Management =&lt;br /&gt;
&lt;br /&gt;
Both sites are hosted on '''mainsqueeze''' (Synology) behind NGINX Reverse Proxy, served over 443.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Site !! Local Port !! Directory&lt;br /&gt;
|-&lt;br /&gt;
| [https://wreckroom.nyc wreckroom.nyc] || &amp;lt;code&amp;gt;localhost:3000&amp;lt;/code&amp;gt; || &amp;lt;code&amp;gt;/volume2/wreckroom.nyc/wreckroom.nyc&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [https://justinbjur.com justinbjur.com] || &amp;lt;code&amp;gt;localhost:3001&amp;lt;/code&amp;gt; || &amp;lt;code&amp;gt;/volume2/justinbjur.com/justinbjur.com&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Updating Site Content ==&lt;br /&gt;
# Make changes locally and commit to GitHub&lt;br /&gt;
# SSH into mainsqueeze: &amp;lt;code&amp;gt;ssh guernica@wreckroom.nyc&amp;lt;/code&amp;gt;&lt;br /&gt;
# Navigate to the site and pull:&lt;br /&gt;
## &amp;lt;code&amp;gt;cd /volume2/wreckroom.nyc/wreckroom.nyc&amp;lt;/code&amp;gt; (or justinbjur.com)&lt;br /&gt;
## &amp;lt;code&amp;gt;git pull&amp;lt;/code&amp;gt;&lt;br /&gt;
# Restart pm2: &amp;lt;code&amp;gt;sudo pm2 restart wreckroom.nyc&amp;lt;/code&amp;gt; (or justinbjur.com)&lt;br /&gt;
&lt;br /&gt;
== PM2 ==&lt;br /&gt;
'''PM2''' is a process manager that keeps both Next.js apps alive on the server.&lt;br /&gt;
&lt;br /&gt;
=== Current Processes ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Name !! Command&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;wreckroom.nyc&amp;lt;/code&amp;gt; || &amp;lt;code&amp;gt;npm run start&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;justinbjur.com&amp;lt;/code&amp;gt; || &amp;lt;code&amp;gt;npm run start&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== After a Synology Reboot ===&lt;br /&gt;
PM2 should auto-resume if &amp;lt;code&amp;gt;pm2 save&amp;lt;/code&amp;gt; was run. If not, restart manually:&lt;br /&gt;
# &amp;lt;code&amp;gt;cd /volume2/wreckroom.nyc/wreckroom.nyc&amp;lt;/code&amp;gt;&lt;br /&gt;
# &amp;lt;code&amp;gt;sudo pm2 start npm --name &amp;quot;wreckroom.nyc&amp;quot; -- run start&amp;lt;/code&amp;gt;&lt;br /&gt;
# &amp;lt;code&amp;gt;cd /volume2/justinbjur.com/justinbjur.com&amp;lt;/code&amp;gt;&lt;br /&gt;
# &amp;lt;code&amp;gt;sudo pm2 start npm --name &amp;quot;justinbjur.com&amp;quot; -- run start&amp;lt;/code&amp;gt;&lt;br /&gt;
# &amp;lt;code&amp;gt;sudo pm2 save&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
If a site is down and pm2 shows an error, delete and restart that process:&lt;br /&gt;
# &amp;lt;code&amp;gt;sudo pm2 delete wreckroom.nyc&amp;lt;/code&amp;gt;&lt;br /&gt;
# &amp;lt;code&amp;gt;sudo pm2 start npm --name &amp;quot;wreckroom.nyc&amp;quot; -- run start&amp;lt;/code&amp;gt;&lt;br /&gt;
# &amp;lt;code&amp;gt;sudo pm2 save&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Certificates ==&lt;br /&gt;
If you modify a certificate's FQDN, you '''must''' also update the reverse proxy entry.&lt;br /&gt;
&lt;br /&gt;
'''Control Panel → Login Portal → Advanced → Reverse Proxy'''&lt;br /&gt;
&lt;br /&gt;
Update the hostname there — without this step the site will not resolve correctly even after migrating the cert. This has cost half a day before, don't skip it.&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=419</id>
		<title>MacPro</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=419"/>
		<updated>2024-02-22T15:58:53Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* Restart Postgres */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The [[MacPro]] is a MacOS server that hosts A/V editing software e.g., [[DaVinci Resolve (Studio)]] and [[DaVinci Resolve Project Server]].&lt;br /&gt;
&lt;br /&gt;
Born in 2012 and still a formidable machine in the year of our Lord 2024! It has been upgraded with a dual hex-core (12-core) Xeon Processors, 512GB NVMe storage, and 96GB RAM.&lt;br /&gt;
&lt;br /&gt;
It's the only machine we know of that can edit 6K video and still burn CD-ROMs!&lt;br /&gt;
&lt;br /&gt;
For security, there is no port forwarding to the device; it can only be accessed via SSH or VNC over [[VPN]].&lt;br /&gt;
&lt;br /&gt;
=[[DaVinci Resolve (Studio)]]=&lt;br /&gt;
&lt;br /&gt;
The [[MacPro]] is capable of 6K Video editing locally or remote via [[VNC]] over [[VPN]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;vnc://username@resolve.wreckroom.nyc&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=[[DaVinci Resolve Project Server]]=&lt;br /&gt;
The [[MacPro]] also hosts the [[DaVinci Resolve Server]] via [[PostgreSQL]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration File===&lt;br /&gt;
Here is the location of the config:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo vim /Library/PostgreSQL/13/data/pg_hba.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the initial configuration, update the config as such:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
# pg_hba.conf file has been edited by DaVinci Project Server. Hence, it is recommended to not edit this file manually.&lt;br /&gt;
# TYPE    DATABASE    USER    ADDRESS    METHOD&lt;br /&gt;
local    all    all    scram-sha-256&lt;br /&gt;
host    all    all    127.0.0.1/32    scram-sha-256&lt;br /&gt;
host    all    all    ::1/128    scram-sha-256&lt;br /&gt;
host all all 192.168.1.0/24 scram-sha-256&lt;br /&gt;
host all all 192.168.3.0/24 scram-sha-256&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Note:''' You ''must'' add entries for hosting the WAN (e.g. 192.168.1.0/24) and the VPN (192.168.3.0/24). The VPN address will always need to be added, otherwise you will not be able to connect from [[VPN]].&lt;br /&gt;
&lt;br /&gt;
====Restart Postgres====&lt;br /&gt;
&lt;br /&gt;
Restart the postgres services via terminal to apply changes to config:&lt;br /&gt;
=====Big Sur=====&lt;br /&gt;
&amp;lt;code&amp;gt;sudo -u postgres /Library/PostgreSQL/13/bin/pg_ctl restart -D /Library/PostgreSQL/13/data&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Daily Logs ===&lt;br /&gt;
&lt;br /&gt;
I was able to find the cause of the VPN not connecting by reviewing the logs:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo ls /Library/PostgreSQL/13/data/log&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here was the output from the failed config:&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
resolve:~ Joshua$ sudo cat /Library/PostgreSQL/13/data/log/postgresql-2024-01-09_235442.log&lt;br /&gt;
2024-01-09 23:54:42.917 EST [55004] LOG:  starting PostgreSQL 13.4 on x86_64-apple-darwin, compiled by Apple clang version 11.0.3 (clang-1103.0.32.59), 64-bit&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv6 address &amp;quot;::&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv4 address &amp;quot;0.0.0.0&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on Unix socket &amp;quot;/tmp/.s.PGSQL.5432&amp;quot;&lt;br /&gt;
2024-01-09 23:54:42.940 EST [55006] LOG:  database system was shut down at 2024-01-09 23:54:42 EST&lt;br /&gt;
2024-01-09 23:54:42.948 EST [55004] LOG:  database system is ready to accept connections&lt;br /&gt;
2024-01-09 23:54:52.605 EST [55048] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
2024-01-09 23:54:55.709 EST [55049] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Software Updates =&lt;br /&gt;
&lt;br /&gt;
We use [https://dortania.github.io/OpenCore-Legacy-Patcher/ OpenCore] to keep MacOS up-to-date and extend the life of this now vintage machine.&lt;br /&gt;
&lt;br /&gt;
===Limitations===&lt;br /&gt;
&lt;br /&gt;
*As a result, WiFi and Bluetooth no longer work as of OS X Catalina.&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=WRNY&amp;diff=417</id>
		<title>WRNY</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=WRNY&amp;diff=417"/>
		<updated>2024-02-06T03:13:02Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* Sorting and Categorizing: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
=Categories=&lt;br /&gt;
&lt;br /&gt;
===[[Roots]]===&lt;br /&gt;
&lt;br /&gt;
Associated Element: EARTH&lt;br /&gt;
&lt;br /&gt;
GENRE MOST COMMON: Hip-hop / R&amp;amp;b&lt;br /&gt;
&lt;br /&gt;
IS CLASSIFIED BY MUSIC THAT PULLS STRONGLY FROM SOURCE INSPIRATIONS OF SOUL, RNB, JAZZ, BLUES AND OTHER EARLY MUSICAL STYLES&lt;br /&gt;
&lt;br /&gt;
===[[Hearth]]===&lt;br /&gt;
&lt;br /&gt;
Associated Element: FIRE&lt;br /&gt;
&lt;br /&gt;
GENRE MOST COMMON: SINGER SONGWRITER / FOLK&lt;br /&gt;
&lt;br /&gt;
IS CLASSIFIED BY MUSIC THAT WORKS TO BE IN SERVICE OF THE STORY. CAMPFIRE MUSIC, FOLK AND ANYTHING THAT FEELS LIKE IT’S MADE TO HIT THE HEART&lt;br /&gt;
&lt;br /&gt;
===[[The Edge]]===&lt;br /&gt;
&lt;br /&gt;
Associated Element: AIR&lt;br /&gt;
&lt;br /&gt;
GENRE MOST COMMON: ROCK / INDIE / ALTERNATIVE&lt;br /&gt;
&lt;br /&gt;
IS CLASSIFIED BY MUSIC THAT IS MUSICALLY INTENSE OR INSPIRED BY A REBELLIOUS SPIRIT. INNOVATIVE AND GENRE-DEFYING FITS THIS CATEGORY.&lt;br /&gt;
&lt;br /&gt;
===[[The Wave]]===&lt;br /&gt;
&lt;br /&gt;
Associated Element: WATER&lt;br /&gt;
&lt;br /&gt;
GENRE MOST COMMON: CONTEMPORARY POP MUSIC&lt;br /&gt;
&lt;br /&gt;
IS CLASSIFIED BY MUSIC THAT IS FOCUSED ON CURRENT TRENDS AND MUSICAL APPROACHES&lt;br /&gt;
&lt;br /&gt;
=WRNY Radio Media Content Management=&lt;br /&gt;
&lt;br /&gt;
These categories are arranged in time blocks and include selected performances from artists that have performed at Safe and Sound Studios.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Process for Managing Media Content==&lt;br /&gt;
&lt;br /&gt;
===[[Media Access]]:===&lt;br /&gt;
&lt;br /&gt;
Acquire media access and log into the WRNY Resolve folder.&lt;br /&gt;
&lt;br /&gt;
===Uploading Performances:===&lt;br /&gt;
&lt;br /&gt;
Upload new performance audio and video from Safe and Sound Showcases, Daylight Sessions, or other performances at Safe and Sound Studios.&lt;br /&gt;
&lt;br /&gt;
Ensure media is uploaded with correct [[File Naming Conventions|naming conventions]] into new bin within the project.&lt;br /&gt;
&lt;br /&gt;
===Sorting and Categorizing:===&lt;br /&gt;
&lt;br /&gt;
From the sorting timeline, separate each track.&lt;br /&gt;
&lt;br /&gt;
Dictate the start and stop times for each song accurately.&lt;br /&gt;
&lt;br /&gt;
Drag and categorize each track into the appropriate category:&lt;br /&gt;
&lt;br /&gt;
[[Roots]]&lt;br /&gt;
&lt;br /&gt;
[[Hearth]]&lt;br /&gt;
&lt;br /&gt;
[[The Edge]]&lt;br /&gt;
&lt;br /&gt;
[[The Wave]]&lt;br /&gt;
&lt;br /&gt;
===Final Step:===&lt;br /&gt;
&lt;br /&gt;
Notify Corey once the sorting and categorizing process is complete. Corey will then curate the music within the block.&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=WRNY&amp;diff=416</id>
		<title>WRNY</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=WRNY&amp;diff=416"/>
		<updated>2024-02-06T03:12:33Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* The Wave */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
=Categories=&lt;br /&gt;
&lt;br /&gt;
===[[Roots]]===&lt;br /&gt;
&lt;br /&gt;
Associated Element: EARTH&lt;br /&gt;
&lt;br /&gt;
GENRE MOST COMMON: Hip-hop / R&amp;amp;b&lt;br /&gt;
&lt;br /&gt;
IS CLASSIFIED BY MUSIC THAT PULLS STRONGLY FROM SOURCE INSPIRATIONS OF SOUL, RNB, JAZZ, BLUES AND OTHER EARLY MUSICAL STYLES&lt;br /&gt;
&lt;br /&gt;
===[[Hearth]]===&lt;br /&gt;
&lt;br /&gt;
Associated Element: FIRE&lt;br /&gt;
&lt;br /&gt;
GENRE MOST COMMON: SINGER SONGWRITER / FOLK&lt;br /&gt;
&lt;br /&gt;
IS CLASSIFIED BY MUSIC THAT WORKS TO BE IN SERVICE OF THE STORY. CAMPFIRE MUSIC, FOLK AND ANYTHING THAT FEELS LIKE IT’S MADE TO HIT THE HEART&lt;br /&gt;
&lt;br /&gt;
===[[The Edge]]===&lt;br /&gt;
&lt;br /&gt;
Associated Element: AIR&lt;br /&gt;
&lt;br /&gt;
GENRE MOST COMMON: ROCK / INDIE / ALTERNATIVE&lt;br /&gt;
&lt;br /&gt;
IS CLASSIFIED BY MUSIC THAT IS MUSICALLY INTENSE OR INSPIRED BY A REBELLIOUS SPIRIT. INNOVATIVE AND GENRE-DEFYING FITS THIS CATEGORY.&lt;br /&gt;
&lt;br /&gt;
===[[The Wave]]===&lt;br /&gt;
&lt;br /&gt;
Associated Element: WATER&lt;br /&gt;
&lt;br /&gt;
GENRE MOST COMMON: CONTEMPORARY POP MUSIC&lt;br /&gt;
&lt;br /&gt;
IS CLASSIFIED BY MUSIC THAT IS FOCUSED ON CURRENT TRENDS AND MUSICAL APPROACHES&lt;br /&gt;
&lt;br /&gt;
=WRNY Radio Media Content Management=&lt;br /&gt;
&lt;br /&gt;
These categories are arranged in time blocks and include selected performances from artists that have performed at Safe and Sound Studios.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Process for Managing Media Content==&lt;br /&gt;
&lt;br /&gt;
===[[Media Access]]:===&lt;br /&gt;
&lt;br /&gt;
Acquire media access and log into the WRNY Resolve folder.&lt;br /&gt;
&lt;br /&gt;
===Uploading Performances:===&lt;br /&gt;
&lt;br /&gt;
Upload new performance audio and video from Safe and Sound Showcases, Daylight Sessions, or other performances at Safe and Sound Studios.&lt;br /&gt;
&lt;br /&gt;
Ensure media is uploaded with correct [[File Naming Conventions|naming conventions]] into new bin within the project.&lt;br /&gt;
&lt;br /&gt;
===Sorting and Categorizing:===&lt;br /&gt;
&lt;br /&gt;
From the sorting timeline, separate each track.&lt;br /&gt;
&lt;br /&gt;
Dictate the start and stop times for each song accurately.&lt;br /&gt;
&lt;br /&gt;
Drag and categorize each track into the appropriate category:&lt;br /&gt;
&lt;br /&gt;
[[Urban]]&lt;br /&gt;
&lt;br /&gt;
[[Singer Songwriter]]&lt;br /&gt;
&lt;br /&gt;
[[Alternative]]&lt;br /&gt;
&lt;br /&gt;
[[Pop]]&lt;br /&gt;
&lt;br /&gt;
===Final Step:===&lt;br /&gt;
&lt;br /&gt;
Notify Corey once the sorting and categorizing process is complete. Corey will then curate the music within the block.&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=WRNY&amp;diff=415</id>
		<title>WRNY</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=WRNY&amp;diff=415"/>
		<updated>2024-02-06T03:12:10Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* The Edge */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
=Categories=&lt;br /&gt;
&lt;br /&gt;
===[[Roots]]===&lt;br /&gt;
&lt;br /&gt;
Associated Element: EARTH&lt;br /&gt;
&lt;br /&gt;
GENRE MOST COMMON: Hip-hop / R&amp;amp;b&lt;br /&gt;
&lt;br /&gt;
IS CLASSIFIED BY MUSIC THAT PULLS STRONGLY FROM SOURCE INSPIRATIONS OF SOUL, RNB, JAZZ, BLUES AND OTHER EARLY MUSICAL STYLES&lt;br /&gt;
&lt;br /&gt;
===[[Hearth]]===&lt;br /&gt;
&lt;br /&gt;
Associated Element: FIRE&lt;br /&gt;
&lt;br /&gt;
GENRE MOST COMMON: SINGER SONGWRITER / FOLK&lt;br /&gt;
&lt;br /&gt;
IS CLASSIFIED BY MUSIC THAT WORKS TO BE IN SERVICE OF THE STORY. CAMPFIRE MUSIC, FOLK AND ANYTHING THAT FEELS LIKE IT’S MADE TO HIT THE HEART&lt;br /&gt;
&lt;br /&gt;
===[[The Edge]]===&lt;br /&gt;
&lt;br /&gt;
Associated Element: AIR&lt;br /&gt;
&lt;br /&gt;
GENRE MOST COMMON: ROCK / INDIE / ALTERNATIVE&lt;br /&gt;
&lt;br /&gt;
IS CLASSIFIED BY MUSIC THAT IS MUSICALLY INTENSE OR INSPIRED BY A REBELLIOUS SPIRIT. INNOVATIVE AND GENRE-DEFYING FITS THIS CATEGORY.&lt;br /&gt;
&lt;br /&gt;
===[[The Wave]]===&lt;br /&gt;
&lt;br /&gt;
Associated Element: WATER&lt;br /&gt;
GENRE MOST COMMON: CONTEMPORARY POP MUSIC&lt;br /&gt;
IS CLASSIFIED BY MUSIC THAT IS FOCUSED ON CURRENT TRENDS AND MUSICAL APPROACHES&lt;br /&gt;
&lt;br /&gt;
=WRNY Radio Media Content Management=&lt;br /&gt;
&lt;br /&gt;
These categories are arranged in time blocks and include selected performances from artists that have performed at Safe and Sound Studios.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Process for Managing Media Content==&lt;br /&gt;
&lt;br /&gt;
===[[Media Access]]:===&lt;br /&gt;
&lt;br /&gt;
Acquire media access and log into the WRNY Resolve folder.&lt;br /&gt;
&lt;br /&gt;
===Uploading Performances:===&lt;br /&gt;
&lt;br /&gt;
Upload new performance audio and video from Safe and Sound Showcases, Daylight Sessions, or other performances at Safe and Sound Studios.&lt;br /&gt;
&lt;br /&gt;
Ensure media is uploaded with correct [[File Naming Conventions|naming conventions]] into new bin within the project.&lt;br /&gt;
&lt;br /&gt;
===Sorting and Categorizing:===&lt;br /&gt;
&lt;br /&gt;
From the sorting timeline, separate each track.&lt;br /&gt;
&lt;br /&gt;
Dictate the start and stop times for each song accurately.&lt;br /&gt;
&lt;br /&gt;
Drag and categorize each track into the appropriate category:&lt;br /&gt;
&lt;br /&gt;
[[Urban]]&lt;br /&gt;
&lt;br /&gt;
[[Singer Songwriter]]&lt;br /&gt;
&lt;br /&gt;
[[Alternative]]&lt;br /&gt;
&lt;br /&gt;
[[Pop]]&lt;br /&gt;
&lt;br /&gt;
===Final Step:===&lt;br /&gt;
&lt;br /&gt;
Notify Corey once the sorting and categorizing process is complete. Corey will then curate the music within the block.&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=WRNY&amp;diff=414</id>
		<title>WRNY</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=WRNY&amp;diff=414"/>
		<updated>2024-02-06T03:12:01Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* Hearth */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
=Categories=&lt;br /&gt;
&lt;br /&gt;
===[[Roots]]===&lt;br /&gt;
&lt;br /&gt;
Associated Element: EARTH&lt;br /&gt;
&lt;br /&gt;
GENRE MOST COMMON: Hip-hop / R&amp;amp;b&lt;br /&gt;
&lt;br /&gt;
IS CLASSIFIED BY MUSIC THAT PULLS STRONGLY FROM SOURCE INSPIRATIONS OF SOUL, RNB, JAZZ, BLUES AND OTHER EARLY MUSICAL STYLES&lt;br /&gt;
&lt;br /&gt;
===[[Hearth]]===&lt;br /&gt;
&lt;br /&gt;
Associated Element: FIRE&lt;br /&gt;
&lt;br /&gt;
GENRE MOST COMMON: SINGER SONGWRITER / FOLK&lt;br /&gt;
&lt;br /&gt;
IS CLASSIFIED BY MUSIC THAT WORKS TO BE IN SERVICE OF THE STORY. CAMPFIRE MUSIC, FOLK AND ANYTHING THAT FEELS LIKE IT’S MADE TO HIT THE HEART&lt;br /&gt;
&lt;br /&gt;
===[[The Edge]]===&lt;br /&gt;
&lt;br /&gt;
Associated Element: AIR&lt;br /&gt;
GENRE MOST COMMON: ROCK / INDIE / ALTERNATIVE&lt;br /&gt;
IS CLASSIFIED BY MUSIC THAT IS MUSICALLY INTENSE OR INSPIRED BY A REBELLIOUS SPIRIT. INNOVATIVE AND GENRE-DEFYING FITS THIS CATEGORY.&lt;br /&gt;
&lt;br /&gt;
===[[The Wave]]===&lt;br /&gt;
&lt;br /&gt;
Associated Element: WATER&lt;br /&gt;
GENRE MOST COMMON: CONTEMPORARY POP MUSIC&lt;br /&gt;
IS CLASSIFIED BY MUSIC THAT IS FOCUSED ON CURRENT TRENDS AND MUSICAL APPROACHES&lt;br /&gt;
&lt;br /&gt;
=WRNY Radio Media Content Management=&lt;br /&gt;
&lt;br /&gt;
These categories are arranged in time blocks and include selected performances from artists that have performed at Safe and Sound Studios.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Process for Managing Media Content==&lt;br /&gt;
&lt;br /&gt;
===[[Media Access]]:===&lt;br /&gt;
&lt;br /&gt;
Acquire media access and log into the WRNY Resolve folder.&lt;br /&gt;
&lt;br /&gt;
===Uploading Performances:===&lt;br /&gt;
&lt;br /&gt;
Upload new performance audio and video from Safe and Sound Showcases, Daylight Sessions, or other performances at Safe and Sound Studios.&lt;br /&gt;
&lt;br /&gt;
Ensure media is uploaded with correct [[File Naming Conventions|naming conventions]] into new bin within the project.&lt;br /&gt;
&lt;br /&gt;
===Sorting and Categorizing:===&lt;br /&gt;
&lt;br /&gt;
From the sorting timeline, separate each track.&lt;br /&gt;
&lt;br /&gt;
Dictate the start and stop times for each song accurately.&lt;br /&gt;
&lt;br /&gt;
Drag and categorize each track into the appropriate category:&lt;br /&gt;
&lt;br /&gt;
[[Urban]]&lt;br /&gt;
&lt;br /&gt;
[[Singer Songwriter]]&lt;br /&gt;
&lt;br /&gt;
[[Alternative]]&lt;br /&gt;
&lt;br /&gt;
[[Pop]]&lt;br /&gt;
&lt;br /&gt;
===Final Step:===&lt;br /&gt;
&lt;br /&gt;
Notify Corey once the sorting and categorizing process is complete. Corey will then curate the music within the block.&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=WRNY&amp;diff=413</id>
		<title>WRNY</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=WRNY&amp;diff=413"/>
		<updated>2024-02-06T03:11:44Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* Roots */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
=Categories=&lt;br /&gt;
&lt;br /&gt;
===[[Roots]]===&lt;br /&gt;
&lt;br /&gt;
Associated Element: EARTH&lt;br /&gt;
&lt;br /&gt;
GENRE MOST COMMON: Hip-hop / R&amp;amp;b&lt;br /&gt;
&lt;br /&gt;
IS CLASSIFIED BY MUSIC THAT PULLS STRONGLY FROM SOURCE INSPIRATIONS OF SOUL, RNB, JAZZ, BLUES AND OTHER EARLY MUSICAL STYLES&lt;br /&gt;
&lt;br /&gt;
===[[Hearth]]===&lt;br /&gt;
&lt;br /&gt;
Associated Element: FIRE&lt;br /&gt;
GENRE MOST COMMON: SINGER SONGWRITER / FOLK&lt;br /&gt;
IS CLASSIFIED BY MUSIC THAT WORKS TO BE IN SERVICE OF THE STORY. CAMPFIRE MUSIC, FOLK AND ANYTHING THAT FEELS LIKE IT’S MADE TO HIT THE HEART&lt;br /&gt;
&lt;br /&gt;
===[[The Edge]]===&lt;br /&gt;
&lt;br /&gt;
Associated Element: AIR&lt;br /&gt;
GENRE MOST COMMON: ROCK / INDIE / ALTERNATIVE&lt;br /&gt;
IS CLASSIFIED BY MUSIC THAT IS MUSICALLY INTENSE OR INSPIRED BY A REBELLIOUS SPIRIT. INNOVATIVE AND GENRE-DEFYING FITS THIS CATEGORY.&lt;br /&gt;
&lt;br /&gt;
===[[The Wave]]===&lt;br /&gt;
&lt;br /&gt;
Associated Element: WATER&lt;br /&gt;
GENRE MOST COMMON: CONTEMPORARY POP MUSIC&lt;br /&gt;
IS CLASSIFIED BY MUSIC THAT IS FOCUSED ON CURRENT TRENDS AND MUSICAL APPROACHES&lt;br /&gt;
&lt;br /&gt;
=WRNY Radio Media Content Management=&lt;br /&gt;
&lt;br /&gt;
These categories are arranged in time blocks and include selected performances from artists that have performed at Safe and Sound Studios.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Process for Managing Media Content==&lt;br /&gt;
&lt;br /&gt;
===[[Media Access]]:===&lt;br /&gt;
&lt;br /&gt;
Acquire media access and log into the WRNY Resolve folder.&lt;br /&gt;
&lt;br /&gt;
===Uploading Performances:===&lt;br /&gt;
&lt;br /&gt;
Upload new performance audio and video from Safe and Sound Showcases, Daylight Sessions, or other performances at Safe and Sound Studios.&lt;br /&gt;
&lt;br /&gt;
Ensure media is uploaded with correct [[File Naming Conventions|naming conventions]] into new bin within the project.&lt;br /&gt;
&lt;br /&gt;
===Sorting and Categorizing:===&lt;br /&gt;
&lt;br /&gt;
From the sorting timeline, separate each track.&lt;br /&gt;
&lt;br /&gt;
Dictate the start and stop times for each song accurately.&lt;br /&gt;
&lt;br /&gt;
Drag and categorize each track into the appropriate category:&lt;br /&gt;
&lt;br /&gt;
[[Urban]]&lt;br /&gt;
&lt;br /&gt;
[[Singer Songwriter]]&lt;br /&gt;
&lt;br /&gt;
[[Alternative]]&lt;br /&gt;
&lt;br /&gt;
[[Pop]]&lt;br /&gt;
&lt;br /&gt;
===Final Step:===&lt;br /&gt;
&lt;br /&gt;
Notify Corey once the sorting and categorizing process is complete. Corey will then curate the music within the block.&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=WRNY&amp;diff=412</id>
		<title>WRNY</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=WRNY&amp;diff=412"/>
		<updated>2024-02-06T03:11:33Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
=Categories=&lt;br /&gt;
&lt;br /&gt;
===[[Roots]]===&lt;br /&gt;
&lt;br /&gt;
Associated Element: EARTH&lt;br /&gt;
GENRE MOST COMMON: Hip-hop / R&amp;amp;b&lt;br /&gt;
IS CLASSIFIED BY MUSIC THAT PULLS STRONGLY FROM SOURCE INSPIRATIONS OF SOUL, RNB, JAZZ, BLUES AND OTHER EARLY MUSICAL STYLES&lt;br /&gt;
&lt;br /&gt;
===[[Hearth]]===&lt;br /&gt;
&lt;br /&gt;
Associated Element: FIRE&lt;br /&gt;
GENRE MOST COMMON: SINGER SONGWRITER / FOLK&lt;br /&gt;
IS CLASSIFIED BY MUSIC THAT WORKS TO BE IN SERVICE OF THE STORY. CAMPFIRE MUSIC, FOLK AND ANYTHING THAT FEELS LIKE IT’S MADE TO HIT THE HEART&lt;br /&gt;
&lt;br /&gt;
===[[The Edge]]===&lt;br /&gt;
&lt;br /&gt;
Associated Element: AIR&lt;br /&gt;
GENRE MOST COMMON: ROCK / INDIE / ALTERNATIVE&lt;br /&gt;
IS CLASSIFIED BY MUSIC THAT IS MUSICALLY INTENSE OR INSPIRED BY A REBELLIOUS SPIRIT. INNOVATIVE AND GENRE-DEFYING FITS THIS CATEGORY.&lt;br /&gt;
&lt;br /&gt;
===[[The Wave]]===&lt;br /&gt;
&lt;br /&gt;
Associated Element: WATER&lt;br /&gt;
GENRE MOST COMMON: CONTEMPORARY POP MUSIC&lt;br /&gt;
IS CLASSIFIED BY MUSIC THAT IS FOCUSED ON CURRENT TRENDS AND MUSICAL APPROACHES&lt;br /&gt;
&lt;br /&gt;
=WRNY Radio Media Content Management=&lt;br /&gt;
&lt;br /&gt;
These categories are arranged in time blocks and include selected performances from artists that have performed at Safe and Sound Studios.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Process for Managing Media Content==&lt;br /&gt;
&lt;br /&gt;
===[[Media Access]]:===&lt;br /&gt;
&lt;br /&gt;
Acquire media access and log into the WRNY Resolve folder.&lt;br /&gt;
&lt;br /&gt;
===Uploading Performances:===&lt;br /&gt;
&lt;br /&gt;
Upload new performance audio and video from Safe and Sound Showcases, Daylight Sessions, or other performances at Safe and Sound Studios.&lt;br /&gt;
&lt;br /&gt;
Ensure media is uploaded with correct [[File Naming Conventions|naming conventions]] into new bin within the project.&lt;br /&gt;
&lt;br /&gt;
===Sorting and Categorizing:===&lt;br /&gt;
&lt;br /&gt;
From the sorting timeline, separate each track.&lt;br /&gt;
&lt;br /&gt;
Dictate the start and stop times for each song accurately.&lt;br /&gt;
&lt;br /&gt;
Drag and categorize each track into the appropriate category:&lt;br /&gt;
&lt;br /&gt;
[[Urban]]&lt;br /&gt;
&lt;br /&gt;
[[Singer Songwriter]]&lt;br /&gt;
&lt;br /&gt;
[[Alternative]]&lt;br /&gt;
&lt;br /&gt;
[[Pop]]&lt;br /&gt;
&lt;br /&gt;
===Final Step:===&lt;br /&gt;
&lt;br /&gt;
Notify Corey once the sorting and categorizing process is complete. Corey will then curate the music within the block.&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=Web_Server&amp;diff=411</id>
		<title>Web Server</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=Web_Server&amp;diff=411"/>
		<updated>2024-01-30T15:28:19Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* Updating Copy to Website */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Synology hosts [https://wreckroom.nyc https://wreckroom.nyc] over 443 using a NGINX Reverse Proxy via &amp;lt;code&amp;gt;localhost:3000&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=Updating Copy to Website=&lt;br /&gt;
# Commit changes on GitHub&lt;br /&gt;
## app/page.js (replace text in the &amp;lt;code&amp;gt;&amp;lt;Card /&amp;gt;&amp;lt;/code&amp;gt; components&lt;br /&gt;
## app/components/layout/Mission.js&lt;br /&gt;
# in terminal, execute&lt;br /&gt;
## &amp;lt;code&amp;gt;ssh userName@wreckroom.nyc&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;cd /volume1/wreckroom.nyc/wreckroom.nyc&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;git pull&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;sudo pm2 delete all&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;sudo pm2 start &amp;quot;npm run dev&amp;quot; -- start&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==PM2==&lt;br /&gt;
&lt;br /&gt;
'''PM2''' is a process manager that serves the [https://en.wikipedia.org/wiki/Npm npm] NextJS App [https://wreckroom.nyc https://wreckroom.nyc]&lt;br /&gt;
&lt;br /&gt;
Upon restarting the Synology, you will to restart PM2 in &amp;lt;code&amp;gt;cd /volume1/wreckroom.nyc/wreckroom.nyc&amp;lt;/code&amp;gt; by following these steps:&lt;br /&gt;
&lt;br /&gt;
#End all processes: &amp;lt;code&amp;gt;sudo pm2 delete all&amp;lt;/code&amp;gt;.&lt;br /&gt;
#Start the [https://en.wikipedia.org/wiki/Npm npm] process using '''PM2''': &amp;lt;code&amp;gt;sudo pm2 start npm -- start&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
If you are having issues with '''PM2''' process manager serving the NextJS app (when &amp;lt;code&amp;gt;sudo npm run start&amp;lt;/code&amp;gt; works fine), use the above steps as well.&lt;br /&gt;
&lt;br /&gt;
If having trouble running npm run start due to fonts or other issues try&lt;br /&gt;
&amp;lt;code&amp;gt;sudo pm2 start &amp;quot;npm run dev&amp;quot; -- start&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Certificates==&lt;br /&gt;
If you make changes to a Certificate's FQDN, in addition to migrating the certificate, you ''must'' go to Control Panel / Login Portal / Advanced / Reverse Proxy. The hostname must be changed there for everything to work properly! This took half a day to figure out last time, hope it saves you some time in the future :)&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=Web_Server&amp;diff=410</id>
		<title>Web Server</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=Web_Server&amp;diff=410"/>
		<updated>2024-01-30T15:26:24Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* Making Changes to Website */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Synology hosts [https://wreckroom.nyc https://wreckroom.nyc] over 443 using a NGINX Reverse Proxy via &amp;lt;code&amp;gt;localhost:3000&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=Updating Copy to Website=&lt;br /&gt;
# Commit changes on GitHub&lt;br /&gt;
## app/page.js (replace text in the &amp;lt;code&amp;gt;&amp;lt;Card /&amp;gt;&amp;lt;/code&amp;gt; components&lt;br /&gt;
## app/components/layout/Mission.js&lt;br /&gt;
# ssh into wreckroom&lt;br /&gt;
## &amp;lt;code&amp;gt;cd /volume1/wreckroom.nyc/wreckroom.nyc&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;git pull&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;sudo pm2 delete all&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;sudo pm2 start &amp;quot;npm run dev&amp;quot; -- start&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==PM2==&lt;br /&gt;
&lt;br /&gt;
'''PM2''' is a process manager that serves the [https://en.wikipedia.org/wiki/Npm npm] NextJS App [https://wreckroom.nyc https://wreckroom.nyc]&lt;br /&gt;
&lt;br /&gt;
Upon restarting the Synology, you will to restart PM2 in &amp;lt;code&amp;gt;cd /volume1/wreckroom.nyc/wreckroom.nyc&amp;lt;/code&amp;gt; by following these steps:&lt;br /&gt;
&lt;br /&gt;
#End all processes: &amp;lt;code&amp;gt;sudo pm2 delete all&amp;lt;/code&amp;gt;.&lt;br /&gt;
#Start the [https://en.wikipedia.org/wiki/Npm npm] process using '''PM2''': &amp;lt;code&amp;gt;sudo pm2 start npm -- start&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
If you are having issues with '''PM2''' process manager serving the NextJS app (when &amp;lt;code&amp;gt;sudo npm run start&amp;lt;/code&amp;gt; works fine), use the above steps as well.&lt;br /&gt;
&lt;br /&gt;
If having trouble running npm run start due to fonts or other issues try&lt;br /&gt;
&amp;lt;code&amp;gt;sudo pm2 start &amp;quot;npm run dev&amp;quot; -- start&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Certificates==&lt;br /&gt;
If you make changes to a Certificate's FQDN, in addition to migrating the certificate, you ''must'' go to Control Panel / Login Portal / Advanced / Reverse Proxy. The hostname must be changed there for everything to work properly! This took half a day to figure out last time, hope it saves you some time in the future :)&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=Web_Server&amp;diff=409</id>
		<title>Web Server</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=Web_Server&amp;diff=409"/>
		<updated>2024-01-30T15:21:03Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Synology hosts [https://wreckroom.nyc https://wreckroom.nyc] over 443 using a NGINX Reverse Proxy via &amp;lt;code&amp;gt;localhost:3000&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=Making Changes to Website=&lt;br /&gt;
&lt;br /&gt;
==PM2==&lt;br /&gt;
&lt;br /&gt;
'''PM2''' is a process manager that serves the [https://en.wikipedia.org/wiki/Npm npm] NextJS App [https://wreckroom.nyc https://wreckroom.nyc]&lt;br /&gt;
&lt;br /&gt;
Upon restarting the Synology, you will to restart PM2 in &amp;lt;code&amp;gt;cd /volume1/wreckroom.nyc/wreckroom.nyc&amp;lt;/code&amp;gt; by following these steps:&lt;br /&gt;
&lt;br /&gt;
#End all processes: &amp;lt;code&amp;gt;sudo pm2 delete all&amp;lt;/code&amp;gt;.&lt;br /&gt;
#Start the [https://en.wikipedia.org/wiki/Npm npm] process using '''PM2''': &amp;lt;code&amp;gt;sudo pm2 start npm -- start&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
If you are having issues with '''PM2''' process manager serving the NextJS app (when &amp;lt;code&amp;gt;sudo npm run start&amp;lt;/code&amp;gt; works fine), use the above steps as well.&lt;br /&gt;
&lt;br /&gt;
If having trouble running npm run start due to fonts or other issues try&lt;br /&gt;
&amp;lt;code&amp;gt;sudo pm2 start &amp;quot;npm run dev&amp;quot; -- start&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Certificates==&lt;br /&gt;
If you make changes to a Certificate's FQDN, in addition to migrating the certificate, you ''must'' go to Control Panel / Login Portal / Advanced / Reverse Proxy. The hostname must be changed there for everything to work properly! This took half a day to figure out last time, hope it saves you some time in the future :)&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=Web_Server&amp;diff=408</id>
		<title>Web Server</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=Web_Server&amp;diff=408"/>
		<updated>2024-01-30T15:20:12Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* PM2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Synology hosts [https://wreckroom.nyc https://wreckroom.nyc] over 443 using a NGINX Reverse Proxy via &amp;lt;code&amp;gt;localhost:3000&amp;lt;/code&amp;gt;.&lt;br /&gt;
==PM2==&lt;br /&gt;
&lt;br /&gt;
'''PM2''' is a process manager that serves the [https://en.wikipedia.org/wiki/Npm npm] NextJS App [https://wreckroom.nyc https://wreckroom.nyc]&lt;br /&gt;
&lt;br /&gt;
Upon restarting the Synology, you will to restart PM2 in &amp;lt;code&amp;gt;cd /volume1/wreckroom.nyc/wreckroom.nyc&amp;lt;/code&amp;gt; by following these steps:&lt;br /&gt;
&lt;br /&gt;
#End all processes: &amp;lt;code&amp;gt;sudo pm2 delete all&amp;lt;/code&amp;gt;.&lt;br /&gt;
#Start the [https://en.wikipedia.org/wiki/Npm npm] process using '''PM2''': &amp;lt;code&amp;gt;sudo pm2 start npm -- start&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
If you are having issues with '''PM2''' process manager serving the NextJS app (when &amp;lt;code&amp;gt;sudo npm run start&amp;lt;/code&amp;gt; works fine), use the above steps as well.&lt;br /&gt;
&lt;br /&gt;
If having trouble running npm run start due to fonts or other issues try&lt;br /&gt;
&amp;lt;code&amp;gt;sudo pm2 start &amp;quot;npm run dev&amp;quot; -- start&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Certificates==&lt;br /&gt;
If you make changes to a Certificate's FQDN, in addition to migrating the certificate, you ''must'' go to Control Panel / Login Portal / Advanced / Reverse Proxy. The hostname must be changed there for everything to work properly! This took half a day to figure out last time, hope it saves you some time in the future :)&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=Wreckroom&amp;diff=407</id>
		<title>Wreckroom</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=Wreckroom&amp;diff=407"/>
		<updated>2024-01-18T03:46:08Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Wreckroom]] is an Independent Record Label focused on innovative and groundbreaking music.&lt;br /&gt;
&lt;br /&gt;
=Strategy=&lt;br /&gt;
===[[Executive Summary]]===&lt;br /&gt;
===[[Road Map Q1-Q2 2024]]===&lt;br /&gt;
&lt;br /&gt;
=Media Verticals=&lt;br /&gt;
Media Verticals are the different broad categories of content we focus on.&lt;br /&gt;
&lt;br /&gt;
===[[Performance Series]]===&lt;br /&gt;
A Safe and Sound Showcase, Daylight Sessions all fall under these categories. Usually a performance video piece that lives on YouTube.&lt;br /&gt;
&lt;br /&gt;
===[[Interviews]]===&lt;br /&gt;
Short form content pieces that either feed into the performance series or create a short form entertainment piece from artists we’ve worked with.&lt;br /&gt;
&lt;br /&gt;
===[[WRNY]]===&lt;br /&gt;
&lt;br /&gt;
WRNY a 24 hour Youtube Radio Station, featuring all the artists that we have hand selected to perform at [[Safe &amp;amp; Sound Studios]].&lt;br /&gt;
&lt;br /&gt;
=Access=&lt;br /&gt;
You can access Wreckroom remotely via [[VPN]] or onsite. You will need to mount the [[Media Server]] to access the media and [[DaVinci Resolve Project Server]] for video editing.&lt;br /&gt;
==Remote Access==&lt;br /&gt;
===[[VPN]]===&lt;br /&gt;
&lt;br /&gt;
If you are working from home, connect to the [[VPN]] to access Wreckroom media files and storage ''remotely''.&lt;br /&gt;
&lt;br /&gt;
==Media Access==&lt;br /&gt;
Regardless of if you are at home or in the studio, you can access the Wreckroom servers:&lt;br /&gt;
&lt;br /&gt;
===[[Media Server]]===&lt;br /&gt;
Connect to [[Wreckroom]]'s vast media library.&lt;br /&gt;
&lt;br /&gt;
====[[File Naming Conventions]]====&lt;br /&gt;
Learn about how files on the server are to be named! TL;DR ALL CAPS&lt;br /&gt;
&lt;br /&gt;
== Project Access ==&lt;br /&gt;
&lt;br /&gt;
===[[DaVinci Resolve Project Server]]===&lt;br /&gt;
A Network Server to edit files remotely in resolve&lt;br /&gt;
&lt;br /&gt;
====[[Creating Proxies in Resolve Server]]====&lt;br /&gt;
Learn how creating proxy media on the [[Media Server]] helps speed up performance over the [[DaVinci Resolve Project Server]]!&lt;br /&gt;
&lt;br /&gt;
====[[Transferring Local Database to Davinci Resolve Project Server]]====&lt;br /&gt;
If you have a project that has been edited locally and needs to be transferred to the Resolve server!&lt;br /&gt;
&lt;br /&gt;
====[[Ensuring Media Accessibility]]====&lt;br /&gt;
Steps to create media accessible remotely as well as relink media in projects!&lt;br /&gt;
&lt;br /&gt;
=Help=&lt;br /&gt;
&lt;br /&gt;
===[https://www.mediawiki.org/wiki/Cheatsheet Wiki Syntax Cheatsheet]===&lt;br /&gt;
&lt;br /&gt;
= Network Administration =&lt;br /&gt;
&lt;br /&gt;
===[[Synology]]===&lt;br /&gt;
The Synology is a Network Attached Storage (NAS) and Linux Server that runs many different processes that are essential to [[Wreckroom]].&lt;br /&gt;
&lt;br /&gt;
===[[MacPro]]===&lt;br /&gt;
The MacPro runs the [[DaVinci Resolve Server]] and hosts [[OBS]] for [[WRNY]].&lt;br /&gt;
&lt;br /&gt;
===[[UniFi]]===&lt;br /&gt;
We have a 2.5G network...LFG!&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=Web_Server&amp;diff=406</id>
		<title>Web Server</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=Web_Server&amp;diff=406"/>
		<updated>2024-01-17T22:38:21Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Synology hosts [https://wreckroom.nyc https://wreckroom.nyc] over 443 using a NGINX Reverse Proxy via &amp;lt;code&amp;gt;localhost:3000&amp;lt;/code&amp;gt;.&lt;br /&gt;
==PM2==&lt;br /&gt;
&lt;br /&gt;
'''PM2''' is a process manager that serves the [https://en.wikipedia.org/wiki/Npm npm] NextJS App [https://wreckroom.nyc https://wreckroom.nyc]&lt;br /&gt;
&lt;br /&gt;
Upon restarting the Synology, you will to restart PM2 in &amp;lt;code&amp;gt;/volume1/wreckroom.nyc/wreckroom&amp;lt;/code&amp;gt; by following these steps:&lt;br /&gt;
&lt;br /&gt;
#End all processes: &amp;lt;code&amp;gt;sudo pm2 delete all&amp;lt;/code&amp;gt;.&lt;br /&gt;
#Start the [https://en.wikipedia.org/wiki/Npm npm] process using '''PM2''': &amp;lt;code&amp;gt;sudo pm2 start npm -- start&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
If you are having issues with '''PM2''' process manager serving the NextJS app (when &amp;lt;code&amp;gt;sudo npm run start&amp;lt;/code&amp;gt; works fine), use the above steps as well.&lt;br /&gt;
&lt;br /&gt;
If having trouble running npm run start due to fonts or other issues try&lt;br /&gt;
&amp;lt;code&amp;gt;sudo pm2 start &amp;quot;npm run dev&amp;quot; -- start&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Certificates==&lt;br /&gt;
If you make changes to a Certificate's FQDN, in addition to migrating the certificate, you ''must'' go to Control Panel / Login Portal / Advanced / Reverse Proxy. The hostname must be changed there for everything to work properly! This took half a day to figure out last time, hope it saves you some time in the future :)&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=Web_Server&amp;diff=405</id>
		<title>Web Server</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=Web_Server&amp;diff=405"/>
		<updated>2024-01-17T22:38:10Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* PM2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Synology hosts [https://wreckroom.nyc https://wreckroom.nyc] over 443 using a NGINX Reverse Proxy via &amp;lt;code&amp;gt;localhost:3000&amp;lt;/code&amp;gt;.&lt;br /&gt;
==PM2==&lt;br /&gt;
&lt;br /&gt;
'''PM2''' is a process manager that serves the [https://en.wikipedia.org/wiki/Npm npm] NextJS App [https://wreckroom.nyc https://wreckroom.nyc]&lt;br /&gt;
&lt;br /&gt;
Upon restarting the Synology, you will to restart PM2 in &amp;lt;code&amp;gt;/volume1/wreckroom.nyc/wreckroom&amp;lt;/code&amp;gt; by following these steps:&lt;br /&gt;
&lt;br /&gt;
#End all processes: &amp;lt;code&amp;gt;sudo pm2 delete all&amp;lt;/code&amp;gt;.&lt;br /&gt;
#Start the [https://en.wikipedia.org/wiki/Npm npm] process using '''PM2''': &amp;lt;code&amp;gt;sudo pm2 start npm -- start&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
If you are having issues with '''PM2''' process manager serving the NextJS app (when &amp;lt;code&amp;gt;sudo npm run start&amp;lt;/code&amp;gt; works fine), use the above steps as well.&lt;br /&gt;
&lt;br /&gt;
If having trouble running npm run start due to fonts or other issues try&lt;br /&gt;
sudo pm2 start &amp;quot;npm run dev&amp;quot; -- start&lt;br /&gt;
&lt;br /&gt;
==Certificates==&lt;br /&gt;
If you make changes to a Certificate's FQDN, in addition to migrating the certificate, you ''must'' go to Control Panel / Login Portal / Advanced / Reverse Proxy. The hostname must be changed there for everything to work properly! This took half a day to figure out last time, hope it saves you some time in the future :)&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=Executive_Summary&amp;diff=403</id>
		<title>Executive Summary</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=Executive_Summary&amp;diff=403"/>
		<updated>2024-01-17T19:06:24Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* Executive Summary: Wreckroom Independent Record Label */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Wreckroom Independent Record Label ==&lt;br /&gt;
&lt;br /&gt;
Wreckroom is a dynamic and forward-looking independent record label, focused on revolutionizing the music industry. Our mission is to develop emerging artists into significant acts, with a particular emphasis on digital platforms.&lt;br /&gt;
&lt;br /&gt;
=== Core Focus ===&lt;br /&gt;
&lt;br /&gt;
	•	Our strategy centers on nurturing a select group of artists, aiming to elevate at least one to a 7-figure music act within three years.&lt;br /&gt;
	•	This involves a heavy release schedule (12 songs per year), production of high-quality music videos, and a strong digital presence, particularly on Spotify and YouTube.&lt;br /&gt;
&lt;br /&gt;
=== Unique Approach ===&lt;br /&gt;
&lt;br /&gt;
	•	Wreckroom blends extensive digital media promotion with a commitment to high-quality music production.&lt;br /&gt;
	•	This dual strategy is designed to maximize digital visibility and engagement while maintaining artistic integrity.&lt;br /&gt;
&lt;br /&gt;
=== Revenue Streams ===&lt;br /&gt;
&lt;br /&gt;
	•	Our revenue model encompasses direct streaming income from platforms like Spotify and Apple Music.&lt;br /&gt;
	•	Indirect revenue streams include artist and label YouTube channels, featuring performance series, 24-hour radio broadcasts, and private industry sessions.&lt;br /&gt;
	•	Ad views and partnerships on YouTube channels form a significant part of our revenue.&lt;br /&gt;
	•	The label also offers a curated newsletter, enhancing community engagement and industry relationships.&lt;br /&gt;
&lt;br /&gt;
=== Touring and Supplementary Services ===&lt;br /&gt;
&lt;br /&gt;
	•	Beyond digital content, we plan to develop a touring revenue model after the second album release of our key artists.&lt;br /&gt;
	•	Supplementary services offered include production work, studio time, and marketing services, ensuring holistic artist support.&lt;br /&gt;
&lt;br /&gt;
=== Financial Forecast ===&lt;br /&gt;
&lt;br /&gt;
	•	Our financial forecast predicts a significant increase in revenue across various channels, with a focus on growing streaming numbers and YouTube viewership.&lt;br /&gt;
	•	Detailed revenue projections include artist streams, label YouTube revenue, partnerships, and studio services, setting a trajectory for substantial growth by 2030.&lt;br /&gt;
&lt;br /&gt;
== Wreckroom Revenue Forecast (2025-2030) ==&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=UniFi&amp;diff=401</id>
		<title>UniFi</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=UniFi&amp;diff=401"/>
		<updated>2024-01-17T13:47:02Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* Adoption */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Network Topology =&lt;br /&gt;
&lt;br /&gt;
https://app.diagrams.net/#G11IoJb1M7YoS0FUSj-TjkHPVlAgNTu0S4&lt;br /&gt;
&lt;br /&gt;
===[[VPN | OpenVPN]]===&lt;br /&gt;
Runs on TCP port 1194 hosted on [[UniFi | UniFi Network]].&lt;br /&gt;
&lt;br /&gt;
==Adopting Devices==&lt;br /&gt;
When migrating networks, you will need to SSH into the devices and enable broadcasting for new adoption.&lt;br /&gt;
&lt;br /&gt;
====WAP (Wi-Fi Access Points)====&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
ssh admin@192.168.1.30&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Kitchen UAC Pro====&lt;br /&gt;
Some newer devices need additional options and will throw a nasty error if not done this way:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
ssh -o HostKeyAlgorithms=+ssh-rsa,ssh-dss admin@192.168.1.100&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Adoption ===&lt;br /&gt;
&lt;br /&gt;
After you SSH into the device you wish to adopt, you can set signal to the device to be adopted by the new gateway:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;set-inform http://192.168.1.1:8080/inform&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=UniFi&amp;diff=400</id>
		<title>UniFi</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=UniFi&amp;diff=400"/>
		<updated>2024-01-17T13:46:40Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* WAP (Wi-Fi Access Points) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Network Topology =&lt;br /&gt;
&lt;br /&gt;
https://app.diagrams.net/#G11IoJb1M7YoS0FUSj-TjkHPVlAgNTu0S4&lt;br /&gt;
&lt;br /&gt;
===[[VPN | OpenVPN]]===&lt;br /&gt;
Runs on TCP port 1194 hosted on [[UniFi | UniFi Network]].&lt;br /&gt;
&lt;br /&gt;
==Adopting Devices==&lt;br /&gt;
When migrating networks, you will need to SSH into the devices and enable broadcasting for new adoption.&lt;br /&gt;
&lt;br /&gt;
====WAP (Wi-Fi Access Points)====&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
ssh admin@192.168.1.30&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Kitchen UAC Pro====&lt;br /&gt;
Some newer devices need additional options and will throw a nasty error if not done this way:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
ssh -o HostKeyAlgorithms=+ssh-rsa,ssh-dss admin@192.168.1.100&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Adoption ===&lt;br /&gt;
&lt;br /&gt;
After ssh, you can set signal to the device to be adopted by the new gateway:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;set-inform http://192.168.1.1:8080/inform&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=UniFi&amp;diff=399</id>
		<title>UniFi</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=UniFi&amp;diff=399"/>
		<updated>2024-01-17T13:46:33Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* Kitchen UAC Pro */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Network Topology =&lt;br /&gt;
&lt;br /&gt;
https://app.diagrams.net/#G11IoJb1M7YoS0FUSj-TjkHPVlAgNTu0S4&lt;br /&gt;
&lt;br /&gt;
===[[VPN | OpenVPN]]===&lt;br /&gt;
Runs on TCP port 1194 hosted on [[UniFi | UniFi Network]].&lt;br /&gt;
&lt;br /&gt;
==Adopting Devices==&lt;br /&gt;
When migrating networks, you will need to SSH into the devices and enable broadcasting for new adoption.&lt;br /&gt;
&lt;br /&gt;
====WAP (Wi-Fi Access Points)====&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
ssh admin@192.168.1.30&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Kitchen UAC Pro====&lt;br /&gt;
Some newer devices need additional options and will throw a nasty error if not done this way:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
ssh -o HostKeyAlgorithms=+ssh-rsa,ssh-dss admin@192.168.1.100&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Adoption ===&lt;br /&gt;
&lt;br /&gt;
After ssh, you can set signal to the device to be adopted by the new gateway:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;set-inform http://192.168.1.1:8080/inform&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=UniFi&amp;diff=398</id>
		<title>UniFi</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=UniFi&amp;diff=398"/>
		<updated>2024-01-17T13:46:25Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* Adoption */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Network Topology =&lt;br /&gt;
&lt;br /&gt;
https://app.diagrams.net/#G11IoJb1M7YoS0FUSj-TjkHPVlAgNTu0S4&lt;br /&gt;
&lt;br /&gt;
===[[VPN | OpenVPN]]===&lt;br /&gt;
Runs on TCP port 1194 hosted on [[UniFi | UniFi Network]].&lt;br /&gt;
&lt;br /&gt;
==Adopting Devices==&lt;br /&gt;
When migrating networks, you will need to SSH into the devices and enable broadcasting for new adoption.&lt;br /&gt;
&lt;br /&gt;
====WAP (Wi-Fi Access Points)====&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
ssh admin@192.168.1.30&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Kitchen UAC Pro====&lt;br /&gt;
Some newer devices need additional options and will throw a nasty error if not done this way:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
ssh -o HostKeyAlgorithms=+ssh-rsa,ssh-dss admin@192.168.1.100&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Adoption ===&lt;br /&gt;
&lt;br /&gt;
After ssh, you can set signal to the device to be adopted by the new gateway:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;set-inform http://192.168.1.1:8080/inform&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=UniFi&amp;diff=397</id>
		<title>UniFi</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=UniFi&amp;diff=397"/>
		<updated>2024-01-17T13:46:06Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* Adopting Devices */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Network Topology =&lt;br /&gt;
&lt;br /&gt;
https://app.diagrams.net/#G11IoJb1M7YoS0FUSj-TjkHPVlAgNTu0S4&lt;br /&gt;
&lt;br /&gt;
===[[VPN | OpenVPN]]===&lt;br /&gt;
Runs on TCP port 1194 hosted on [[UniFi | UniFi Network]].&lt;br /&gt;
&lt;br /&gt;
==Adopting Devices==&lt;br /&gt;
When migrating networks, you will need to SSH into the devices and enable broadcasting for new adoption.&lt;br /&gt;
&lt;br /&gt;
====WAP (Wi-Fi Access Points)====&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
ssh admin@192.168.1.30&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Kitchen UAC Pro====&lt;br /&gt;
Some newer devices need additional options and will throw a nasty error if not done this way:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
ssh -o HostKeyAlgorithms=+ssh-rsa,ssh-dss admin@192.168.1.100&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Adoption ===&lt;br /&gt;
&lt;br /&gt;
After ssh, you can set signal to the device to be adopted by the new gateway:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;set-inform http://192.168.1.1:8080/inform&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=UniFi&amp;diff=396</id>
		<title>UniFi</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=UniFi&amp;diff=396"/>
		<updated>2024-01-17T13:45:49Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* Adopting Devices */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Network Topology =&lt;br /&gt;
&lt;br /&gt;
https://app.diagrams.net/#G11IoJb1M7YoS0FUSj-TjkHPVlAgNTu0S4&lt;br /&gt;
&lt;br /&gt;
===[[VPN | OpenVPN]]===&lt;br /&gt;
Runs on TCP port 1194 hosted on [[UniFi | UniFi Network]].&lt;br /&gt;
&lt;br /&gt;
==Adopting Devices==&lt;br /&gt;
When migrating networks, you will need to SSH into the devices and enable broadcasting for new adoption.&lt;br /&gt;
&lt;br /&gt;
====WAP (Wi-Fi Access Points)====&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
ssh admin@192.168.1.30&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Kitchen UAC Pro====&lt;br /&gt;
Some newer devices need additional options and will throw a nasty error if not done this way:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
ssh -o HostKeyAlgorithms=+ssh-rsa,ssh-dss admin@192.168.1.100&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After ssh, you can set signal to the device to be adopted by the new gateway:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;set-inform http://192.168.1.1:8080/inform&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=UniFi&amp;diff=395</id>
		<title>UniFi</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=UniFi&amp;diff=395"/>
		<updated>2024-01-17T13:45:16Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* Network Topology */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Network Topology =&lt;br /&gt;
&lt;br /&gt;
https://app.diagrams.net/#G11IoJb1M7YoS0FUSj-TjkHPVlAgNTu0S4&lt;br /&gt;
&lt;br /&gt;
===[[VPN | OpenVPN]]===&lt;br /&gt;
Runs on TCP port 1194 hosted on [[UniFi | UniFi Network]].&lt;br /&gt;
&lt;br /&gt;
===Adopting Devices===&lt;br /&gt;
When migrating networks, you will need to SSH into the devices and enable broadcasting for new adoption.&lt;br /&gt;
&lt;br /&gt;
====WAP (Wi-Fi Access Points)====&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
ssh admin@192.168.1.30&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Kitchen UAC Pro====&lt;br /&gt;
Some newer devices need additional options and will throw a nasty error if not done this way:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
ssh -o HostKeyAlgorithms=+ssh-rsa,ssh-dss admin@192.168.1.100&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After ssh, you can set signal to the device to be adopted by the new gateway:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;set-inform http://192.168.1.1:8080/inform&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=UniFi&amp;diff=394</id>
		<title>UniFi</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=UniFi&amp;diff=394"/>
		<updated>2024-01-17T13:45:06Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* Adopting Devices */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Network Topology =&lt;br /&gt;
&lt;br /&gt;
https://app.diagrams.net/#G11IoJb1M7YoS0FUSj-TjkHPVlAgNTu0S4&lt;br /&gt;
&lt;br /&gt;
===[[VPN | OpenVPN]]===&lt;br /&gt;
Runs on TCP port 1194 hosted on [[UniFi | UniFi Network]].&lt;br /&gt;
&lt;br /&gt;
===Adopting Devices===&lt;br /&gt;
When migrating networks, you will need to SSH into the devices and enable broadcasting for new adoption.&lt;br /&gt;
&lt;br /&gt;
====WAP (Wi-Fi Access Points)====&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
ssh admin@192.168.1.30&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Kitchen UAC Pro====&lt;br /&gt;
Some newer devices need additional options and will throw a nasty error if not done this way:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
ssh -o HostKeyAlgorithms=+ssh-rsa,ssh-dss admin@192.168.1.100&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After ssh, you can set signal to the device to be adopted by the new gateway:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;set-inform http://192.168.1.1:8080/inform&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=385</id>
		<title>MacPro</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=385"/>
		<updated>2024-01-16T00:27:12Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The [[MacPro]] is a MacOS server that hosts A/V editing software e.g., [[DaVinci Resolve (Studio)]] and [[DaVinci Resolve Project Server]].&lt;br /&gt;
&lt;br /&gt;
Born in 2012 and still a formidable machine in the year of our Lord 2024! It has been upgraded with a dual hex-core (12-core) Xeon Processors, 512GB NVMe storage, and 96GB RAM.&lt;br /&gt;
&lt;br /&gt;
It's the only machine we know of that can edit 6K video and still burn CD-ROMs!&lt;br /&gt;
&lt;br /&gt;
For security, there is no port forwarding to the device; it can only be accessed via SSH or VNC over [[VPN]].&lt;br /&gt;
&lt;br /&gt;
=[[DaVinci Resolve (Studio)]]=&lt;br /&gt;
&lt;br /&gt;
The [[MacPro]] is capable of 6K Video editing locally or remote via [[VNC]] over [[VPN]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;vnc://username@resolve.wreckroom.nyc&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=[[DaVinci Resolve Project Server]]=&lt;br /&gt;
The [[MacPro]] also hosts the [[DaVinci Resolve Server]] via [[PostgreSQL]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration File===&lt;br /&gt;
Here is the location of the config:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo vim /Library/PostgreSQL/13/data/pg_hba.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the initial configuration, update the config as such:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
# pg_hba.conf file has been edited by DaVinci Project Server. Hence, it is recommended to not edit this file manually.&lt;br /&gt;
# TYPE    DATABASE    USER    ADDRESS    METHOD&lt;br /&gt;
local    all    all    scram-sha-256&lt;br /&gt;
host    all    all    127.0.0.1/32    scram-sha-256&lt;br /&gt;
host    all    all    ::1/128    scram-sha-256&lt;br /&gt;
host all all 192.168.1.0/24 scram-sha-256&lt;br /&gt;
host all all 192.168.3.0/24 scram-sha-256&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Note:''' You ''must'' add entries for hosting the WAN (e.g. 192.168.1.0/24) and the VPN (192.168.3.0/24). The VPN address will always need to be added, otherwise you will not be able to connect from [[VPN]].&lt;br /&gt;
&lt;br /&gt;
====Restart Postgres====&lt;br /&gt;
&lt;br /&gt;
Restart the postgres services via terminal to apply changes to config:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo -u postgres /Library/PostgreSQL/13/bin/pg_ctl restart -D /Library/PostgreSQL/13/data&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Daily Logs ===&lt;br /&gt;
&lt;br /&gt;
I was able to find the cause of the VPN not connecting by reviewing the logs:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo ls /Library/PostgreSQL/13/data/log&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here was the output from the failed config:&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
resolve:~ Joshua$ sudo cat /Library/PostgreSQL/13/data/log/postgresql-2024-01-09_235442.log&lt;br /&gt;
2024-01-09 23:54:42.917 EST [55004] LOG:  starting PostgreSQL 13.4 on x86_64-apple-darwin, compiled by Apple clang version 11.0.3 (clang-1103.0.32.59), 64-bit&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv6 address &amp;quot;::&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv4 address &amp;quot;0.0.0.0&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on Unix socket &amp;quot;/tmp/.s.PGSQL.5432&amp;quot;&lt;br /&gt;
2024-01-09 23:54:42.940 EST [55006] LOG:  database system was shut down at 2024-01-09 23:54:42 EST&lt;br /&gt;
2024-01-09 23:54:42.948 EST [55004] LOG:  database system is ready to accept connections&lt;br /&gt;
2024-01-09 23:54:52.605 EST [55048] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
2024-01-09 23:54:55.709 EST [55049] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Software Updates =&lt;br /&gt;
&lt;br /&gt;
We use [https://dortania.github.io/OpenCore-Legacy-Patcher/ OpenCore] to keep MacOS up-to-date and extend the life of this now vintage machine.&lt;br /&gt;
&lt;br /&gt;
===Limitations===&lt;br /&gt;
&lt;br /&gt;
*As a result, WiFi and Bluetooth no longer work as of OS X Catalina.&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=Media_Server&amp;diff=384</id>
		<title>Media Server</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=Media_Server&amp;diff=384"/>
		<updated>2024-01-12T23:58:23Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* PC */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The [[Media Server]] is used to host videos, audio, and any media capture involved with wreckroom in a centralized location that is accessible remotely via [[VPN]].&lt;br /&gt;
&lt;br /&gt;
=Connect=&lt;br /&gt;
[[Media Server | SMB]] (Server Message Block) is a web protocol used to share files over a computer network.&lt;br /&gt;
&lt;br /&gt;
== Mac ==&lt;br /&gt;
In Finder, press &amp;lt;code&amp;gt;Command + K&amp;lt;/code&amp;gt; to bring up '''Connect to Server'''. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;smb://username@media.wreckroom.nyc/wreckroom&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where '''username''' is your username provided by Justin and your password was provided via email.&lt;br /&gt;
&lt;br /&gt;
== PC ==&lt;br /&gt;
In File Explorer, click '''This PC''' and then '''XXXXX'''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;\\username@media.wreckroom.nyc\wreckroom&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where '''username''' is your username provided by Justin and your password was provided via email.&lt;br /&gt;
&lt;br /&gt;
=Directory Structure=&lt;br /&gt;
&lt;br /&gt;
===[[File Naming Conventions]]===&lt;br /&gt;
Learn about how files on the server are to be named! TL;DR ALL CAPS&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=Media_Server&amp;diff=383</id>
		<title>Media Server</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=Media_Server&amp;diff=383"/>
		<updated>2024-01-12T23:58:10Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* PC */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The [[Media Server]] is used to host videos, audio, and any media capture involved with wreckroom in a centralized location that is accessible remotely via [[VPN]].&lt;br /&gt;
&lt;br /&gt;
=Connect=&lt;br /&gt;
[[Media Server | SMB]] (Server Message Block) is a web protocol used to share files over a computer network.&lt;br /&gt;
&lt;br /&gt;
== Mac ==&lt;br /&gt;
In Finder, press &amp;lt;code&amp;gt;Command + K&amp;lt;/code&amp;gt; to bring up '''Connect to Server'''. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;smb://username@media.wreckroom.nyc/wreckroom&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where '''username''' is your username provided by Justin and your password was provided via email.&lt;br /&gt;
&lt;br /&gt;
== PC ==&lt;br /&gt;
In File Explorer, click '''This PC''' and then '''Connect to Server'''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;\\username@media.wreckroom.nyc\wreckroom&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where '''username''' is your username provided by Justin and your password was provided via email.&lt;br /&gt;
&lt;br /&gt;
=Directory Structure=&lt;br /&gt;
&lt;br /&gt;
===[[File Naming Conventions]]===&lt;br /&gt;
Learn about how files on the server are to be named! TL;DR ALL CAPS&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=Media_Server&amp;diff=382</id>
		<title>Media Server</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=Media_Server&amp;diff=382"/>
		<updated>2024-01-12T23:57:28Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* PC */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The [[Media Server]] is used to host videos, audio, and any media capture involved with wreckroom in a centralized location that is accessible remotely via [[VPN]].&lt;br /&gt;
&lt;br /&gt;
=Connect=&lt;br /&gt;
[[Media Server | SMB]] (Server Message Block) is a web protocol used to share files over a computer network.&lt;br /&gt;
&lt;br /&gt;
== Mac ==&lt;br /&gt;
In Finder, press &amp;lt;code&amp;gt;Command + K&amp;lt;/code&amp;gt; to bring up '''Connect to Server'''. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;smb://username@media.wreckroom.nyc/wreckroom&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where '''username''' is your username provided by Justin and your password was provided via email.&lt;br /&gt;
&lt;br /&gt;
== PC ==&lt;br /&gt;
In File Explorer, click '''This PC''' and then ''Connect to Server'''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;\\username@media.wreckroom.nyc\wreckroom&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where '''username''' is your username provided by Justin and your password was provided via email.&lt;br /&gt;
&lt;br /&gt;
=Directory Structure=&lt;br /&gt;
&lt;br /&gt;
===[[File Naming Conventions]]===&lt;br /&gt;
Learn about how files on the server are to be named! TL;DR ALL CAPS&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=Media_Server&amp;diff=381</id>
		<title>Media Server</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=Media_Server&amp;diff=381"/>
		<updated>2024-01-12T23:57:22Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* Mac */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The [[Media Server]] is used to host videos, audio, and any media capture involved with wreckroom in a centralized location that is accessible remotely via [[VPN]].&lt;br /&gt;
&lt;br /&gt;
=Connect=&lt;br /&gt;
[[Media Server | SMB]] (Server Message Block) is a web protocol used to share files over a computer network.&lt;br /&gt;
&lt;br /&gt;
== Mac ==&lt;br /&gt;
In Finder, press &amp;lt;code&amp;gt;Command + K&amp;lt;/code&amp;gt; to bring up '''Connect to Server'''. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;smb://username@media.wreckroom.nyc/wreckroom&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where '''username''' is your username provided by Justin and your password was provided via email.&lt;br /&gt;
&lt;br /&gt;
== PC ==&lt;br /&gt;
In File Explorer, click '''This PC''' and then ''Connect to Server'''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;s\\username@media.wreckroom.nyc\wreckroom&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where '''username''' is your username provided by Justin and your password was provided via email.&lt;br /&gt;
&lt;br /&gt;
=Directory Structure=&lt;br /&gt;
&lt;br /&gt;
===[[File Naming Conventions]]===&lt;br /&gt;
Learn about how files on the server are to be named! TL;DR ALL CAPS&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=VPN&amp;diff=380</id>
		<title>VPN</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=VPN&amp;diff=380"/>
		<updated>2024-01-12T23:56:23Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* Meida Server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A [[VPN]] is a virtual private network which allows remote users to access resources (files, audio, video and DaVinci Resolve projects) on another person organizations local network, over the internet. &lt;br /&gt;
&lt;br /&gt;
Once connected to the VPN it is like your are at [[Wreckroom]] studios.&lt;br /&gt;
&lt;br /&gt;
=Access=&lt;br /&gt;
&lt;br /&gt;
To setup a [[VPN]] Connection reach out to Justin for the login credentials.&lt;br /&gt;
&lt;br /&gt;
===[[Media Server]]===&lt;br /&gt;
&lt;br /&gt;
Once you are connected to the [[VPN]] you would connect to the wreckroom drive via the [[Media Server]].&lt;br /&gt;
&lt;br /&gt;
===[[DaVinci Resolve Server]]===&lt;br /&gt;
If you are working on editing within a DaVinci Resolve project click [[DaVinci Resolve Server | here]].&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=Wreckroom&amp;diff=362</id>
		<title>Wreckroom</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=Wreckroom&amp;diff=362"/>
		<updated>2024-01-11T02:26:03Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* Runway */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome! Here is the place for everything you need to know about [[Wreckroom]].&lt;br /&gt;
&lt;br /&gt;
=Strategy=&lt;br /&gt;
===[[Road Map Q1-Q2 2024]]===&lt;br /&gt;
&lt;br /&gt;
=Media Verticals=&lt;br /&gt;
Media Verticals are the different broad categories of content we focus on.&lt;br /&gt;
&lt;br /&gt;
===[[Performance Series]]===&lt;br /&gt;
A Safe and Sound Showcase, Daylight Sessions all fall under these categories. Usually a performance video piece that lives on YouTube.&lt;br /&gt;
&lt;br /&gt;
===[[Interviews]]===&lt;br /&gt;
Short form content pieces that either feed into the performance series or create a short form entertainment piece from artists we’ve worked with.&lt;br /&gt;
&lt;br /&gt;
===[[WRNY]]===&lt;br /&gt;
&lt;br /&gt;
WRNY a 24 hour Youtube Radio Station, featuring all the artists that we have hand selected to perform at [[Safe &amp;amp; Sound Studios]].&lt;br /&gt;
&lt;br /&gt;
=Access=&lt;br /&gt;
You can access Wreckroom remotely via [[VPN]] or onsite. You will need to mount the [[Media Server]] to access the media and [[DaVinci Resolve Project Server]] for video editing.&lt;br /&gt;
==Remote Access==&lt;br /&gt;
===[[VPN]]===&lt;br /&gt;
&lt;br /&gt;
If you are working from home, connect to the [[VPN]] to access Wreckroom media files and storage ''remotely''.&lt;br /&gt;
&lt;br /&gt;
==Media Access==&lt;br /&gt;
Regardless of if you are at home or in the studio, you can access the Wreckroom servers:&lt;br /&gt;
&lt;br /&gt;
===[[Media Server]]===&lt;br /&gt;
Connect to [[Wreckroom]]'s vast media library.&lt;br /&gt;
&lt;br /&gt;
====[[File Naming Conventions]]====&lt;br /&gt;
Learn about how files on the server are to be named! TL;DR ALL CAPS&lt;br /&gt;
&lt;br /&gt;
== Project Access ==&lt;br /&gt;
&lt;br /&gt;
===[[DaVinci Resolve Project Server]]===&lt;br /&gt;
A Network Server to edit files remotely in resolve&lt;br /&gt;
&lt;br /&gt;
====[[Creating Proxies in Resolve Server]]====&lt;br /&gt;
Learn how creating proxy media on the [[Media Server]] helps speed up performance over the [[DaVinci Resolve Project Server]]!&lt;br /&gt;
&lt;br /&gt;
=Help=&lt;br /&gt;
&lt;br /&gt;
===[https://www.mediawiki.org/wiki/Cheatsheet Wiki Syntax Cheatsheet]===&lt;br /&gt;
&lt;br /&gt;
= Network Administration =&lt;br /&gt;
&lt;br /&gt;
===[[Synology]]===&lt;br /&gt;
The Synology is a Network Attached Storage (NAS) and Linux Server that runs many different processes that are essential to [[Wreckroom]].&lt;br /&gt;
&lt;br /&gt;
===[[MacPro]]===&lt;br /&gt;
The MacPro runs the [[DaVinci Resolve Server]] and hosts [[OBS]] for [[WRNY]].&lt;br /&gt;
&lt;br /&gt;
===[[UniFi]]===&lt;br /&gt;
We have a 2.5G network...LFG!&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=Wreckroom&amp;diff=361</id>
		<title>Wreckroom</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=Wreckroom&amp;diff=361"/>
		<updated>2024-01-11T02:25:50Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* Road Map */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome! Here is the place for everything you need to know about [[Wreckroom]].&lt;br /&gt;
&lt;br /&gt;
=[[Runway]]=&lt;br /&gt;
===[[Road Map Q1-Q2 2024]]===&lt;br /&gt;
&lt;br /&gt;
=Media Verticals=&lt;br /&gt;
Media Verticals are the different broad categories of content we focus on.&lt;br /&gt;
&lt;br /&gt;
===[[Performance Series]]===&lt;br /&gt;
A Safe and Sound Showcase, Daylight Sessions all fall under these categories. Usually a performance video piece that lives on YouTube.&lt;br /&gt;
&lt;br /&gt;
===[[Interviews]]===&lt;br /&gt;
Short form content pieces that either feed into the performance series or create a short form entertainment piece from artists we’ve worked with.&lt;br /&gt;
&lt;br /&gt;
===[[WRNY]]===&lt;br /&gt;
&lt;br /&gt;
WRNY a 24 hour Youtube Radio Station, featuring all the artists that we have hand selected to perform at [[Safe &amp;amp; Sound Studios]].&lt;br /&gt;
&lt;br /&gt;
=Access=&lt;br /&gt;
You can access Wreckroom remotely via [[VPN]] or onsite. You will need to mount the [[Media Server]] to access the media and [[DaVinci Resolve Project Server]] for video editing.&lt;br /&gt;
==Remote Access==&lt;br /&gt;
===[[VPN]]===&lt;br /&gt;
&lt;br /&gt;
If you are working from home, connect to the [[VPN]] to access Wreckroom media files and storage ''remotely''.&lt;br /&gt;
&lt;br /&gt;
==Media Access==&lt;br /&gt;
Regardless of if you are at home or in the studio, you can access the Wreckroom servers:&lt;br /&gt;
&lt;br /&gt;
===[[Media Server]]===&lt;br /&gt;
Connect to [[Wreckroom]]'s vast media library.&lt;br /&gt;
&lt;br /&gt;
====[[File Naming Conventions]]====&lt;br /&gt;
Learn about how files on the server are to be named! TL;DR ALL CAPS&lt;br /&gt;
&lt;br /&gt;
== Project Access ==&lt;br /&gt;
&lt;br /&gt;
===[[DaVinci Resolve Project Server]]===&lt;br /&gt;
A Network Server to edit files remotely in resolve&lt;br /&gt;
&lt;br /&gt;
====[[Creating Proxies in Resolve Server]]====&lt;br /&gt;
Learn how creating proxy media on the [[Media Server]] helps speed up performance over the [[DaVinci Resolve Project Server]]!&lt;br /&gt;
&lt;br /&gt;
=Help=&lt;br /&gt;
&lt;br /&gt;
===[https://www.mediawiki.org/wiki/Cheatsheet Wiki Syntax Cheatsheet]===&lt;br /&gt;
&lt;br /&gt;
= Network Administration =&lt;br /&gt;
&lt;br /&gt;
===[[Synology]]===&lt;br /&gt;
The Synology is a Network Attached Storage (NAS) and Linux Server that runs many different processes that are essential to [[Wreckroom]].&lt;br /&gt;
&lt;br /&gt;
===[[MacPro]]===&lt;br /&gt;
The MacPro runs the [[DaVinci Resolve Server]] and hosts [[OBS]] for [[WRNY]].&lt;br /&gt;
&lt;br /&gt;
===[[UniFi]]===&lt;br /&gt;
We have a 2.5G network...LFG!&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=Wreckroom&amp;diff=360</id>
		<title>Wreckroom</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=Wreckroom&amp;diff=360"/>
		<updated>2024-01-11T02:25:29Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* Road Map Q1-Q2 2024 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome! Here is the place for everything you need to know about [[Wreckroom]].&lt;br /&gt;
&lt;br /&gt;
=[[Road Map]]=&lt;br /&gt;
===Q1-Q2 2024===&lt;br /&gt;
&lt;br /&gt;
=Media Verticals=&lt;br /&gt;
Media Verticals are the different broad categories of content we focus on.&lt;br /&gt;
&lt;br /&gt;
===[[Performance Series]]===&lt;br /&gt;
A Safe and Sound Showcase, Daylight Sessions all fall under these categories. Usually a performance video piece that lives on YouTube.&lt;br /&gt;
&lt;br /&gt;
===[[Interviews]]===&lt;br /&gt;
Short form content pieces that either feed into the performance series or create a short form entertainment piece from artists we’ve worked with.&lt;br /&gt;
&lt;br /&gt;
===[[WRNY]]===&lt;br /&gt;
&lt;br /&gt;
WRNY a 24 hour Youtube Radio Station, featuring all the artists that we have hand selected to perform at [[Safe &amp;amp; Sound Studios]].&lt;br /&gt;
&lt;br /&gt;
=Access=&lt;br /&gt;
You can access Wreckroom remotely via [[VPN]] or onsite. You will need to mount the [[Media Server]] to access the media and [[DaVinci Resolve Project Server]] for video editing.&lt;br /&gt;
==Remote Access==&lt;br /&gt;
===[[VPN]]===&lt;br /&gt;
&lt;br /&gt;
If you are working from home, connect to the [[VPN]] to access Wreckroom media files and storage ''remotely''.&lt;br /&gt;
&lt;br /&gt;
==Media Access==&lt;br /&gt;
Regardless of if you are at home or in the studio, you can access the Wreckroom servers:&lt;br /&gt;
&lt;br /&gt;
===[[Media Server]]===&lt;br /&gt;
Connect to [[Wreckroom]]'s vast media library.&lt;br /&gt;
&lt;br /&gt;
====[[File Naming Conventions]]====&lt;br /&gt;
Learn about how files on the server are to be named! TL;DR ALL CAPS&lt;br /&gt;
&lt;br /&gt;
== Project Access ==&lt;br /&gt;
&lt;br /&gt;
===[[DaVinci Resolve Project Server]]===&lt;br /&gt;
A Network Server to edit files remotely in resolve&lt;br /&gt;
&lt;br /&gt;
====[[Creating Proxies in Resolve Server]]====&lt;br /&gt;
Learn how creating proxy media on the [[Media Server]] helps speed up performance over the [[DaVinci Resolve Project Server]]!&lt;br /&gt;
&lt;br /&gt;
=Help=&lt;br /&gt;
&lt;br /&gt;
===[https://www.mediawiki.org/wiki/Cheatsheet Wiki Syntax Cheatsheet]===&lt;br /&gt;
&lt;br /&gt;
= Network Administration =&lt;br /&gt;
&lt;br /&gt;
===[[Synology]]===&lt;br /&gt;
The Synology is a Network Attached Storage (NAS) and Linux Server that runs many different processes that are essential to [[Wreckroom]].&lt;br /&gt;
&lt;br /&gt;
===[[MacPro]]===&lt;br /&gt;
The MacPro runs the [[DaVinci Resolve Server]] and hosts [[OBS]] for [[WRNY]].&lt;br /&gt;
&lt;br /&gt;
===[[UniFi]]===&lt;br /&gt;
We have a 2.5G network...LFG!&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=Wreckroom&amp;diff=359</id>
		<title>Wreckroom</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=Wreckroom&amp;diff=359"/>
		<updated>2024-01-11T02:25:14Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* Road Map Q1-Q2 2024 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome! Here is the place for everything you need to know about [[Wreckroom]].&lt;br /&gt;
&lt;br /&gt;
=[[Road Map Q1-Q2 2024]]=&lt;br /&gt;
&lt;br /&gt;
=Media Verticals=&lt;br /&gt;
Media Verticals are the different broad categories of content we focus on.&lt;br /&gt;
&lt;br /&gt;
===[[Performance Series]]===&lt;br /&gt;
A Safe and Sound Showcase, Daylight Sessions all fall under these categories. Usually a performance video piece that lives on YouTube.&lt;br /&gt;
&lt;br /&gt;
===[[Interviews]]===&lt;br /&gt;
Short form content pieces that either feed into the performance series or create a short form entertainment piece from artists we’ve worked with.&lt;br /&gt;
&lt;br /&gt;
===[[WRNY]]===&lt;br /&gt;
&lt;br /&gt;
WRNY a 24 hour Youtube Radio Station, featuring all the artists that we have hand selected to perform at [[Safe &amp;amp; Sound Studios]].&lt;br /&gt;
&lt;br /&gt;
=Access=&lt;br /&gt;
You can access Wreckroom remotely via [[VPN]] or onsite. You will need to mount the [[Media Server]] to access the media and [[DaVinci Resolve Project Server]] for video editing.&lt;br /&gt;
==Remote Access==&lt;br /&gt;
===[[VPN]]===&lt;br /&gt;
&lt;br /&gt;
If you are working from home, connect to the [[VPN]] to access Wreckroom media files and storage ''remotely''.&lt;br /&gt;
&lt;br /&gt;
==Media Access==&lt;br /&gt;
Regardless of if you are at home or in the studio, you can access the Wreckroom servers:&lt;br /&gt;
&lt;br /&gt;
===[[Media Server]]===&lt;br /&gt;
Connect to [[Wreckroom]]'s vast media library.&lt;br /&gt;
&lt;br /&gt;
====[[File Naming Conventions]]====&lt;br /&gt;
Learn about how files on the server are to be named! TL;DR ALL CAPS&lt;br /&gt;
&lt;br /&gt;
== Project Access ==&lt;br /&gt;
&lt;br /&gt;
===[[DaVinci Resolve Project Server]]===&lt;br /&gt;
A Network Server to edit files remotely in resolve&lt;br /&gt;
&lt;br /&gt;
====[[Creating Proxies in Resolve Server]]====&lt;br /&gt;
Learn how creating proxy media on the [[Media Server]] helps speed up performance over the [[DaVinci Resolve Project Server]]!&lt;br /&gt;
&lt;br /&gt;
=Help=&lt;br /&gt;
&lt;br /&gt;
===[https://www.mediawiki.org/wiki/Cheatsheet Wiki Syntax Cheatsheet]===&lt;br /&gt;
&lt;br /&gt;
= Network Administration =&lt;br /&gt;
&lt;br /&gt;
===[[Synology]]===&lt;br /&gt;
The Synology is a Network Attached Storage (NAS) and Linux Server that runs many different processes that are essential to [[Wreckroom]].&lt;br /&gt;
&lt;br /&gt;
===[[MacPro]]===&lt;br /&gt;
The MacPro runs the [[DaVinci Resolve Server]] and hosts [[OBS]] for [[WRNY]].&lt;br /&gt;
&lt;br /&gt;
===[[UniFi]]===&lt;br /&gt;
We have a 2.5G network...LFG!&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=Wreckroom&amp;diff=358</id>
		<title>Wreckroom</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=Wreckroom&amp;diff=358"/>
		<updated>2024-01-11T02:25:03Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* Road Map Q1-Q2 2024 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome! Here is the place for everything you need to know about [[Wreckroom]].&lt;br /&gt;
&lt;br /&gt;
===[[Road Map Q1-Q2 2024]]===&lt;br /&gt;
&lt;br /&gt;
=Media Verticals=&lt;br /&gt;
Media Verticals are the different broad categories of content we focus on.&lt;br /&gt;
&lt;br /&gt;
===[[Performance Series]]===&lt;br /&gt;
A Safe and Sound Showcase, Daylight Sessions all fall under these categories. Usually a performance video piece that lives on YouTube.&lt;br /&gt;
&lt;br /&gt;
===[[Interviews]]===&lt;br /&gt;
Short form content pieces that either feed into the performance series or create a short form entertainment piece from artists we’ve worked with.&lt;br /&gt;
&lt;br /&gt;
===[[WRNY]]===&lt;br /&gt;
&lt;br /&gt;
WRNY a 24 hour Youtube Radio Station, featuring all the artists that we have hand selected to perform at [[Safe &amp;amp; Sound Studios]].&lt;br /&gt;
&lt;br /&gt;
=Access=&lt;br /&gt;
You can access Wreckroom remotely via [[VPN]] or onsite. You will need to mount the [[Media Server]] to access the media and [[DaVinci Resolve Project Server]] for video editing.&lt;br /&gt;
==Remote Access==&lt;br /&gt;
===[[VPN]]===&lt;br /&gt;
&lt;br /&gt;
If you are working from home, connect to the [[VPN]] to access Wreckroom media files and storage ''remotely''.&lt;br /&gt;
&lt;br /&gt;
==Media Access==&lt;br /&gt;
Regardless of if you are at home or in the studio, you can access the Wreckroom servers:&lt;br /&gt;
&lt;br /&gt;
===[[Media Server]]===&lt;br /&gt;
Connect to [[Wreckroom]]'s vast media library.&lt;br /&gt;
&lt;br /&gt;
====[[File Naming Conventions]]====&lt;br /&gt;
Learn about how files on the server are to be named! TL;DR ALL CAPS&lt;br /&gt;
&lt;br /&gt;
== Project Access ==&lt;br /&gt;
&lt;br /&gt;
===[[DaVinci Resolve Project Server]]===&lt;br /&gt;
A Network Server to edit files remotely in resolve&lt;br /&gt;
&lt;br /&gt;
====[[Creating Proxies in Resolve Server]]====&lt;br /&gt;
Learn how creating proxy media on the [[Media Server]] helps speed up performance over the [[DaVinci Resolve Project Server]]!&lt;br /&gt;
&lt;br /&gt;
=Help=&lt;br /&gt;
&lt;br /&gt;
===[https://www.mediawiki.org/wiki/Cheatsheet Wiki Syntax Cheatsheet]===&lt;br /&gt;
&lt;br /&gt;
= Network Administration =&lt;br /&gt;
&lt;br /&gt;
===[[Synology]]===&lt;br /&gt;
The Synology is a Network Attached Storage (NAS) and Linux Server that runs many different processes that are essential to [[Wreckroom]].&lt;br /&gt;
&lt;br /&gt;
===[[MacPro]]===&lt;br /&gt;
The MacPro runs the [[DaVinci Resolve Server]] and hosts [[OBS]] for [[WRNY]].&lt;br /&gt;
&lt;br /&gt;
===[[UniFi]]===&lt;br /&gt;
We have a 2.5G network...LFG!&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=Road_Map_Q1-Q2_2024&amp;diff=357</id>
		<title>Road Map Q1-Q2 2024</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=Road_Map_Q1-Q2_2024&amp;diff=357"/>
		<updated>2024-01-11T02:23:45Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* Q1: Detailed Roadmap (January - March) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Q1: Detailed Roadmap (January - March) ==&lt;br /&gt;
&lt;br /&gt;
* Monday, Wednesday, and Friday are upload days for YouTube &amp;amp; TikTok&lt;br /&gt;
&lt;br /&gt;
=== January ===&lt;br /&gt;
* '''13th:''' Miette Hope DS Release.&lt;br /&gt;
* '''20th:''' Studio Upgrade Complete (Unifi Network and Synology Storage).&lt;br /&gt;
* '''25th:''' Onboarding Forms Completion for DS, WRNY, STUDIO, PARTNERSHIPS.&lt;br /&gt;
* '''29th:''' Website Launch with Studio Promo.&lt;br /&gt;
&lt;br /&gt;
=== February ===&lt;br /&gt;
* '''2nd:''' Recording &amp;quot;You Make a Home&amp;quot; with Sheena and Adam.&lt;br /&gt;
* '''17th:''' Live Studio Performance (Potential Artist: Rachel Rose).&lt;br /&gt;
* '''16th/23rd:''' Sixsun Single Release.&lt;br /&gt;
* Regular Social Media Updates.&lt;br /&gt;
&lt;br /&gt;
=== March ===&lt;br /&gt;
* '''1st:''' Launch of WRNY 24hr YouTube Radio. This will feature a continuous stream of curated music and live sessions, aimed at creating a unique space for music enthusiasts. &lt;br /&gt;
* '''2nd/9th:''' Recording 6 Daylight Sessions.&lt;br /&gt;
* '''15th:''' Sixsun Single Release.&lt;br /&gt;
* Regular Content Posting.&lt;br /&gt;
&lt;br /&gt;
== Highlights: Q2 (April - June) ==&lt;br /&gt;
&lt;br /&gt;
=== April ===&lt;br /&gt;
* '''Newsletter Launch:''' Mid-April launch aimed at building a community with updates on releases, events, and exclusive content.&lt;br /&gt;
* '''Production Partnership with 57Grand:''' Produce media and content for 57’s highly sought after community events.&lt;br /&gt;
* '''Showcase Sponsorships:''' Securing Groover, 10DC as sponsors for showcase Series. 20k Goal&lt;br /&gt;
* '''Short Documentary Negotiations:''' Re-Launch Contract for Belief Lab documentary.&lt;br /&gt;
* '''Live Studio Performance:''' Hosting a private performance event with industry leaders.&lt;br /&gt;
* '''Remote Editor Onboarding:''' Establishing workflow for remote editing in key Demographic&lt;br /&gt;
* '''WRNY ROCKDAFAQOUT Launch:''' Introduction of an alt-pop channel on WRNY with Key Tastemaker&lt;br /&gt;
&lt;br /&gt;
=== May ===&lt;br /&gt;
* '''Wreckroom Listening Party:''' Album Performance and listening party for Sixsun Album.&lt;br /&gt;
* '''Showcase Series Kickoff:''' Beginning of a 4-5 part showcase series.&lt;br /&gt;
* '''Daylight Sessions Shooting:''' Producing 6 new Daylight sessions.&lt;br /&gt;
* '''Documentary Filming:''' Starting the documentary shoot.&lt;br /&gt;
* '''First Media Client Onboarding:''' Expanding services to external clients.&lt;br /&gt;
* '''Music Video''' For Adam Knight's &amp;quot;You Make a Home.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== June ===&lt;br /&gt;
* '''Second Showcase:''' Continuing the showcase series.&lt;br /&gt;
* '''Live Studio Performances:''' Hosting events with industry professionals.&lt;br /&gt;
* '''Media Client Expansion:''' Onboarding additional SMB Media clients.&lt;br /&gt;
* '''Documentary Continuation:''' Documentary shoot progress.&lt;br /&gt;
* '''Studio Booking Goal:''' Aiming for 5 days a month booking.&lt;br /&gt;
* '''Merchandise Launch:''' Sixsun Vinyl and Wreckroom T-Shirt launch&lt;br /&gt;
&lt;br /&gt;
=== Notes: ===&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=290</id>
		<title>MacPro</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=290"/>
		<updated>2024-01-10T08:15:05Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* DaVinci Resolve (Studio) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The [[MacPro]] is a MacOS server that hosts A/V editing software e.g., [[DaVinci Resolve Studio]] and [[DaVinci Resolve Server]].&lt;br /&gt;
&lt;br /&gt;
Born in 2012 and still a formidable machine. It has been upgraded with a dual hex-core (12-core) Xeon Processors, 1TB NVMe storage, and 96GB RAM.&lt;br /&gt;
&lt;br /&gt;
It can edit 6K video and it can still burn CD-ROMs!&lt;br /&gt;
&lt;br /&gt;
For security, there is no port forwarding to the device; it can only be accessed via SSH or VNC over [[VPN]].&lt;br /&gt;
&lt;br /&gt;
=[[DaVinci Resolve (Studio)]]=&lt;br /&gt;
&lt;br /&gt;
The [[MacPro]] is capable of 6K Video editing locally or remote via [[VNC]] over [[VPN]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;vnc://username@resolve.wreckroom.nyc&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=[[DaVinci Resolve Server]]=&lt;br /&gt;
The [[MacPro]] hosts the [[DaVinci Resolve Server]] via [[PostgreSQL]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration File===&lt;br /&gt;
Here is the location of the config:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo vim /Library/PostgreSQL/13/data/pg_hba.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Update the config as such:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
# pg_hba.conf file has been edited by DaVinci Project Server. Hence, it is recommended to not edit this file manually.&lt;br /&gt;
# TYPE    DATABASE    USER    ADDRESS    METHOD&lt;br /&gt;
local    all    all    scram-sha-256&lt;br /&gt;
host    all    all    127.0.0.1/32    scram-sha-256&lt;br /&gt;
host    all    all    ::1/128    scram-sha-256&lt;br /&gt;
host all all 192.168.1.0/24 scram-sha-256&lt;br /&gt;
host all all 192.168.3.0/24 scram-sha-256&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Note:''' You ''must'' add entries for hosting the WAN (e.g. 192.168.1.0/24) and the VPN (192.168.3.0/24). The VPN address will always need to be added, otherwise you will not be able to connect from [[VPN]].&lt;br /&gt;
&lt;br /&gt;
====Restart Postgres====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo -u postgres /Library/PostgreSQL/13/bin/pg_ctl restart -D /Library/PostgreSQL/13/data&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Daily Logs ===&lt;br /&gt;
&lt;br /&gt;
I was able to find the cause of the VPN not connecting by reviewing the logs:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo ls /Library/PostgreSQL/13/data/log&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here was the output from the failed config:&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
resolve:~ Joshua$ sudo cat /Library/PostgreSQL/13/data/log/postgresql-2024-01-09_235442.log&lt;br /&gt;
2024-01-09 23:54:42.917 EST [55004] LOG:  starting PostgreSQL 13.4 on x86_64-apple-darwin, compiled by Apple clang version 11.0.3 (clang-1103.0.32.59), 64-bit&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv6 address &amp;quot;::&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv4 address &amp;quot;0.0.0.0&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on Unix socket &amp;quot;/tmp/.s.PGSQL.5432&amp;quot;&lt;br /&gt;
2024-01-09 23:54:42.940 EST [55006] LOG:  database system was shut down at 2024-01-09 23:54:42 EST&lt;br /&gt;
2024-01-09 23:54:42.948 EST [55004] LOG:  database system is ready to accept connections&lt;br /&gt;
2024-01-09 23:54:52.605 EST [55048] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
2024-01-09 23:54:55.709 EST [55049] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Software Updates =&lt;br /&gt;
&lt;br /&gt;
We use [https://dortania.github.io/OpenCore-Legacy-Patcher/ OpenCore] to keep MacOS up-to-date and extend the life of this now vintage machine.&lt;br /&gt;
&lt;br /&gt;
As a result, WiFi and Bluetooth no longer work as of OS X Catalina.&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=289</id>
		<title>MacPro</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=289"/>
		<updated>2024-01-10T08:14:55Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The [[MacPro]] is a MacOS server that hosts A/V editing software e.g., [[DaVinci Resolve Studio]] and [[DaVinci Resolve Server]].&lt;br /&gt;
&lt;br /&gt;
Born in 2012 and still a formidable machine. It has been upgraded with a dual hex-core (12-core) Xeon Processors, 1TB NVMe storage, and 96GB RAM.&lt;br /&gt;
&lt;br /&gt;
It can edit 6K video and it can still burn CD-ROMs!&lt;br /&gt;
&lt;br /&gt;
For security, there is no port forwarding to the device; it can only be accessed via SSH or VNC over [[VPN]].&lt;br /&gt;
&lt;br /&gt;
=DaVinci Resolve (Studio)=&lt;br /&gt;
&lt;br /&gt;
The [[MacPro]] is capable of 6K Video editing locally or remote via [[VNC]] over [[VPN]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;vnc://username@resolve.wreckroom.nyc&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=[[DaVinci Resolve Server]]=&lt;br /&gt;
The [[MacPro]] hosts the [[DaVinci Resolve Server]] via [[PostgreSQL]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration File===&lt;br /&gt;
Here is the location of the config:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo vim /Library/PostgreSQL/13/data/pg_hba.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Update the config as such:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
# pg_hba.conf file has been edited by DaVinci Project Server. Hence, it is recommended to not edit this file manually.&lt;br /&gt;
# TYPE    DATABASE    USER    ADDRESS    METHOD&lt;br /&gt;
local    all    all    scram-sha-256&lt;br /&gt;
host    all    all    127.0.0.1/32    scram-sha-256&lt;br /&gt;
host    all    all    ::1/128    scram-sha-256&lt;br /&gt;
host all all 192.168.1.0/24 scram-sha-256&lt;br /&gt;
host all all 192.168.3.0/24 scram-sha-256&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Note:''' You ''must'' add entries for hosting the WAN (e.g. 192.168.1.0/24) and the VPN (192.168.3.0/24). The VPN address will always need to be added, otherwise you will not be able to connect from [[VPN]].&lt;br /&gt;
&lt;br /&gt;
====Restart Postgres====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo -u postgres /Library/PostgreSQL/13/bin/pg_ctl restart -D /Library/PostgreSQL/13/data&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Daily Logs ===&lt;br /&gt;
&lt;br /&gt;
I was able to find the cause of the VPN not connecting by reviewing the logs:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo ls /Library/PostgreSQL/13/data/log&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here was the output from the failed config:&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
resolve:~ Joshua$ sudo cat /Library/PostgreSQL/13/data/log/postgresql-2024-01-09_235442.log&lt;br /&gt;
2024-01-09 23:54:42.917 EST [55004] LOG:  starting PostgreSQL 13.4 on x86_64-apple-darwin, compiled by Apple clang version 11.0.3 (clang-1103.0.32.59), 64-bit&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv6 address &amp;quot;::&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv4 address &amp;quot;0.0.0.0&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on Unix socket &amp;quot;/tmp/.s.PGSQL.5432&amp;quot;&lt;br /&gt;
2024-01-09 23:54:42.940 EST [55006] LOG:  database system was shut down at 2024-01-09 23:54:42 EST&lt;br /&gt;
2024-01-09 23:54:42.948 EST [55004] LOG:  database system is ready to accept connections&lt;br /&gt;
2024-01-09 23:54:52.605 EST [55048] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
2024-01-09 23:54:55.709 EST [55049] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Software Updates =&lt;br /&gt;
&lt;br /&gt;
We use [https://dortania.github.io/OpenCore-Legacy-Patcher/ OpenCore] to keep MacOS up-to-date and extend the life of this now vintage machine.&lt;br /&gt;
&lt;br /&gt;
As a result, WiFi and Bluetooth no longer work as of OS X Catalina.&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=288</id>
		<title>MacPro</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=288"/>
		<updated>2024-01-10T08:13:57Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The [[MacPro]] is a MacOS server that hosts a variety of services like the [[DaVinci Resolve Server]].&lt;br /&gt;
&lt;br /&gt;
Born in 2012 and still a formidable machine. It has been upgraded with a dual hex-core (12-core) Xeon Processors, 1TB NVMe storage, and 96GB RAM.&lt;br /&gt;
&lt;br /&gt;
It can edit 6K video and it can still burn CD-ROMs!&lt;br /&gt;
&lt;br /&gt;
For security, there is no port forwarding to the device; it can only be accessed via SSH or VNC over [[VPN]].&lt;br /&gt;
&lt;br /&gt;
=DaVinci Resolve (Studio)=&lt;br /&gt;
&lt;br /&gt;
The [[MacPro]] is capable of 6K Video editing locally or remote via [[VNC]] over [[VPN]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;vnc://username@resolve.wreckroom.nyc&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=[[DaVinci Resolve Server]]=&lt;br /&gt;
The [[MacPro]] hosts the [[DaVinci Resolve Server]] via [[PostgreSQL]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration File===&lt;br /&gt;
Here is the location of the config:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo vim /Library/PostgreSQL/13/data/pg_hba.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Update the config as such:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
# pg_hba.conf file has been edited by DaVinci Project Server. Hence, it is recommended to not edit this file manually.&lt;br /&gt;
# TYPE    DATABASE    USER    ADDRESS    METHOD&lt;br /&gt;
local    all    all    scram-sha-256&lt;br /&gt;
host    all    all    127.0.0.1/32    scram-sha-256&lt;br /&gt;
host    all    all    ::1/128    scram-sha-256&lt;br /&gt;
host all all 192.168.1.0/24 scram-sha-256&lt;br /&gt;
host all all 192.168.3.0/24 scram-sha-256&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Note:''' You ''must'' add entries for hosting the WAN (e.g. 192.168.1.0/24) and the VPN (192.168.3.0/24). The VPN address will always need to be added, otherwise you will not be able to connect from [[VPN]].&lt;br /&gt;
&lt;br /&gt;
====Restart Postgres====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo -u postgres /Library/PostgreSQL/13/bin/pg_ctl restart -D /Library/PostgreSQL/13/data&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Daily Logs ===&lt;br /&gt;
&lt;br /&gt;
I was able to find the cause of the VPN not connecting by reviewing the logs:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo ls /Library/PostgreSQL/13/data/log&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here was the output from the failed config:&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
resolve:~ Joshua$ sudo cat /Library/PostgreSQL/13/data/log/postgresql-2024-01-09_235442.log&lt;br /&gt;
2024-01-09 23:54:42.917 EST [55004] LOG:  starting PostgreSQL 13.4 on x86_64-apple-darwin, compiled by Apple clang version 11.0.3 (clang-1103.0.32.59), 64-bit&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv6 address &amp;quot;::&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv4 address &amp;quot;0.0.0.0&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on Unix socket &amp;quot;/tmp/.s.PGSQL.5432&amp;quot;&lt;br /&gt;
2024-01-09 23:54:42.940 EST [55006] LOG:  database system was shut down at 2024-01-09 23:54:42 EST&lt;br /&gt;
2024-01-09 23:54:42.948 EST [55004] LOG:  database system is ready to accept connections&lt;br /&gt;
2024-01-09 23:54:52.605 EST [55048] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
2024-01-09 23:54:55.709 EST [55049] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Software Updates =&lt;br /&gt;
&lt;br /&gt;
We use [https://dortania.github.io/OpenCore-Legacy-Patcher/ OpenCore] to keep MacOS up-to-date and extend the life of this now vintage machine.&lt;br /&gt;
&lt;br /&gt;
As a result, WiFi and Bluetooth no longer work as of OS X Catalina.&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=287</id>
		<title>MacPro</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=287"/>
		<updated>2024-01-10T08:13:41Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The [[MacPro]] is a server that hosts a variety of services like the [[DaVinci Resolve Server]].&lt;br /&gt;
&lt;br /&gt;
Born in 2012 and still a formidable machine. It has been upgraded with a dual hex-core (12-core) Xeon Processors, 1TB NVMe storage, and 96GB RAM.&lt;br /&gt;
&lt;br /&gt;
It can edit 6K video and it can still burn CD-ROMs!&lt;br /&gt;
&lt;br /&gt;
For security, there is no port forwarding to the device; it can only be accessed via SSH or VNC over [[VPN]].&lt;br /&gt;
&lt;br /&gt;
=DaVinci Resolve (Studio)=&lt;br /&gt;
&lt;br /&gt;
The [[MacPro]] is capable of 6K Video editing locally or remote via [[VNC]] over [[VPN]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;vnc://username@resolve.wreckroom.nyc&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=[[DaVinci Resolve Server]]=&lt;br /&gt;
The [[MacPro]] hosts the [[DaVinci Resolve Server]] via [[PostgreSQL]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration File===&lt;br /&gt;
Here is the location of the config:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo vim /Library/PostgreSQL/13/data/pg_hba.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Update the config as such:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
# pg_hba.conf file has been edited by DaVinci Project Server. Hence, it is recommended to not edit this file manually.&lt;br /&gt;
# TYPE    DATABASE    USER    ADDRESS    METHOD&lt;br /&gt;
local    all    all    scram-sha-256&lt;br /&gt;
host    all    all    127.0.0.1/32    scram-sha-256&lt;br /&gt;
host    all    all    ::1/128    scram-sha-256&lt;br /&gt;
host all all 192.168.1.0/24 scram-sha-256&lt;br /&gt;
host all all 192.168.3.0/24 scram-sha-256&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Note:''' You ''must'' add entries for hosting the WAN (e.g. 192.168.1.0/24) and the VPN (192.168.3.0/24). The VPN address will always need to be added, otherwise you will not be able to connect from [[VPN]].&lt;br /&gt;
&lt;br /&gt;
====Restart Postgres====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo -u postgres /Library/PostgreSQL/13/bin/pg_ctl restart -D /Library/PostgreSQL/13/data&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Daily Logs ===&lt;br /&gt;
&lt;br /&gt;
I was able to find the cause of the VPN not connecting by reviewing the logs:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo ls /Library/PostgreSQL/13/data/log&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here was the output from the failed config:&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
resolve:~ Joshua$ sudo cat /Library/PostgreSQL/13/data/log/postgresql-2024-01-09_235442.log&lt;br /&gt;
2024-01-09 23:54:42.917 EST [55004] LOG:  starting PostgreSQL 13.4 on x86_64-apple-darwin, compiled by Apple clang version 11.0.3 (clang-1103.0.32.59), 64-bit&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv6 address &amp;quot;::&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv4 address &amp;quot;0.0.0.0&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on Unix socket &amp;quot;/tmp/.s.PGSQL.5432&amp;quot;&lt;br /&gt;
2024-01-09 23:54:42.940 EST [55006] LOG:  database system was shut down at 2024-01-09 23:54:42 EST&lt;br /&gt;
2024-01-09 23:54:42.948 EST [55004] LOG:  database system is ready to accept connections&lt;br /&gt;
2024-01-09 23:54:52.605 EST [55048] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
2024-01-09 23:54:55.709 EST [55049] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Software Updates =&lt;br /&gt;
&lt;br /&gt;
We use [https://dortania.github.io/OpenCore-Legacy-Patcher/ OpenCore] to keep MacOS up-to-date and extend the life of this now vintage machine.&lt;br /&gt;
&lt;br /&gt;
As a result, WiFi and Bluetooth no longer work as of OS X Catalina.&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=286</id>
		<title>MacPro</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=286"/>
		<updated>2024-01-10T08:13:28Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* Daily Logs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=DaVinci Resolve (Studio)=&lt;br /&gt;
&lt;br /&gt;
The [[MacPro]] is capable of 6K Video editing locally or remote via [[VNC]] over [[VPN]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;vnc://username@resolve.wreckroom.nyc&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=[[DaVinci Resolve Server]]=&lt;br /&gt;
The [[MacPro]] hosts the [[DaVinci Resolve Server]] via [[PostgreSQL]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration File===&lt;br /&gt;
Here is the location of the config:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo vim /Library/PostgreSQL/13/data/pg_hba.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Update the config as such:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
# pg_hba.conf file has been edited by DaVinci Project Server. Hence, it is recommended to not edit this file manually.&lt;br /&gt;
# TYPE    DATABASE    USER    ADDRESS    METHOD&lt;br /&gt;
local    all    all    scram-sha-256&lt;br /&gt;
host    all    all    127.0.0.1/32    scram-sha-256&lt;br /&gt;
host    all    all    ::1/128    scram-sha-256&lt;br /&gt;
host all all 192.168.1.0/24 scram-sha-256&lt;br /&gt;
host all all 192.168.3.0/24 scram-sha-256&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Note:''' You ''must'' add entries for hosting the WAN (e.g. 192.168.1.0/24) and the VPN (192.168.3.0/24). The VPN address will always need to be added, otherwise you will not be able to connect from [[VPN]].&lt;br /&gt;
&lt;br /&gt;
====Restart Postgres====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo -u postgres /Library/PostgreSQL/13/bin/pg_ctl restart -D /Library/PostgreSQL/13/data&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Daily Logs ===&lt;br /&gt;
&lt;br /&gt;
I was able to find the cause of the VPN not connecting by reviewing the logs:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo ls /Library/PostgreSQL/13/data/log&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here was the output from the failed config:&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
resolve:~ Joshua$ sudo cat /Library/PostgreSQL/13/data/log/postgresql-2024-01-09_235442.log&lt;br /&gt;
2024-01-09 23:54:42.917 EST [55004] LOG:  starting PostgreSQL 13.4 on x86_64-apple-darwin, compiled by Apple clang version 11.0.3 (clang-1103.0.32.59), 64-bit&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv6 address &amp;quot;::&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv4 address &amp;quot;0.0.0.0&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on Unix socket &amp;quot;/tmp/.s.PGSQL.5432&amp;quot;&lt;br /&gt;
2024-01-09 23:54:42.940 EST [55006] LOG:  database system was shut down at 2024-01-09 23:54:42 EST&lt;br /&gt;
2024-01-09 23:54:42.948 EST [55004] LOG:  database system is ready to accept connections&lt;br /&gt;
2024-01-09 23:54:52.605 EST [55048] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
2024-01-09 23:54:55.709 EST [55049] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Software Updates =&lt;br /&gt;
&lt;br /&gt;
We use [https://dortania.github.io/OpenCore-Legacy-Patcher/ OpenCore] to keep MacOS up-to-date and extend the life of this now vintage machine.&lt;br /&gt;
&lt;br /&gt;
As a result, WiFi and Bluetooth no longer work as of OS X Catalina.&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=285</id>
		<title>MacPro</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=285"/>
		<updated>2024-01-10T08:13:02Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* Daily Logs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=DaVinci Resolve (Studio)=&lt;br /&gt;
&lt;br /&gt;
The [[MacPro]] is capable of 6K Video editing locally or remote via [[VNC]] over [[VPN]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;vnc://username@resolve.wreckroom.nyc&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=[[DaVinci Resolve Server]]=&lt;br /&gt;
The [[MacPro]] hosts the [[DaVinci Resolve Server]] via [[PostgreSQL]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration File===&lt;br /&gt;
Here is the location of the config:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo vim /Library/PostgreSQL/13/data/pg_hba.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Update the config as such:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
# pg_hba.conf file has been edited by DaVinci Project Server. Hence, it is recommended to not edit this file manually.&lt;br /&gt;
# TYPE    DATABASE    USER    ADDRESS    METHOD&lt;br /&gt;
local    all    all    scram-sha-256&lt;br /&gt;
host    all    all    127.0.0.1/32    scram-sha-256&lt;br /&gt;
host    all    all    ::1/128    scram-sha-256&lt;br /&gt;
host all all 192.168.1.0/24 scram-sha-256&lt;br /&gt;
host all all 192.168.3.0/24 scram-sha-256&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Note:''' You ''must'' add entries for hosting the WAN (e.g. 192.168.1.0/24) and the VPN (192.168.3.0/24). The VPN address will always need to be added, otherwise you will not be able to connect from [[VPN]].&lt;br /&gt;
&lt;br /&gt;
====Restart Postgres====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo -u postgres /Library/PostgreSQL/13/bin/pg_ctl restart -D /Library/PostgreSQL/13/data&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Daily Logs ===&lt;br /&gt;
&lt;br /&gt;
I was able to find the cause of the VPN not connecting by reviewing the logs:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo ls /Library/PostgreSQL/13/data/log&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here was the output from the failed config:&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
resolve:~ Joshua$ sudo cat /Library/PostgreSQL/13/data/log/postgresql-2024-01-09_235442.log&lt;br /&gt;
2024-01-09 23:54:42.917 EST [55004] LOG:  starting PostgreSQL 13.4 on x86_64-apple-darwin, compiled by Apple clang version 11.0.3 (clang-1103.0.32.59), 64-bit&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv6 address &amp;quot;::&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv4 address &amp;quot;0.0.0.0&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on Unix socket &amp;quot;/tmp/.s.PGSQL.5432&amp;quot;&lt;br /&gt;
2024-01-09 23:54:42.940 EST [55006] LOG:  database system was shut down at 2024-01-09 23:54:42 EST&lt;br /&gt;
2024-01-09 23:54:42.948 EST [55004] LOG:  database system is ready to accept connections&lt;br /&gt;
2024-01-09 23:54:52.605 EST [55048] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
2024-01-09 23:54:55.709 EST [55049] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The [[MacPro]] is a server that hosts a variety of services like the [[DaVinci Resolve Server]].&lt;br /&gt;
&lt;br /&gt;
Born in 2012 and still a formidable machine. It has been upgraded with a dual hex-core (12-core) Xeon Processors, 1TB NVMe storage, and 96GB RAM.&lt;br /&gt;
&lt;br /&gt;
It can edit 6K video and it can still burn CD-ROMs!&lt;br /&gt;
&lt;br /&gt;
For security, there is no port forwarding to the device; it can only be accessed via SSH or VNC over [[VPN]].&lt;br /&gt;
&lt;br /&gt;
= Software Updates =&lt;br /&gt;
&lt;br /&gt;
We use [https://dortania.github.io/OpenCore-Legacy-Patcher/ OpenCore] to keep MacOS up-to-date and extend the life of this now vintage machine.&lt;br /&gt;
&lt;br /&gt;
As a result, WiFi and Bluetooth no longer work as of OS X Catalina.&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=284</id>
		<title>MacPro</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=284"/>
		<updated>2024-01-10T08:12:47Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* Configuration File */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=DaVinci Resolve (Studio)=&lt;br /&gt;
&lt;br /&gt;
The [[MacPro]] is capable of 6K Video editing locally or remote via [[VNC]] over [[VPN]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;vnc://username@resolve.wreckroom.nyc&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=[[DaVinci Resolve Server]]=&lt;br /&gt;
The [[MacPro]] hosts the [[DaVinci Resolve Server]] via [[PostgreSQL]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration File===&lt;br /&gt;
Here is the location of the config:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo vim /Library/PostgreSQL/13/data/pg_hba.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Update the config as such:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
# pg_hba.conf file has been edited by DaVinci Project Server. Hence, it is recommended to not edit this file manually.&lt;br /&gt;
# TYPE    DATABASE    USER    ADDRESS    METHOD&lt;br /&gt;
local    all    all    scram-sha-256&lt;br /&gt;
host    all    all    127.0.0.1/32    scram-sha-256&lt;br /&gt;
host    all    all    ::1/128    scram-sha-256&lt;br /&gt;
host all all 192.168.1.0/24 scram-sha-256&lt;br /&gt;
host all all 192.168.3.0/24 scram-sha-256&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Note:''' You ''must'' add entries for hosting the WAN (e.g. 192.168.1.0/24) and the VPN (192.168.3.0/24). The VPN address will always need to be added, otherwise you will not be able to connect from [[VPN]].&lt;br /&gt;
&lt;br /&gt;
====Restart Postgres====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo -u postgres /Library/PostgreSQL/13/bin/pg_ctl restart -D /Library/PostgreSQL/13/data&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Daily Logs ===&lt;br /&gt;
&lt;br /&gt;
I was able to find the cause of the VPN not connecting by reviewing the logs:&lt;br /&gt;
&amp;lt;code&amp;gt;sudo ls /Library/PostgreSQL/13/data/log&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here was the output from the failed config:&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
resolve:~ Joshua$ sudo cat /Library/PostgreSQL/13/data/log/postgresql-2024-01-09_235442.log&lt;br /&gt;
2024-01-09 23:54:42.917 EST [55004] LOG:  starting PostgreSQL 13.4 on x86_64-apple-darwin, compiled by Apple clang version 11.0.3 (clang-1103.0.32.59), 64-bit&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv6 address &amp;quot;::&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv4 address &amp;quot;0.0.0.0&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on Unix socket &amp;quot;/tmp/.s.PGSQL.5432&amp;quot;&lt;br /&gt;
2024-01-09 23:54:42.940 EST [55006] LOG:  database system was shut down at 2024-01-09 23:54:42 EST&lt;br /&gt;
2024-01-09 23:54:42.948 EST [55004] LOG:  database system is ready to accept connections&lt;br /&gt;
2024-01-09 23:54:52.605 EST [55048] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
2024-01-09 23:54:55.709 EST [55049] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The [[MacPro]] is a server that hosts a variety of services like the [[DaVinci Resolve Server]].&lt;br /&gt;
&lt;br /&gt;
Born in 2012 and still a formidable machine. It has been upgraded with a dual hex-core (12-core) Xeon Processors, 1TB NVMe storage, and 96GB RAM.&lt;br /&gt;
&lt;br /&gt;
It can edit 6K video and it can still burn CD-ROMs!&lt;br /&gt;
&lt;br /&gt;
For security, there is no port forwarding to the device; it can only be accessed via SSH or VNC over [[VPN]].&lt;br /&gt;
&lt;br /&gt;
= Software Updates =&lt;br /&gt;
&lt;br /&gt;
We use [https://dortania.github.io/OpenCore-Legacy-Patcher/ OpenCore] to keep MacOS up-to-date and extend the life of this now vintage machine.&lt;br /&gt;
&lt;br /&gt;
As a result, WiFi and Bluetooth no longer work as of OS X Catalina.&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=283</id>
		<title>MacPro</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=283"/>
		<updated>2024-01-10T08:12:37Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* DaVinci Resolve Server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=DaVinci Resolve (Studio)=&lt;br /&gt;
&lt;br /&gt;
The [[MacPro]] is capable of 6K Video editing locally or remote via [[VNC]] over [[VPN]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;vnc://username@resolve.wreckroom.nyc&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=[[DaVinci Resolve Server]]=&lt;br /&gt;
The [[MacPro]] hosts the [[DaVinci Resolve Server]] via [[PostgreSQL]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration File===&lt;br /&gt;
Here is the location of the config:&lt;br /&gt;
&amp;lt;code&amp;gt;sudo vim /Library/PostgreSQL/13/data/pg_hba.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Update the config as such:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
# pg_hba.conf file has been edited by DaVinci Project Server. Hence, it is recommended to not edit this file manually.&lt;br /&gt;
# TYPE    DATABASE    USER    ADDRESS    METHOD&lt;br /&gt;
local    all    all    scram-sha-256&lt;br /&gt;
host    all    all    127.0.0.1/32    scram-sha-256&lt;br /&gt;
host    all    all    ::1/128    scram-sha-256&lt;br /&gt;
host all all 192.168.1.0/24 scram-sha-256&lt;br /&gt;
host all all 192.168.3.0/24 scram-sha-256&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Note:''' You ''must'' add entries for hosting the WAN (e.g. 192.168.1.0/24) and the VPN (192.168.3.0/24). The VPN address will always need to be added, otherwise you will not be able to connect from [[VPN]].&lt;br /&gt;
&lt;br /&gt;
====Restart Postgres====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo -u postgres /Library/PostgreSQL/13/bin/pg_ctl restart -D /Library/PostgreSQL/13/data&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Daily Logs ===&lt;br /&gt;
&lt;br /&gt;
I was able to find the cause of the VPN not connecting by reviewing the logs:&lt;br /&gt;
&amp;lt;code&amp;gt;sudo ls /Library/PostgreSQL/13/data/log&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here was the output from the failed config:&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
resolve:~ Joshua$ sudo cat /Library/PostgreSQL/13/data/log/postgresql-2024-01-09_235442.log&lt;br /&gt;
2024-01-09 23:54:42.917 EST [55004] LOG:  starting PostgreSQL 13.4 on x86_64-apple-darwin, compiled by Apple clang version 11.0.3 (clang-1103.0.32.59), 64-bit&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv6 address &amp;quot;::&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv4 address &amp;quot;0.0.0.0&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on Unix socket &amp;quot;/tmp/.s.PGSQL.5432&amp;quot;&lt;br /&gt;
2024-01-09 23:54:42.940 EST [55006] LOG:  database system was shut down at 2024-01-09 23:54:42 EST&lt;br /&gt;
2024-01-09 23:54:42.948 EST [55004] LOG:  database system is ready to accept connections&lt;br /&gt;
2024-01-09 23:54:52.605 EST [55048] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
2024-01-09 23:54:55.709 EST [55049] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The [[MacPro]] is a server that hosts a variety of services like the [[DaVinci Resolve Server]].&lt;br /&gt;
&lt;br /&gt;
Born in 2012 and still a formidable machine. It has been upgraded with a dual hex-core (12-core) Xeon Processors, 1TB NVMe storage, and 96GB RAM.&lt;br /&gt;
&lt;br /&gt;
It can edit 6K video and it can still burn CD-ROMs!&lt;br /&gt;
&lt;br /&gt;
For security, there is no port forwarding to the device; it can only be accessed via SSH or VNC over [[VPN]].&lt;br /&gt;
&lt;br /&gt;
= Software Updates =&lt;br /&gt;
&lt;br /&gt;
We use [https://dortania.github.io/OpenCore-Legacy-Patcher/ OpenCore] to keep MacOS up-to-date and extend the life of this now vintage machine.&lt;br /&gt;
&lt;br /&gt;
As a result, WiFi and Bluetooth no longer work as of OS X Catalina.&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=282</id>
		<title>MacPro</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=282"/>
		<updated>2024-01-10T08:12:10Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* Daily Logs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=DaVinci Resolve (Studio)=&lt;br /&gt;
&lt;br /&gt;
The [[MacPro]] is capable of 6K Video editing locally or remote via [[VNC]] over [[VPN]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;vnc://username@resolve.wreckroom.nyc&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=[[DaVinci Resolve Server]]=&lt;br /&gt;
The [[MacPro]] hosts the [[DaVinci Resolve Server]] via PostgreSQL.&lt;br /&gt;
&lt;br /&gt;
=== Configuration File===&lt;br /&gt;
Here is the location of the config:&lt;br /&gt;
&amp;lt;code&amp;gt;sudo vim /Library/PostgreSQL/13/data/pg_hba.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Update the config as such:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
# pg_hba.conf file has been edited by DaVinci Project Server. Hence, it is recommended to not edit this file manually.&lt;br /&gt;
# TYPE    DATABASE    USER    ADDRESS    METHOD&lt;br /&gt;
local    all    all    scram-sha-256&lt;br /&gt;
host    all    all    127.0.0.1/32    scram-sha-256&lt;br /&gt;
host    all    all    ::1/128    scram-sha-256&lt;br /&gt;
host all all 192.168.1.0/24 scram-sha-256&lt;br /&gt;
host all all 192.168.3.0/24 scram-sha-256&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Note:''' You ''must'' add entries for hosting the WAN (e.g. 192.168.1.0/24) and the VPN (192.168.3.0/24). The VPN address will always need to be added, otherwise you will not be able to connect from [[VPN]].&lt;br /&gt;
&lt;br /&gt;
====Restart Postgres====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo -u postgres /Library/PostgreSQL/13/bin/pg_ctl restart -D /Library/PostgreSQL/13/data&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Daily Logs ===&lt;br /&gt;
&lt;br /&gt;
I was able to find the cause of the VPN not connecting by reviewing the logs:&lt;br /&gt;
&amp;lt;code&amp;gt;sudo ls /Library/PostgreSQL/13/data/log&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here was the output from the failed config:&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
resolve:~ Joshua$ sudo cat /Library/PostgreSQL/13/data/log/postgresql-2024-01-09_235442.log&lt;br /&gt;
2024-01-09 23:54:42.917 EST [55004] LOG:  starting PostgreSQL 13.4 on x86_64-apple-darwin, compiled by Apple clang version 11.0.3 (clang-1103.0.32.59), 64-bit&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv6 address &amp;quot;::&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv4 address &amp;quot;0.0.0.0&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on Unix socket &amp;quot;/tmp/.s.PGSQL.5432&amp;quot;&lt;br /&gt;
2024-01-09 23:54:42.940 EST [55006] LOG:  database system was shut down at 2024-01-09 23:54:42 EST&lt;br /&gt;
2024-01-09 23:54:42.948 EST [55004] LOG:  database system is ready to accept connections&lt;br /&gt;
2024-01-09 23:54:52.605 EST [55048] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
2024-01-09 23:54:55.709 EST [55049] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The [[MacPro]] is a server that hosts a variety of services like the [[DaVinci Resolve Server]].&lt;br /&gt;
&lt;br /&gt;
Born in 2012 and still a formidable machine. It has been upgraded with a dual hex-core (12-core) Xeon Processors, 1TB NVMe storage, and 96GB RAM.&lt;br /&gt;
&lt;br /&gt;
It can edit 6K video and it can still burn CD-ROMs!&lt;br /&gt;
&lt;br /&gt;
For security, there is no port forwarding to the device; it can only be accessed via SSH or VNC over [[VPN]].&lt;br /&gt;
&lt;br /&gt;
= Software Updates =&lt;br /&gt;
&lt;br /&gt;
We use [https://dortania.github.io/OpenCore-Legacy-Patcher/ OpenCore] to keep MacOS up-to-date and extend the life of this now vintage machine.&lt;br /&gt;
&lt;br /&gt;
As a result, WiFi and Bluetooth no longer work as of OS X Catalina.&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=281</id>
		<title>MacPro</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=281"/>
		<updated>2024-01-10T08:11:53Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* DaVinci Resolve (Studio) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=DaVinci Resolve (Studio)=&lt;br /&gt;
&lt;br /&gt;
The [[MacPro]] is capable of 6K Video editing locally or remote via [[VNC]] over [[VPN]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;vnc://username@resolve.wreckroom.nyc&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=[[DaVinci Resolve Server]]=&lt;br /&gt;
The [[MacPro]] hosts the [[DaVinci Resolve Server]] via PostgreSQL.&lt;br /&gt;
&lt;br /&gt;
=== Configuration File===&lt;br /&gt;
Here is the location of the config:&lt;br /&gt;
&amp;lt;code&amp;gt;sudo vim /Library/PostgreSQL/13/data/pg_hba.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Update the config as such:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
# pg_hba.conf file has been edited by DaVinci Project Server. Hence, it is recommended to not edit this file manually.&lt;br /&gt;
# TYPE    DATABASE    USER    ADDRESS    METHOD&lt;br /&gt;
local    all    all    scram-sha-256&lt;br /&gt;
host    all    all    127.0.0.1/32    scram-sha-256&lt;br /&gt;
host    all    all    ::1/128    scram-sha-256&lt;br /&gt;
host all all 192.168.1.0/24 scram-sha-256&lt;br /&gt;
host all all 192.168.3.0/24 scram-sha-256&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Note:''' You ''must'' add entries for hosting the WAN (e.g. 192.168.1.0/24) and the VPN (192.168.3.0/24). The VPN address will always need to be added, otherwise you will not be able to connect from [[VPN]].&lt;br /&gt;
&lt;br /&gt;
====Restart Postgres====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo -u postgres /Library/PostgreSQL/13/bin/pg_ctl restart -D /Library/PostgreSQL/13/data&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Daily Logs ===&lt;br /&gt;
&lt;br /&gt;
I was able to find the cause of the VPN not connecting by reviewing the logs:&lt;br /&gt;
&amp;lt;code&amp;gt;sudo ls /Library/PostgreSQL/13/data/log&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here was the output from the failed config:&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
resolve:~ Joshua$ sudo cat /Library/PostgreSQL/13/data/log/postgresql-2024-01-09_235442.log&lt;br /&gt;
2024-01-09 23:54:42.917 EST [55004] LOG:  starting PostgreSQL 13.4 on x86_64-apple-darwin, compiled by Apple clang version 11.0.3 (clang-1103.0.32.59), 64-bit&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv6 address &amp;quot;::&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv4 address &amp;quot;0.0.0.0&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on Unix socket &amp;quot;/tmp/.s.PGSQL.5432&amp;quot;&lt;br /&gt;
2024-01-09 23:54:42.940 EST [55006] LOG:  database system was shut down at 2024-01-09 23:54:42 EST&lt;br /&gt;
2024-01-09 23:54:42.948 EST [55004] LOG:  database system is ready to accept connections&lt;br /&gt;
2024-01-09 23:54:52.605 EST [55048] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
2024-01-09 23:54:55.709 EST [55049] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:MacPro.png|400px|thumb|right|Classic Mac Pro]]&lt;br /&gt;
&lt;br /&gt;
The [[MacPro]] is a server that hosts a variety of services like the [[DaVinci Resolve Server]].&lt;br /&gt;
&lt;br /&gt;
Born in 2012 and still a formidable machine. It has been upgraded with a dual hex-core (12-core) Xeon Processors, 1TB NVMe storage, and 96GB RAM.&lt;br /&gt;
&lt;br /&gt;
It can edit 6K video and it can still burn CD-ROMs!&lt;br /&gt;
&lt;br /&gt;
For security, there is no port forwarding to the device; it can only be accessed via SSH or VNC over [[VPN]].&lt;br /&gt;
&lt;br /&gt;
= Software Updates =&lt;br /&gt;
&lt;br /&gt;
We use [https://dortania.github.io/OpenCore-Legacy-Patcher/ OpenCore] to keep MacOS up-to-date and extend the life of this now vintage machine.&lt;br /&gt;
&lt;br /&gt;
As a result, WiFi and Bluetooth no longer work as of OS X Catalina.&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=280</id>
		<title>MacPro</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=280"/>
		<updated>2024-01-10T08:11:44Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* DaVinci Resolve (Studio) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=DaVinci Resolve (Studio)=&lt;br /&gt;
&lt;br /&gt;
The [[MacPro]] is capable of 6k Video editing locally or remote via [[VNC]] over [[VPN]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;vnc://username@resolve.wreckroom.nyc&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=[[DaVinci Resolve Server]]=&lt;br /&gt;
The [[MacPro]] hosts the [[DaVinci Resolve Server]] via PostgreSQL.&lt;br /&gt;
&lt;br /&gt;
=== Configuration File===&lt;br /&gt;
Here is the location of the config:&lt;br /&gt;
&amp;lt;code&amp;gt;sudo vim /Library/PostgreSQL/13/data/pg_hba.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Update the config as such:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
# pg_hba.conf file has been edited by DaVinci Project Server. Hence, it is recommended to not edit this file manually.&lt;br /&gt;
# TYPE    DATABASE    USER    ADDRESS    METHOD&lt;br /&gt;
local    all    all    scram-sha-256&lt;br /&gt;
host    all    all    127.0.0.1/32    scram-sha-256&lt;br /&gt;
host    all    all    ::1/128    scram-sha-256&lt;br /&gt;
host all all 192.168.1.0/24 scram-sha-256&lt;br /&gt;
host all all 192.168.3.0/24 scram-sha-256&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Note:''' You ''must'' add entries for hosting the WAN (e.g. 192.168.1.0/24) and the VPN (192.168.3.0/24). The VPN address will always need to be added, otherwise you will not be able to connect from [[VPN]].&lt;br /&gt;
&lt;br /&gt;
====Restart Postgres====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo -u postgres /Library/PostgreSQL/13/bin/pg_ctl restart -D /Library/PostgreSQL/13/data&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Daily Logs ===&lt;br /&gt;
&lt;br /&gt;
I was able to find the cause of the VPN not connecting by reviewing the logs:&lt;br /&gt;
&amp;lt;code&amp;gt;sudo ls /Library/PostgreSQL/13/data/log&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here was the output from the failed config:&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
resolve:~ Joshua$ sudo cat /Library/PostgreSQL/13/data/log/postgresql-2024-01-09_235442.log&lt;br /&gt;
2024-01-09 23:54:42.917 EST [55004] LOG:  starting PostgreSQL 13.4 on x86_64-apple-darwin, compiled by Apple clang version 11.0.3 (clang-1103.0.32.59), 64-bit&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv6 address &amp;quot;::&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv4 address &amp;quot;0.0.0.0&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on Unix socket &amp;quot;/tmp/.s.PGSQL.5432&amp;quot;&lt;br /&gt;
2024-01-09 23:54:42.940 EST [55006] LOG:  database system was shut down at 2024-01-09 23:54:42 EST&lt;br /&gt;
2024-01-09 23:54:42.948 EST [55004] LOG:  database system is ready to accept connections&lt;br /&gt;
2024-01-09 23:54:52.605 EST [55048] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
2024-01-09 23:54:55.709 EST [55049] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:MacPro.png|400px|thumb|right|Classic Mac Pro]]&lt;br /&gt;
&lt;br /&gt;
The [[MacPro]] is a server that hosts a variety of services like the [[DaVinci Resolve Server]].&lt;br /&gt;
&lt;br /&gt;
Born in 2012 and still a formidable machine. It has been upgraded with a dual hex-core (12-core) Xeon Processors, 1TB NVMe storage, and 96GB RAM.&lt;br /&gt;
&lt;br /&gt;
It can edit 6K video and it can still burn CD-ROMs!&lt;br /&gt;
&lt;br /&gt;
For security, there is no port forwarding to the device; it can only be accessed via SSH or VNC over [[VPN]].&lt;br /&gt;
&lt;br /&gt;
= Software Updates =&lt;br /&gt;
&lt;br /&gt;
We use [https://dortania.github.io/OpenCore-Legacy-Patcher/ OpenCore] to keep MacOS up-to-date and extend the life of this now vintage machine.&lt;br /&gt;
&lt;br /&gt;
As a result, WiFi and Bluetooth no longer work as of OS X Catalina.&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=279</id>
		<title>MacPro</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=279"/>
		<updated>2024-01-10T08:11:14Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* DaVinci Resolve (Studio) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=DaVinci Resolve (Studio)=&lt;br /&gt;
&lt;br /&gt;
Video editing via resolve locally or remote via [[VNC]] over [[VPN]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;vnc://username@resolve.wreckroom.nyc&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=[[DaVinci Resolve Server]]=&lt;br /&gt;
The [[MacPro]] hosts the [[DaVinci Resolve Server]] via PostgreSQL.&lt;br /&gt;
&lt;br /&gt;
=== Configuration File===&lt;br /&gt;
Here is the location of the config:&lt;br /&gt;
&amp;lt;code&amp;gt;sudo vim /Library/PostgreSQL/13/data/pg_hba.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Update the config as such:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
# pg_hba.conf file has been edited by DaVinci Project Server. Hence, it is recommended to not edit this file manually.&lt;br /&gt;
# TYPE    DATABASE    USER    ADDRESS    METHOD&lt;br /&gt;
local    all    all    scram-sha-256&lt;br /&gt;
host    all    all    127.0.0.1/32    scram-sha-256&lt;br /&gt;
host    all    all    ::1/128    scram-sha-256&lt;br /&gt;
host all all 192.168.1.0/24 scram-sha-256&lt;br /&gt;
host all all 192.168.3.0/24 scram-sha-256&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Note:''' You ''must'' add entries for hosting the WAN (e.g. 192.168.1.0/24) and the VPN (192.168.3.0/24). The VPN address will always need to be added, otherwise you will not be able to connect from [[VPN]].&lt;br /&gt;
&lt;br /&gt;
====Restart Postgres====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo -u postgres /Library/PostgreSQL/13/bin/pg_ctl restart -D /Library/PostgreSQL/13/data&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Daily Logs ===&lt;br /&gt;
&lt;br /&gt;
I was able to find the cause of the VPN not connecting by reviewing the logs:&lt;br /&gt;
&amp;lt;code&amp;gt;sudo ls /Library/PostgreSQL/13/data/log&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here was the output from the failed config:&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
resolve:~ Joshua$ sudo cat /Library/PostgreSQL/13/data/log/postgresql-2024-01-09_235442.log&lt;br /&gt;
2024-01-09 23:54:42.917 EST [55004] LOG:  starting PostgreSQL 13.4 on x86_64-apple-darwin, compiled by Apple clang version 11.0.3 (clang-1103.0.32.59), 64-bit&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv6 address &amp;quot;::&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv4 address &amp;quot;0.0.0.0&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on Unix socket &amp;quot;/tmp/.s.PGSQL.5432&amp;quot;&lt;br /&gt;
2024-01-09 23:54:42.940 EST [55006] LOG:  database system was shut down at 2024-01-09 23:54:42 EST&lt;br /&gt;
2024-01-09 23:54:42.948 EST [55004] LOG:  database system is ready to accept connections&lt;br /&gt;
2024-01-09 23:54:52.605 EST [55048] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
2024-01-09 23:54:55.709 EST [55049] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:MacPro.png|400px|thumb|right|Classic Mac Pro]]&lt;br /&gt;
&lt;br /&gt;
The [[MacPro]] is a server that hosts a variety of services like the [[DaVinci Resolve Server]].&lt;br /&gt;
&lt;br /&gt;
Born in 2012 and still a formidable machine. It has been upgraded with a dual hex-core (12-core) Xeon Processors, 1TB NVMe storage, and 96GB RAM.&lt;br /&gt;
&lt;br /&gt;
It can edit 6K video and it can still burn CD-ROMs!&lt;br /&gt;
&lt;br /&gt;
For security, there is no port forwarding to the device; it can only be accessed via SSH or VNC over [[VPN]].&lt;br /&gt;
&lt;br /&gt;
= Software Updates =&lt;br /&gt;
&lt;br /&gt;
We use [https://dortania.github.io/OpenCore-Legacy-Patcher/ OpenCore] to keep MacOS up-to-date and extend the life of this now vintage machine.&lt;br /&gt;
&lt;br /&gt;
As a result, WiFi and Bluetooth no longer work as of OS X Catalina.&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=278</id>
		<title>MacPro</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=278"/>
		<updated>2024-01-10T08:10:58Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* Editing Rig */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=DaVinci Resolve (Studio)=&lt;br /&gt;
&lt;br /&gt;
Video editing via resolve locally or remote via [[VNC]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;vnc://username@resolve.wreckroom.nyc&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=[[DaVinci Resolve Server]]=&lt;br /&gt;
The [[MacPro]] hosts the [[DaVinci Resolve Server]] via PostgreSQL.&lt;br /&gt;
&lt;br /&gt;
=== Configuration File===&lt;br /&gt;
Here is the location of the config:&lt;br /&gt;
&amp;lt;code&amp;gt;sudo vim /Library/PostgreSQL/13/data/pg_hba.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Update the config as such:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
# pg_hba.conf file has been edited by DaVinci Project Server. Hence, it is recommended to not edit this file manually.&lt;br /&gt;
# TYPE    DATABASE    USER    ADDRESS    METHOD&lt;br /&gt;
local    all    all    scram-sha-256&lt;br /&gt;
host    all    all    127.0.0.1/32    scram-sha-256&lt;br /&gt;
host    all    all    ::1/128    scram-sha-256&lt;br /&gt;
host all all 192.168.1.0/24 scram-sha-256&lt;br /&gt;
host all all 192.168.3.0/24 scram-sha-256&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Note:''' You ''must'' add entries for hosting the WAN (e.g. 192.168.1.0/24) and the VPN (192.168.3.0/24). The VPN address will always need to be added, otherwise you will not be able to connect from [[VPN]].&lt;br /&gt;
&lt;br /&gt;
====Restart Postgres====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo -u postgres /Library/PostgreSQL/13/bin/pg_ctl restart -D /Library/PostgreSQL/13/data&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Daily Logs ===&lt;br /&gt;
&lt;br /&gt;
I was able to find the cause of the VPN not connecting by reviewing the logs:&lt;br /&gt;
&amp;lt;code&amp;gt;sudo ls /Library/PostgreSQL/13/data/log&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here was the output from the failed config:&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
resolve:~ Joshua$ sudo cat /Library/PostgreSQL/13/data/log/postgresql-2024-01-09_235442.log&lt;br /&gt;
2024-01-09 23:54:42.917 EST [55004] LOG:  starting PostgreSQL 13.4 on x86_64-apple-darwin, compiled by Apple clang version 11.0.3 (clang-1103.0.32.59), 64-bit&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv6 address &amp;quot;::&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv4 address &amp;quot;0.0.0.0&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on Unix socket &amp;quot;/tmp/.s.PGSQL.5432&amp;quot;&lt;br /&gt;
2024-01-09 23:54:42.940 EST [55006] LOG:  database system was shut down at 2024-01-09 23:54:42 EST&lt;br /&gt;
2024-01-09 23:54:42.948 EST [55004] LOG:  database system is ready to accept connections&lt;br /&gt;
2024-01-09 23:54:52.605 EST [55048] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
2024-01-09 23:54:55.709 EST [55049] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:MacPro.png|400px|thumb|right|Classic Mac Pro]]&lt;br /&gt;
&lt;br /&gt;
The [[MacPro]] is a server that hosts a variety of services like the [[DaVinci Resolve Server]].&lt;br /&gt;
&lt;br /&gt;
Born in 2012 and still a formidable machine. It has been upgraded with a dual hex-core (12-core) Xeon Processors, 1TB NVMe storage, and 96GB RAM.&lt;br /&gt;
&lt;br /&gt;
It can edit 6K video and it can still burn CD-ROMs!&lt;br /&gt;
&lt;br /&gt;
For security, there is no port forwarding to the device; it can only be accessed via SSH or VNC over [[VPN]].&lt;br /&gt;
&lt;br /&gt;
= Software Updates =&lt;br /&gt;
&lt;br /&gt;
We use [https://dortania.github.io/OpenCore-Legacy-Patcher/ OpenCore] to keep MacOS up-to-date and extend the life of this now vintage machine.&lt;br /&gt;
&lt;br /&gt;
As a result, WiFi and Bluetooth no longer work as of OS X Catalina.&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
	<entry>
		<id>https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=277</id>
		<title>MacPro</title>
		<link rel="alternate" type="text/html" href="https://wiki.wreckroom.nyc/index.php?title=MacPro&amp;diff=277"/>
		<updated>2024-01-10T08:10:40Z</updated>

		<summary type="html">&lt;p&gt;192.168.1.1: /* DaVinci Resolve */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Editing Rig=&lt;br /&gt;
&lt;br /&gt;
Video editing via resolve locally or remote via [[VNC]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;vnc://username@resolve.wreckroom.nyc&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=[[DaVinci Resolve Server]]=&lt;br /&gt;
The [[MacPro]] hosts the [[DaVinci Resolve Server]] via PostgreSQL.&lt;br /&gt;
&lt;br /&gt;
=== Configuration File===&lt;br /&gt;
Here is the location of the config:&lt;br /&gt;
&amp;lt;code&amp;gt;sudo vim /Library/PostgreSQL/13/data/pg_hba.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Update the config as such:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
# pg_hba.conf file has been edited by DaVinci Project Server. Hence, it is recommended to not edit this file manually.&lt;br /&gt;
# TYPE    DATABASE    USER    ADDRESS    METHOD&lt;br /&gt;
local    all    all    scram-sha-256&lt;br /&gt;
host    all    all    127.0.0.1/32    scram-sha-256&lt;br /&gt;
host    all    all    ::1/128    scram-sha-256&lt;br /&gt;
host all all 192.168.1.0/24 scram-sha-256&lt;br /&gt;
host all all 192.168.3.0/24 scram-sha-256&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Note:''' You ''must'' add entries for hosting the WAN (e.g. 192.168.1.0/24) and the VPN (192.168.3.0/24). The VPN address will always need to be added, otherwise you will not be able to connect from [[VPN]].&lt;br /&gt;
&lt;br /&gt;
====Restart Postgres====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo -u postgres /Library/PostgreSQL/13/bin/pg_ctl restart -D /Library/PostgreSQL/13/data&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Daily Logs ===&lt;br /&gt;
&lt;br /&gt;
I was able to find the cause of the VPN not connecting by reviewing the logs:&lt;br /&gt;
&amp;lt;code&amp;gt;sudo ls /Library/PostgreSQL/13/data/log&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here was the output from the failed config:&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
resolve:~ Joshua$ sudo cat /Library/PostgreSQL/13/data/log/postgresql-2024-01-09_235442.log&lt;br /&gt;
2024-01-09 23:54:42.917 EST [55004] LOG:  starting PostgreSQL 13.4 on x86_64-apple-darwin, compiled by Apple clang version 11.0.3 (clang-1103.0.32.59), 64-bit&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv6 address &amp;quot;::&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on IPv4 address &amp;quot;0.0.0.0&amp;quot;, port 5432&lt;br /&gt;
2024-01-09 23:54:42.918 EST [55004] LOG:  listening on Unix socket &amp;quot;/tmp/.s.PGSQL.5432&amp;quot;&lt;br /&gt;
2024-01-09 23:54:42.940 EST [55006] LOG:  database system was shut down at 2024-01-09 23:54:42 EST&lt;br /&gt;
2024-01-09 23:54:42.948 EST [55004] LOG:  database system is ready to accept connections&lt;br /&gt;
2024-01-09 23:54:52.605 EST [55048] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
2024-01-09 23:54:55.709 EST [55049] FATAL:  no pg_hba.conf entry for host &amp;quot;192.168.3.2&amp;quot;, user &amp;quot;postgres&amp;quot;, database &amp;quot;WSP INTERVIEWS&amp;quot;, SSL off&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:MacPro.png|400px|thumb|right|Classic Mac Pro]]&lt;br /&gt;
&lt;br /&gt;
The [[MacPro]] is a server that hosts a variety of services like the [[DaVinci Resolve Server]].&lt;br /&gt;
&lt;br /&gt;
Born in 2012 and still a formidable machine. It has been upgraded with a dual hex-core (12-core) Xeon Processors, 1TB NVMe storage, and 96GB RAM.&lt;br /&gt;
&lt;br /&gt;
It can edit 6K video and it can still burn CD-ROMs!&lt;br /&gt;
&lt;br /&gt;
For security, there is no port forwarding to the device; it can only be accessed via SSH or VNC over [[VPN]].&lt;br /&gt;
&lt;br /&gt;
= Software Updates =&lt;br /&gt;
&lt;br /&gt;
We use [https://dortania.github.io/OpenCore-Legacy-Patcher/ OpenCore] to keep MacOS up-to-date and extend the life of this now vintage machine.&lt;br /&gt;
&lt;br /&gt;
As a result, WiFi and Bluetooth no longer work as of OS X Catalina.&lt;/div&gt;</summary>
		<author><name>192.168.1.1</name></author>
	</entry>
</feed>