updated readme and das script to be more descriptive.
This commit is contained in:
parent
6a8f8fad1e
commit
0e6f31ca80
@ -2,12 +2,15 @@
|
|||||||
|
|
||||||
#Zebra
|
#Zebra
|
||||||
#Dell MD1200 Fan Silencing Script.
|
#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
|
#set TTY Flags
|
||||||
stty -F /dev/ttyS1 38400 raw -echoe -echok -echoctl -echoke
|
stty -F /dev/ttyS1 38400 raw -echoe -echok -echoctl -echoke
|
||||||
|
|
||||||
#Run 12 times, sleeping 5 seconds in between (total runtime: 1 min)
|
#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)
|
for i in $(seq 1 12)
|
||||||
do
|
do
|
||||||
|
|
||||||
|
@ -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> -->
|
<!-- COPY ME <li></li> -->
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>activitystats.ps1 - Returns Activity Status of User in console (Run as User)</li>
|
<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>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>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>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>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>
|
<li>izebra-linux-oneshot.sh - Installs Fish and applies some shell tweaks that are useful</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user