⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
lib
/
dpkg
/
info
/
Edit File: ubuntu-fan.prerm
#!/bin/sh fanatic_deconfigure() { fanctl config list | \ while read underlay overlay x do config_mine=$( fanctl config show -u "$underlay" -o "$overlay" | grep "comment='fanatic configured'" | wc -l ) if [ "$config_mine" != 0 ]; then fanatic disable-lxd -u "$underlay" -o "$overlay" fanatic disable-docker --no-docker-restart -u "$underlay" -o "$overlay" fanatic disable-fan -u "$underlay" -o "$overlay" fi done } case "$1" in remove) # Deconfigure any fanatic built docker/LXD configuration. fanatic_deconfigure # Take down any fan mappings currently present. fanctl down -e || exit 1 ;; esac # Automatically added by dh_installinit/12.10ubuntu1 if [ -x "/etc/init.d/ubuntu-fan" ]; then invoke-rc.d ubuntu-fan stop || exit 1 fi # End automatically added section
Simpan