updated readme and das script to be more descriptive.

This commit is contained in:
zebra 2024-08-10 13:13:23 -07:00
parent 6a8f8fad1e
commit 0e6f31ca80
2 changed files with 7 additions and 2 deletions

View File

@ -2,12 +2,15 @@
#Zebra
#Dell MD1200 Fan Silencing Script.
#MD1200 must be connected to a serial port using a Dell Password Reset Cable.
#P/N CT109 0MN657
#set TTY Flags
stty -F /dev/ttyS1 38400 raw -echoe -echok -echoctl -echoke
#Run 12 times, sleeping 5 seconds in between (total runtime: 1 min)
#Comment the for loop out if you only want to run once. I set it to run for 1 min so I could crontab it.
for i in $(seq 1 12)
do

View File

@ -1,10 +1,12 @@
Conglomeration of PowerShell scripts to be used in tandem with an RMM<br />
Conglomeration of PowerShell And Bash scripts to be used in tandem with an RMM<br />
<!-- COPY ME <li></li> -->
<ul>
<li>activitystats.ps1 - Returns Activity Status of User in console (Run as User)</li>
<li>battery-status.ps1 - Returns Battery Status of Laptops in console</li>
<li>das_fanctl.sh - Forces Dell MD1200 to be quiet.</li>
<li>disable-touchscreen.ps1 - Disables Touch screen devices</li>
<li>fan_control.sh - Custom fancurve script for a Dell 12th Gen server.</li>
<li>installExtension.ps1 - Force the installation of a chrome/edge/firefox extension</li>
<li>installUblock.ps1 - Forces the installation of uBlock origin on Chrome and Edge.</li>
<li>izebra-linux-oneshot.sh - Installs Fish and applies some shell tweaks that are useful</li>