Linux mail.vriendennsm.nl 6.1.0-51-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.177-1 (2026-07-16) x86_64
Apache/2.4.68 (Debian)
Server IP : 217.154.75.17 & Your IP : 216.73.217.65
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
snap /
core /
17284 /
usr /
share /
subiquity /
Delete
Unzip
Name
Size
Permission
Date
Action
console_conf
[ DIR ]
drwxr-xr-x
2025-10-09 12:24
subiquitycore
[ DIR ]
drwxr-xr-x
2025-10-09 12:24
console-conf-tui
2.86
KB
-rwxr-xr-x
2017-01-25 22:18
console-conf-wait
26
B
-rw-r--r--
2016-10-05 02:14
console-conf-wrapper
2.14
KB
-rwxr-xr-x
2017-03-28 22:07
console-conf-write-login-details
934
B
-rwxr-xr-x
2017-03-28 22:07
Save
Rename
#!/usr/bin/env python3 # Copyright 2015 Canonical, Ltd. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the # License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. import sys from console_conf.controllers.identity import write_login_details_standalone from subiquitycore.log import setup_logger setup_logger(dir='/var/log/console-conf') sys.exit(write_login_details_standalone())