Products related to Reference:
-
Linux Iptables Pocket Reference
Firewalls, Network Address Translation (NAT), and network logging and accounting are all provided by Linux's Netfilter system, also known by the name of the command used to administer it, iptables.The iptables interface is the most sophisticated ever offered on Linux and makes Linux an extremely flexible system for any kind of network filtering you might do.Large sets of filtering rules can be grouped in ways that makes it easy to test them and turn them on and off.Do you watch for all types of ICMP traffic--some of them quite dangerous?Can you take advantage of stateful filtering to simplify the management of TCP connections?Would you like to track how much traffic of various types you get?This pocket reference will help you at those critical moments when someone asks you to open or close a port in a hurry, either to enable some important traffic or to block an attack.The book will keep the subtle syntax straight and help you remember all the values you have to enter in order to be as secure as possible.The listings of all iptables options are divided into those suitable for firewalling, accounting, and NAT.
Price: 7.99 £ | Shipping*: 3.99 £ -
Linux in a Nutshell : A Desktop Quick Reference
Everything you need to know about Linux is in this book.Written by Stephen Figgins, Ellen Siever, Robert Love, and Arnold Robbins -- people with years of active participation in the Linux community -- Linux in a Nutshell, Sixth Edition, thoroughly covers programming tools, system and network administration tools, the shell, editors, and LILO and GRUB boot loaders.This updated edition offers a tighter focus on Linux system essentials, as well as more coverage of new capabilities such as virtualization, wireless network management, and revision control with git.It also highlights the most important options for using the vast number of Linux commands.You'll find many helpful new tips and techniques in this reference, whether you're new to this operating system or have been using it for years. * Get the Linux commands for system administration and network management * Use hundreds of the most important shell commands available on Linux * Understand the Bash shell command-line interpreter * Search and process text with regular expressions * Manage your servers via virtualization with Xen and VMware * Use the Emacs text editor and development environment, as well as the vi, ex, and vim text-manipulation tools * Process text files with the sed editor and the gawk programming language * Manage source code with Subversion and git
Price: 51.99 £ | Shipping*: 0.00 £ -
Learning eBPF : Programming the Linux Kernel for Enhanced Observability, Networking, and Security
What is eBPF? With this revolutionary technology, you can write custom code that dynamically changes the way the kernel behaves.It's an extraordinary platform for building a whole new generation of security, observability, and networking tools. This practical book is ideal for developers, system administrators, operators, and students who are curious about eBPF and want to know how it works.Author Liz Rice, chief open source officer with cloud native networking and security specialists Isovalent, also provides a foundation for those who want to explore writing eBPF programs themselves. With this book, you will:Learn why eBPF has become so important in the past couple of yearsWrite basic eBPF code, and manipulate eBPF programs and attach them to eventsExplore how eBPF components interact with Linux to dynamically change the operating system's behaviorLearn how tools based on eBPF can instrument applications without changes to the apps or their configurationDiscover how this technology enables new tools for observability, security, and networking
Price: 44.99 £ | Shipping*: 0.00 £ -
Python Pocket Reference
Updated for both Python 3.4 and 2.7, this convenient pocket guide is the perfect on-the-job quick reference.You'll find concise, need-to-know information on Python types and statements, special method names, built-in functions and exceptions, commonly used standard library modules, and other prominent Python tools.The handy index lets you pinpoint exactly what you need.Written by Mark Lutz - widely recognized as the world's leading Python trainer - Python Pocket Reference is an ideal companion to O'Reilly's classic Python tutorials, Learning Python and Programming Python, also written by Mark.This fifth edition covers: Built-in object types, including numbers, lists, dictionaries, and more Statements and syntax for creating and processing objects Functions and modules for structuring and reusing code Python's object-oriented programming tools Built-in functions, exceptions, and attributes Special operator overloading methods Widely used standard library modules and extensions Command-line options and development tools Python idioms and hints The Python SQL Database API
Price: 19.99 £ | Shipping*: 3.99 £
-
Is there no reference point to the transgender community?
Yes, there is a reference point to the transgender community. The transgender community consists of individuals whose gender identity differs from the sex they were assigned at birth. They have their own unique experiences, challenges, and perspectives that shape their identities. It is important to respect and acknowledge the diversity within the transgender community and to listen to their voices and experiences to better understand and support them.
-
Is there no point of reference to the transgender community?
There is a point of reference to the transgender community, as they are a recognized and valid part of society. The transgender community consists of individuals whose gender identity differs from the sex they were assigned at birth. It is important to acknowledge and respect the experiences and identities of transgender individuals in order to promote inclusivity and understanding.
-
Which distro do you use, Linux users?
As an AI, I do not have personal preferences or the ability to use operating systems. However, Linux users often choose their distribution based on their specific needs and preferences. Some popular distributions include Ubuntu for its user-friendly interface, Fedora for its focus on the latest technologies, and Debian for its stability and reliability. Ultimately, the choice of distribution depends on the user's requirements and level of expertise.
-
What is a relative reference and what is an absolute reference?
A relative reference in a spreadsheet is a cell reference that changes based on its position relative to the cell being copied or filled. For example, if you copy a formula with a relative reference one cell to the right, the reference will adjust to reflect the new position. On the other hand, an absolute reference is a cell reference that remains constant, regardless of where the formula is copied or filled. This is denoted by adding a dollar sign ($) before the column letter and/or row number in the cell reference.
Similar search terms for Reference:
-
HTML5 Pocket Reference
Need help finding the right HTML5 element or attribute for your web page or application?HTML5 Pocket Reference is the classic reference that web designers and developers have been keeping close at hand for more than thirteen years.This fifth edition has been updated to reflect the current state of HTML5, including the HTML5 Candidate Recommendation, the emerging HTML5.1 Working Draft, and the living WHATWG standard.Features include: An alphabetical listing of every element and attribute in HTML5, HTML5.1, and the WHATWG living standard Descriptions, markup examples, content categories, content models, and start- and end-tag requirements for every element At-a-glance notes indicating the differences between the HTML5 specifications and HTML 4.01 Useful charts of special characters An overview of HTML5 APIs If you're an experienced web designer or developer who needs a quick resource for working with established web standards, this handy book is indispensable.
Price: 19.99 £ | Shipping*: 3.99 £ -
ESV Reference Bible
The ESV Reference Bible’s balance of helpful reference features and convenient size make it an ideal Bible for everyday use—at home, at church, at school, and on the road.
Price: 36.99 £ | Shipping*: 0.00 £ -
Sony Chart,Reference
Sony Chart,Reference
Price: 30.47 £ | Shipping*: 0.00 £ -
C Pocket Reference
C is one of the oldest programming languages and still one of the most widely used.Whether you're an experienced C programmer or you're new to the language, you know how frustrating it can be to hunt through hundreds of pages in your reference books to find that bit of information on a certain function, type or other syntax element. Or even worse, you may not have your books with you.Your answer is the C Pocket Reference. Concise and easy to use, this handy pocket guide to C is a must-have quick reference for any C programmer.It's the only C reference that fits in your pocket and is an excellent companion to O'Reilly's other C books.It can be used as an introduction for beginners and a quick reference for advanced programmers, the C Pocket Reference consists of two parts: a compact description of the C language and a thematically structured reference to the standard library.The representation of the language is based on the ANSI standard and includes extensions introduced in 1999.An index is included to help you quickly find information the information you need. The book covers the following: C language fundamentals; data types; expressions and operators; C statements; declarations; functions; preprocessor directives; and the standard library.
Price: 19.99 £ | Shipping*: 3.99 £
-
'File reference XY actor'
"File reference XY actor" could refer to a specific document or record related to an actor with the initials XY. This file may contain information such as the actor's personal details, professional history, contracts, or any other relevant information. It is important to review the contents of the file to understand its significance and how it relates to the actor in question.
-
What is a reference?
A reference is a citation or mention of a source of information used to support a statement, argument, or claim. It provides the reader with the necessary details to locate the original source material. References are commonly used in academic writing, research papers, and other forms of scholarly work to give credit to the original authors and to allow readers to verify the information presented.
-
What is reference 14?
Reference 14 is a citation or source that is being referred to in a particular context. It could be a book, article, website, or any other type of source that provides information or evidence to support a claim or statement. In academic writing, references are typically listed in a bibliography or reference list at the end of a paper to give credit to the original sources and allow readers to locate the information for themselves.
-
Is the reference valid?
To determine if a reference is valid, it is important to consider the credibility of the source, the accuracy of the information, and the relevance to the topic. Valid references come from reputable sources such as peer-reviewed journals, academic books, and credible websites. It is also important to ensure that the information is current and supports the argument or topic being discussed. By critically evaluating these factors, one can determine if a reference is valid for their research or discussion.
* All prices are inclusive of VAT and, if applicable, plus shipping costs. The offer information is based on the details provided by the respective shop and is updated through automated processes. Real-time updates do not occur, so deviations can occur in individual cases.