Filter By
- Book
- Qty in Cart
- Quantity
- Price
- Subtotal
-
Mastering Ubuntu Server - Fourth Edition: Explore the versatile, powerful Linux Server distribution Ubuntu 22.04 with this comprehensive guide by Jay LaCroix 9781803234243
Booksplease Price: £41.99Your one-stop resource to learn, configure and use Ubuntu 22.04 for your day-to-day operations and deployments. Purchase of the print or Kindle book includes a free eBook in PDF format. Key Features Get well-versed with newly added features in... -
The Linux Programming Interface by Michael Kerrisk
RRP: £94.99Booksplease Price: £56.18The Linux Programming Interface (TLPI) is the definitive guide to the Linux and UNIX programming interface the interface employed by nearly every application that runs on a Linux or UNIX system. In this authoritative work, Linux programming expert... -
How Linux Works, 3rd Edition by Brian Ward
RRP: £44.99Booksplease Price: £28.30In this third edition of the best selling How Linux Works, author Brian Ward peels back the layers of this well-loved operating system to make Linux internals accessible. Readers learn how Linux boots, how the kernel manages devices and device drivers,... -
The awk Programming Language by Alfred Aho
RRP: £31.99Booksplease Price: £23.98Awk was developed in 1977 at Bell Labs, and it's still a remarkably useful tool for solving a wide variety of problems quickly and efficiently. In this update of the classic Awk book, the creators of the language show you what Awk can do and teach you... -
Systems Performance by Brendan Gregg
RRP: £47.99Booksplease Price: £37.87Systems Performance, Second Edition, covers concepts, strategy, tools, and tuning for operating systems and applications, using Linux-based operating systems as the primary example. A deep understanding of these tools and techniques is critical for... -
The Cathedral & the Bazaar - Musings on Linux & Open Source by an Accidental Revolutionary Rev Eric Raymond 9780596001087
RRP: £19.99Booksplease Price: £13.74Open source provides the competitive advantage in the Internet Age. According to the August Forrester Report, 56 percent of IT managers interviewed at Global 2,500 companies are already using some type of open source software in their infrastructure... -
sed and awk by Dale Dougherty 9781565922259
RRP: £39.99Booksplease Price: £27.64sed & awk describes two text processing programs that are mainstays of the UNIX programmer's toolbox. sed is a "stream editor" for editing streams of text that might be too large to edit as a single file, or that might be generated on the fly as part of... -
Design of the UNIX Operating System: United States Edition by Maurice J. Bach
RRP: £63.49Booksplease Price: £57.71In this timely new book, Maurice J. Bach traces the popularity of the UNIX system throughout the computer industry. The author describes the internal algorithms and structures that form the basis of the operating system (the kernel) and their... -
The Art of UNIX Programming by Eric S. Raymond
RRP: £40.49Booksplease Price: £30.63The Art of UNIX Programming poses the belief that understanding the unwritten UNIX engineering tradition and mastering its design patterns will help programmers of all stripes to become better programmers. This book attempts to capture the engineering... -
Understanding the Linux Kernel 3e Daniel P Bovet 9780596005658
RRP: £55.99Booksplease Price: £37.24In order to thoroughly understand what makes Linux tick and why it works so well on a wide variety of systems, you need to delve deep into the heart of the kernel. The kernel handles all interactions between the CPU and the external world, and determines... -
Unix Power Tools 3e Shelly Powers 9780596003302
RRP: £59.99Booksplease Price: £41.57With the growing popularity of Linux and the advent of Darwin, Unix has metamorphosed into something new and exciting. No longer perceived as a difficult operating system, more and more users are discovering the advantages of Unix for the first time. But... -
Bash Pocket Reference 2e Arnold Robbins 9781491941591
RRP: £19.99Booksplease Price: £13.60It's simple: if you want to interact deeply with Mac OS X, Linux, and other Unix-like systems, you need to know how to work with the Bash shell. This concise little book puts all of the essential information about Bash right at your fingertips. You'll... -
Classic Shell Scripting by Arnold Robbins 9780596005955
RRP: £39.99Booksplease Price: £26.54Shell scripting skills never go out of style. It's the shell that unlocks the real potential of Unix. Shell scripting is essential for Unix users and system administrators-a way to quickly harness and customize the full power of any Unix system. With... -
Practical C Programming by Steve Oualline 9781565923065
RRP: £35.99Booksplease Price: £25.07There are lots of introductory C books, but this is the first one that has the no-nonsense, practical approach that has made Nutshell Handbooks(r) famous. C programming is more than just getting the syntax right. Style and debugging also play a... -
grep Pocket Reference by John Bambenek
RRP: £19.99Booksplease Price: £13.50"Grep Pocket Reference" is the first guide devoted to grep, the powerful utility program that helps you locate content in any file on a Unix or Linux system. Several applications use grep, from mail filtering and system log management to malware analysis... -
Learning the vi and Vim Editors: Power and Agility Beyond Just Text Editing Arnold Robbins 9781492078807
RRP: £52.99Booksplease Price: £35.65Among the text editors being used in the programming community, perhaps the most important family is vi and its derivatives. With this updated edition, Unix and Linux users will learn text editing basics for both vi and Vim ("vi improved") before moving... -
sed & awk Pocket Reference by Arnold Robbins
RRP: £15.99Booksplease Price: £11.06This is a reference guide to the information presented in the larger volumes. It presents a concise summary of regular expressions and pattern matching, and summaries of Sed and Awk. This edition has expanded coverage of Gawk (GNU Awk), and includes... -
Exploring Expect Don Libes 9781565920903
RRP: £31.99Booksplease Price: £22.51Written by the author of Expect, this book explains how this part of the UNIX toolbox can be used to automate TelNet, FTP, PASSWD, RLOGIN and other interactive applications. Based on TCL (tool control language), Expect lets the user automate interactive... -
Linux in a Nutshell: A Desktop Quick Reference Ellen Siever 9780596154486
RRP: £51.99Booksplease Price: £35.81Everything 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... -
Learning GNU Emacs 3e Debra Cameron 9780596006488
RRP: £35.99Booksplease Price: £25.07GNU Emacs is the most popular and widespread of the Emacs family of editors. It is also the most powerful and flexible. Unlike all other text editors, GNU Emacs is a complete working environment--you can stay within Emacs all day without leaving... -
bash Idioms: Write Powerful, Flexible, Readable Shell Scripts Carl Albing 9781492094753
RRP: £47.99Booksplease Price: £31.47Shell scripts are everywhere, especially those written in bash compatible syntax, and it's extremely useful to be able to understand and write them, but they can be complex and obscure. Complexity is the enemy of security, but it's also the enemy of... -
Programming in C by Stephen G. Kochan
RRP: £36.99Booksplease Price: £27.72Programming in C will teach you how to write programs in the C programming language. Whether you're a novice or experienced programmer, this book will provide you with a clear understanding of this language, which is the foundation for many... -
SSH, the Secure Shell: The Definitive Guide by Daniel Barrett 9780596008956
RRP: £35.99Booksplease Price: £25.57Are you serious about network security? Then check out SSH, the Secure Shell, which provides key-based authentication and transparent encryption for your network connections. It's reliable, robust, and reasonably easy to use, and both free and commercial... -
LPI Linux Essentials Study Guide: Exam 010 v1.6 Christine Bresnahan 9781119657699
RRP: £37.99Booksplease Price: £27.43Provides a solid foundation for those considering a career in IT--covers the objectives of the new Linux Essentials Exam 010-160 v1.6 Linux is a secure, reliable, open source alternative to costly operating systems such as Microsoft Windows. As large... -
bash Cookbook 2e by Carl Albing 9781491975336
RRP: £47.99Booksplease Price: £32.69For system administrators, programmers, and end users, shell command or carefully crafted shell script can save you time and effort, or facilitate consistency and repeatability for a variety of common tasks. This cookbook provides more than 300 practical... -
Linus iptables Pocket Reference Gregor N Purdy 9780596005696
RRP: £7.99Booksplease Price: £5.81Firewalls, 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... -
Managing Projects with GNU Make 3e Robert Mecklenburg 9780596006105
RRP: £35.99Booksplease Price: £24.64The utility simply known as make is one of the most enduring features of both Unix and other operating systems. First invented in the 1970s, make still turns up to this day as the central engine in most programming projects; it even builds the Linux... -
Linux Cookbook: Essential Skills for Linux Users and System & Network Administrators by Carla Schroder 9781492087168
RRP: £52.99Booksplease Price: £34.53This handy cookbook teaches new-to-intermediate Linux users the essential skills necessary to manage a Linux system, using both graphical and command-line tools. Whether you run Linux in embedded, desktop, server, or cloud or virtual environments, the... -
Pthreads Programming: Using POSIX Threads Bradford Nichols 9781565921153
RRP: £31.99Booksplease Price: £22.21Computers are just as busy as the rest of us nowadays. They have lots of tasks to do at once, and need some cleverness to get them all done at the same time. That's why threads are seen more and more often as a new model for programming. Threads have... -
UNIX For Dummies John R. Levine (Trumansburg, NY, author) 9780764541476
RRP: £21.99Booksplease Price: £15.76Manage files, set up networks, and go online with UNIX!UNIX For Dummies has been the standard for beginning UNIX references for nearly ten years, and this latest edition continues that tradition of success. This unparalled resource is updated to cover... -
Unix in Easy Steps by Mike McGrath 9781840786224
RRP: £10.99Booksplease Price: £7.63Unix in easy steps demonstrates how to get the most from any Unix-based operating system using the built-in BASH shell interpreter - the "Bourne Again SHell" (BASH). This is the default shell for Linux distributions (such as Ubuntu), Mac OS X, Solaris,... -
Understanding Linux Network Internals Christian Benvenuti 9780596002558
RRP: £47.99Booksplease Price: £34.97If you've ever wondered how Linux carries out the complicated tasks assigned to it by the IP protocols -- or if you just want to learn about modern networking through real-life examples -- Understanding Linux Network Internals is for you. Like the... -
SELinux Bill Mccarty 9780596007164
RRP: £31.99Booksplease Price: £22.21The intensive search for a more secure operating system has often left everyday, production computers far behind their experimental, research cousins. Now SELinux (Security Enhanced Linux) dramatically changes this. This best-known and most respected... -
UNIX in a Nutshell Arnold Robbins 9780596100292
RRP: £35.99Booksplease Price: £25.57As an open operating system, Unix can be improved on by anyone and everyone: individuals, companies, universities, and more. As a result, the very nature of Unix has been altered over the years by numerous extensions formulated in an assortment of... -
Effective AWK Programming, 4e Arnold Robbins 9781491904619
RRP: £35.99Booksplease Price: £25.07When processing text files, the awk language is ideal for handling data extraction, reporting, and data-reformatting jobs. This practical guide serves as both a reference and tutorial for POSIX-standard awk and for the GNU implementation, called gawk... -
RTF Pocket Guide Sean Burke 9780596004750
RRP: £7.99Booksplease Price: £5.81Rich Text Format, or RTF, is the internal markup language used by Microsoft Word and understood by dozens of other word processors. RTF is a universal file format that pervades practically every desktop. Because RTF is text, it's much easier to generate... -
Mastering Ubuntu Server - Third Edition: Conquer the art of deploying, configuring, managing, and troubleshooting Ubuntu Server by Jay LaCroix
RRP: £62.99Booksplease Price: £59.10This is the third edition of the bestselling one-stop resource for sysadmins and DevOps professionals to learn, configure and use Ubuntu 20.04 for their day-to-day operations and deployments.Key FeaturesA hands-on book that will teach you how to deploy,... -
Flex & Bison [With Access Code] John Levine 9780596155971
RRP: £23.99Booksplease Price: £16.24If you need to parse or process text data in Linux or Unix, this classic book explains how to use flex and bison to solve your problems quickly - whether you're interpreting code, configuration files, or any other structured format. "Flex and Bison" is... -
In the Beginning...Was the Command Line by Neal Stephenson 9780380815937
Booksplease Price: £9.65Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9780380815937Author Neal StephensonFormat PaperbackPage Count 151Imprint Avon BooksPublisher HarperCollins Publishers IncWeight(grams) 249g -
Wicked Cool Shell Scripts, 2nd Edition by Brandon Perry
RRP: £32.99Booksplease Price: £20.89Shell scripts are an efficient way to interact with your machine and manage your files and system operations. With just a few lines of code, your computer will do exactly what you want it to do. But you can also use shell scripts for many other essential...