0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (20)
  • R250 - R500 (81)
  • R500+ (1,094)
  • -
Status
Format
Author / Contributor
Publisher

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

C/USB - The Universal Serial Bus Device Stack and the Renesas Rx63n (Hardcover): The Micrium Usb Team C/USB - The Universal Serial Bus Device Stack and the Renesas Rx63n (Hardcover)
The Micrium Usb Team
R2,142 Discovery Miles 21 420 Ships in 18 - 22 working days

USB is likely the most successful communication interface in the history of computer systems, and is the de-facto standard for connecting computer peripherals. Micri m's C/USB-Device is a USB device stack designed specifically for embedded systems. Built from the ground up with Micri m's quality, scalability and reliability, it has gone through a rigorous validation process to comply with the USB 2.0 specification. The first part of this book describes the inner-workings of USB using Micri m's C/USB-Device stack as a reference. The second part demonstrates how the Renesas YRDKRX63N Demonstration Kit (sold separately) and Micri m's C/USB-Device stack can be used as the foundation to build a USB device that relies on a combination of proven hardware and software platforms. Renesas' ultra-low-power RX63N MCU is at the core of the YRDKRX63N board, which incorporates communication functions such as USB 2.0 full-speed (host or device) among others. The examples featured in this book include USB devices with the most basic functionality that will allow you to understand the USB concepts covered in the first part of the book and at the same time, they provide a framework to quickly build devices such as: - USB-to-serial adapter (Communications Device Class) - Mouse or keyboard (Human Interface Device Class) - Removable storage device (Mass Storage Class) - USB medical device (Personal Healthcare Device Class) - Custom device (Vendor Class)

SQL Server Hardware (Paperback): Glenn Berry SQL Server Hardware (Paperback)
Glenn Berry
R710 R639 Discovery Miles 6 390 Save R71 (10%) Ships in 18 - 22 working days

Relational databases place heavy demands on their underlying hardware and many of these databases are mission-critical resources for multiple applications, where performance bottlenecks are immediately noticeable and often very costly to the business. Despite this, many database administrators are not very knowledgeable about server hardware. Many medium-to-large companies have completely separate departments that are responsible for hardware selection, configuration, and maintenance, and the DBA with no knowledge of hardware is often completely at their mercy. Likewise, many DBAs are also unaware of the performance implications of the various options and configurations for SQL Server, and the Operating System on which it is installed. Glenn Berry is a highly experienced Database Architect, teacher and SQL Server MVP, and his book is designed to provide the fundamental knowledge and resources you need to make intelligent choices about optimal installation and configuration of SQL Server hardware, operating system and the SQL Server RDBMS. With what you learn in this book, you'll be able to ensure that your SQL Server instances can handle gracefully the CPU, memory and IO workload generated by your applications, and that the operating system and SQL Server itself are installed, patched, and configured for maximum performance and reliability.

SAP BW "All-in-One" Reporting Solutions - "Out-of-the-Box" Step-by-Step Building Blocks and Project Implementation Roadmap... SAP BW "All-in-One" Reporting Solutions - "Out-of-the-Box" Step-by-Step Building Blocks and Project Implementation Roadmap (Paperback)
Robert DuPrey Ph.D.
R2,569 Discovery Miles 25 690 Ships in 18 - 22 working days
ICS 11 Proceedings of the 2011 ACM International Conference on Supercomputing (Paperback): Supercomputing Conference Committee ICS 11 Proceedings of the 2011 ACM International Conference on Supercomputing (Paperback)
Supercomputing Conference Committee
R2,764 Discovery Miles 27 640 Ships in 18 - 22 working days

ICS (International Conference on Supercomputing) is the premier international forum for the presentation of research results in high-performance computing systems. Papers are solicited on all aspects of research, development, and application of large-scale, high-performance experimental and commercial systems. The list of topics includes (but not limited to): * Computationally challenging scientific and commercial applications, particularly studies and experiences on large-scale systems;* Computer architecture and hardware, including multicore and multiprocessor systems, accelerators, memory, interconnection networks and storage and file systems;* High-performance computational and programming models, including new languages and middleware for high performance computing, autotuning and function-specific code generators;* High performance system software, including compilers, runtime systems, programming and expand

Windows 7 Enterprise Desktop Support Technician (EDST7) 70-685 Study Guide (Paperback): Sean Odom, Alan Frazier Windows 7 Enterprise Desktop Support Technician (EDST7) 70-685 Study Guide (Paperback)
Sean Odom, Alan Frazier
R502 Discovery Miles 5 020 Ships in 18 - 22 working days

This MCITP Windows 7 Exam Study Guide has excellent coverage of all the exam objectives in a systematic approach. So you can be confident that you're getting the instruction you need to take Microsoft's new MCITP exam (70-685) called the Windows 7 Enterprise Desktop Support Technician (EDST7). This book is packed with practical guidance and step-by-step exercises to reinforce critical skills. Over 350 screenshots and figures, as well as oustanding authors who brings real-world scenarios, comprehensive self assessments tests, and step-by-step instructions to put what you've learned in the context of actual job roles. Also includes a challenging Self Assessment tests at the end of the book to prepare you for exam day.

Simple Real-time Operating System - A Kernel Inside View for a Beginner (Paperback): Chowdary Venkateswara Penumuchu Simple Real-time Operating System - A Kernel Inside View for a Beginner (Paperback)
Chowdary Venkateswara Penumuchu
R875 Discovery Miles 8 750 Ships in 18 - 22 working days

The first motivation for writing this book is to teach my colleagues about RTOS (Real-Time Operating System) concepts and the proprietary RTOS developed for our project by me. I realized that the same material with some extension can be useful to most embedded engineers who are beginners in learning about RTOS. I came across many embedded engineers who are not comfortable to use real-time operating system. A significant fraction of these people have taken operating systems course during their undergraduate or graduate studies The unease obviously even more aggravated for those embedded engineers who do not take operating systems course during their college level studies. I think this is the main reason that some companies still use tricky, messy workarounds to solve their scheduling problems in their simple and moderately complex projects. The operating systems course the engineers studied during their undergraduation is too broad which only cover theoretical aspects of all kinds of systems, and mostly devoid of practical training that students can not gain the ability to develop one
RTOS market share surveys show a significant fraction of companies use their proprietary operating systems. The proprietary RTOS has the advantages of leanness, higher efficiency and much more configurability as it is entirely open. Even though the market share for proprietary RTOS is slowly declining, the fraction of the companies that use proprietary RTOSes will be significant for many more years. This book can be a great resource for the engineers who are developing and maintaining a proprietary RTOS for his/her company.
This book address the needs of the people who want to learn about RTOSand also those who want to develop one. This book gives in-depth understanding of RTOS, make the reader comfortable in understanding a code written using RTOS, make the reader comfortable using RTOS to develop a new piece of code. This book explains all basic RTOS concepts starting from scratch in detail. So a beginner or a person only with little experience with RTOS can significantly benefit from this book. This book discusses most of the RTOS concepts and implements them in a piece of code and develops one simple RTOS kernel, named as SROS (Simple Real-time Operating System). All the features for SROS kernel are developed one at a time in an evolutionary manner. So this book can also benefit an experienced person who wants to know more about RTOS kernel. As this book develop feature by feature in a piece meal fashion, this book can greatly benefit the people who want to develop a proprietary RTOS for their projects. As this book covers the kernel of RTOS and point out some short term projects a reader can do, this book can also be used by students who want to know about the kernel of RTOS and want to do some short term projects on RTOS.
This book introduces the RTOS concepts one by one and shows their implementations in C code, or pseudo C code together with ARM assembly code when C implementation is not possible (i.e. in case of Hardware Abstraction Layer functions). Every piece of code shown as example in this book has either C code or pseudo C code so readers with out the knowledge of ARM architecture and instruction set can also understand the functionality of the code easily. (The ARM code given in this book and CDROM is developed for ARM architecture V5 and tested on ARM9platform). Allover the book when we mention ARM processor, it means we are referring to an ARM core that implement ARM V5 architecture. The RTOS code developed in the book is named as SROS (Simple Real-time Operating System). The SROS kernel implementation is on similar lines to many commercially available RTOSes. The SROS kernel features are added chapter after chapter. At any level of development, SROS code available in the accompanied CDROM can be readily used in an ARM based system and can be ported easily to other processor platforms. SROS features are implemented incrementally so that user has the choice of using it at any level of complexity. SROS with minimal features provide minimum code, execution time overheads and vice versa. The code size and execution complexity of SROS is less in the initial version compared to the later version even after unused functions are removed by linker. The accompanied CD-ROM provides 2 versions of SROS which were incrementally developed and finished by the end of 2nd and 3rd chapters.
The author assumes that the reader is familiar with C programming, and simple data structure - linked lists. No knowledge about assembly programming of ARM processor is assumed, even though the accompanying CDROM provide the SROS implementation on ARM platform, which is auxiliary.
The readers of this book after reading it can have the comfort of working/evaluating any RTOS, can have the comfort of knowing the internals of RTOS, can use highly simple and optimal SROS without any royalties with the flexibility of customizations, or can develop a simple proprietary real-time operating system in a few days.

Cloud Computing and Virtualization (Paperback): Abhay Bhadani Cloud Computing and Virtualization (Paperback)
Abhay Bhadani
R1,178 Discovery Miles 11 780 Ships in 18 - 22 working days

This book gives an overview of Cloud Computing and Virtualization. It discusses the issues in Computational Resource Allocation and does an extensive experiments to evaluate the performance of web servers hosted on virtual operating systems. As multiple operating systems run on a single physical server, and multiple servers are running in the data center all connected via high speed network links, at some point of time, one of the servers may be overloaded, while others may remain underutilized. This poses challenges related to distributing the load and to carry out the work perfectly by using load balancing algorithm over the virtual machines. This book tries to find out the insights to balance the load based on computational time parameter of the virtual machines. We have also tried to evaluate and compare the performance of the web servers on different virtualization softwares including Xen, OpenVZ and Linux Operating Systems. It also discusses few algorithms related to resource allocation using control theory concepts and distributed computing algorithms.

User Modeling of Parallel Workloads (Paperback): David Talby User Modeling of Parallel Workloads (Paperback)
David Talby
R1,400 Discovery Miles 14 000 Ships in 18 - 22 working days

The goal of workload modeling is to predict a computer's workload well enough to design it correctly. A poor model will lead to degraded performance and user satisfaction. Analyzing logs from multiple real parallel computers uncovers several statistical features - locality of sampling, daily cycles, weekly cycles, self similarity and flurries - that are missing from current workload models. Their practical importance is demonstrated by two new kinds of scheduling algorithms - adaptive scheduling and shortest job backfill first scheduling - which achieve an average 10% bottom- line performance gain and 35% stability gain on the production workloads. The second part of this book presents a user based workload model. It identifies four stable user types and five stable session types. It then deduces model parameters, the distributions of the arrival and activity patterns for both users and sessions, their dependencies and temporal structure. The methodology and statistical toolset is explained to make it easier to reuse in other domains. The insights and practical advice provided will be of use to anyone building or operating a large-scale parallel computer.

Easy Steps to Speed Up Windows XP - Now That You've Had Windows XP for Awhile, How to Make It Run Faster (Paperback):... Easy Steps to Speed Up Windows XP - Now That You've Had Windows XP for Awhile, How to Make It Run Faster (Paperback)
Michael Palmer
R355 Discovery Miles 3 550 Ships in 18 - 22 working days
The SysAdmin Handbook (Paperback): Various The SysAdmin Handbook (Paperback)
Various
R767 R696 Discovery Miles 6 960 Save R71 (9%) Ships in 18 - 22 working days

Over the past two years, Simple-Talk has published articles on a variety of SysAdmin topics, from Exchange to Virtualization, and including everything from Powershell to Unifi ed Messaging. We have brought the best of these articles together to form The SysAdmin Handbook. With over fi fty articles packed into this book, it will be an essential reference for any Systems Administrator, whether you have years of experience or are just starting out.

Sexy Web Design - Creating Interfaces That Work (Paperback): Jina Bolton, Elliot Jay Stocks Sexy Web Design - Creating Interfaces That Work (Paperback)
Jina Bolton, Elliot Jay Stocks
R1,114 Discovery Miles 11 140 Ships in 18 - 22 working days

Sexy Web Design is an easy-to-follow guide that reveals the secrets of how to build your own breathtaking web interfaces from scratch. You'll be guided through the entire process of creating a gorgeous, usable web site by applying the timeless principles of user-centered design.

Even if you're short on design skills, with this book you'll be creating your own stunning web sites in no time at all.

Throughout, the focus is on simple and practical techniques that anyone can use - you don't need to have gone to art school or have artistic flair to create stunning designs using the methods outlined in this book.

The book's full-color layout and large format (8" x 10") make Sexy Web Design a pleasure to read. Master key web interface design principles Design amazing web interfaces from scratchCreate beautiful, yet functional, web sitesUnleash your artistic talentsAnd much more

Who should read this book?

Whether you're completely new to web design, a seasoned pro looking for inspiration, or a developer wanting to improve your sites' aesthetics, there's something for everyone here.

How? Because instead of trying to cover every possible area of creating a web site, we've focused purely on the design stage; that is, everything that happens before a single line of code is written.

However, great design is more than just aesthetics. Long before we open our graphics program of choice, we'll be conducting research, dealing with clients, responding to briefs, sketching out sitemaps, planning information architecture, moving from doodles to diagrams, exploring different ways of interactivity, and building upon design traditions.

But ultimately, you'll be finding out how to create web sites that look drop-dead gorgeous.

Modelling Enterprise Architectures (Paperback, New): Jon Holt, Simon Perry Modelling Enterprise Architectures (Paperback, New)
Jon Holt, Simon Perry
R2,808 R2,548 Discovery Miles 25 480 Save R260 (9%) Ships in 18 - 22 working days

For any organisation to be successful in an increasingly competitive and global working environment, it is essential that there is a clear understanding of all aspects of the business. Given that no two organisations are exactly alike, there is no definitive understanding of exactly what these aspects are as they will depend on the organisation's nature, size and so on. Some of the aspects of the business that must be considered include: process models, process descriptions, competencies, standards, methodologies, infrastructure, people and business goals. It is important that these different aspects of the business are not only understood, but also that they are consistent and congruent with one another. The creation of an effective Enterprise Architecture (EA) provides a means by which an organisation can obtain such an understanding. This book looks at the practical needs of creating and maintaining an effective EA within a twenty-first-century business through the use of pragmatic modelling. The book introduces the concepts behind enterprise architectures, teaches the modelling notation needed to effectively realise an enterprise architecture and explores the concepts more fully through a real-life enterprise architecture.

An Introduction to Programming in Emacs Lisp - Edition 3.10 (Paperback): Robert J. Chassell An Introduction to Programming in Emacs Lisp - Edition 3.10 (Paperback)
Robert J. Chassell
R550 Discovery Miles 5 500 Ships in 18 - 22 working days
Basics of Windows 7 with color images (Paperback): Nancy Corcoran, Jeffrey Corcoran Basics of Windows 7 with color images (Paperback)
Nancy Corcoran, Jeffrey Corcoran
R1,111 Discovery Miles 11 110 Ships in 18 - 22 working days

Learn the basics of how to use Windows 7 with easy to follow directions and color pictures guiding you through each step.

Basics of Windows 7 (Paperback): Nancy Corcoran, Jeffrey S. Corcoran Basics of Windows 7 (Paperback)
Nancy Corcoran, Jeffrey S. Corcoran
R545 Discovery Miles 5 450 Ships in 18 - 22 working days

Learn the basics of how to use Windows 7 with easy to follow directions and pictures guiding you through each step.

Microsoft Windows Vista - Installing, Upgrading, and Troubleshooting. Step By Step, A Complete Guide and Reference (Paperback):... Microsoft Windows Vista - Installing, Upgrading, and Troubleshooting. Step By Step, A Complete Guide and Reference (Paperback)
Tahir M. Khan
R567 Discovery Miles 5 670 Ships in 18 - 22 working days

Step by step guide to Install, upgrade, and troubleshoot Microsoft Windows Vista operating system

HP Certified Systems Administrator - 11i V3 (Paperback): Asghar Ghori HP Certified Systems Administrator - 11i V3 (Paperback)
Asghar Ghori
R1,465 R1,243 Discovery Miles 12 430 Save R222 (15%) Ships in 18 - 22 working days

This book contains 36 chapters and is structured to facilitate readers to grasp concepts, understand implementation procedures, learn command syntax, configuration files and daemons involved, and understand basic troubleshooting. The 36 chapters are divided into three key areas: UNIX Fundamentals, HP-UX System Administration and HP-UX Network Administration. These chapters cover topics that are on HP s recommended certification courses UNIX Fundamentals, System and Network Administration I, System and Network Administration II, and HP-UX for Experienced UNIX System Administrators as well as on official exam objectives list. 1.UNIX Fundamentals (chapters 1 to 6, and 22) covers the basics of UNIX and HP-UX. Most information is not specific to a particular UNIX flavor, rather, includes general UNIX concepts, file manipulation and security techniques, vi editor, shell and awk programming, basic commands and other essential topics. Unlike many other similar books, a chapter on shell scripting is presented after covering HP-UX System Administration area. This is done purposely to provide readers with practical examples based on the knowledge they gain from UNIX Fundamentals and HP-UX System Administration chapters. 2.HP-UX System Administration (chapters 7 to 21) covers the HP-UX-specific system administration concepts and topics including server hardware information and mass storage stack; virtualization technologies and HP-UX installation; software and patch management; user and group administration; LVM and file system administration; EVFS and swap management; system shutdown and startup procedures; kernel configuration and management techniques; backup and restore functions; printer and print request management, job automation and process control; and system logging and performance monitoring. 3.HP-UX Network Administration (chapters 23 to 36) covers HP-UX network and security administration concepts and topics such as OSI and TCP/IP reference models; network hardware overview and LAN interface administration; IP subnetting and routing techniques; basic network testing and troubleshooting; internet services and sendmail; time synchronization (NTP) and resource sharing (NFS, AutoFS and CIFS) services; naming (DNS, NIS and LDAP) services and automated installation techniques; and high-availability concepts and system security tools and practices. Throughout the book figures, tables, screen shots and examples are given for explanation purposes. The book includes 863 exam review questions with answers.

Mastering OpenLDAP (Paperback, New): Matt Butcher Mastering OpenLDAP (Paperback, New)
Matt Butcher
R1,341 Discovery Miles 13 410 Ships in 18 - 22 working days

This practical introduction to OpenLDAP for Application Developers emphasizes how to get things done, going into Lightweight Directory Access Protocol (LDAP) theory only to answer practical questions. It demystifies OpenLDAP, providing a solid understanding of how to use its directory and covering building directory services, integrating directory services, and developing directory-enabled PHP or Python applications. Readers need only basic Linux system administration experience, not LDAP experience. Open-source OpenLDAP directory server is included in all major Linux distributions; many open-source and proprietary applications can use OpenLDAP's services. Client applications use LDAP to connect to OpenLDAP, search the directory, and (if authorized) modify and manipulate records. Most often used to provide network-based authentication services for users, LDAP servers have many other uses: address book, DNS database, organizational tool, even network object store for applications.

Configuring IPCop Firewalls: Closing Borders with Open Source (Paperback, New): Barrie Dempster, James Eaton-Lee Configuring IPCop Firewalls: Closing Borders with Open Source (Paperback, New)
Barrie Dempster, James Eaton-Lee
R1,043 Discovery Miles 10 430 Ships in 18 - 22 working days

This book is an easy-to-read guide to using IPCop in a variety of different roles within the network. The book is written in a very friendly style that makes this complex topic easy and a joy to read. It first covers basic IPCop concepts, then moves to introduce basic IPCop configurations, before covering advanced uses of IPCop. This book is for both experienced and new IPCop users. IPCop is a powerful, open source, Linux based firewall distribution for primarily Small Office Or Home (SOHO) networks, although it can be used in larger networks. It provides most of the features that you would expect a modern firewall to have, and what is most important is that it sets this all up for you in a highly automated and simplified way. This book is an easy introduction to this popular application. After introducing and explaining the foundations of firewalling and networking and why they're important, the book moves on to cover using IPCop, from installing it, through configuring it, to more advanced features, such as configuring IPCop to work as an IDS, VPN and using it for bandwidth management. While providing necessary theoretical background, the book takes a practical approach, presenting sample configurations for home users, small businesses, and large businesses. The book contains plenty of illustrative examples. Chapter 1 briefly introduces some firewall and networking concepts. The chapter introduces the roles of several common networking devices and explains how firewalls fit into this. Chapter 2 introduces the IPCop package itself, discussing how IPCop's red/orange/blue/green interfaces fit into a network topology. It then covers the configuration of IPCop in other common roles, such as those of a web proxy, DHCP, DNS, time, and VPN server. Chapter 3 covers three sample scenarios where we learn how to deploy IPCop, how IPCop interfaces connect to each other and to the network as a whole. Chapter 4 covers installing IPCop. It outlines the system configuration required to run IPCop, and explains the configuration required to get IPCop up and running. In Chapter 5, we will learn how to employ the various tools IPCop provides us with to administrate, operate, troubleshoot, and monitor our IPCop firewall Chapter 6 starts off with explaining the need for an IDS in our system and then goes on to explain how to use the SNORT IDS with IPCop. Chapter 7 introduces the VPN concept and explains how to set up an IPSec VPN configuration for a system. Special focus is laid on configuring the blue zone - a secured wireless network augmenting the security of a wireless segment, even one already using WEP or WPA. Chapter 8 demonstrates how to manage bandwidth using IPCop making use of traffic shaping techniques and cache management. The chapter also covers the configuration of the Squid web proxy and caching system. Chapter 9 focuses on the vast range of add-ons available to configure IPCop to suit our needs. We see how to install add-ons and then learn more about common add-ons like SquidGuard, Enhanced Filtering, Blue Access, LogSend, and CopFilter. Chapter 10 covers IPCop security risks, patch management and some security and auditing tools and tests. Chapter 11 outlines the support IPCop users have in the form of mailing lists and IRC. The book is suitable for anyone interested in securing their networks with IPCop - from those new to networking and firewalls, to networking and IT Professionals with previous experience of IPCop. No knowledge of Linux or IPCop is required.

HP Certified Systems Administrator (2nd Edition) (Paperback): Asghar Ghori HP Certified Systems Administrator (2nd Edition) (Paperback)
Asghar Ghori
R1,379 Discovery Miles 13 790 Ships in 18 - 22 working days

Like the first edition of this book, the second edition also covers three main objectives to provide a comprehensive resource to individuals, including novice, IT/Non-HP-UX administrators, and HP-UX administrators who intend to take the new HP Certified Systems Administrator exam HP0-095 and pass it; to provide a quick and valuable on-the-job resource to HP-UX administrators, administrators of other UNIX operating systems, IT managers, programmers, and DBAs working in the HP-UX environment; and to provide an easy-to-understand guide to novice and IT/non-HP-UX administrators who intend to learn HP-UX from the beginning. This book contains 38 chapters and is structured to facilitate readers to grasp concepts, understand implementation procedures, understand basic troubleshooting, learn command syntax, configuration files, and daemons involved. The 38 chapters are divided into three key areas: UNIX Fundamentals, HP-UX System Administration, and HP-UX Network Administration. 1. UNIX Fundamentals (chapters 1 to 6 and 23) covers the basics of UNIX. Most information is not specific to a particular UNIX flavor, rather includes general UNIX concepts, file manipulation and security techniques, vi editor, shell and awk programming, basic commands, and other essential topics. Unlike many other similar books, a chapter on shell scripting is presented after covering HP-UX System Administration area. This is done purposely to supply readers with practical examples based on the knowledge they gain from UNIX Fundamentals and HP-UX System Administration chapters. 2. HP-UX System Administration (chapters 7 to 22) covers the HP-UX-specific system administration concepts and topics, including system partitioning and HP-UX installation; software and patch management; user and group administration; LVM and VxVM management; file system and swap administration; system shutdown and startup procedures; kernel configuration and reconfiguration techniques; backup and restore functions; printer and print request management, job automation and process control; and system logging and performance monitoring. 3. HP-UX Network Administration (chapters 24 to 38) covers HP-UX network administration concepts and topics, such as OSI and TCP/IP reference models; network hardware overview and LAN card administration; IP subnetting and routing techniques; basic network testing and troubleshooting; internet services and sendmail; time synchronization (NTP) and resource sharing (NFS, AutoFS, and CIFS) services; naming (DNS, NIS, and LDAP) and boot services; automated installation techniques and high-availability concepts; and system security and hardening. Each chapter begins with a list of major topics to be covered in the chapter and ends with a summary. Throughout the book, tables, figures, screen shots, and examples are given for explanation purposes. The output generated because of running commands and shell scripts is highlighted in light grey background to differentiate from surrounding text. The book includes several appendices, one of which contains 672 practice exam questions. Answers to practice exam questions and tables of commands, important files, and service daemons are included in appendix area as well.

C and the 8051 (4th Edition) (Paperback, 4th ed.): Thomas W. Schultz C and the 8051 (4th Edition) (Paperback, 4th ed.)
Thomas W. Schultz
R1,157 R1,036 Discovery Miles 10 360 Save R121 (10%) Ships in 18 - 22 working days

This slightly revised 4th edition includes two example projects from the earlier editions not found in the third edition but is otherwise unchanged. As before it includes a massive amount of information about the 8051-family of microcontrollers and techniques for programming them in the C language. There is a strong emphasis on interrupt-driven programming and operating systems as well as many algorithms related to typical microcontroller interfacing. There is extensive ground-up coverage of serial interfacing and small-area networks.

Operating System - Concepts and Techniques (Paperback): M Naghibzadeh Operating System - Concepts and Techniques (Paperback)
M Naghibzadeh
R549 R513 Discovery Miles 5 130 Save R36 (7%) Ships in 18 - 22 working days

"Operating System" is the most essential program of all, without which it becomes cumbersome to work with a computer. It is the interface between the hardware and computer users making the computer a pleasant device to use. "The Operating System: Concepts and Techniques" clearly defines and explains the concepts: process (responsibility, creation, living, and termination), thread (responsibility, creation, living, and termination), multiprogramming, multiprocessing, scheduling, memory management (non-virtual and virtual), interprocess communication/synchronization (busy-wait-based, semaphore-based, and message-based), deadlock, and starvation. Real-life techniques presented are based on UNIX, Linux, and contemporary Windows. The book has briefly discussed agent-based operating systems, macro-kernel, microkernel, extensible kernels, distributed, and real-time operating systems. The book is for everyone who is using a computer but is still not at ease with the way the operating system manages programs and available resources in order to perform requests correctly and speedily. High school and university students will benefit the most, as they are the ones who turn to computers for all sorts of activities, including email, Internet, chat, education, programming, research, playing games etc. It is especially beneficial for university students of Information Technology, Computer Science and Engineering. Compared to other university textbooks on similar subjects, this book is downsized by eliminating lengthy discussions on subjects that only have historical value.

Designing Bsd Rootkits (Paperback): Joseph Kong Designing Bsd Rootkits (Paperback)
Joseph Kong
R848 Discovery Miles 8 480 Ships in 18 - 22 working days

Though rootkits have a fairly negative image, they can be used for both good and evil. Designing BSD Rootkits arms you with the knowledge you need to write offensive rootkits, to defend against malicious ones, and to explore the FreeBSD kernel and operating system in the process. Organized as a tutorial, Designing BSD Rootkits will teach you the fundamentals of programming and developing rootkits under the FreeBSD operating system. Author Joseph Kong's goal is to make you smarter, not to teach you how to write exploits or launch attacks. You'll learn how to maintain root access long after gaining access to a computer and how to hack FreeBSD. Kongs liberal use of examples assumes no prior kernel-hacking experience but doesn't water down the information. All code is thoroughly described and analyzed, and each chapter contains at least one real-world application.Included: The fundamentals of FreeBSD kernel module programming Using call hooking to subvert the FreeBSD kernel Directly manipulating the objects the kernel depends upon for its internal record-keeping Patching kernel code resident in main memory; in other words, altering the kernel's logic while it's still running How to defend against the attacks described Hack the FreeBSD kernel for yourself

Sistemas Operativos (English, Spanish, Paperback): William Stallings Sistemas Operativos (English, Spanish, Paperback)
William Stallings
R1,908 Discovery Miles 19 080 Ships in 10 - 15 working days
Penguin in the Pew (Paperback): Donald Parris Penguin in the Pew (Paperback)
Donald Parris
R632 Discovery Miles 6 320 Ships in 18 - 22 working days

Penguin in the Pew clears up the confusion about the terms "free" and "open source," addresses the challenges of hardware compatibility, software interoperability, and whether a migration is really more expensive than an upgrade. Readers will learn why and how they should migrate to the GNU/Linux operating system. Additionally, Penguin in the Pew connects readers to the growing community of Christians who use, develop and provide technical support for GNU/Linux and other free and open source applications. The book's author, Don Parris, invites fellow Christians to join in a dialogue where the GNU/Linux "philosophy" and Christian values intersect.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
3D Printing of Sensors, Actuators, and…
Rupinder Singh, Balwinder Singh Dhaliwal, … Hardcover R2,486 Discovery Miles 24 860
Fixed-Time Cooperative Control of…
Zongyu Zuo, Qinglong Han, … Hardcover R3,106 Discovery Miles 31 060
Embroidered Woodland Creatures - 50…
Aimee Ray Paperback R374 R316 Discovery Miles 3 160
Informatics in Control, Automation and…
Jean-Louis Ferrier, Oleg Gusikhin, … Hardcover R6,455 Discovery Miles 64 550
Indian Hill Minor - Asian Art Cross…
Kathleen George, Cross Stitch Collectibles Paperback R426 Discovery Miles 4 260
Becoming Human by Design
Tony Fry Hardcover R3,992 Discovery Miles 39 920
Additive Manufacturing and 3D Printing…
Vishwjeet Ambade, G K Awari, … Hardcover R3,582 Discovery Miles 35 820
Innovation Management and New Product…
Rob Dekkers Paperback R1,067 R895 Discovery Miles 8 950
Artificial Intelligence for Future…
Rabindra Nath Shaw, Ankush Ghosh, … Paperback R3,864 Discovery Miles 38 640
Dragon - Asian Art Cross Stitch Pattern
Kathleen George, Cross Stitch Collectibles Paperback R434 Discovery Miles 4 340

 

Partners