News (3)

Danger level rises for Perl flaws

A type of security flaw in Perl applications that experts thought could lead only to a denial-of-service attack is now believed to be much more serious. Read more »

Oracle aims to tone security muscle with Fusion

Billions of dollars worth of acquisitions have bought Oracle a perhaps unexpected bonus: security lessons. Read more »

Apache piping makes it easy to rotate logs

Apache offers rich logging capabilities, but the information gets stuffed into one ever-growing log file. Luckily, it's fairly easy to use facilities built right into Apache to keep your log files down to a manageable size. Read more »

Features (137)

Working with configuration files in ASP.NET 2.0

The second iteration of ASP.NET includes a number of enhancements for working with configuration files. Read more »

Encrypting .NET configuration files through code

Encryption support for configuration files was added to the .NET Framework beginning with version 2.0. We'll show you examples of controlling encryption and decryption in both VB.NET and C# code. Read more »

Using custom configuration settings in .NET

The .NET Framework makes configuration settings a breeze with XML-based configurations. Read more »

Use XML to store configuration settings

The .NET Framework provides many ways to track application data, with its inherent XML support providing the perfect vehicle for maintaining this data. Take a closer look at storing application data in an XML file. Read more »

Store your app's configuration information with Java Properties

Keeping configuration info in a handy text file can make your life easier. Learn to leverage Java's Properties class for this purpose in your own applications. Read more »

A tour of the PHP.INI configuration file, part 1

The php.ini configuration file lets you alter many aspects of PHP's behaviour, including setting file paths and directories, changing session and database parameters, and activating extensions. Read more »

Configuring error messages for Apache

When you build a site that uses includes to deliver content, there will inevitably be times when the include fails. Don't rely on the built-in error messages. Read more »

Encrypting configuration data in ASP.NET 2.0

Learn how to protect data stored in a configuration file via encryption and describe new features available in ASP.NET 2.0. We'll begin with an overview of the encryption options and continue with the actual encryption of data values in a configuration file. Read more »

Configure GNU Screen to handle multiple terminals

GNU Screen is a fantastic terminal "window manager" in that it lets you handle multiple terminals from within one -- not only that, but what you run under Screen can be shared with other users or used remotely if you start a Screen session and then ssh into your box and resume the session. Read more »

Maintaining state in ASP.NET: Know your options

Maintaining state is a problem that all Web developers face regardless of the platform. ASP.NET adds four options on top of the standard approaches on the Web. This article drills down on these options. Read more »

Blog (1)

Google destroys Security Through Obscurity

Chris Duckett [blogs:betaliving] -- Google Labs' new Code Search makes it easier for hackers to find database username and password details by entering strings that are commonly used within configuration files. Read more »

Log in


Sign up | Forgot your password?

What's on?