Bookmarks for 18 mag 2011 through 28 mag 2011

These are my links for 18 mag 2011 through 28 mag 2011:

Bookmarks for 18 mag 2011 from 13:22 to 16:24

These are my links for 18 mag 2011 from 13:22 to 16:24:

Bookmarks for 16 mag 2011 through 17 mag 2011

These are my links for 16 mag 2011 through 17 mag 2011:

  • Simple Management for BIND | Download Simple Management for BIND software for free at SourceForge.net – Smbind is a PHP-based tool for managing DNS zones for BIND via the web. Supports per-user administration of zones, error checking, and a PEAR DB database backend. Demo and screenshots available.
  • SOSFTP | Download SOSFTP software for free at SourceForge.net – SOSFTP is a file transfer solution for FTP/ FTPS/ SFTP. It implements a configurable command line client for batch processing with error handling and logging capabilities and maintains a transfer history.<br />
    <br />
    (Open Source solution for Managed File Transfer)
  • mitmproxy – home – mitmproxy is an SSL-capable, intercepting HTTP proxy. It provides a console interface that allows traffic flows to be inspected and edited on the fly.<br />
    <br />
    mitmdump is the command-line version of mitmproxy, with the same functionality but without the frills. Think tcpdump for HTTP.<br />
    <br />
    Features<br />
    <br />
    Intercept and modify HTTP traffic on the fly<br />
    Save HTTP conversations for later replay and analysis<br />
    Replay both HTTP clients and servers<br />
    Make scripted changes to HTTP traffic using Python<br />
    SSL interception certs generated on the fly

Bookmarks for 5 mag 2011 through 7 mag 2011

These are my links for 5 mag 2011 through 7 mag 2011:

  • 500 Internal Server Error – 500 Internal Server Error
  • Security Event Descriptions – This article contains descriptions of various security-related and auditing- related events, and tips for interpreting them. <br />
    <br />
    These events will all appear in the Security event log and will be logged with a source of "Security."
  • Windows Server 2008 R2 and Windows Server 2008 technical documentation, downloads, and additional resources – Windows Server 2008 R2 and Windows Server 2008 are the most advanced Windows Server operating systems yet, designed to power the next generation of networks, applications, and Web services. With these operating systems you can develop, deliver, and manage rich user experiences and applications, provide a highly secure network infrastructure, and increase technological efficiency and value within your organization.<br />
    <br />
    <br />
    (LOL)

Bookmarks for 5 mag 2011 from 16:24 to 18:02

These are my links for 5 mag 2011 from 16:24 to 18:02:

Bookmarks for 26 apr 2011 from 02:00 to 14:52

These are my links for 26 apr 2011 from 02:00 to 14:52:

  • Putty, Active Directory and Kerberos – […] This is a short and simple tutorial about setting up Kerberos authentication with putty and Active Directory. […]
  • Checkpoint HA Nagios monitoring – […] For a number of reasons I need to be able to know which firewall is the active on in a Checkpoint cluster. I’d like to be notified when the active node switches to the secondary box […]
  • Michele’s blog " Active Directory and Apache Kerberos … – […] In this article I’ll explore how to set up an Apache web server on a Linux Debian box (squeeze testing as of 05/2009) with kerberos authentication integrated with Active Directory on Windows 2003R2 […]
  • Integrating Active Directory and Squid3 – […] Here’s my third and probably last post on a topic about AD integration and linux. This time around the goal is to have Kerberos authentication integrated with Squid, so that users do not have to be prompted for additional authentication when surfing the web[…]
  • 500 Internal Server Error – 500 Internal Server Error

Bookmarks for 22 apr 2011 through 23 apr 2011

These are my links for 22 apr 2011 through 23 apr 2011:

Bookmarks for 22 apr 2011 from 02:00 to 13:49

These are my links for 22 apr 2011 from 02:00 to 13:49:

  • Quick Tip: The Power of Google Analytics Custom Variables … – […] Familiarity with your users and their needs is the most important aspect of any successful site or web campaign. Google Analytics is the perfect tool to gather this sort of information. But there’s much more you can find out about your users when you begin using custom variables to make better decisions. […]
  • winexe – winexe remotely executes commands on WindowsNT/2000/XP/2003 systems from GNU/Linux (probably also other Unices capable to compile Samba4).
  • 500 Internal Server Error – 500 Internal Server Error

Bookmarks for 19 apr 2011 from 16:57 to 17:01

These are my links for 19 apr 2011 from 16:57 to 17:01:

  • Enabling Pretty Permalinks in WordPress : URL Rewrite Module … – This walkthrough describes how to enable “Pretty Permalinks” for blog posts in the WordPress blog engine that is installed on IIS 7
  • Install and Configure PHP : Install the Microsoft Web … – The fastest and easiest way to install PHP on Internet Information Services (IIS) is by using the Microsoft® Web Platform Installer (Web PI). Web PI completely automates setting up IIS, FastCGI, and the latest version of PHP from the php.net Web site. With Web PI, you can navigate to the “Web Platform” tab and select “PHP” under “Framework and Runtimes” customize link. Alternately, use the instructions that follow as guidance for installing PHP with Windows® Installer or using a compressed (Zip) file installation.
  • Enable FastCGI Support in IIS 7 on Windows Server 2008 … – Internet Information Services 7 (IIS 7) comes with extended support for application frameworks through FastCGI, an open protocol supported by many open-source application frameworks that otherwise may not support stable and high-performance native integration with IIS.FastCGI provides a high-performance alternative to the Common Gateway Interface (CGI), a standard way for external applications to interface with Web servers that has been supported as part of the IIS feature set since the first release.

Bookmarks for 17 apr 2011 through 19 apr 2011

These are my links for 17 apr 2011 through 19 apr 2011:

  • IIS 7 for Apache Administrators : Migrate to the Microsoft … – Apache Hypertext Transfer Protocol (HTTP) Server and Internet Information Services 7 (IIS 7) are two of the world’s most popular Web servers. This article provides technical information about IIS for users who are familiar with Apache. The article compares the architecture, security model, and management features of IIS 7 with those of Apache, and it also compares common IIS 7 and Apache management scenarios and tools.
  • Translate .htaccess Content to IIS web.config : Host … – Many PHP applications are distributed with configuration files for the Apache Web server. These configuration files (usually called .htaccess files) contain a number of settings that can be used for integrating the application with the capabilities of the Web server.IIS 7 uses a file called Web.config to hold settings for integration with applications. The Web.config file contains information that control module loading, security configuration, session state configuration, and application language and compilation settings. Web.config files can also contain application-specific items such as database connection strings.This article describes the most common uses of the .htaccess file by PHP applications, and shows how to use the Web.config file for these same functions in IIS.
  • ISAPI_Rewrite : Community : The Official Microsoft IIS Site – OverviewISAPI_Rewrite is a powerful URL manipulation engine based on the regular expressions. It acts mostly like Apache's mod_Rewrite but was designed for Microsoft IIS web server. It can be used to allow dynamic pages be indexed by search engines, stop hotlinking, proxy another server content, manipulate incoming request headers and strengthen server security. It supports regexp rules and conditions to create really flexible URL manipulations. And there is also freeware Lite version of this product!
  • htaccess tester – To test your htaccess rewrite rules, simply fill in the url that you're applying the rules to, place the contents of your htaccess on the larger input area and press "Check Now" button.<br />
    This was made in a very short amount of time, so there might be a few bugs we overlooked. If you happen to find an issue or would like to suggest something that we can improve upon please get in touch with us.
  • 500 Internal Server Error – 500 Internal Server Error