The All American Tech Guy

channel image

The All American Tech Guy

theallamericantechguy

subscribers

The Endgame PC Build now has the dual radiator setup. Due to the tight fit of the Lian-Li pc-o11-dynamic-razer-edition PC case. The thicker radiator was not feasible to install. A thinner radiator was installed on the opposite side of the 3 vertical fans towards the front. The radiator has been flushed out with clear liquid and replaced with mystic fog.

This is not the average liquid cooled system found in many other builds. This system is configured to always have liquid cooled through a radiator before it reaches the next hot component.

Here is the liquid flow path as explained during the leak test at 2:08 of this video:
Starting at the reservoir
Pump
Video card (Nvidia RTX3090) Bottom in - Top out
New radiator
Internal flow indicator
CPU (AMD 5950X) Front in - Back out
Distro plate flow indicator
Top radiator (Original)
Back to reservoir

To simplify the flow: Pump - Video card - Radiator - CPU - Radiator - Reservoir

See the original construction video here:
https://www.youtube.com/watch?v=UVNf0A9Knf0
https://www.bitchute.com/video/uCZoIFNis2PI/
https://worldtruthvideos.website/v/koFrXR
https://odysee.com/@AllAmerican:7/ENDGAME:c67

PARTS LIST: https://docs.google.com/spreadsheets/d/1G7hIeFiK0Dz_cBPWyfX7HyxPkje93egCkzoDo8YW5GY/edit#gid=1706735956

Music from Tunetank.com
Download: https://tunetank.com/track/4275-new-hero

NonePARTS LIST: https://docs.google.com/spreadsheets/d/1G7hIeFiK0Dz_cBPWyfX7HyxPkje93egCkzoDo8YW5GY/edit#gid=1706735956

Epic reveal montage at 15:00​

Introducing Endgame, a fully RGBified, custom water cooled, zero-compromise workstation PC.​

Video produced by Jack of All Studios
http://youtube.com/jackofallstudios
http://jackofallstudios.com

Intro/midtro music by Chris Applegate

End music from Tunetank.com
MusicArea - The Time (Copyright Free Music)
Download free: https://tunetank.com/t/197u/3935-the-time/

Replacing a failed drive on FreeNAS server

0:00 Intro
1:01 Drive replacement (physical installation) 1:01
2:01 Drive replacement (software configuration) 2:01
5:09 Conclusion

If you like the video, please help me by clicking like and subscribing to my channel.

If I gave you the knowledge and skills you needed to accomplish your goal, please support my work by sending me a tip. The money will be used to create more video content and cover equipment costs.

Crypto Wallets:
Bitcoin BTC: 12g2zx3yMkxRdXqwYPHqcJfMcsZg4dizfZ
Ethereum ETH: 0x33fA8F364c311f092e7DE7f25dbCFB25Ee0D2C72
Litecoin LTC: LXWbkzFpmLXaVytnuDpos3okV7mQbbUu83
Bitcoin Cash: bitcoincash:qqqsmg3uemv5fxrqf6z2ecv00anh8r5rfy0qzyv0c5

USD:
Patreon: https://www.patreon.com/theallamericantechguy

Honda Accord 2007 3.0 V6 replacement of belt, engine air filter, and cabin air filter.

1:06 Begin belt replacement
12:22 Chrysler New Yorker 1977
12:58 Cleaning battery corrosion
13:48 Chickens
15:48 Engine air filter replacement
20:10 Cabin air filter replacement
22:40 Recap on filter replacements
23:23 My next car video

If you like the video, please help me by clicking like and subscribing to my channel.

If I gave you the knowledge and skills you needed to accomplish your goal, please support my work by sending me a tip. The money will be used to create more video content and cover equipment costs.

Crypto Wallets:
Bitcoin BTC: 12g2zx3yMkxRdXqwYPHqcJfMcsZg4dizfZ
Ethereum ETH: 0x33fA8F364c311f092e7DE7f25dbCFB25Ee0D2C72
Litecoin LTC: LXWbkzFpmLXaVytnuDpos3okV7mQbbUu83
Bitcoin Cash: bitcoincash:qqqsmg3uemv5fxrqf6z2ecv00anh8r5rfy0qzyv0c5

USD:
Patreon: https://www.patreon.com/theallamericantechguy

Overview how to setup Oracle Virtualbox to setup Apple Mac OS X 11 Big Sur, the apple operating system installation procedure, and installing Brave browser as well as some other configurations. Unfortunately the end result of the VM installation is that there is no sound. Perhaps you can remedy the situation by using a USB external audio device such as a USB headset.

OS installation itself - Difficulty level (low/medium)
VM configuration - Difficulty level (medium/high)

0:42 Download the ISO file
https://www.mediafire.com/file/dbfod9u5q9ii9nd/macOS_Big_Sur_11.0.1_%252820B29%2529.iso/file

1:01 Create a new VM in oracle virtualbox. The one in this example is called "Apple" and would need to be replaced with whatever you name the VM

3:56 Open the terminal and run the following command:

VM=Apple
echo $VM

VBoxManage modifyvm "$VM" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff; VBoxManage setextradata "$VM" "VBoxInternal / Devices / efi / 0 / Config / DmiSystemProduct" "iMac19,1"; VBoxManage setextradata "$VM" "VBoxInternal / Devices / efi / 0 / Config / DmiSystemVersion" "1.0"; VBoxManage setextradata "$VM" "VBoxInternal / Devices / efi / 0 / Config / DmiBoardProduct" "Mac-AA95B1DDAB278B95"; VBoxManage setextradata "$VM" "VBoxInternal / Devices / smc / 0 / Config / DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal (c) AppleComputerInc"; VBoxManage setextradata "$VM" "VBoxInternal / Devices / smc / 0 / Config / GetKeyFromRealSMC" 1

VBoxManage modifyvm $VM --cpuidset 00000001 000306a9 00020800 80000201 178bfbff
VBoxManage setextradata "$VM" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
VBoxManage setextradata "$VM" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "$VM" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "$VM" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "$VM" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
VBoxManage setextradata "$VM" "VBoxInternal2/EfiGraphicsResolution" "1920x1080"

5:22 Start Apple OS Installation

20:17 First boot setup procedure

25:37 Desktop screen

26:39 Adjust resolution of virtual machine 1024x768
VBoxManage setextradata "Apple" "VBoxInternal2/EfiGraphicsResolution" "1024x768"

28:34 Login Screen

29:56 New resolution set. Apple configuration settings

31:00 About this mac

32:20 Install Brave Browser

33:28 Add Brave or other application to bottom bar

34:33 Control Panel

35:44 Shutdown the apple computer
If you like the video, please help me by clicking like and subscribing to my channel.

If I gave you the knowledge and skills you needed to accomplish your goal, please support my work by sending me a tip. The money will be used to create more video content and cover equipment costs.

Crypto Wallets:
Bitcoin BTC: 12g2zx3yMkxRdXqwYPHqcJfMcsZg4dizfZ
Ethereum ETH: 0x33fA8F364c311f092e7DE7f25dbCFB25Ee0D2C72
Litecoin LTC: LXWbkzFpmLXaVytnuDpos3okV7mQbbUu83
Bitcoin Cash: bitcoincash:qqqsmg3uemv5fxrqf6z2ecv00anh8r5rfy0qzyv0c5

USD:
Patreon: https://www.patreon.com/theallamericantechguy

This is a video we show the procedure to get rid of the pool and replace with chickens. Due to all the rust and cracks in the outer walls, this above ground swimming pool is no longer safe to swim in so we had to do away with it. Luckily above ground pools are easy to get rid of. The area where the pool was has been filled in to level the ground. We now have 5 chickens. 1 white, 2 brown, and 2 black chickens. I will periodically update you on the Chickens with future videos.
DISCLAIMER: The pool draining method used in this video is not something I would recommend trying.

If you like the video, please help me by clicking like and subscribing to my channel.

Crypto Wallets:
Bitcoin BTC: 12g2zx3yMkxRdXqwYPHqcJfMcsZg4dizfZ
Ethereum ETH: 0x33fA8F364c311f092e7DE7f25dbCFB25Ee0D2C72
Litecoin LTC: LXWbkzFpmLXaVytnuDpos3okV7mQbbUu83
Bitcoin Cash: bitcoincash:qqqsmg3uemv5fxrqf6z2ecv00anh8r5rfy0qzyv0c5

USD:
Patreon: https://www.patreon.com/theallamericantechguy

Tails OS overview and installation. Tails is a live boot linux OS geared towards online security and privacy. The idea is to boot tails using a USB drive so no browsing data is saved on the internal drive of the computer. Can be booted on any modern computer that supports booting from usb.

I would suggest watching my tutorial how to backup the data and actually back up your data if needed in the event an error is made during the dd or ddrescue process.

Difficulty level (medium)

1:21 Download tails
https://tails.boum.org/

2:50 Tails os first boot

5:49 TOR browser

8:35 going through the menu

11:37 Settings menu

14:54 Enable the insecure browser

17:15 write tails os .img file to usb flash drive (this can be dangerous if you are not careful when selecting the destination drive)

To identify the destination drive
lsblk

[THE FOLLOWING COMMANDS dd AND ddrescue ARE DESTRUCTIVE TO DATA (USE WITH CAUTION)
Image method 1 using dd (19:37)
sudo dd if=TAILSIMAGEFILEHERE of=/dev/DESTINATIONDEVICEHERE

Image method 2 using ddrescue (22:32)
install ddrescue
sudo apt update
sudo apt install gddrescue -y

lsblk #(to identify the destination drive)

sudo ddrescue TAILSIMAGEFILEHERE /dev/DESTINATIONDEVICEHERE --force -D

26:47 ddrescue process finished

If you like the video, please help me by clicking like and subscribing to my channel.

If I gave you the knowledge and skills you needed to accomplish your goal, please support my work by sending me a tip. The money will be used to create more video content and cover equipment costs.

Crypto Wallets:
Bitcoin BTC: 12g2zx3yMkxRdXqwYPHqcJfMcsZg4dizfZ
Ethereum ETH: 0x33fA8F364c311f092e7DE7f25dbCFB25Ee0D2C72
Litecoin LTC: LXWbkzFpmLXaVytnuDpos3okV7mQbbUu83
Bitcoin Cash: bitcoincash:qqqsmg3uemv5fxrqf6z2ecv00anh8r5rfy0qzyv0c5

USD:
Patreon: https://www.patreon.com/theallamericantechguy

LXLE Linux OS Install for old computers

This is a tutorial on how to install LXLE Linux which is a light weight version of Linux. I will also show you how to install Brave browser which is a great browser which runs fast and lowers resources by blocking unwanted advertisements and tracking scripts.

How to back up your data: https://www.bitchute.com/video/yN6PMrFLHlR8/

Difficulty level (medium)

0:34 Downloading LXLE
https://www.lxle.net/download/

3:08 Installing LXLE

11:35 Install progress bar reached 100%

12:58 Go through the menus

14:36 Adjust screen resolution

15:25 Install brave browser
https://brave.com/linux/#linux

19:36 Add brave icon to desktop

20:00 lowering the system resources
Can run on a system as low as 512MB RAM and single core CPU

21:24 Install htop
sudo apt install htop
htop
[CTRL]+C to exit

25:25 sudo shutdown now

If you like the video, please help me by clicking like and subscribing to my channel.

If I gave you the knowledge and skills you needed to accomplish your goal, please support my work by sending me a tip. The money will be used to create more video content and cover equipment costs.

Crypto Wallets:
Bitcoin BTC: 12g2zx3yMkxRdXqwYPHqcJfMcsZg4dizfZ
Ethereum ETH: 0x33fA8F364c311f092e7DE7f25dbCFB25Ee0D2C72
Litecoin LTC: LXWbkzFpmLXaVytnuDpos3okV7mQbbUu83
Bitcoin Cash: bitcoincash:qqqsmg3uemv5fxrqf6z2ecv00anh8r5rfy0qzyv0c5

USD:
Patreon: https://www.patreon.com/theallamericantechguy

How to back up your data to a USB storage device
Backup files to a USB drive

Difficulty level (low)

0:54 Data Storage Devices
1:59 How to plug in a USB storage device
2:48 How to access the USB storage device
3:47 How to backup a single folder or file
8:13 Verifying your backup
9:23 How to back up all the data in your user folder
13:16 How to safely remove the USB storage device from your computer
17:50 My computer setup

If you like the video, please help me by clicking like and subscribing to my channel.

If I gave you the knowledge and skills you needed to accomplish your goal, please support my work by sending me a tip. The money will be used to create more video content and cover equipment costs.

Crypto Wallets:
Bitcoin BTC: 12g2zx3yMkxRdXqwYPHqcJfMcsZg4dizfZ
Ethereum ETH: 0x33fA8F364c311f092e7DE7f25dbCFB25Ee0D2C72
Litecoin LTC: LXWbkzFpmLXaVytnuDpos3okV7mQbbUu83
Bitcoin Cash: bitcoincash:qqqsmg3uemv5fxrqf6z2ecv00anh8r5rfy0qzyv0c5

USD:
Patreon: https://www.patreon.com/theallamericantechguy

This video explains how to install Parrot Security OS as the primary operating system on your computer. This procedure will wipe out the entire hdd/ssd if you are working with real hardware. If you plan to do this on real hardware, be sure to back up your data and verify your backup.

How to back up your data: https://www.bitchute.com/video/yN6PMrFLHlR8/

Difficulty level (medium)

1:25 Download the parrot os ISO file
https://parrotlinux.org/download/
Parrot Security MATE ISO (default)

2:55 virtual machine setup

5:38 Begin Parrot OS Install

16:45 Finish Parrot OS Install and reboot the computer

17:57 Login Screen

18:35 Included programs overview

23:00 system settings

27:33 operating system update
sudo apt update
sudo apt upgrade
sudo apt full-upgrade

35:27 Setup auto login

38:28 (Bonus) How to use Bleachbit

45:50 fstab (don't modify this file. modifying it can cause your computer not to boot.)
sudo nano /etc/fstab

If you like the video, please help me by clicking like and subscribing to my channel.

If I gave you the knowledge and skills you needed to acomplish your goal, please support my work by sending me a tip. The money will be used to create more video content and cover equipment costs.

Crypto Wallets:
Bitcoin BTC: 12g2zx3yMkxRdXqwYPHqcJfMcsZg4dizfZ
Ethereum ETH: 0x33fA8F364c311f092e7DE7f25dbCFB25Ee0D2C72
Litecoin LTC: LXWbkzFpmLXaVytnuDpos3okV7mQbbUu83
Bitcoin Cash: bitcoincash:qqqsmg3uemv5fxrqf6z2ecv00anh8r5rfy0qzyv0c5

USD:
Patreon: https://www.patreon.com/theallamericantechguy

This video is for educational and instructional purposes. Any actions you take on your own as a result of this tutorial is your responsibility.

Back up your data to a removable storage device if you have data that needs to be saved! This process will wipe the data on the internal drive. Remove the data storage drive from your computer before proceeding.

How to back up your data: https://www.bitchute.com/video/yN6PMrFLHlR8/

If you do not have another working computer available, be sure to have the ethernet or wireless card drivers handy in the rare case that they are not automatically installed by Windows.

This tutorial explains how to download a windows installer ISO image, ,how to setup a virtual machine to install Windows 10 using Oracle Virtualbox, the process to installing Windows 10, and downloading Brave browser and setting Brave to be the default browser. As an added bonus we will discuss some performance tweaks to Windows 10 as well as how to do Windows updates on your own time instead of them automatically running when you don't want them to.

Difficulty level (low/medium)

1 Download ISO image 3:08

2 Setup virtual machine 5:38

3 Start windows installation 8:35

Skip to finishing up 15:37

Skip to first boot 18:23

skip to desktop 22:20

4 some performance tweaks 23:22

services.msc 27:27

Install windows 10 updates on your own time 31:12

If you like the video, please help me by clicking like and subscribing to my channel.

If I gave you the knowledge and skills you needed to accomplish your goal, please support my work by sending me a tip. The money will be used to create more video content and cover equipment costs.

Crypto Wallets:
Bitcoin BTC: 12g2zx3yMkxRdXqwYPHqcJfMcsZg4dizfZ
Ethereum ETH: 0x33fA8F364c311f092e7DE7f25dbCFB25Ee0D2C72
Litecoin LTC: LXWbkzFpmLXaVytnuDpos3okV7mQbbUu83
Bitcoin Cash: bitcoincash:qqqsmg3uemv5fxrqf6z2ecv00anh8r5rfy0qzyv0c5

USD:
Patreon: https://www.patreon.com/theallamericantechguy

As many of Windows 10 users already know is that the operating system is very heavy on resources out of the box and most of the time the average user doesn't use these resources. Here I will explain how to disable items that most people do not use to get a better performance experience.

Difficulty level (low)

If you like the video, please help me by clicking like and subscribing to my channel.

If I gave you the knowledge and skills you needed to accomplish your goal, please support my work by sending me a tip. The money will be used to create more video content and cover equipment costs.

Crypto Wallets:
Bitcoin BTC: 12g2zx3yMkxRdXqwYPHqcJfMcsZg4dizfZ
Ethereum ETH: 0x33fA8F364c311f092e7DE7f25dbCFB25Ee0D2C72
Litecoin LTC: LXWbkzFpmLXaVytnuDpos3okV7mQbbUu83
Bitcoin Cash: bitcoincash:qqqsmg3uemv5fxrqf6z2ecv00anh8r5rfy0qzyv0c5

USD:
Patreon: https://www.patreon.com/theallamericantechguy

SHOW MORE

Created 3 years, 6 months ago.

13 videos

Category Science & Technology

Hello everyone and welcome to my channel. I will be sharing mostly technology projects as well as other various tasks that need to be done. I have well over 20 years of experience in the technology industry so I have learned a lot over the years. I worked with the latest state of the art technology as well as vintage technology so there will be a variety of subjects on this channel.

DISCLAIMER:
My videos are for educational and instructional purposes only. Any videos on this channel may involve the use of or working with one or more of the following:
electricity which may include high voltages and/or high currents
batteries, capacitors, transformers, vacuum tubes, and other electronic components
Erasing data and/or operating system(s) from computer storage device(s)
power tools (ex. Electric Screwdriver/Drill, Air compressor, Dremel, etc)
manual tools (ex. Standard Screwdriver, Pliers, Hammers, etc.)
moving parts
fire and/or other heat sources
chemicals (solid, Liquid, Gas)
sharp objects

I'm not telling you in any way to perform any actions that are seen in the videos. This means that any actions you take on your own as a result of these videos are your own actions.

CONTRIBUTIONS:
If you find any of my videos helpful in resolving any complications in any of your projects that you encounter, please support my work by sending some money my way so I can continue my work here.

Cryptocurrency Wallets:
Bitcoin BTC: 12g2zx3yMkxRdXqwYPHqcJfMcsZg4dizfZ
Ethereum ETH: 0x33fA8F364c311f092e7DE7f25dbCFB25Ee0D2C72
Litecoin LTC: LXWbkzFpmLXaVytnuDpos3okV7mQbbUu83
Bitcoin Cash: bitcoincash:qqqsmg3uemv5fxrqf6z2ecv00anh8r5rfy0qzyv0c5

USD:
Patreon: https://www.patreon.com/theallamericantechguy