Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
perl5 /
Debconf /
Element /
Gnome /
Delete
Unzip
Name
Size
Permission
Date
Action
Boolean.pm
684
B
-rw-r--r--
2019-05-08 20:33
Error.pm
1.14
KB
-rw-r--r--
2019-05-08 20:33
Multiselect.pm
2.42
KB
-rw-r--r--
2019-05-08 20:33
Note.pm
1.05
KB
-rw-r--r--
2019-05-08 20:33
Password.pm
580
B
-rw-r--r--
2019-05-08 20:33
Progress.pm
1.09
KB
-rw-r--r--
2019-05-08 20:33
Select.pm
975
B
-rw-r--r--
2019-05-08 20:33
String.pm
649
B
-rw-r--r--
2019-05-08 20:33
Text.pm
300
B
-rw-r--r--
2019-05-08 20:33
Save
Rename
#!/usr/bin/perl -w # This file was preprocessed, do not edit! package Debconf::Element::Gnome::Text; use strict; use Debconf::Gettext; use Gtk2; use utf8; use base qw(Debconf::Element::Gnome); sub init { my $this=shift; $this->SUPER::init(@_); $this->adddescription; # yeah, that's all } 1