Phpbb

Phpbb

Author: Jeremy Rogers

Publisher: Packt Publishing Ltd

Published: 2006-02-10

Total Pages: 256

ISBN-13: 184719074X

DOWNLOAD EBOOK

Set up and run your own discussion forum.


Building Online Communities with Drupal, phpBB, and WordPress

Building Online Communities with Drupal, phpBB, and WordPress

Author: Robert T. Douglass

Publisher: Apress

Published: 2006-11-22

Total Pages: 542

ISBN-13: 1430201061

DOWNLOAD EBOOK

* Content management, blogging, and online forums are among the most significant online trends today, and Drupal, phpBB, and WordPress are three of the most popular open source applications facilitating these tasks. * The authors have played active roles in project development and community support (Mike Little is actually a Wordpress project co-founder). * Drupal, phpBB, and WordPress are based on the PHP language and MySQL database server, ensuring the widest possible audience.


The Debian Administrator's Handbook, Debian Jessie from Discovery to Mastery

The Debian Administrator's Handbook, Debian Jessie from Discovery to Mastery

Author: Raphaël Hertzog

Publisher: Lulu.com

Published: 2015-10-21

Total Pages: 514

ISBN-13:

DOWNLOAD EBOOK

Debian GNU/Linux, a very popular non-commercial Linux distribution, is known for its reliability and richness. Built and maintained by an impressive network of thousands of developers throughout the world, the Debian project is cemented by its social contract. This foundation text defines the project's objective: fulfilling the needs of users with a 100% free operating system. The success of Debian and of its ecosystem of derivative distributions (with Ubuntu at the forefront) means that an increasing number of administrators are exposed to Debian's technologies. This Debian Administrator's Handbook, which has been entirely updated for Debian 8 “Jessie”, builds on the success of its 6 previous editions. Accessible to all, this book teaches the essentials to anyone who wants to become an effective and independent Debian GNU/Linux administrator. It covers all the topics that a competent Linux administrator should master, from installation to updating the system, creating packages and compiling the kernel, but also monitoring, backup and migration, without forgetting advanced topics such as setting up SELinux or AppArmor to secure services, automated installations, or virtualization with Xen, KVM or LXC. This book is not only designed for professional system administrators. Anyone who uses Debian or Ubuntu on their own computer is de facto an administrator and will find tremendous value in knowing more about how their system works. Being able to understand and resolve problems will save you invaluable time. Learn more about the book on its official website: debian-handbook.info


Mastering PhpBB Administration

Mastering PhpBB Administration

Author: Mark Hamill

Publisher:

Published: 2020-05-05

Total Pages: 347

ISBN-13:

DOWNLOAD EBOOK

This is the first book of its kind: a guide for administrators of phpBB bulletin boards. phpBB is the #1 forum solution for the web, free and open source, allowing users to create communities online. phpBB is used all over the web and drives some huge sites that contain millions of posts. The author, Mark D. Hamill, has been helping phpBB board administrators since 2006 and has helped more than four hundred clients. In this book he shares his deep knowledge of phpBB to allow phpBB administrators and those considering phpBB to effectively set up and administer a phpBB board. Chapters include installing phpBB correctly, basic and advanced configuration, marketing your board (including search engine optimization strategies), handling administrative chores, troubleshooting technical issues, rehosting your board and how to update and upgrade your board the best way. This book covers phpBB through version 3.3 Proteus. Learn how to install and configure styles, add extensions and solve nettlesome forum permission issues. Any phpBB board administrator will want this book on their shelf ... or on their eBook reader.Chapters1. What is phpBB?2. Why phpBB?3. Using phpBB: the basics4. Installing phpBB5. Basis phpBB configuration6. Advanced phpBB configuration7. Growing your board8. Administrative chores9. Handling versioning10. Troubleshooting11. The future of phpBBAppendicesA. phpBB and Web HostingB. Setting up and using File Transfer Protocol (FTP)C. Creating a custom styleD. Converting to phpBB from other forum solutionsE. Rehosting


The Debian Administrator's Handbook, Debian Wheezy from Discovery to Mastery

The Debian Administrator's Handbook, Debian Wheezy from Discovery to Mastery

Author: Raphaël Hertzog

Publisher: Lulu.com

Published: 2014-06-18

Total Pages: 499

ISBN-13:

DOWNLOAD EBOOK

Accessible to all, this book teaches the essentials to anyone who wants to become an effective and independent Debian GNU/Linux administrator. It covers all the topics that a competent Linux administrator should master, from the installation and the update of the system, up to the creation of packages and the compilation of the kernel, but also monitoring, backup and migration, without forgetting advanced topics like SELinux setup to secure services, automated installations, or virtualization with Xen, KVM or LXC. Learn more about the book on http: //debian-handbook.info


Mastering Chess Logic

Mastering Chess Logic

Author: Joshua Sheng

Publisher: Everyman Chess

Published:

Total Pages: 644

ISBN-13: 1781946299

DOWNLOAD EBOOK

What exactly makes the greatest players of all time, such as Magnus Carlsen, Bobby Fischer, and Garry Kasparov stand out from the rest? The basic aspects of chess (calculation, study of opening theory, and technical endgame ability) are of course of great importance. However, the more mysterious part of chess ability lies within the thought process. In particular: • How does one evaluate certain moves to be better than others? • How does one improve their feel of the game? This book will tackle this woefully underexplored aspect of chess: the logic behind the game. It will explain how chess works at a fundamental level. Topics include: • What to think about when evaluating a position. • How to formulate and execute plans. • How to generate and make use of the initiative. The reader also has plenty of opportunities to test their decision-making by attempting 270 practical exercises. These are mostly designed to develop understanding, as the justification of the moves is more important than the actual correct answer.


Mastering Symfony

Mastering Symfony

Author: Sohail Salehi

Publisher: Packt Publishing Ltd

Published: 2016-04-26

Total Pages: 290

ISBN-13: 1784394262

DOWNLOAD EBOOK

Orchestrate the designing, development, testing, and deployment of web applications with Symfony About This Book Create a robust and reliable Symfony development pipeline using Amazon's cloud platform Cut development and maintenance costs by defining crystal clear features and possible scenarios for each feature before implementation Follow detailed examples provided in each chapter to create a task management application Who This Book Is For If you are a PHP developer with some experience in Symfony and are looking to master the framework and use it to its full potential, then this book is for you. Though experience with PHP, object-oriented techniques, and Symfony basics is assumed, this book will give you a crash course on the basics and then proceed to more advanced topics. What You Will Learn Install and configure Symfony and required third-party bundles to develop a task management application Set up a continuous integration server to orchestrate automatic builds every time you add a new feature to your project Reduce maintenance costs dramatically using Behaviour Driven Development (BDD) Create a slick user interface using the Bootstrap framework Design robust business logic using Doctrine Build a comprehensive dashboard and secure your project using the Sonata project Improve performance using Redis, Memcache, and Varnish Create customized Symfony commands and add them to your console In Detail In this book, you will learn some lesser known aspects of development with Symfony, and you will see how to use Symfony as a framework to create reliable and effective applications. You might have developed some impressive PHP libraries in other projects, but what is the point when your library is tied to one particular project? With Symfony, you can turn your code into a service and reuse it in other projects. This book starts with Symfony concepts such as bundles, routing, twig, doctrine, and more, taking you through the request/response life cycle. You will then proceed to set up development, test, and deployment environments in AWS. Then you will create reliable projects using Behat and Mink, and design business logic, cover authentication, and authorization steps in a security checking process. You will be walked through concepts such as DependencyInjection, service containers, and services, and go through steps to create customized commands for Symfony's console. Finally, the book covers performance optimization and the use of Varnish and Memcached in our project, and you are treated with the creation of database agnostic bundles and best practices. Style and approach A step-by-step guide to mastering Symfony while developing a task management application. Each chapter comes with detailed examples.


The Web Application Hacker's Handbook

The Web Application Hacker's Handbook

Author: Dafydd Stuttard

Publisher: John Wiley & Sons

Published: 2011-03-16

Total Pages: 770

ISBN-13: 1118079612

DOWNLOAD EBOOK

This book is a practical guide to discovering and exploiting security flaws in web applications. The authors explain each category of vulnerability using real-world examples, screen shots and code extracts. The book is extremely practical in focus, and describes in detail the steps involved in detecting and exploiting each kind of security weakness found within a variety of applications such as online banking, e-commerce and other web applications. The topics covered include bypassing login mechanisms, injecting code, exploiting logic flaws and compromising other users. Because every web application is different, attacking them entails bringing to bear various general principles, techniques and experience in an imaginative way. The most successful hackers go beyond this, and find ways to automate their bespoke attacks. This handbook describes a proven methodology that combines the virtues of human intelligence and computerized brute force, often with devastating results. The authors are professional penetration testers who have been involved in web application security for nearly a decade. They have presented training courses at the Black Hat security conferences throughout the world. Under the alias "PortSwigger", Dafydd developed the popular Burp Suite of web application hack tools.


Modern PHP

Modern PHP

Author: Josh Lockhart

Publisher: "O'Reilly Media, Inc."

Published: 2015-02-16

Total Pages: 251

ISBN-13: 1491904992

DOWNLOAD EBOOK

PHP is experiencing a renaissance, though it may be difficult to tell with all of the outdated PHP tutorials online. With this practical guide, you’ll learn how PHP has become a full-featured, mature language with object-orientation, namespaces, and a growing collection of reusable component libraries. Author Josh Lockhart—creator of PHP The Right Way, a popular initiative to encourage PHP best practices—reveals these new language features in action. You’ll learn best practices for application architecture and planning, databases, security, testing, debugging, and deployment. If you have a basic understanding of PHP and want to bolster your skills, this is your book. Learn modern PHP features, such as namespaces, traits, generators, and closures Discover how to find, use, and create PHP components Follow best practices for application security, working with databases, errors and exceptions, and more Learn tools and techniques for deploying, tuning, testing, and profiling your PHP applications Explore Facebook’s HVVM and Hack language implementations—and how they affect modern PHP Build a local development environment that closely matches your production server


Ignited

Ignited

Author: Mark Waid

Publisher: Humanoids, Inc.

Published: 2021-02-17

Total Pages: 22

ISBN-13: 1643377183

DOWNLOAD EBOOK

The lives of six teenagers are changed forever when tragic chaos ensues in their high school. Now the power to restore order is literally in their hands.