0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (1)
  • R100 - R250 (89)
  • R250 - R500 (364)
  • R500+ (2,376)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer hardware & operating systems > Operating systems & graphical user interfaces (GUIs)

Parallel Computing and Mathematical Optimization - Proceedings of the Workshop on Parallel Algorithms and Transputers for... Parallel Computing and Mathematical Optimization - Proceedings of the Workshop on Parallel Algorithms and Transputers for Optimization, Held at the University of Siegen, FRG, November 9, 1990 (Paperback, Softcover reprint of the original 1st ed. 1991)
Manfred Grauer, Dieter B Pressmar
R2,860 Discovery Miles 28 600 Ships in 10 - 15 working days

This special volume contains the Proceedings of a Workshop on "Parallel Algorithms and Transputers for Optimization" which was held at the University of Siegen, on November 9, 1990. The purpose of the Workshop was to bring together those doing research on 2.lgorithms for parallel and distributed optimization and those representatives from industry and business who have an increasing demand for computing power and who may be the potential users of nonsequential approaches. In contrast to many other conferences, especially North-American, on parallel processing and supercomputers the main focus of the contributions and discussion was "problem oriented". This view reflects the following philosophy: How can the existing computing infrastructure (PC's, workstations, local area networks) of an institution or a company be used for parallel and/or distributed problem solution in optimization. This volume of the LECfURE NOTES ON ECONOMICS AND MA THEMA TICAL SYSTEMS contains most of the papers presented at the workshop, plus some additional invited papers covering other important topics related to this workshop. The papers appear here grouped according to four general areas. (1) Solution of optimization problems using massive parallel systems (data parallelism). The authors of these papers are: Lootsma; Gehne. (II) Solution of optimization problems using coarse-grained parallel approaches on multiprocessor systems (control parallelism). The authors of these papers are: Bierwirth, Mattfeld, and Stoppler; Schwartz; Boden, Gehne, and Grauer; and Taudes and Netousek.

Operating Systems of the 90s and Beyond - International Workshop, Dagstuhl Castle, Germany July 8-12, 1991. Proceedings... Operating Systems of the 90s and Beyond - International Workshop, Dagstuhl Castle, Germany July 8-12, 1991. Proceedings (Paperback, 1991 ed.)
Arthur Karshmer, Jurgen Nehmer
R1,990 Discovery Miles 19 900 Ships in 10 - 15 working days

Architectural and hardware advances in computing design are occurring at an ever quickening rate, but it is the operating system that masters the complexity of these new computing devices to make them useful tools. Operating systems can make the difference between an interesting architecture and a useful computing environment. As more complex computational structures and more powerful communication technologies become available, we are faced with the need to develop new generations of operating systems to harness their power. This volume presents the proceedings of an international workshop intended to plot a course for design and development work on operating systems over the coming decade that was held in Dagstuhl Castle, Germany, in July 1991. Eight sessions covered: - Size, scalability and distribution in future operating systems, - The impact of future trends in hardware and communication technology, - Integrating heterogeneous operating systems, - Trends in real-time operating systems, - Fault tolerance support in futute operating systems, - Security and protection support in future operating systems, - The next generation of operating systems, - Supporting mulitmedia applications in distributed systems.

Open Systems for Europe (Paperback, Softcover Reprint Of The Original 1st Ed. 1991): C. Sanger Open Systems for Europe (Paperback, Softcover Reprint Of The Original 1st Ed. 1991)
C. Sanger
R1,495 Discovery Miles 14 950 Ships in 10 - 15 working days
Automatic Tools for Designing Office Information Systems - The TODOS Approach (Paperback, Softcover reprint of the original 1st... Automatic Tools for Designing Office Information Systems - The TODOS Approach (Paperback, Softcover reprint of the original 1st ed. 1990)
Barbara Pernici, Colette Rolland
R2,896 Discovery Miles 28 960 Ships in 10 - 15 working days

The market for information technology products is rapidly changing from a manufactur er-driven market where new products were determined by the evolution of technology, to a user-driven market where users buy only products corresponding exactly to their needs and where competition is very strong. Confronted with this market situation, hardware and software producers are being obliged to adopt new strategies, and to make a large number of products available on the market in response to a variety of different needs. As a result of the multiplicity of choice available, the design of an office system which corresponds precisely to user needs is becoming an increasingly complex task. With exactly this in mind, the Commission, as early as 1985, invited submissions of projects aiming at the development of such adequate tools in its Call for Proposals for the ESPRIT Programme, in order to assist companies in the design of their office systems. This topic was recognised as being of strategic importance, considering the low level of penetration of Information Technology in European enterprises compared to the United States and Japan. Following this strategy, the project TODOS was selected and launched. This project has successfully developed tools and methods for the definition of the functional specifi cation of the office system, as well as the system architecture and user interface -results which can be of great interest for the IT community at large.

Distributed Algorithms - 4th International Workshop, Bari, Italy, September 24-26, 1990. Proceedings. (Paperback, 1991 ed.):... Distributed Algorithms - 4th International Workshop, Bari, Italy, September 24-26, 1990. Proceedings. (Paperback, 1991 ed.)
Jan Van Leeuwen, Nicola Santoro
R1,702 Discovery Miles 17 020 Ships in 10 - 15 working days

This volume contains the proceedings of the 4th International Workshop on Distributed Algorithms, held near Bari, Italy, September 24-26, 1990. The workshop was a forum for researchers, students and other interested persons to discuss recent results and trends in the design and analysis of distributed algorithms for communication networks and decentralized systems. The volume includes all 28 papers presented at the workshop, covering current research in such aspects of distributed algorithm design as distributed combinatorial algorithms, distributed algorithms on graphs, distributed algorithms for new types of decentralized systems, distributed data structures, synchronization and load-balancing, distributed algorithms for control and communication, design and verification of network protocols, routing algorithms, fail-safe and fault-tolerant distributed algorithms, distributed database techniques, algorithms for transaction management and replica control, and other related topics.

Managing Projects with GNU Make 3e (Paperback, 3rd Revised edition): Robert Mecklenburg Managing Projects with GNU Make 3e (Paperback, 3rd Revised edition)
Robert Mecklenburg; Contributions by Andy Oram, Steve Talbott
R1,076 R817 Discovery Miles 8 170 Save R259 (24%) Ships in 12 - 19 working days

The 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 kernel. In the third edition of the classic "Managing Projects with GNU make," readers will learn why this utility continues to hold its top position in project build software, despite many younger competitors.

The premise behind "make" is simple: after you change source files and want to rebuild your program or other output files, "make" checks timestamps to see what has changed and rebuilds just what you need, without wasting time rebuilding other files. But on top of this simple principle, "make" layers a rich collection of options that lets you manipulate multiple directories, build different versions of programs for different platforms, and customize your builds in other ways.

This edition focuses on the GNU version of "make," which has deservedly become the industry standard. GNU make contains powerful extensions that are explored in this book. It is also popular because it is free software and provides a version for almost every platform, including a version for Microsoft Windows as part of the free Cygwin project. "Managing Projects with GNU make," 3rd Edition provides guidelines on meeting the needs of large, modern projects. Also added are a number of interesting advanced topics such as portability, parallelism, and use with Java.

Robert Mecklenburg, author of the third edition, has used "make" for decades with a variety of platforms and languages. In this book he zealously lays forth how to get your builds to be asefficient as possible, reduce maintenance, avoid errors, and thoroughly understand what "make" is doing. Chapters on C++ and Java provide makefile entries optimized for projects in those languages. The author even includes a discussion of the makefile used to build the book.

A System V Guide to UNIX and XENIX (Paperback, Softcover reprint of the original 1st ed. 1990): Douglas W Topham A System V Guide to UNIX and XENIX (Paperback, Softcover reprint of the original 1st ed. 1990)
Douglas W Topham
R3,005 Discovery Miles 30 050 Ships in 10 - 15 working days

A System V Guide to UNIX and XENIX takes the novice reader through the features of the UNIX system step-by-step without jargon and assumptions about the reader's technical knowledge found in similar books. With its clear explanations, numerous examles, and straightforward organization, this book appeals to many non-technical people just beginning to work with UNIX, as well as engineers and programmers with prior experience. Anyone who reads this book will learn how to use the features of UNIX, and how to modify and customize those features. It is organized in such a way that it leads the reader from the UNIX basics to the more complex and powerful concepts such as shell-programming and networking. Although the book is written as introduction and reference for the UNIX user, it can very well be used as a textbook in undergraduate computer science or computer engineering courses.

Advanced Information Processing - Proceedings of a Joint Symposium. Information Processing and Software Systems Design... Advanced Information Processing - Proceedings of a Joint Symposium. Information Processing and Software Systems Design Automation. Academy of Sciences of the USSR, Siemens AG, FRG Moscow, June 5/6, 1990 (Paperback)
Heinz Schwartzel, Igor A. Mizin
R2,922 Discovery Miles 29 220 Ships in 10 - 15 working days

During the last few years, computers have evolved from pure number crunching machines to "intelligent" problem solving tools. Increasing effort has been spent on the investigation of new approaches and the application of solutions to real world problems. In this way, exciting new techniques have evolved providing support for an increasing number of technical and economical aspects. Applications range from the design and development of ultra highly integrated circuits to totally new man-machine interfaces, from software engineering tools to fault diagnosis systems, from decision support to even the analysis of unemployment. Following a first joint workshop on Advanced Information Processing held in July 1988 at the Institute for Problems of Informatics of the USSR Academy of Sciences (IPIAN) at Moscow, this was the second time that scientists and researchers from the USSR Academy of Sciences and Siemens AG, Corporate Research and Development, exchanged results and discussed recent advances in the field of applied computer sciences. Initiated by Prof. Dr. I. Mizin, Corresponding Member of the USSR Academy of Sciences and Director of IPIAN, and Prof. Dr. H. Schwartzel, Vice President of the Siemens AG and Head of the Applied Computer Science & Software Department, a joint symposium was arranged at the USSR Academy of Sciences in Moscow on June 5th and 6th 1990. The meetings on Information Processing and Software and Systems Design Automation provided a basis both for presentations of ongoing research and for discussions about specific problems.

Progress in Distributed Operating Systems and Distributed Systems Management - European Workshop, Berlin, FRG, April 18/19,... Progress in Distributed Operating Systems and Distributed Systems Management - European Workshop, Berlin, FRG, April 18/19, 1989, Proceedings (Paperback, 1990 ed.)
Wolfgang Schroeder-Preikschat, Wolfgang Zimmer
R1,568 Discovery Miles 15 680 Ships in 10 - 15 working days

The purpose of this workshop was to provide a general forum for distributed systems researchers. Special em- phasis was placed on research activities in distributed operating systems and management of distributed sys- stems. This volume includes a selection of the papers presented at the workshop. They focus on the illustration of existing concepts and solutions in distributed systems research and development, exemplified by case study analyses of various projects. The annex contains the position papers prepared for the panel discussions at the workshop.

Docker for Rails Developers (Paperback): Rob Isenberg Docker for Rails Developers (Paperback)
Rob Isenberg
R990 R775 Discovery Miles 7 750 Save R215 (22%) Ships in 12 - 19 working days

Docker does for DevOps what Rails did for web development--it gives you a new set of superpowers. Gone are works on my machine woes and lengthy setup tasks, replaced instead by a simple, consistent, Docker-based development environment that will have your team up and running in seconds. Gain hands-on, real-world experience with a tool that's rapidly becoming fundamental to software development. Go from zero all the way to production as Docker transforms the massive leap of deploying your app in the cloud into a baby step. Docker makes life as a Ruby and Rails developer easier. It helps build, ship, and run your applications, solving major problems you face every day. It allows you to run applications at scale, adding new resources as needed. Docker provides a reliable, consistent environment that's guaranteed to work the same everywhere. Docker lets you do all things DevOps without needing a PhD in infrastructure and operations. Want to spin up a cluster to run your app? No problem. Scale it up or down at will? You bet. Start by running a Ruby script without having Ruby installed on the local machine. Then Dockerize a Rails application and run it using containers, including creating your own custom Docker images tailored for running Rails apps. Describe your app declaratively using Docker Compose, specifying the software dependencies along with everything needed to run the application. Then set up continuous integration, as well as your deployment pipeline and infrastructure. Along the way, find out the best practices for using Docker in development and production environments. This book gives you a solid foundation on using Docker and fitting it into your development workflow and deployment process. What You Need: All you need is a Windows, Mac OS X or Linux machine to do development on. This book guides you through the process of installing Docker. Some basic familiarity with Linux/Unix is recommended even if you're using a Windows machine

Category Theory and Computer Science - Manchester, UK, September 5-8, 1989. Proceedings (Paperback, 1989 ed.): David H. Pitt,... Category Theory and Computer Science - Manchester, UK, September 5-8, 1989. Proceedings (Paperback, 1989 ed.)
David H. Pitt, David E. Rydeheard, Peter Dybjer, Andrew Pitts, Axel Poigne
R1,660 Discovery Miles 16 600 Ships in 10 - 15 working days

This book presents the proceedings of the Sixth International Conference on Category Theory and Computer Science, CTCS '95, held in Cambridge, UK in August 1995.The 15 revised full papers included in the volume document the exploitation of links between logic and category theory leading to a solid basis for much of the understanding of the semantics of computation. Notable amongst other advances is the introduction of linear logic and other substructural logics, providing a new approach to proof theory. Further aspects covered are semantics of lambda calculi and type theories, program specification and development, and domain theory.

Algebraic and Logic Programming - International Workshop, Gaussig, GDR, November 14-18, 1988. Proceedings (Paperback, 1988... Algebraic and Logic Programming - International Workshop, Gaussig, GDR, November 14-18, 1988. Proceedings (Paperback, 1988 ed.)
Jan Grabowski, Pierre Lescanne, Wolfgang Wechler
R1,607 Discovery Miles 16 070 Ships in 10 - 15 working days

This volume contains the proceedings of the First International Workshop on Algebraic and Logic Programming held in Gaussig (German Democratic Republic) from November 14 to 18, 1988. The workshop was devoted to Algebraic Programming, in the sense of programming by algebraic specifications and rewrite rule systems, and Logic Programming, in the sense of Horn clause specifications and resolution systems. This includes combined algebraic/logic programming systems, mutual relations and mutual implementation of programming paradigms, completeness and efficiency considerations in both fields, as well as related topics.

Linear Time, Branching Time and Partial Order in Logics and Models for Concurrency - School/Workshop, Noordwijkerhout, The... Linear Time, Branching Time and Partial Order in Logics and Models for Concurrency - School/Workshop, Noordwijkerhout, The Netherlands, May 30 - June 3, 1988 (Paperback, 1989 ed.)
Jacobus W. De Bakker, Willem-Paul De Roever, Grzegorz Rozenberg
R3,219 Discovery Miles 32 190 Ships in 10 - 15 working days

This volume is based on the "School/Workshop on Linear Time, Branching Time and Partial Order in Logics and Models for Concurrency" organized by the editors and held in the period May 30-June 3, 1988 at Noordwijkerhout, The Netherlands. The School/Workshop was an activity of the project REX - Research and Education in Concurrent Systems. The volume contains tutorials and research contributions to the three approaches - linear time, - branching time, and - partial order in semantics and proof theory of concurrent programs by the main specialists in this field. It promotes an in-depth understanding of the relative merits and disadvantages of these three approaches. An introduction to the recent literature on the subject is provided by the invited research contributions.

Matrix Eigensystem Routines - EISPACK Guide (Paperback, 2nd ed. 1976. 6th printing 1988): B. T. Smith, J. M. Boyle, J.J.... Matrix Eigensystem Routines - EISPACK Guide (Paperback, 2nd ed. 1976. 6th printing 1988)
B. T. Smith, J. M. Boyle, J.J. Dongarra, B.S Garbow, Y. Ikebe, …
R1,774 Discovery Miles 17 740 Ships in 10 - 15 working days
Leistungsbewertung Bei Computersystemen - Praktische Performance-Analyse Von Rechnern Und Ihrer Kommunikation (German,... Leistungsbewertung Bei Computersystemen - Praktische Performance-Analyse Von Rechnern Und Ihrer Kommunikation (German, Hardcover, 2009 ed.)
Hans Gunther Kruse
R1,157 Discovery Miles 11 570 Ships in 10 - 15 working days

Die Leistung von Computersystemen ist die ausschlaggebende Groe fur ihren Einsatz. Zur Messung der Leistung wird sehr oft das Benchmark-Verfahren als Standard-Tool eingesetzt, obwohl allgemein bekannt ist, dass die entsprechenden Ergebnisse nur eine sehr beschrankte Aussagekraft haben - dafur spricht naturlich ihre starke Orientierung an der Praxis. Modellbildende Techniken werden haufig zu Recht als "Mathematik-lastig" empfunden und suggerieren zudem eine Genauigkeit jenseits der Realitat. Dabei liegt es auf der Hand, dass beide Standpunkte sich erganzen und zusammen eine wesentlich bessere Messung, Analyse und Bewertung gestatten. Anhand dieser Konzeption erlautert der Autor bessere Methoden zur Leistungsbewertung von Computersystemen.

The UNIX (TM) System Guidebook (Paperback, 2nd ed. 1988): Peter P. Silvester The UNIX (TM) System Guidebook (Paperback, 2nd ed. 1988)
Peter P. Silvester
R2,889 Discovery Miles 28 890 Ships in 10 - 15 working days

Well suited to medium-scale general purpose computing, the Unix time sharing operating system is deservedly popular with academic institutions, research laboratories, and commercial establishments alike. Its user com munity, until recently a brotherhood of experienced computer profes sionals, it now attracting many people concerned with computer appli cations rather than the computer systems themselves. This book is intended for that new audience, people who have never encountered the Unix system before but who do have some acquaintance with computing. While helping beginning users get started is the primary aim of this book, it is also intended to serve as a handy reference subsequently. However, it is not designed to replace the definitive Unix system docu mentation. Unix operating systems now installed in computing centers, offices, and personal computers come in three related but distinct breeds: Seventh Edition Unix, Berkeley 4.2 BSD, and System V. These differ from each other in details, even though their family resemblance is strong. This book emphasizes System V, while paying heed to its two popular cousins. It also includes a few facilities in wide use, but not included in the normal system releases. Individual details, of course, must be found in the manuals supplied with each system."

Mac OS X Snow Leopard Pocket Guide (Paperback): Chris Seibold Mac OS X Snow Leopard Pocket Guide (Paperback)
Chris Seibold
R362 R299 Discovery Miles 2 990 Save R63 (17%) Ships in 12 - 19 working days

Whether you're new to the Mac or a longtime user, this handy book is the quickest way to get up to speed on Snow Leopard. Packed with concise information in an easy-to-read format, Mac OS X Snow Leopard Pocket Guide covers what you need to know and is an ideal resource for problem-solving on the fly.
This book goes right to the heart of Snow Leopard, with details on system preferences, built-in applications, and utilities. You'll also find configuration tips, keyboard shortcuts, guides for troubleshooting, lots of step-by-step instructions, and more.
Learn about new features and changes since the original Leopard release Get quick tips for setting up and customizing your Mac's configuration Solve problems with the handy reference to the fundamentals of the Finder, Dock, and more Understand how to manage user accounts Work more efficiently using keyboard shortcuts Take advantage of MobileMe, Apple's online suite of services and tools

Experiences with Distributed Systems - International Workshop, Kaiserslautern, FRG, September 28-30, 1987. Proceedings... Experiences with Distributed Systems - International Workshop, Kaiserslautern, FRG, September 28-30, 1987. Proceedings (Paperback, 1988 ed.)
Jurgen Nehmer
R1,621 Discovery Miles 16 210 Ships in 10 - 15 working days

This volume contains the proceedings of an international workshop on "Experiences with Distributed Systems" held September 28-30, 1987, at the University of Kaiserslautern. The workshop was jointly sponsored and organized by the Sonderforschungsbereich 124 "VSLI-Entwurfsmethoden und ParallelitAt" and the European Network Center (ENC) of the IBM Corporation, Heidelberg. The objective of the workshop was to bring together researchers who had gathered substantial experience with the implementation of distributed systems. The emphasis was put on the exchange of (good and bad) experiences with existing concepts in distributed system design rather than presenting new ideas. Participation in the workshop was by invitation only. The presentations can be roughly categorized as reports on a specific project or reports on experiences with a certain topic accumulated through several projects. Other lectures treated general topics such as fault tolerance, design principles for distributed languages and systems, and distributed databases.

Analogical and Inductive Inference - International Workshop AII'86 Wendisch-Rietz, GDR, October 6-10, 1986, Proceedings... Analogical and Inductive Inference - International Workshop AII'86 Wendisch-Rietz, GDR, October 6-10, 1986, Proceedings (Paperback, 1987 ed.)
Klaus P. Jantke
R1,459 Discovery Miles 14 590 Ships in 10 - 15 working days

This volume contains revised versions of presentations at the International Workshop on Analogical and Inductive Inference (AII '86) held in Wendisch-Rietz, GDR, October 16-10, 1986. Inductive inference and analogical reasoning are two basic approaches to learning algorithms. Both allow for exciting problems and promising concepts of invoking deeper mathematical results for considerable advances in intelligent software systems. Hence analogical and inductive inference may be understood as a firm mathematical basis for a large variety of problems in artificial intelligence. While the papers on inductive inference contain technical results and reflect the state of the art of this well-developed mathematical theory, those devoted to analogical reasoning reflect the ongoing process of developing the basic concepts of the approach. The workshop thus contributes significantly to the advancement of this field.

Rewriting Techniques and Applications - Bordeaux, France, May 25-27, 1987. Proceedings (Paperback, 1987 ed.): Pierre Lescanne Rewriting Techniques and Applications - Bordeaux, France, May 25-27, 1987. Proceedings (Paperback, 1987 ed.)
Pierre Lescanne
R1,490 Discovery Miles 14 900 Ships in 10 - 15 working days

This volume contains the proceedings of the Second International Conference on Rewriting Techniques and Applications, "RTA 87," held in Bordeaux, France, May 1987.

Concepts in User Interfaces - A Reference Model for Command and Response Languages (Paperback, 1986 ed.): David Beech Concepts in User Interfaces - A Reference Model for Command and Response Languages (Paperback, 1986 ed.)
David Beech; Edited by David Beech; Christian Gram, Hans-Jurgen Kugler, Ian Newman, …
R1,521 Discovery Miles 15 210 Ships in 10 - 15 working days
Linux Server Security - Hack and Defend (Paperback): CH Binnie Linux Server Security - Hack and Defend (Paperback)
CH Binnie
R1,159 Discovery Miles 11 590 Ships in 12 - 19 working days

Learn how to attack and defend the world s most popular web server platform Linux Server Security: Hack and Defend presents a detailed guide for experienced admins, aspiring hackers and other IT professionals seeking a more advanced understanding of Linux security. Written by a 20-year veteran of Linux server deployment this book provides the insight of experience along with highly practical instruction. The topics range from the theory of past, current, and future attacks, to the mitigation of a variety of online attacks, all the way to empowering you to perform numerous malicious attacks yourself (in the hope that you will learn how to defend against them). By increasing your understanding of a hacker s tools and mindset you're less likely to be confronted by the all-too-common reality faced by many admins these days: someone else has control of your systems. * Master hacking tools and launch sophisticated attacks: perform SQL injections, deploy multiple server exploits and crack complex passwords. * Defend systems and networks: make your servers invisible, be confident of your security with penetration testing and repel unwelcome attackers. * Increase your background knowledge of attacks on systems and networks and improve all-important practical skills required to secure any Linux server. The techniques presented apply to almost all Linux distributions including the many Debian and Red Hat derivatives and some other Unix-type systems. Further your career with this intriguing, deeply insightful, must-have technical book. Diverse, broadly-applicable and hands-on practical, Linux Server Security: Hack and Defend is an essential resource which will sit proudly on any techie's bookshelf.

Die Informatisierung des Alltags - Leben in smarten Umgebungen (German, Hardcover, 2007 ed.): Friedemann Mattern Die Informatisierung des Alltags - Leben in smarten Umgebungen (German, Hardcover, 2007 ed.)
Friedemann Mattern
R1,338 Discovery Miles 13 380 Ships in 10 - 15 working days

Hochaktuell und spannend: Wir erleben eine standig zunehmende Informatisierung. Informations- und Kommunikationstechnologien werden unseren Alltag kunftig weitaus starker durchdringen als wir es uns vorstellen konnen. Smarte Objekte werden stark an Bedeutung gewinnen. Die Kommunikation mit Alltagsgegenstanden wird selbstverstandlich werden. Die Einsatzmoglichkeiten dieser technischen Neuerungen sind unbegrenzt. Ausfuhrlich stellen die Autoren diese Neuerungen dar. Zudem erlautern sie die Einflusse auf die Gesellschaft und weisen auf Prozesse hin, die ein radikales Umdenken erfordern werden. Das erste deutschsprachige Buch zum Thema."

grep Pocket Reference (Paperback): John Bambenek grep Pocket Reference (Paperback)
John Bambenek
R472 Discovery Miles 4 720 Ships in 12 - 19 working days

"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 and application development, and there are many other ways to use the utility. This pocket reference is ideal for system administrators, security professionals, developers, and others who want to learn more about grep and take new approaches with it.With "Grep Pocket Reference", you will: learn methods for filtering large files for specific content; acquire information not included in the current grep documentation; get several tricks for using variants such as egrep; keep key information about grep right at your fingertips; and, find the answers you need about grep quickly and easily. If you're familiar with this utility, "Grep Pocket Reference" will help you refresh your basic knowledge, understand rare situations, and find more efficient uses. If you're new to grep, this book is the best way to get started.

Hacker Contest - Sicherheitsprobleme, Loesungen, Beispiele (German, Hardcover, 2003 ed.): Markus Schumacher, Utz Roedig,... Hacker Contest - Sicherheitsprobleme, Loesungen, Beispiele (German, Hardcover, 2003 ed.)
Markus Schumacher, Utz Roedig, Marie-Luise Moschgath
R1,673 Discovery Miles 16 730 Ships in 12 - 19 working days

Know-how zur Abwehr von Hacker-Angriffen
Mehr Sicherheit fur Netze, Systeme und Anwendungen
Praxis-Leitfaden mit konzeptionellem Ansatz
Anschaulich durch zeitlose Beispiele

Ein Wettbewerb der Hacker? Wer knackt am schnellsten das Sicherheitssystem?
Die andere Seite - die Sicherheitsexperten - mussen in der Lage sein, Rechnernetze, Systeme und Anwendungen aus der Sicht eines Angreifers zu verstehen, um Sicherheitslucken erkennen und effizient schliessen zu konnen. Dabei unterstutzt sie das Buch.
Das Thema Sicherheit wird hier pragmatisch betrachtet. Die Sicherheit einer Komponente hangt meist direkt von einer oder mehreren anderen Komponenten ab, wobei diese Abhangigkeiten komplex und schwer erfassbar sind.
Auf Basis der Erfahrungen, die im Rahmen des "Hacker Contest" gesammelt wurden, vermittelt das Buch praxisnah die Grundsatze des Hackens bzw. Crackens und prinzipieller Angriffskonzepte.
Die Autoren sind kontiunierlich an der Konzeption und Durchfuhrung des Hacker Contest beteiligt. Sie haben bereits im Informatik-Spektrum einen Artikel zum Thema veroffentlich, der auf grosse Resonanz stiess."

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Coding for Kids Ages 10 and Up - Coding…
Bob Mather Hardcover R933 Discovery Miles 9 330
Ways of Experiencing Information…
Susie Andretta Paperback R1,553 Discovery Miles 15 530
Destiny: Grimoire Anthology - Volume 2
Bungie Hardcover  (1)
R655 R589 Discovery Miles 5 890
Library Scholarly Communication Programs…
Isaac Gilman Paperback R1,562 Discovery Miles 15 620
Research Trends in Combinatorial…
William J. Cook, Laszlo Lovasz, … Hardcover R2,987 Discovery Miles 29 870
Integrated Business Information Systems…
Klaus-Dieter Gronwald Hardcover R2,385 Discovery Miles 23 850
Practical and Effective Management of…
Richard Moniz, Jr. Paperback R1,540 Discovery Miles 15 400
Metaheuristics for Finding Multiple…
Mike Preuss, Michael G. Epitropakis, … Hardcover R4,592 Discovery Miles 45 920
30 Programs for the Sinclair ZX80
Retro Reproductions Hardcover R580 Discovery Miles 5 800
Chinese Librarianship in the Digital Era
Conghui Fang Paperback R1,353 Discovery Miles 13 530

 

Partners