Showing posts with label tutorial. Show all posts
Showing posts with label tutorial. Show all posts

Saturday, June 30, 2012

Guide Borland Delphi 6 Product Certification Study

This study guide is designed to walk you through requisite information to become product certified in Delphi. The material in this document is organized in thefollowing four sections: Test Overview – describes the rules and the organization of the test Technical Resources – recommends training courses, books and manuals thatcan help acquire the knowledge required to pass the test Test Sections – lists topics tested in each test section Sample Questions – provides sample questions with answers.

Organization of Questions The test's questions are grouped into the following sections of knowledge: • Delphi Interface and Configuration • Delphi VCL/CLX • Working with Components • Pascal/Object-Oriented Programming • Database Concepts/Data Access Techniques • dbExpress • Writing DLLs and Packages • Windows Concepts • Component Design Basics • Internet Programming Basics • Porting Delphi to Kylix download tutorial Guide Borland Delphi 6 Product Certification Study hre
Read more..

Knowing SQL Injection

Knowing SQL Injection is yet another common vulnerability that is the result of lax input valida-tion. Unlike cross-site scripting vulnerabilities that are ultimately directed at your site’s visitors, SQL injection is an attack on the site itself—in particular its database. The goal of SQL injection is to insert arbitrary data, most often a database query, into a string that’s eventually executed by the database. The insidious query may attempt any num-ber of actions, from retrieving alternate data, to modifying or removing information from the database. download tutorial SQL Injection here
Read more..

Install and Configure MySQL Database

Part I: MySQL database Introduction: MySQL is a relational database management system. It is a very fast, multi-threaded, multi-user, and robust SQL (Structured Query Language) database server. MySQL is open source software. It is provided by MySQL AB, a Swedish company owned and run by the MySQL founders and main developers. Since the core of the Magda-Manager for Grid-based Data is a MySQL database (the principal entities of Magda are implemented as MySQL tables), we wanted to install MySQL first to better understand its functionality and features. Requirements: MySQL needs at least Linux kernel versions 2.0 or higher. detail download Install and Configure MySQL Database tutorial here
Read more..

Advanced MySQL Optimization

Table of Contents on Advanced MySQL Optimization
 • A bit of Performance/Benchmarking theory
 • Application Architecture issues
• Schema design and query optimization
• Sever Settings Optimizations
• Storage Engine Optimizations
• Replication • Clustering
• Hardware and OS optimizations
 • Real world application problems
download complete tutorialAdvanced MySQL Optimization here
Read more..

Snort MySQL And Acid On FreeBSD 4 7 Release Setup

This document will help a user install FreeBS D 4.7 Release, Snort 1.9.0, MySQL 3.23.53, and ACID-0.9.6b21. It will also guide the user through the process of securing the machine and getting the snort sensor(s) to log to a central database over stunnel. The intention is to give users that are new to any of the software the opportunity to build an enterprise-class system based completely on free, open-source tools. Following the instructions in this document will get you the following:

 • Multiple FreeBSD boxes, one running the Windowmaker desktop. I chose Windowmaker because the intention of this tutorial is to create dedicated Snort machines. In other words Gnome and KDE are overkill for what we are doing here (and it looks nice). • Locked-down machines (C2 in 2002!). I tried to be responsible with the securing of these boxes, but this is not a definitive guide to securing FreeBSD; there are several links to those at the end.download here
Read more..