Skip to content

Instantly share code, notes, and snippets.

View davecoutts's full-sized avatar

Dave Coutts davecoutts

View GitHub Profile
@davecoutts
davecoutts / dell_getdriversbyproduct.py
Last active September 2, 2024 14:49
Python script for collecting and displaying Dell Laptop/PC driver release information
DESCRIPTION = \
'''
#--------------------------------------------------------------------------------------------------
Collect and display Dell Laptop/PC driver release information.
#--------------------------------------------------------------------------------------------------
'''
EPILOG = \
'''
#--------------------------------------------------------------------------------------------------
@davecoutts
davecoutts / filebrowser_install.sh
Created November 19, 2024 21:36
Install File Browser webserver serving an ephemeral temporary directory with no authentication. https://filebrowser.org
#-----------------------------------------------------------------------------------------------
# Install File Browser binary
#-----------------------------------------------------------------------------------------------
# https://filebrowser.org/installation
curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash
ls -lha /usr/local/bin