One Hat Cyber Team
Your IP :
216.73.216.14
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
backup
/
dad
/
usr
/
share
/
gdm
/
View File Name :
generate-config
#! /bin/sh set -e DEFAULTS_GENERATED=/var/lib/gdm3/greeter-dconf-defaults DEFAULTS_DIR=/usr/share/gdm/dconf if [ -d /var/lib/gdm3 ]; then needed=no if [ -f $DEFAULTS_GENERATED ]; then for f in \ $DEFAULTS_DIR $DEFAULTS_DIR/*-settings \ $DEFAULTS_DIR/locks $DEFAULTS_DIR/locks/*-locks \ /etc/gdm3/greeter.dconf-defaults; do if [ "$f" -nt $DEFAULTS_GENERATED ]; then needed=yes break fi done else needed=yes fi if [ "$needed" = yes ]; then dconf compile $DEFAULTS_GENERATED $DEFAULTS_DIR fi fi pkill --signal 'HUP' --uid 'gdm' 'dconf-service' || true