One Hat Cyber Team
Your IP :
3.21.248.81
Server IP :
104.21.48.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 :
~
/
proc
/
thread-self
/
root
/
var
/
lib
/
dpkg
/
info
/
Edit File:
unattended-upgrades.config
#!/bin/sh set -e AUTO_UPGRADE="/etc/apt/apt.conf.d/20auto-upgrades" # Source debconf library. . /usr/share/debconf/confmodule # Load configuration from disk, if it exists. if [ -e "$AUTO_UPGRADE" ]; then if grep -q 'APT::Periodic::Unattended-Upgrade "1";' $AUTO_UPGRADE ; then db_set unattended-upgrades/enable_auto_updates true elif grep -q 'APT::Periodic::Unattended-Upgrade "0";' $AUTO_UPGRADE ; then db_set unattended-upgrades/enable_auto_updates false fi fi db_input low unattended-upgrades/enable_auto_updates || true db_go
Simpan