Skip to content

Host your own WordPress Website for Free on Oracle Cloud Infrastructure

The Oracle documentation can be accessed with the following link: https://www.oracle.com/cloud/free-1/?source=v1-TECH-JumpNav-j2204-20241205 Create a free OCI account. Need credit card details, but won’t be charged (unless chargeable features are used). Main challenge is to ensure that… 

Use VLC to Stream Hikvision Camera Feed (RTSP)

Camera streaming can easily be achieved by using the RTSP protocol. Camera must be configured to enable RTSP. Use this on an ipad/iphone with VLC installed. In VLC, open network, type in the URL. Example:… 

Oracle – RMAN – Clean datapump job

SELECT ‘drop table ‘ || owner_name || ‘.’ || job_name || ‘;’ FROM dba_datapump_jobs WHERE state=’NOT RUNNING’ and attached_sessions=0; exec the sql

Network – Find Public IP Address

Command Line Linux: dig +short myip.opendns.com @resolver1.opendns.com Web Browser: Search for what is my ip and open one of the sites – public ip address should be displayed

Raspberry PI – Notes

raspberry pi 4 4g model b (cortex-a72) USB Keyboard & Mouse power supply for raspberry pi (and potentially a plastic case) micro sd card (64G), with adapter so that it can be connected to laptop…