⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.83
Server IP:
157.245.101.34
Server:
Linux skvinfotech-website 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
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