Beyrut’ a “hep yıkılıp hiç yok olmayan şehir” derler.
Bir zamanlar Fransız sömürgesi altında kalmış bu topraklara uygun bir Fransız müziği ile Beyrut-Sayda-Sur-Byblos-Harisa-Tripoli-Baalbek-Şam görüntülerim.
Biraz sabır, yükleme uzun sürebilir….
Şarkıyı dinlemek isteyenlere :
http://fizy.com/#s/1omdbv
For encode: <WASROOT>java/bin/java -cp <WASROOT>/deploytool/itp/plugins/com.ibm.websphere.v6(xxx)/ws_runtime.jar com.ibm.ws.security.util.PasswordEncoder <password>
result: decoded password == “password”, encoded password == “{xor}Mzs+Lz47MjYx”
For decode: <WASROOT>java/bin/java -cp <WASROOT>/deploytool/itp/plugins/com.ibm.websphere.v6(xxx)/ws_runtime.jar com.ibm.ws.security.util.PasswordDecoder {xor}Mzs+Lz47MjYx
result: encoded password == “{xor}Mzs+Lz47MjYx”, decoded password == “password”
If you have a stash file (*.sth) you can use this perl script to learn password:
#!/usr/bin/perl -w
use strict;
die “Usage: $0 <stash file>\n” if $#ARGV != 0;
my $file=$ARGV[0];
open(F,$file) || die “Can’t open $file: $!”;
my $stash;
read F,$stash,1024;
my @unstash=map { $_^0xf5 } unpack(“C*”,$stash);
foreach my $c (@unstash) {
last if $c eq 0;
printf “%c”,$c;
}
printf “\n”;
The Secure Socket Layer protocol was created by Netscape to ensure secure transactions between web servers and browsers. The protocol uses a third party, a Certificate Authority (CA), to identify one end or both end of the transactions. This is in short how it works.
- A browser requests a secure page (usually https://).
- The web server sends its public key with its certificate.
- The browser checks that the certificate was issued by a trusted party (usually a trusted root CA), that the certificate is still valid and that the certificate is related to the site contacted.
- The browser then uses the public key, to encrypt a random symmetric encryption key and sends it to the server with the encrypted URL required as well as other encrypted http data.
- The web server decrypts the symmetric encryption key using its private key and uses the symmetric key to decrypt the URL and http data.
- The web server sends back the requested html document and http data encrypted with the symmetric key.
- The browser decrypts the http data and html document using the symmetric key and displays the information.
Portal server has a concept of Property Extension Database or which is more commonly known as lookaside database, that you can use to store additional attributes that cannot be stored in the LDAP user registy.
Ex. Lets say you configured portal to use your LDAP server but your LDAP server is either read-only or you need a custom attribute say favoriteMovie that cannot be added to LDAP server. In that case you can configure a lookaside database, and use it store the favoriteMovie attribute for the user.
Yazının tamamını okuyun (read more) »
Give a few minutes for this song
If youtube can not open ;
http://fizy.com/#s/1lvl70
Ara
Kategoriler
- Administrating (4)
- Arzıweb (7)
- Bilişim (1)
- Genel (16)
- Net (3)
- Seçmeler (9)
- Şiir (13)
- Şile (3)
- Unix/Linux (8)
- WebSphere Applicaiton Server (27)
- Websphere Portal/WCM Server (21)
Yıldızlar
Arşiv
En Kullanılanlar
Bağlantılar
cache can yücel certificate change node cpu disk e2fsck eflatun English file fizy grow an LVM hostname IBM jsp reloading lazy load LDAP authentication problem Linux log logging Lotus Domino memory mount NCSA network nodename non-ASCII character orhan veli performance Portal 6.0 Portal 6.1 Portal search portal startup resize2fs ssl SUSE sözler Unix/Linux WCM WebSphere Applicaiton Server Websphere Content Manager Websphere Portal/WCM Server Websphere Portal Server Şiir şile
WP Cumulus Flash tag cloud by Roy Tanck requires Flash Player 9 or better.