Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
share /
upstart /
sessions /
[ HOME SHELL ]
Name
Size
Permission
Action
session-migration.conf
159
B
-rw-r--r--
update-notifier-cds.conf
834
B
-rw-r--r--
update-notifier-crash.conf
1.03
KB
-rw-r--r--
update-notifier-hp-firmware.conf
728
B
-rw-r--r--
update-notifier-release.conf
509
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : update-notifier-hp-firmware.conf
description "Update notification regarding HP firmware installation" author "Brian Murray <brian@ubuntu.com>" # only idVendor=03f0, idProduct="??{17,2a}" requires firmware start on ( :sys:usb-device-added ID_VENDOR_ID=03f0 ID_MODEL_ID=??17 or :sys:usb-device-added ID_VENDOR_ID=03f0 ID_MODEL_ID=??2a or usb-device-added ID_VENDOR_ID=03f0 ID_MODEL_ID=??17 or usb-device-added ID_VENDOR_ID=03f0 ID_MODEL_ID=??2a ) script test -f /usr/bin/hp-mkuri || exit 0 DATE=$(date) RESULT=0 hp_model="$ID_MODEL" /usr/bin/hp-mkuri -c || RESULT=$? echo "$DATE hp-mkuri returned $RESULT" # firmware is required if a 2 or a 5 is returned if [ $RESULT -eq 2 ] || [ $RESULT -eq 5 ]; then /usr/bin/hp-plugin-ubuntu fi end script
Close