Linux-OS » 2009 » Octubre

Cisco Router and Switch Forensics

30 10 2009

Syngress (4-2009) | PDF | 504 pages | 1597494186 | 9.8Mb(rar)

Cisco Router and Switch Forensics: Investigating and Analyzing Malicious Network Activity /by Dale Liu (Technical Editor) .Cisco IOS (the software that runs the vast majority of Cisco routers and all Cisco network switches) is the dominant routing platform on the Internet and corporate networks. This widespread distribution, as well as its architectural deficiencies, makes it a valuable target for hackers looking to attack a corporate or private network infrastructure.

Lea el resto »



SQL Injection Attacks and Defense

30 10 2009

SQL injection represents one of the most dangerous and well-known, yet misunderstood, security vulnerabilities on the Internet, largely because there is no central repository of information to turn to for help. This is the only book devoted exclusively to this long-established but recently growing threat. It includes all the currently known information about these attacks and significant insight from its contributing team of SQL injection experts.

Lea el resto »



Algunos fondos de pantalla divertidos

30 10 2009

Es fin de semana, así que dejamos de lado la temática del sitio por unos momentos…

;-)

Lea el resto »



Python Pocket Reference

30 10 2009

This is the book to reach for when you’re coding on the fly and need an answer now. It’s an easy-to-use reference to the core language, with descriptions of commonly used modules and toolkits, and a guide to recent changes, new features, and upgraded built-ins — all updated to cover Python 3.x as well as version 2.6. You’ll also quickly find exactly what you need with the handy index. Written by Mark Lutz, who is widely recognized as today’s leading Python trainer, Python Pocket Reference, Fourth Edition, is the perfect companion to O’Reilly’s classic Python tutorials, Learning Python and Programming Python.

Lea el resto »



PHP for Absolute Beginners

30 10 2009

Get started in web development using PHP. Even if you’ve never programmed before, author Jason Lengstorf introduces you to PHP by building a PHP-based blogging site while covering all the good coding practices and skills that you’ll need when you start your own projects.

Lea el resto »



SQL The Complete Reference, 3rd Edition

30 10 2009

Get comprehensive coverage of every aspect of SQL from three leading industry experts. Revised with coverage of the latest RDBMS software versions, this one-stop guide explains how to build, populate, and administer high-performance databases and develop robust SQL-based applications.

Lea el resto »



MySQL, Second Edition

30 10 2009

Even if you’ve never used MySQL before, this Visual QuickStart Guide will have you up and running with the world’s most popular open source database application in no time. In this completely updated edition of our best-selling guide to MySQL, leading technology author Larry Ullman uses his trademark crystal-clear instructions and friendly prose to introduce you to everything that’s new in MySQL. Filled with step-by-step, task-based instructions and loads of visual aids, this book explains how to interact with MySQL using SQL, the language common to all databases. The interface examples show how to use MySQL’s own tools and how to use three popular programming languages (PHP, Perl, and Java). The book covers MySQL versions 3 and 4, as well as everything new in the eagerly anticipated version 5. Along the way, you’ll find extensive coverage of MySQL installation, administration, database design, as well as its use with various programming languages, database programming techniques, utilities, advanced MySQL and SQL, and more!

Lea el resto »



Creating your MySQL Database

30 10 2009

A short guide for everyone on how to structure your data and set-up your MySQL database tables efficiently and easily.

* How best to collect, name, group, and structure your data
* Design your data with future growth in mind
* Practical examples from initial ideas to final designs

* The quickest way to learn how to design good data structures for MySQL
* From the author of Mastering phpMyAdmin

Lea el resto »



VMware Cookbook: A Real-World Guide to Effective VMware Use

30 10 2009

If you want to gain insight into the real-world uses of VMware ESX and ESXi, this book provides scores of step-by-step solutions for working with these products in a wide range of network environments. You’ll not only learn the basics — how to pool resources from hardware servers, computer clusters, networks, and storage, and then distribute them among virtual machines — but also the stumbling blocks you’ll encounter when you monitor systems, troubleshoot problems, and deal with security. In addition to the recipes, VMware Cookbook includes background information to help you determine your virtualization needs. You’ll come to view VMware as part of the real environment, alongside operating systems, storage, and logical and physical network components.

* Follow best practices for installing VMware in your environment
* Discover how to secure and monitor your network
* Understand disk storage implementation and configuration
* Learn resource management using the distributed resource scheduler, shares, and resource pools
* Configure logical and physical networks
* Learn how to clone and migrate servers
* Gain valuable tips for configuration and fine-tuning

Lea el resto »



Lynda - XHTML Essential Training

30 10 2009

Lynda.com: XHTML Essential Training | ~300 MB

with: William E. Weinman

In the fast-paced world of Web development XHTML is becoming as important as HTML. Whether you are already familiar with HTML or just learning, whether you use an authoring system or write by hand, you need to know XHTML and how it works. XHTML Essential Training is designed to help you understand XHTML, why it is replacing HTML for many new applications, and how to make it work for you. More than just a tutorial, XHTML Essential Training covers the how and the why of XHTML documents, including document structure, block and inline level tags, floating images, controlling white space, phrase and font markup, and much more! From setting up a simpleWeb page to adding Cascading Style Sheets and JavaScript rollovers, XHTML Essential Training gives you the skills you need to take control of your Web pages.

Links para descargar:

Lea el resto »



Lynda.com: PHP with MySQL Essential Training

30 10 2009

Links para descargar:

Lea el resto »



Tips de Google - Buscar música, videos o archivos

23 10 2009

Solo tienen que entrar en Google y en el cuadro de búsquedas poner este código

-inurl:(htm|html|php) intitle:”index of” +”last modified” +”parent directory” +description +size +(wma|mp3|ogg) “xxxx″

Nota: reemplazar las xxxx por el nombre de la canción, artista o álbum que queráis buscar , y si queréis buscar algun tipo de archivo por ejemplo .avi, .mpeg, .wmv, .mov solo tenéis que remplazar donde pone esto (wma|mp3|ogg) por esto (avi|mpeg|wmv|mov), cambiar las xxxx por el nombre del archivo y en los resultados de búsqueda os saldrán páginas de este estilo.

:wq!



Aunque No Estas - Alejandro Filio

20 10 2009

Desperté y el silencio supo a ti
y al abrir la ventana supe más
supe que la mañana se podía recortar
para enviarla en un sobre a donde sueles despertar
qué maneras extrañas tengo para recordar.

Lea el resto »



Terrible accidente con F1…

20 10 2009



Como configurar el idioma en Apache

20 10 2009

Para lograr que se vean correctamente los caracteres con acentos o las “ñ” debes crear en el directorio de tu pagina un archivo .htaccess con lo siguiente:

AddCharset UTF-8 .html

el .html es la extencion de los archivos

ademas en los archivos (.html o php) antes de la cabecera agregas:

“< " html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es"/>”

Nota: quitar las ” anteriores al tag html

:wq!