Find Files based on size

October 6th, 2024

Use:

find . -type f -size +4096c

to find files bigger than 4096 bytes.

And :

find . -type f -size -4096c

to find files smaller than 4096 bytes.

72 Super Beetle Jacking Points

October 6th, 2024

Wheel Offset and Wheel Spacers

October 6th, 2024

Handbrake - automatically process files

October 6th, 2024

Here are links to setting Handbrake up to automatically process files

Setting HandBrake up with a watch folder
My Automated Handbrake Video Conversion Batch File Script

Installing SQL Loader on Windows

October 6th, 2024

Here is an article on how to install SQL Loader on Windows

How to Install SQL Loader on Windows?