top of page

Windows 10 File Search Examples
...PowerPoint files:
System.FileExtension:=".pptx"
...a filename containing "status"
System.FileName:~="status"

Win 10 Window Placement Mgmt, Chrome Zoom, & Chrome Tab Keyboard Shortcut Collection
This post lists keyboard shortcuts to move windows in Windows 10, zoom Chrome windows, and switch Chrome tabs. I wrote it to have all...


Online Resources for Colorado Small Businesses
Starting a business is a challenging endeavor, but keeping it up and running can be more challenging. Therefore, most entrepreneurs look...

Use tar to copy files from one directory to another
This post shows how to use tar to copy files from one directory to another. cd ~ mkdir ~/tartest cd ~/tartest mkdir -p from/ mkdir -p...

Find ".dts," ".dtsi," and ".dtb" files in a PetaLinux build, exclude ./build directory
This post shows you how to find the ".dts," ".dtsi," and ".dtb" files in a PetaLinux build, excluding the ones in the ./build directory....
bottom of page