deving

Akinek nem inge, ne vegye magára...

2013. dec 06.

How to uninstall OpenVPN Client

írta: mrdudo
How to uninstall OpenVPN Client

2455517_orig.jpg

It is always embrassing, when things not going well. You simple getting tired to get rid of problems.

All in all, browse to OpenVPN Client's install dir.

Find core directory.

Step in, and run uikill.exe file.

Now you over it, the uninstall will now... 

Tovább Szólj hozzá

openvpn client

2013. dec 04.

utánam a hash özön, igaz Ödön?

írta: mrdudo
utánam a hash özön, igaz Ödön?

Keresgéltem, és láss csodát találtam, csak a megfelelő kulcsszavakat kell megadni, mindenki legjobb barátjának, a googlenek, hogy valami értelmes, és ugyan akkor használható eredményt mutasson.

use JSON::XS qw(encode_json decode_json);
use File::Slurp qw(read_file write_file);
my %hash;
{
 my $json = encode_json \%hash;
 write_file('dump.json', { binmode => ':raw' }, $json);
}
{
 my $json = read_file('dump.json', { binmode => ':raw' });
 %hash = %{ decode_json $json };
}
 
Tovább Szólj hozzá

perl

süti beállítások módosítása