Skip to content

BIND DJI GOGGLES 3 to CINELOG 30 O4 PRO

  • DRONE

Make sure the FIRMWARE IS THE SAME VERSION. If it is not, follow my other guide on updating the Goggles 3 firmware.

Turn on the Goggles

Hold the power button down until it starts beeping

Turn on the Cinelog30 v3 O4 Pro

Open the black hatch in the center of the drone (underside)

find the BIND button and use a paperclip to press and hold that.

Look back inside your goggles. it will prompt you to switch. Select SWITCH

the goggles will bind to the drone!

Next connect the drone to your PC and launch the DJI ASSISTANT 2

Update the firmware on the O4 Air unit

Reboot the drone
DOWNLOAD AND INSTALL BETAFLIGHT

And then open BETAFLIGHT, connect to the drone and test the controls. if all is well it will work.

UPDATE DJI GOGGLES 3 WITHOUT A DRONE

  • DRONE

To do this you will need to update the goggles from your desktop.

Download the DJI ASSISTANT 2 CONSUMER DRONE application and install it

Once it is installed, connect your DJI GOGGLES 3 to the computer via USB
The goggles will not be connected to the software yet.

Go into the goggles menu
Scroll down and select SETTINGS
Select ABOUT
Then select OTG WIRED TO COMPUTER
This will say CONNECTED NOW

GO back to the desktop computer application and your GOGGLES 3 will appear.

Now you can update the firmware

HOW TO EXTRACT VOICES FROM YOUTUBE

For this, I use Youtube Downloader

First, you will need a Ubuntu 24.04 computer.

Next you will connect to it via the command line/terminal

Install Youtube Downloader:
sudo apt remove yt-dlp
wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -O ~/yt-dlp
chmod +x ~/yt-dlp
sudo mv ~/yt-dlp /usr/local/bin/yt-dlp

Then find your clip. Note the voice you want, and the times it was exclusively being used with no other interference or background. For example the subject of this voice clone was between the 1 minute 48 second mark and extended to the 2 minute 36 second mark.

here is the command you will use to extract the voice (and for security reasons I have obscured the URL so it will not work for you, and you will need to find your own url)

~/yt-dlp -x –audio-format mp3 –postprocessor-args “-ss 00:01:48 -to 00:02:33” “https://www.youtube.com/watch?v=MyMTvJRK0oM”

RASPBERRY PI UPDATE LOOP

If you are stuck in a loop where you try updating your Raspberry Pi, and no matter what, it says it is updating but you run apt-get upgrade, and you still see the same packages over and over…here is how you fix it

sudo rm -rf /var/lib/apt/lists/*
sudo apt-get clean
sudo apt-get update
sudo apt-get upgrade –fix-missing
sudo apt-get install -f
sudo dpkg –configure -a
sudo apt-get update && sudo apt-get upgrade

You are welcome!

CREATE A VANITY .ONION URL

Unfortunately for the dark web, you do not have the ability to create a fully custom url….you need immense power to be able to create a fully custom key. However you can create a partial custom, vanity url. Here is how

On an Ubuntu system:

Open a terminal

type:
sudo su –
apt-get update
apt-get full-upgrade
apt install gcc libc6-dev libsodium-dev make autoconf
mkdir vanity
cd vanity
git clone https://github.com/cathugger/mkp224o.git
./autogen.sh
./configure
make
./mkp224o -d vanitykeys tacticalware


This will create a custom URL with the first part of it named tacticalware….which takes an immense amount of time to do… The result will look like this:
http://tacticalwarecr37tvhhrxmbs3buk3ze6vtpyouz3gy6uytdqqfvoiqrf3yyd.onion

I did not create a tacticalware onion url….because it was going to take years at the present time to do it. I did create one for my personal onion site and here it is:
http://longleycr37tvhhrxmbs3buk3ze6vtpyouz3gy6uytdqqfvoiqrf3yyd.onion

ARIA2C FOR DARKWEB DOWNLOADS ON KALI

Here is a quick how-to for using ARIA2C for downloading things

First install:
tor
torbrowser-launcher

Next:
sudo apt-get update
sudo apt-get upgrade


If you do not know how to do that, find the articles on this site.

Then configure this:
nano /etc/tor/torrc

Add in the following info at the bottom of the file:
SocksPort 9051
ExitNodes 27E1B97D9491013EF48479D4F47002F3358E0D92
StrictNodes 1
MaxCircuitDirtiness 999999999
NewCircuitPeriod 999999999

Save and exit the file

Next
sudo apt-get install aria2 -y

Reboot for good measure. You can restart services but I find mixed results when doing that.

Now open another terminal and start tor
tor

Then start a new terminal and open
torbrowser-launcher

Navigate to the site you want to download the info from and copy the link, for example you can get the onion from here:
https://www.ransomware.live/groups

once you have the link, open a terminal, make sure you have enough space for the download, and then run
torsocks aria2c –continue=true –max-tries=0 –retry-wait=30 –async-dns=false –file-allocation=none -s 10 -x 10 -k 1M -o Tacticalware.log http://longley4hay3dwh4rirth5xaomle34524523435id.onion/Tacticalware.rar

After the download completes, rename Tacticalware.log to Tacticalware.rar, and use 7z to open it.

If at any point the download fails completely, rename Tacticalware.log to Tacticalware.rar and you can also use 7z to open the file. You will have access to all the data that was downloaded within that zipped file, up to that point. SO all is not lost

RUN DEEPSEEK LOCALLY USING OLLAMA AND DOCKER

To begin, make sure you set up your system properly. You can do so using this link:
https://tacticalware.com/running-ollama-on-ubuntu-24-04-with-nvidia-gpu/

Next once it is setup, you will be able to download the following models by running the command below it in bold:

DeepSeek-R1
ollama pull deepseek-r1:671b

DeepSeek-R1-Distill-Qwen-1.5B
ollama pull deepseek-r1:1.5b

DeepSeek-R1-Distill-Qwen-7B
ollama pull deepseek-r1:7b

DeepSeek-R1-Distill-Llama-8B
ollama pull deepseek-r1:8b

DeepSeek-R1-Distill-Qwen-14B
ollama pull deepseek-r1:14b

DeepSeek-R1-Distill-Qwen-32B
ollama pull deepseek-r1:32b

DeepSeek-R1-Distill-Llama-70B
ollama pull deepseek-r1:70b

Once you have downloaded and are running the model, Navigate to the web page and then select the model as shown below:

tacticalware.com and Jay Longley showing how to install DeepSeek

And that is it. You can run it locally now

UPDATE NODE.JS ON A HOMEBRIDGE

Running a homebridge on a raspberry pi, to connect all of your IOT is fun. However node.js does not update automatically when updating the pi.

to update node.js

Open a terminal

type:
sudo hb-service update-node

The package will update

reboot

And your Node.JS is now up to date

DESTINATION PATH TOO LONG – ERROR

We are in 2024, entering into 2025, and most people still suffer from this ridiculous error, even after enabling long file names in GPEdit and also in the Registry.



To get around it, use ROBOCOPY

Open a command prompt as administrator

cd into the directory you want to copy from

know the path to the directory you want to copy the files to.

execute the command

the format will look like this:
robocopy . “D:\DestinationDirectory” /E /COPYALL /R:0

robocopy .
means robocopy everything in this directory and its sub directories