VaKeR CYBER ARMY
Logo of a company Server : Apache/2.4.41 (Ubuntu)
System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
User : www-data ( 33)
PHP Version : 7.4.33
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Directory :  /usr/share/doc/libsys-virt-perl/examples/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/doc/libsys-virt-perl/examples/open-console.pl
#!/usr/bin/perl

use Gtk3 -init;
use Sys::Virt;

Glib::Object::Introspection->setup(
    basename => 'GtkVnc',
    version => '2.0',
    package => 'GtkVnc');

Glib::Object::Introspection->setup(
    basename => 'GVnc',
    version => '1.0',
    package => 'GVnc');

GVnc::util_set_debug(true);

my $window = Gtk3::Window->new ('toplevel');
my $display = GtkVnc::Display->new();

my ($SOCK1, $SOCK2);
if (1) {
    use IO::Socket;

    ($SOCK1, $SOCK2) = IO::Socket->socketpair(AF_UNIX, SOCK_STREAM, PF_UNSPEC)
	or die "cannot create socketpair: $!";

    my $c = Sys::Virt->new(uri => "qemu:///session");
    my $d = $c->get_domain_by_name("vm-vnc");

    $d->open_graphics(0, $SOCK1->fileno);

    $display->open_fd($SOCK2->fileno);
} else {
    $display->open_host("localhost", "5900");
}
$window->add($display);
$window->show_all;
Gtk3::main;



VaKeR 2022