My MSN

Click OK to add this content

 
Content Preview: rss
-+Macau
795 days ago
http://www.macautourism.gov.mo/pt/index.php
-+reverse proxy
1566 days ago
A reverse proxy is a proxy server that is installed in the neighborhood of one or more webservers. All traffic coming from the Internet and with destination one of the webservers is going through the proxy server. There are several reasons for installing reverse proxy servers: Security: the proxy server is an additional layer of defense and therefore protects the webservers further up the chain Encryption / SSL acceleration: when secure websites are created, the SSL encryption is often not done by the webserver itself, but by a reverse proxy that is equipped with SSL acceleration hardware. See Secure Sockets Layer. Load distribution: the reverse proxy can distribute the load to several webservers, each webserver serving its own application area. In such a case, the reverse proxy may need to have to rewrite the URLs in each webpage (translation from externally known URLs to the internal locations) Serve/cache static content: A reverse proxy can offload the webservers by ...
-+generic sh .profile
1578 days ago
# Global profile (for sh/ksh/bash) # # Make sure '.' is in PATH if [ "`echo $PATH /usr/xpg4/bin/grep -E '^\.: ^\.$ :\.: :\.$'`" ]; then PATH="$HOME/bin:$PATH:/usr/local/bin:/usr/X/bin:/usr/openwin/bin" else PATH="$HOME/bin:$PATH:/usr/local/bin:/usr/X/bin:/usr/openwin/bin:." fi # New files get 640 permissions umask 0026 # Setup terminal if we are on one if [ "`tty`" != 'not a tty' ]; then stty -istrip stty erase ^H fi # Setup shell variables if [ "$SHELL" = '/bin/bash' ]; then #PS1='\u:\w\$ ' PS1='\u@\h:\w:$ ' else PS1="`/usr/ucb/whoami`$ " fi EDITOR=vi; export EDITOR # Aliases alias ps='/usr/bin/ps'
-+Solaris Questions => from http://www.techinterviews.com/?p=197
1578 days ago
No description is available for this feed.
-+No title is available for this item.
1630 days ago
.NET Remoting Versus Web Services With the advent of .NET and the .NET Framework, Microsoft introduced a set of new technologies in the form of Web services and .NET remoting. .NET remoting and ASP.NET Web services are powerful technologies that provide a suitable framework for developing distributed applications. It is important to understand how both technologies work and then choose the one that is right for your application. The Web services technology enables cross-platform integration by using HTTP, XML and SOAP for communication thereby enabling true business-to-business application integrations across firewalls. Because Web services rely on industry standards to expose application functionality on the Internet, they are independent of programming language, platform and device. Remoting is .a technology that allows programs and software components to interact across application domains, processes, and machine boundaries. This enables your applications ...
© 2009 MicrosoftMicrosoft