80 Results for : directories
-
He Said/She Said: A Novel , Hörbuch, Digital, ungekürzt, 815min
In the summer of 1999, Kit and Laura travel to a festival in Cornwall to see a total eclipse of the sun. Kit is an eclipse chaser; Laura has never seen one before. Young and in love, they are certain this will be the first of many they'll share. But in the hushed moments after the shadow passes, Laura interrupts a man and a woman. She knows that she saw something terrible. The man denies it. It is her word against his. The victim seems grateful. Months later she turns up on their doorstep like a lonely stray. But as her gratitude takes a twisted turn, Laura begins to wonder - did she trust the wrong person? Fifteen years later, Kit and Laura married are living under new names and completely off the digital grid: no Facebook, only rudimentary cell phones, not in any directories. But as the truth catches up to them, they realize they can no longer keep the past in the past. From Erin Kelly, queen of the killer twist, He Said/She Said is a gripping tale of the lies we tell to save ourselves, the truths we cannot admit, and how far we will go to make others believe our side of the story. ungekürzt. Language: English. Narrator: Jonathan Broadbent, Helen Johns. Audio sample: https://samples.audible.de/bk/aren/002530/bk_aren_002530_sample.mp3. Digital audiobook in aax.- Shop: Audible
- Price: 9.95 EUR excl. shipping
-
Missing Person , Hörbuch, Digital, ungekürzt, 283min
In this strange, elegant novel, Patrick Modiano portrays a man in pursuit of the identity he lost in the murky days of the Paris Occupation, the black hole of French memory. For 10 years Guy Roland has lived without a past. His current life and name were given to him by his recently retired boss, Hutte, who welcomed him, a one-time client, into his detective agency. Guy makes full use of Hutte's files - directories, yearbooks, and papers of all kinds going back half a century - but leads to his former life are few. Could he really be that person in a photograph, a young man remembered by some as a South American attache? Or was he someone else, perhaps the disappeared scion of a prominent local family? He interviews strangers and is tantalized by half clues until, at last, he grasps a thread that leads him through a maze of his own repressed experience. On one level, Missing Person is a detective thriller, a 1950s film noir mix of smoky cafes, illegal passports, and insubstantial figures crossing bridges in the fog. On another level, it is also a haunting meditation on the nature of the self. Modiano's spare, hypnotic prose, superbly translated by Daniel Weissbort, draws listeners into the intoxication of a rare literary experience. ungekürzt. Language: English. Narrator: Bronson Pinchot. Audio sample: https://samples.audible.de/bk/blak/008180/bk_blak_008180_sample.mp3. Digital audiobook in aax.- Shop: Audible
- Price: 9.95 EUR excl. shipping
-
Hacking University Senior Edition: Linux , Hörbuch, Digital, ungekürzt, 82min
Master the Linux operating system and hone the power of its command line today! If you've ever dabbled with Linux or ever wanted how you can start leveraging the command line system even if you have no programming experience, then this book will provide the basis and tools you need to become successful with Linux. Hacking University: Senior Edition is a beginner's guide to cover all the essential topics related to the Linux operating system. This is the fourth volume of the Hacking Freedom and Data Driven Book series. The following topics you will learn are: What is Linux History and benefits of Linux Ubuntu basics and installing Linux Managing software and hardware The command line terminal Useful applications Security protocols Scripting, I/O redirection, managing directories And a whole lot more! What makes this book different from other Linux books? No matter what skill level you have, Linux can be learned by everyone. The problem is there are so many other informational products out there that it's hard to sort and piece everything together. What makes this book unique to others is the fact that it is organized and set in a way to make sure you are provided with the most direct and informative topics to ensure the success you will have with Linux. Get your copy today! ungekürzt. Language: English. Narrator: Kevin Theis. Audio sample: https://samples.audible.de/bk/acx0/073620/bk_acx0_073620_sample.mp3. Digital audiobook in aax.- Shop: Audible
- Price: 9.95 EUR excl. shipping
-
Advanced Programming in the UNIX Environment
Master the system calls at the heart of today's UNIX and Linux systems: the programming interfaces that drive the UNIX and Linux kernels and run everything from filesystems and multitasking to interprocess communication. A thorough knowledge of system calls is essential for every UNIX and Linux programmer -- and for 20 years, W. Richard Stevens' Advanced Programming in the Unix Environment has delivered that. Now, Stephen Rago has completely updated this classic to reflect modern distributions including Red Hat 2.6.x, Solaris 10 3, OS X 10.5.4, FreeBSD 7.0.5 -- and for the first time, Ubuntu. As in previous editions, Rago begins with essentials such as file and process control, carefully laying the groundwork for more advanced techniques. He supports his crystal-clear explanations with nearly 10,000 lines of code, all carefully tested on each of these leading versions and distributions. Rago begins with an up-to-date overview of the UNIX System, its standardization processes, and its diverse implementations. Next, he introduces file I/O, files, directories, and the Standard I/O Library. You'll walk through working with UNIX/Linux system data files and information… controlling the process environment and its relationships… using signals, threads, and daemon processes… mastering advanced I/O techniques, interprocess communication, sockets, and advanced IPC… using Terminal I/O and Pseudo Terminals… working with database libraries, communicating with network printers, and much more. Appendices provide essential information on function prototypes, miscellaneous source code, and solutions to many of this guide's exercises. For all intermediate-to-advanced level UNIX programmers and software engineers. Product Description For more than twenty years, serious C programmers have relied on one book for practical, in-depth knowledge of the programming interfaces that drive the UNIX and Linux kernels: W. Richard Stevens’ Advanced Programming in the UNIX® Environment. Now, once again, Rich’s colleague Steve Rago has thoroughly updated this classic work. The new third edition supports today’s leading platforms, reflects new technical advances and best practices, and aligns with Version 4 of the Single UNIX Specification. Steve carefully retains the spirit and approach that have made this book so valuable. Building on Rich’s pioneering work, he begins with files, directories, and processes, carefully laying the groundwork for more advanced techniques, such as signal handling and terminal I/O. He also thoroughly covers threads and multithreaded programming, and socket-based IPC. This edition covers more than seventy new interfaces, including POSIX asynchronous I/O, spin locks, barriers, and POSIX semaphores. Most obsolete interfaces have been removed, except for a few that are ubiquitous. Nearly all examples have been tested on four modern platforms: Solaris 10, Mac OS X version 10.6.8 (Darwin 10.8.0), FreeBSD 8.0, and Ubuntu version 12.04 (based on Linux 3.2). As in previous editions, you’ll learn through examples, including more than ten thousand lines of downloadable, ISO C source code. More than four hundred system calls and functions are demonstrated with concise, complete programs that clearly illustrate their usage, arguments, and return values. To tie together what you’ve learned, the book presents several chapter-length case studies, each reflecting contemporary environments. Advanced Programming in the UNIX® Environment has helped generations of programmers write code with exceptional power, performance, and reliability. Now updated for today’s systems, this third edition will be even more valuable. Features + Benefits W. Richard Stevens' definitive, classic guide to UNIX® programming, now 100% updated for today's leading systems and distributions!The new third edition of Advanced Programming in the UNIX® Environment supports today's leading platforms, reflects new technical advances and best practices, and aligns with Version 4 of the Single UNIX Specification. This valuable tool begins with files, directories, and processes, carefully laying the groundwork for more advanced techniques, such as signal handling and terminal I/O then thoroughly covers threads and multithreaded programming, and socket-based IPC. This edition covers more than seventy new interfaces, including POSIX asynchronous I/O, spin locks, barriers, and POSIX semaphores. Students are given examples, including more than ten thousand lines of downloadable, ISO C source code. More than four hundred system calls and functions are demonstrated with concise, complete programs that clearly illustrate their usage, arguments, and return values. To tie together what they've learned, the book presents several chapter-length case studies, each reflecting contemporary environments.- Shop: buecher
- Price: 47.99 EUR excl. shipping
-
The Linux Command Line, 2nd Edition (eBook, ePUB)
You've experienced the shiny, point-and-click surface of your Linux computer--now dive below and explore its depths with the power of the command line. The Linux Command Line takes you from your very first terminal keystrokes to writing full programs in Bash, the most popular Linux shell (or command line). Along the way you'll learn the timeless skills handed down by generations of experienced, mouse-shunning gurus: file navigation, environment configuration, command chaining, pattern matching with regular expressions, and more. In addition to that practical knowledge, author William Shotts reveals the philosophy behind these tools and the rich heritage that your desktop Linux machine has inherited from Unix supercomputers of yore. As you make your way through the book's short, easily-digestible chapters, you'll learn how to: • Create and delete files, directories, and symlinks • Administer your system, including networking, package installation, and process management • Use standard input and output, redirection, and pipelines • Edit files with Vi, the world's most popular text editor • Write shell scripts to automate common or boring tasks • Slice and dice text files with cut, paste, grep, patch, and sed Once you overcome your initial "shell shock," you'll find that the command line is a natural and expressive way to communicate with your computer. Just don't be surprised if your mouse starts to gather dust.- Shop: buecher
- Price: 23.95 EUR excl. shipping
-
Python Machine Learning: A Practical Beginner's Guide to Understanding Machine Learning, Deep Learning and Neural Networks with Python, Scikit-Learn, Tensorflow and Keras , Hörbuch, Digital, ungekürzt, 205min
Have you come across the terms machine learning and neural networks in most articles you have recently read? Do you also want to learn how to build a machine learning model that will answer your questions within a blink of your eyes? If you responded yes to any of the above questions, you have come to the right place. Machine learning is an incredibly dense topic. It’s hard to imagine condensing it into an easily readable and digestible format. However, this audiobook aims to do exactly that.Machine learning and artificial intelligence have been used in different machines and applications to improve the user’s experience. One can also use machine learning to make data analysis and predicting the output for some data sets easy. All you need to do is choose the right algorithm, train the model, and test the model before you apply it on any real-world tool. It is that simple isn’t it? Apart from this, you will also learn more about:The different types of learning algorithm that you can expect to encounterThe numerous applications of machine learning and deep learningThe best practices for picking up neural networksWhat are the best languages and libraries to work withThe various problems that you can solve with machine learning algorithmsAnd much more....Well, you can do it faster if you use Python. This language has made it easy for any user, even an amateur, to build a strong machine learning model since it has numerous directories and libraries that make it easy for one to build a model. Do you want to know how to build a machine learning model and a neural network? So, what are you waiting for? Get this audiobook now! ungekürzt. Language: English. Narrator: Zachary Miulli. Audio sample: https://samples.audible.de/bk/acx0/157046/bk_acx0_157046_sample.mp3. Digital audiobook in aax.- Shop: Audible
- Price: 9.95 EUR excl. shipping
-
Black Hat Python
Fully-updated for Python 3, the second edition of this worldwide bestseller (over 100,000 copies sold) explores the stealthier side of programming and brings you all new strategies for your hacking projects.When it comes to creating powerful and effective hacking tools, Python is the language of choice for most security analysts. In this second edition of the bestselling Black Hat Python, you ll explore the darker side of Python s capabilities: everything from writing network sniffers, stealing email credentials, and bruteforcing directories to crafting mutation fuzzers, investigating virtual machines, and creating stealthy trojans.All of the code in this edition has been updated to Python 3.x. You ll also find new coverage of bit shifting, code hygiene, and offensive forensics with the Volatility Framework as well as expanded explanations of the Python libraries ctypes, struct, lxml, and BeautifulSoup, and offensive hacking strategies like splitting bytes, leveraging computer vision libraries, and scraping websites.You ll even learn how to: Create a trojan command-and-control server using GitHub Detect sandboxing and automate common malware tasks like keylogging and screenshotting Extend the Burp Suite web-hacking tool Escalate Windows privileges with creative process control Use offensive memory forensics tricks to retrieve password hashes and find vulnerabilities on a virtual machine Abuse Windows COM automation Exfiltrate data from a network undetectedWhen it comes to offensive security, you need to be able to create powerful tools on the fly. Learn how with Black Hat Python.- Shop: buecher
- Price: 27.99 EUR excl. shipping
-
LPI Linux Essentials Study Guide (eBook, ePUB)
Provides 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 organizations worldwide continue to add Linux servers, the need for IT professionals skilled in Linux continues to grow. The LPI Linux Essentials Study Guide is a valuable resource for anyone preparing to take the new Linux Essentials Exam--the entry-level certification from The Linux Professional Institute (LPI) which validates knowledge of Linux concepts and applications. Written by recognized experts on Linux and open source technologies, this accessible, user-friendly guide covers desktop skills, the command line, directories and files, networks, scripting, security, users and permissions, and much more. Clear, concise chapters provide numerous hands-on tutorials, real-world examples, color illustrations, and practical end-of-chapter exercises and review questions. An ideal introduction for those new to Linux or considering a career in IT, this guide helps readers: * Learn the operation and components of Linux desktops and servers * Understand open source software, licensing, and applications * Configure networks, security, cloud services, storage, and devices * Create users and groups and set permissions and ownership * Use the command line and build automation scripts LPI Linux Essentials Study Guide: Exam 010 v1.6 is perfect for anyone beginning a career in IT, newcomers to Linux, students in computer courses, and system administrators working with other operating systems wanting to learn more about Linux and other open source solutions.- Shop: buecher
- Price: 33.99 EUR excl. shipping
-
Linux Administration: The Ultimate Beginners Guide to Learn Linux Step by Step , Hörbuch, Digital, ungekürzt, 270min
Have you ever wanted to become a Linux system administrator? Or did you want to learn more about the operating system? If you answered yes to these questions, you have come to the right place. The motive of this book is to get you well versed with the Linux operating system and the profile known to the world as Linux system administration. A Linux system admin is basically a superhero who owns the servers of an organization and makes sure that they never go down. Servers in an organization contain user data, which is the most important thing in the modern world. Loss of data can result in huge losses for an organization and even lawsuits. Over the course of the book, you will gather information about the following:This book will prepare you with the knowledge that is essential to enter the field of Linux system administration. You will learn about the operating system called Red Hat Enterprise Linux 7 and how to install it. After installing you will learn about the tasks that are essential for a system in their day-to-day life. You will learn about the command line in Linux, which is used extensively by system admins to perform tasks using important commands. You will further get to know about the Linux File System hierarchy and how to navigate your way through files and directories in the Linux operating system. You will also understand how processes work in the Linux system and how you can use commands and signals to manage system processes as well as processes started manually. You will learn about SSH, which is one of the most used tools in Linux systems to create secure connections between two Linux systems on a private network or over the Internet. You will study how to analyze logs in the Linux system and how to read them to understand errors and how to fix those errors. And much more! All in all, the book is aimed at preparing you to enter the world of Linux ungekürzt. Language: English. Narrator: Bob Palmer. Audio sample: https://samples.audible.de/bk/acx0/167928/bk_acx0_167928_sample.mp3. Digital audiobook in aax.- Shop: Audible
- Price: 9.95 EUR excl. shipping
-
Perl For Dummies (eBook, ePUB)
In the days before personal computers, BASIC was the easy programming language to learn, and serious programmers learned FORTRAN or COBOL to do real work. Today, many people have discovered that Perl is both a great beginning programming language and one that enables them to write powerful programs with little effort. If you re interested in discovering how to program (or how others program), Perl For Dummies, 4th Edition, is for you. If you already know something about programming (but not about Perl), this book is also for you. If you re already an expert programmer, you re still welcome to read this book; you can just skip the basic stuff (you never know what kind of new tips and tricks you ll pick up). This reference guide shows you how to use Perl under many different operating systems, such as UNIX, many flavors of Windows (Windows 95/98, Windows NT, Windows 2000, Windows Me, and Windows XP), and Macintosh OS 9 and OS X; in fact, Perl runs on many more operating systems than these. Here's a sampling of what Perl For Dummies, 4th Edition, has to offer: Installing Perl on various platforms Nailing down the basics of building Perl programs Working with text and numbers Constructing lists and working with them Creating conditionals and loops Delving into more advanced features such as operators and functions Reading and writing files and directories Using subroutines for modularity Demystifying Web server programs Creating your own Internet clients The Perl programming language enables you to write fully working computer programs with just a few steps. It s particularly good at common programming tasks, such as reading and writing text files, but it also excels at reducing the work that programmers have to do. Perl For Dummies, 4th Edition, shows you how to do all of that and how to modify programs to your heart s content. After all, one of the common phrases in the world of Perl programmers is, There's more than one way to do it.- Shop: buecher
- Price: 21.99 EUR excl. shipping