HTML5: The Missing Manual: 
HTML5 is more than a markup language—it’s a dozen independent web standards all rolled into one. Until now, all it’s been missing is a manual. With this thorough, jargon-free guide, you’ll learn how to build web apps that include video tools, dynamic drawings, geolocation, offline web apps, drag-and-drop, and many other features. HTML5 is the future of the Web, and with this book you’ll reach it quickly.
Category: publishers
-
O’Reilly Media book: HTML5: The Missing Manual
-
O’Reilly Media book: Windows 8.1: Out of the Box
http://shop.oreilly.com/product/0636920032533.do:

Get a real feel for Windows 8.1 with a wealth of tips in this step-by-step guide. After using Windows 7 or XP, learning Microsoft’s latest operating system takes some adjustment. Never fear. Windows expert Mike Halsey starts with the basics and then takes you through the trickier parts of Microsoft’s latest operating system.
-
No Starch Press book: Perl One-Liners
http://shop.oreilly.com/product/9781593275204.do:

Perl One-Liners showcases 130 short and compelling lines of code that do all sorts of handy, geeky things. …Not too bad.
-
O’Reilly Media book: Linux Server Hacks, Volume One
- http://shop.oreilly.com/product/9780596004613.do
- https://www.safaribooksonline.com/library/view/linux-server-hacks/0596004613/
It’s not officially called “Volume One”, but since there also appeared a “Volume Two”, it seems to make sense to call this one “Volume One”, right?
The recipes, you can find here, are also applicable generally in the Unix world.
- chapter 6: SSH – really, really, really valuable
- chapter 6, hack# 69: “Running the ssh-Agent in a …” – this recipe is not at all restricted to a GUI environment – you can also apply this recipe, if you log on to one server multiple times in parallel and want to be able to make use of the same agent process
- https://www.safaribooksonline.com/library/view/linux-server-hacks/0596004613/ch06s05.html – Hack #69. Running the ssh-Agent in a GUI
- https://resources.oreilly.com/examples/9780596004613 → LSHcode.tgz → LinuxServerHacks-code/ch06/profile
- https://en.wikipedia.org/wiki/ssh-agent
This is roughly how you start the ssh-agent, and how your add private keys:
$ ssh-agent … $ ssh-add …
See also:
-
No Starch Press book: Book of GIMP
Whether you’re just getting started with GIMP or working to master GIMP’s more complex features, you’ll find the answers you’re looking for in The Book of GIMP. -
O’Reilly Media book: RT Essentials (RT AKA “Request Tracker”)

- http://shop.oreilly.com/product/9780596006686.do
- http://en.wikipedia.org/wiki/Request_Tracker
- http://wiki.bestpractical.com
Roles:- http://requesttracker.wikia.com/wiki/Requestor (also spelt Requester in the context of this software) : The “Requester” of a Ticket is the person (or persons) that are waiting for the resolution of the issue. Not receiving Comments.
- http://requesttracker.wikia.com/wiki/CC : is like the Requestor in that they receive Correspondence but not Comments; might be a person outside the company.
- http://requesttracker.wikia.com/wiki/AdminCC : could be used for a manager, receives both Comment and Correspondence.
- http://requesttracker.wikia.com/wiki/Watcher : superset term for Requestors, Ccs and AdminCcs.
- http://requesttracker.wikia.com/wiki/Owner : responsible for making sure the issue addressed in the ticket is resolved
Correspondence vs. Comments:- you can (if you may …) Reply to a ticket
- you can (if you may …) Comment on a ticket – see above, which roles do not get notified!
… -
O’Reilly Media book: MongoDB: The Definitive Guide
MongoDB: The Definitive Guide:

How does MongoDB help you manage a huMONGOus amount of data collected through your web application? With this updated edition, you’ll learn the many advantages of using document-oriented databases, and discover why MongoDB is a reliable, high-performance system that allows for almost infinite horizontal scalability. -
O’Reilly Media book: Graph Databases

Graph Databases provides a practical foundation for those wanting to understand how to apply graph databases to real-world business solutions. Readers will learn where graph database are applicable, why they are useful, and how to design and implement solutions that use them. Against the background of an introduction to the graph database space in general, this book focuses on the practical application of graph databases, with many data model, query and code examples implemented using the Neo4j graph database.