Help for this page

Select Code to Download


  1. or download this
    #!/bin/sh
    /usr/bin/vncserver -geometry 2000x1200 # ... etc
    
  2. or download this
    use Config::Tiny;
    my $cfg = Config::Tiny->read("$ENV{HOME}/.vnc/config");
    $geometry = $cfg->{_}{geometry} if exists $cfg->{_}{geometry};