- 60
- 250 405
Class Outside
United States
เข้าร่วมเมื่อ 18 ม.ค. 2023
Solve FreeBSD Connection Error
A connection error may occur while configuring a TrueNAS Core server, including while starting a jail. One possible solution is to configure the Domain Name Service (DNS).
More information:
- developers.cloudflare.com/1.1.1.1/ip-addresses/
Commands:
- ipconfig
#truenas #server #dns #freebsd #tutorial
More information:
- developers.cloudflare.com/1.1.1.1/ip-addresses/
Commands:
- ipconfig
#truenas #server #dns #freebsd #tutorial
มุมมอง: 8
วีดีโอ
TrueNAS Install
มุมมอง 9121 ชั่วโมงที่ผ่านมา
A walkthrough for setting up and installing TrueNAS core on a computer. Always be sure to backup any important data on your devices before installing operating systems and erasing hard drives. Downloads - www.truenas.com/download-truenas-core/ - github.com/pbatard/rufus Info - Wifi not supported: forums.truenas.com/t/wifi-on-truenas-core/5574 Commands: - Ipconfig - arp -a #truenas #server #tuto...
Convert a Router Into a Network Switch
มุมมอง 40721 วันที่ผ่านมา
Old or unused routers can be converted into network switches to expand the ethernet connections available on your home network. Commands: - ipconfig - arp -a - netsh interface ip set address name="Ethernet" static . . . 255.255.255.0 . . . Credits: - Schematic originally from netgear manual: www.downloads.netgear.com/files/wnr854t_setup_manual.pdf
Model viewer installation
มุมมอง 4528 วันที่ผ่านมา
This Unity model viewer offers a file explorer with access to select, load, and manipulate 3D models in virtual reality over a network. This video walks through setting up and using the model viewer package in unity. Model Viewer Download: th-cam.com/video/HpC6gwMQvR0/w-d-xo.html Downloads: - NodeJS / NPM Download: nodejs.org/en/download/ - OpenSSL Download: slproweb.com/products/Win32OpenSSL.h...
Model Viewer Overview
มุมมอง 57หลายเดือนก่อน
This Unity model viewer offers a file explorer with access to select, load, and manipulate 3D models in virtual reality over a network. Model Viewer Download: github.com/ClassOutside/WebXR-Model-Viewer Setup Video: th-cam.com/video/g1g1A5RD97Y/w-d-xo.html
Unity VR Controllers Stuck in the Floor
มุมมอง 57หลายเดือนก่อน
Sometimes when hitting play or starting a Unity project virtual reality (VR) controllers may not stay tracked with your hands and the controllers may be stuck in the floor. A fix can be attempted by adjusting specific values in Unity's project settings. Downloads and Details: - Unity downloads Archive: unity.com/releases/editor/archive Related Videos: - WebXR Demo project setup: th-cam.com/vide...
Align Object Origin Unity
มุมมอง 113หลายเดือนก่อน
An object's origin may not always be at the center of it's geometry. This can make it rotate around a pivot point that is not its center and may appear unexpected. For the object's center to align with the origin, or be at true 0, 0, 0, you may need to adjust the object's origin with another game object. Downloads: - Unity downloads Archive: unity.com/releases/editor/archive Commands: - Gltfast...
Scrollable Grid Layout in Unity
มุมมอง 100หลายเดือนก่อน
Unity's grid layout operates differently than vertical or horizontal layouts. Child items of a grid layout can be scrolled within an area, and overflow can be masked. Videos: - Layout Basics: th-cam.com/video/vUX-QgpBue8/w-d-xo.html Downloads: - Unity downloads Archive: unity.com/releases/editor/archive
Unity UI Layout Basics
มุมมอง 1802 หลายเดือนก่อน
The Unity user interface (UI) has many layout features, like vertical and horizontal layouts. How items fit into these rely on many fators like Control Child Size, Use Child Scale, and Child Force Expand. These factors can be further augmented with by giving children the layout element script, and changing things like flexible width and height. Videos: - Grid layout: Downloads: - Unity download...
Call Unity WebGL Functions From Javascript
มุมมอง 1382 หลายเดือนก่อน
Downloads: - NodeJS / NPM Download: nodejs.org/en/download/ - VSCode: code.visualstudio.com/download - Unity downloads Archive: unity.com/releases/editor/archive - OpenSSL Download: slproweb.com/products/Win32OpenSSL.html - 3D Model: www.fab.com/listings/49ab6ff2-f466-49b2-831a-ed2b59cdcdb9 Demonstration Project: - Github Project: github.com/ClassOutside/UnityNetworkedGLBLoad Related Videos: - ...
HTTPS or Self Signed Certificates in Unity
มุมมอง 492 หลายเดือนก่อน
Enable Unity to connect with services through HTTPS with self signed certificates and solve some cross origin resource sharing (cors) errors. Encrypted connections over HTTPS are necessary for some tasks, and during testing they may be done with self signed certificates. Downloads: - Unity downloads Archive: unity.com/releases/editor/archive - OpenSSL Download: slproweb.com/products/Win32OpenSS...
Test Unity Projects Without a Headset - Mock HMD
มุมมอง 3282 หลายเดือนก่อน
Run and play Unity projects without a VR headset by using the mock head mounted display (HMD). Downloads and Details: - Unity downloads Archive: unity.com/releases/editor/archive Commands: - com.unity.xr.mock-hmd Related Videos: - WebXR Demo project setup: th-cam.com/video/nBJ-h2WUYaQ/w-d-xo.html
Unity WebXR Setup
มุมมอง 3762 หลายเดือนก่อน
Run Unity projects in Virtual Reality (VR) or Augmented Reality (AR) with the webXR exporter. Downloads and Details: - NodeJS / NPM Download: nodejs.org/en/download/ - More Information: th-cam.com/video/RRvtMVmiQxY/w-d-xo.htmlsi=9BAnGgpM9NlBCgR2 - OpenSSL Download: slproweb.com/products/Win32OpenSSL.html - More Information: th-cam.com/video/zwaYgSjA4JY/w-d-xo.htmlsi=j0MRcRQKj_0f6UFE - De-panthe...
Blender Lighting Basics
มุมมอง 1174 หลายเดือนก่อน
Blender offers many ways to light a scene, this includes light objects, like the point light, spotlight, area light, and sun light. Blender offers even more options, like setting up a world or environment texture to display light around the entire scene, or using emission shaders to emit animated light. Each of these offers its own way to adjust the overall view of the scene.
Stabilize VR Gameplay Capture - Meta Quest Headsets
มุมมอง 5115 หลายเดือนก่อน
Shaky VR game capture can be made smooth by tweaking your Oculus Mirror settings. Oculus Mirror's settings can be edited and saved to stabilize virtual reality game recording. This can make gameplay recorded on Oculus or Meta headsets like the Oculus Rift or Meta Quest appear smoother for recording and streaming. Downloads: www.meta.com/help/quest/articles/headsets-and-accessories/oculus-rift-s...
Sync iPhone With Syrp Genie Mini - iPhone Shutter Control Overview
มุมมอง 395 หลายเดือนก่อน
Sync iPhone With Syrp Genie Mini - iPhone Shutter Control Overview
iPhone Shutter Control With Syrp Genie - Installation
มุมมอง 335 หลายเดือนก่อน
iPhone Shutter Control With Syrp Genie - Installation
Grid Zoom Effect - Blender Video Editor
มุมมอง 596 หลายเดือนก่อน
Grid Zoom Effect - Blender Video Editor
Simplify Baking Diffuse and Normal Maps
มุมมอง 946 หลายเดือนก่อน
Simplify Baking Diffuse and Normal Maps
Create Blender Add-ons With Multiply Python Files
มุมมอง 996 หลายเดือนก่อน
Create Blender Add-ons With Multiply Python Files