![]() |
Welcome to Loot.co.za!
Sign in / Register |Wishlists & Gift Vouchers |Help | Advanced search
|
Your cart is empty |
||
|
Books > Computing & IT > Computer hardware & operating systems > Operating systems & graphical user interfaces (GUIs)
OpenSolaris is a rapidly evolving operating system with roots in Solaris 10, suitable for deployment on laptops, desktop workstations, storage appliances, and data center servers from the smallest singlepurpose systems to the largest enterpriseclass systems. The growing OpenSolaris community now has hundreds of thousands of participants and users in government agencies, commercial businesses, and universities, with more than 100 user groups around the world contributing to the use and advancement of OpenSolaris. New releases of OpenSolaris become available every six months, with contributions from both Sun engineers and OpenSolaris community members; this book covers the OpenSolaris 2008.11 release. Pro OpenSolaris was written to demonstrate that you can host your open source applications and solutions on OpenSolaris, taking advantage of its advanced features such as containers and other forms of virtualization, the ZFS file system, and DTrace. It's assumed that you are already fairly knowledgeable about developing on Linux systems, so the authors give an overview of the similarities and differences between Linux and OpenSolaris, and then present details on how to use the Service Management Facility (SMF), ZFS, zones, and even a bit of DTrace. They also provide pointers to the many project communities associated with new OpenSolaris features. Special focus is given to web development using familiar applications such as Apache, Tomcat, and MySQL, along with the NetBeans IDE, and showing you how to exploit some of OpenSolaris's unique technologies. What you'll learn Discover the secrets of the ZFS, the most powerful file system ever conceived Explore OpenSolaris AMP (Apache, MySQL, PHP) and GlassFish in the context of Web 2.0 and Linux/Solaris, respectively Familiarize yourself with the new security administration features of OpenSolaris, including changes in DTrace Who this book is for Linux system administrators and programmers who would like to know what they have missed since Solaris became an open-source operating system.
Take your coding skills to the next level with this extensive guide to ObjectiveC, the native programming language for developing sophisticated software applications for Mac OS X. ObjectiveC is a powerful, objectoriented extension of C, making this book the perfect followup to Dave Mark's bestselling Learn C on the Mac, Mac OS X Edition. Whether you're an experienced C programmer or you're coming from a different language such as C++ or Java, leading Mac experts Mark Dalrymple and Scott Knaster show you how to harness the powers of ObjectiveC in your applications A complete course on the basics of ObjectiveC using Apple's free Xcode tools An introduction to objectoriented programming Comprehensive coverage of inheritance, composition, object initialization, categories, protocols, memory management, and organizing source files A brief tour of Cocoa's foundation framework and AppKit A helpful learning curve guide for nonC developers What you'll learn Learn ObjectiveC programming, the gateway to programming your Mac or iPhoneWrite applications for the Mac OS X interface, the cleanest userinterface aroundUnderstand variables and how to design your own data structuresWork with the file systemConnect to data sources and the Internet Who this book is for For anyone wanting to learn to program native applications in Mac OS X, including developers new to the Mac, developers new to Objective-C, or students entirely new to programming.
Some might say we all want Linux with an OS X graphical user interface. Mac for Linux Geeks will assist you step by step in migrating from Linuxbased systems to OS X. Dual booting, virtualization, and building out the Linux environment on OS X are discussed in detail, along with a comparative view of wellknown Mac tools and their open source equivalents. Written for daily use, this concise and dependable guide will steer you across the technical landscape from your chosen Linux flavor to the OS X promised land.Live with OS X, but work with Linux toolsMake the OS XLinux hybrid a realityUse Mac tools where possible and free software where appropriate What you'll learn Dual booting Linux on the Mac Creating a virtual Linux system on the Mac Understanding the OS X graphical user interfaceLeveraging free and open sourcetools to meet the traditional Apple strengths of graphics and multimedia Performing routine OS X system administration for Linux administrators Hybridizing the Linux/Mac experience Who this book is for Whether developer, system administrator or hobbyist geek, this book guides all who want to migrate from Linux to OS X, helping to integrate both operating system experiences.
The Most Useful Tutorial and Reference, with Hundreds of High-Quality Examples for Every Popular Linux Distribution "First Sobell taught people how to use Linux . . . now he teaches you the power of Linux. A must-have book for anyone who wants to take Linux to the next level." -Jon "maddog" Hall, Executive Director, Linux International Discover the Power of Linux--Covers macOS, too! Learn from hundreds of realistic, high-quality examples, and become a true command-line guru Covers MariaDB, DNF, and Python 3 300+ page reference section covers 102 utilities, including macOS commands For use with all popular versions of Linux, including Ubuntu, (TM) Fedora, (TM) openSUSE, (TM) Red Hat, (R) Debian, Mageia, Mint, Arch, CentOS, and macOS Linux is today's dominant Internet server platform. System administrators and Web developers need deep Linux fluency, including expert knowledge of shells and the command line. This is the only guide with everything you need to achieve that level of Linux mastery. Renowned Linux expert Mark Sobell has brought together comprehensive, insightful guidance on the tools sysadmins, developers, and power users need most, and has created an outstanding day-to-day reference, updated with assistance from new coauthor Matthew Helmke. This title is 100 percent distribution and release agnostic. Packed with hundreds of high-quality, realistic examples, it presents Linux from the ground up: the clearest explanations and most useful information about everything from filesystems to shells, editors to utilities, and programming tools to regular expressions. Use a Mac? You'll find coverage of the macOS command line, including macOS-only tools and utilities that other Linux/UNIX titles ignore. A Practical Guide to Linux (R) Commands, Editors, and Shell Programming, Fourth Edition, is the only guide to deliver A MariaDB chapter to get you started with this ubiquitous relational database management system (RDBMS) A masterful introduction to Python for system administrators and power users In-depth coverage of the bash and tcsh shells, including a complete discussion of environment, inheritance, and process locality, plus coverage of basic and advanced shell programming Practical explanations of core utilities, from aspell to xargs, including printf and sshfs/curlftpfs, PLUS macOS-specific utilities from ditto to SetFile Expert guidance on automating remote backups using rsync Dozens of system security tips, including step-by-step walkthroughs of implementing secure communications using ssh and scp Tips and tricks for customizing the shell, including step values, sequence expressions, the eval builtin, and implicit command-line continuation High-productivity editing techniques using vim and emacs A comprehensive, 300-plus-page command reference section covering 102 utilities, including find, grep, sort, and tar Instructions for updating systems using apt-get and dnf And much more, including coverage of BitTorrent, gawk, sed, find, sort, bzip2, and regular expressions
Windows power users have always envied their friends running UNIX machines for the ease of automation that they enjoy. The traditional Windows command-line shell, cmd.exe, has never been up to par with shells like bash or tcsh, especially when it comes to text processing and process automation. Windows PowerShell changes all that. This next-generation shell is also a full-blown scripting environment with a real programming language that allows users to access every part of their operating system. Files, registry entries, and COM and .NET objects are all supported by PowerShell, which makes manipulating them a breeze. Pro Windows PowerShell will show you how to use all this power in your own work. You'll discover the object-oriented features of the shell and how they help in extracting and manipulating data. You'll then learn how to use those features to solve real-world problems: manipulating files, working with text, monitoring systems, and performing operations over the network. The book serves as not only a tutorial, but also a reference: the Real World part is structured so that it can be read nonlinearly and used as a reference or a cookbook. And you'll find freely available tools and extensions that will help you do things even faster. Pro Windows PowerShell is your best companion to the capabilities and power that PowerShell offers you. What you'll learn See how to solve real problems with Windows PowerShell using a repository of working code. Get a sense of the big picture, with PowerShell integrating with the outside world. You will discover examples and techniques when dealing with other programs, the operating system, and the network. Explore free andopen-source tools and extensions that help you get results with Windows PowerShell fast. (No other book has this feature ) Who is this book for? Pro Windows PowerShell is targeted at professionals who handle a lot of repetitive tasks. The goal is to show how PowerShell can help script most of those tasks and reduce their burden. The book contains examples on automating typical system administration tasks: configuration, monitoring, network queries, text manipulation, and file operations. The ideas presented will be beneficial to power users needing a better shell and an automation environment, system and network administrators looking to streamline their daily activities, and software developers wishing to optimize their build and deploy process. About the Apress Pro Series The Apress Pro series books are practical, professional tutorials to keep you on and moving up the professional ladder. You have gotten the job, now you need to hone your skills in these tough competitive times. The Apress Pro series expands your skills and expertise in exactly the areas you need. Master the content of a Pro book, and you will always be able to get the job done in a professional development project. Written by experts in their field, Pro series books from Apress give you the hard-won solutions to problems you will face in your professional programming career. Related Titles Windows Server 2003 Networking Recipes: A Problem-Solution Approach From Bash to Z Shell: Conquering the Command Line
If you want to develop efficient, smooth-running applications, controlling concurrency and memory are vital.Automatic Reference Counting is Apple's game-changing memory management system, new to Xcode 4.2. Pro Multithreading and Memory Management for iOS and OS X shows you how ARC works and how best to incorporate it into your applications.Grand Central Dispatch (GCD) and blocks are key to developing great apps, allowing you to control threads for maximum performance. If for you, multithreading is an unsolved mystery and ARC is unexplored territory, then this is the book you'll need to make these concepts clear and send you on your way to becoming a master iOS and OS X developer.What are blocks? How are they used with GCD? Multithreading with GCD Managing objects with ARC What you'll learn H To understand ARC technology and how to use it Who this book is for This book is for professional OS X and iOS application programmers. In particular, it's for those who want to develop highly responsive applications with concurrent programming. Table of Contents Life beforeAutomatic Reference Counting ARCRules ARC Implementation Getting Started with Blocks Blocks Implementation Grand Central Dispatch GCDBasics GCDImplementation Appendix A. Example of ARC, Blocks and GCD Appendix B. References
Microsoft's Windows Phone 7 handsets have injected a new vibrancy into the smartphone marketplace and provided bold new opportunities for the Microsoft development community. Take advantage of these opportunities with Beginning Windows Phone App Development, written specifically to help you learn the skills you'll need to develop rich, functional apps for the Windows Phone 7 platform. Authors Henry Lee and Eugene Chuvyrov cover the very latest developments in the field--including the extended APIs offered in the new Mango platform update--so you'll have timely, accurate information at your fingertips. Beginning Windows Phone App Development starts with the basics, walking you through the process of downloading and setting up the right development tools, including Visual Studio, Expression Blend, Silverlight SDK, and Windows Phone SDK. It then takes you step-by-step though the development process as you build and deploy a working application, complete with a sophisticated user interface. Finally, you'll receive step-by-step instructions on packaging and selling your applications through the Windows Phone Marketplace.What you'll learn * How to create effective networked applications * How to leverage your phone's GPS capabilities from within your application * How to interact with the phone's built-in functionalities (camera, contacts, maps, accelerometer, video and web browser, to name but a few) * How to construct highly graphical and responsive user interfaces quickly and easily using these features * How to package and distribute your applications for both personal distribution and commercial sale via the Windows Phone Marketplace Who this book is for This book is for anyone interested in developing applications for the Windows Phone 7.5 platform. You might be an existing .NET developer looking for a new creative angle, or perhaps an iPhone or Android developer looking for a new opportunity. If you have an understanding of basic .NET coding practices, then this book is for you.Table of Contents * Introducing Windows Phone 7 and the Windows Phone Platform * Building Windows Phone 7 Applications * Using Cloud Services As Data Stores * Catching and Debugging Errors * Packaging, Publishing, and Managing Applications * Working with the Accelerometer * Application Bar * WebBrowser Control * Working with Controls and Themes * Integrating Applications with the Windows Phone OS * Creating Trial Applications * Internationalization * Isolated Storage * Using Location Services * Media * Working with the Camera and Photos * Push Notifications * Reactive Extensions for .NET * Securit
This book is an introduction to the design and implementation of operating systems using OSP 2, the next generation of the highly popular OSP courseware for undergraduate operating system courses. Coverage details process and thread management; memory, resource and I/0 device management; and interprocess communication. The book allows students to practice these skills in a realistic operating systems programming environment. An Instructors Manual details how to use the OSP Project Generator and sample assignments. Even in one semester, students can learn a host of issues in operating system design.
Today's iPhone and iPad apps developers are often running into the need to refine, improve and optimize their apps performances. As more complex apps can be created, it is even more important for developers to deal with this critical issue. Pro iOS Apps Performance Tuning and Optimizationcovers many common but difficult problems when tuning and optimizing performance for iPhoneand iPad appsand how to resolve these problems efficiently. This book gives you the following: Basic knowledge on common problems in iPhone apps Advanced knowledge over data structure, algorithms, multithreading, and network data in iPhone apps Comparisonwith problems and solutions for Android and Windows Phone apps After reading this must-have book, you'll be ready to make the most of the processing power of the iPhone with your apps performance optimization know-how. What you'll learn Benchmark your apps using emulators and real device tests Increase and optimize UITableView performance in your iOS apps Increase your app performance using image and data caching techniques Tune your apps using algorithms and data structures Improve your parallel data access using multithreading techniques Optimize memory usage for increased battery life and better apps performance Use native C code to address memory leaks or EXEC_BAD_ACCESS Who this book is for iOS app developers who have basic knowledge of how to write apps and want to extend their knowledge and skills to write better or optimally-performing apps. Table of Contents Introduction to iOS App Performance Benchmark Your Apps: Using Simulators, Emulators and Real Device Tests Increase and Optimize UITableView Performance Increase App Performance Using Image and Data Caching Techniques Tune Your Apps Using Algorithms and Data Structures Improve Parallel Data Access using Multithreading Techniques Optimize Memory Usage for Increased Battery Life and Better Performance Integrate Multithreading and Efficient Memory Usage for Multitasking Apps Performance Use Native C Code to Address Memory Leaks or EXEC_BAD_ACCESS Comparisons with Android and WinPhone Performance Problems
With the MacApp Store launch in early 2011, a new age in Mac development began. Look for many of the cool apps for iPhone and iPadcoming to an iMac orMacBookPronear you Beginning OS X Lion Apps Development explains how to develop OS X Lion-based apps and publish them in the Mac App Store. It begins with the basics of Objective-C and Cocoa, and then moves through all the topics necessary to build and publish your first successful Mac apps Get started with Objective-C and Xcode Build your first complete apps that integrate well with Mac OS X Publish your apps on the Mac App Store If you're new to Mac ornew to iPhone or iPad apps development, and looking to develop apps for the Macbook Pro or Mac desktop, this book is for you What you'll learn How to use Apple's development tools How to build user interfaces and create user experiences (UX) How to respond to user input How to integrate your apps into the Mac ecosystem How to store and retrieve data How to publish your apps to the new Mac App Store Who this book is for This book is for those new to Mac or for iPhone or iPad apps developers who want todevelop apps for the MacBook Pro or Mac desktop. Table of Contents Building a Graphiing Calculator Laying Out the User Interface Handling User Input Pimp My UI Storing and Retrieving Data Using Core Data Integrating Graphique into the Mac OS X Desktop Creating Help Printing
Today's .NET developers are intrigued by what the iPhone and iPad apps landscape has to offer. Admit it: you're one of them. Apple's App Store has hundreds of thousands of apps, and yours can be among them. iPhone and iPad app development using the iOS software development kit is one of the most appealing environments available for mobile technology. Migrating to iPhone and iPad for .NET Developers helps .NET programmers get started creating iPhone and iPad apps using the iOS software development kit. Start with a crash course on development using iOS. Then, find out whether you want to use Xcode instead of Visual Studio, and prepare yourself for the migration from C# to Objective-C You'll learn how your existing .NET skills can map most efficiently to the iOS development environment. Next, you'll really get coding with Objective-C and the iOS software development kit. You'll build your skills and enhance your apps with visually appealing, dynamic user interfaces and pushing/pulling data from a database though events and more. Discover the wonders of the Cocoa library, and learn new ways to do things you already know like the back of your hand in the .NET environment. Nearing the finish line, you'll build your first complete iPhone or iPad app, and extend your iPhone app features - for example, by using third-party libraries. Once you have created that first iPhone or iPad app, we'll walk you through making it available on the App Store. Migrating to iPhone and iPad for .NET Developers even offers tips on how to market your apps to new customers. When you finish reading Migrating to iPhone and iPad for .NET Developers, you'll be an iOS apps developer as well as a .NET developer, in today's competitive and fun mobile landscape What you'll learn * How to efficiently and quickly migrate your skills from .NET to Apple iOS for iPhone, iPad and iPod touch * How to set up and start coding with the iOS software development kit, Xcode and other Apple iOS and Mac tools * How to enhance your app with a dynamic user interface * How to store and retrieve data and configure your apps * How to de-bug and test your apps in the iOS environment * How to publish your first app on Apple's App Store Who this book is for If you're a Windows or .NET programmer who wants to get into iPhone or iPad apps development for the very first time, this book is for you Table of Contents * Get Set Up: Development on Apple's Tools and Platforms * Jump In: A Crash Course on Development Using the iOS SDK * Understand Your Options: Using Third-Party Solutions and MonoTouch * Going Deeper: .NET, Objective-C and the iOS SDK * Get to Work: Creating Your First Application * Build Your Skills: Enhancing Your Application with a Dynamic User Interface * Get the Data: Storing and Retrieving Data & Configuring Your Applications * Extend Your Apps: Extending Your iOS Application with Third Party Libraries * Get Published: Testing, Deploying and Distributing Your Applications * Extend Your Skills: Advanced Features A. Completing the Lunar Lander Application
If you work at all with Internet-facing solutions, you know that the lack of an identity metasystem is a critical vulnerability in the design. Various consortiums have worked to define a system of identitya platform-agnostic way of communicating and validating claims of identity. If you work with identity solutions or structures, you will find "Beginning Information Cards and CardSpace: From Novice to Professional" essential to understanding and successfully implementing CardSpace solutions. Topics range from fundamental discussion of identityincluding identity concepts, laws of identity, and the identity metasystemto comprehensive coverage of Windows CardSpace. You'll learn what CardSpace is all about, where you can and should use it, and how you would implement it. Additionally, multiple case studies showcase different scenarios where the technology is employed.Youll learn the technology from someone who's done real implementations with major customersAuthor Marc Mercurri works directly with the Windows CardSpace product groupHigh-quality demos with universal themes are applicable to your own work
Windows Workflow Foundation is part of a bundle of new products that update .NET 2.0 into .NET 3.0. This book is one of the first to cover this important addition to .NET, and aims to provide the reader with a solid grounding in how workflows are implemented, executed, maintained and customized. By comprehensively covering WF from setup through implementation to customization readers are given a 'one stop' grounding in the subject. Given the importance of this technology release, the fact that WF is a free add-on, and the book's broad appeal, it will be useful to almost all existing or migrating .NET 2.0 developers.
The Machas come a long way, and OS X Lion is thebest version yet of Apple's desktop and laptop operating system. Stable, powerful, and versatile, the Mac allows you to do everyday tasks with ease. Taking Your OS X Lionto the Max walks you through the awesomefeatures and apps standard on theMac and the new OS X 10.7 Lion to help you become a true power user.You'll discover keyboard shortcuts and gestures to help save timewhether you're on a iMac, Mac mini, Macbook Pro, Air, or other Mac computer. In terms of apps, you'll learn about iLife, iCal, Mail, Mac App Store, Safari, Address Book and more. You'll see how to use amazing built-in applications like Time Machine, Photo Booth, and Front Row. Also, you'll learn how connectto your other Apple devices like iPhone or iPad, Apple TV and more.You'll sync, work and play remotely, file and screen share, make your Mac secure, or even make your Mac a Windows PC. What you'll learn Fully leverage the newest OS X desktop operating system Features and apps that are standard to OS X Keyboard shortcuts Gestures that help you save time Use built in OS X apps like Time Machine, Photo Booth and Front Row Download and fully utilize the Mac App Store Configure and network your Mac Connect to your iPhone, iPod touch, iPad and more Who this book is for This book is for those who want or need to take full advantage of all of the features of their Mac--whether it's a desktop or laptop. Table of Contents Finder Basics File Management Mac App Store Managing Your Data: AutoSave and Versions Controlling your Mac Controlling your Mac: Mission Control, Dashboard Built-in-apps: Mail Built-in-apps: iCal and Address Book Browsing the Web with Safari Communicating in Real-Time with iChat and FaceTime System Preferences Lion Server
So you have your brand new Mac, or perhaps you've upgraded to Lion on an existing desktop or laptop. Now whatOS X Lion Made Simple will guide you through all of the new features of Lion, as well as provide a thorough tour of the features and applications that are OS X standards. You'll discover how to make the most of features like Spotlight, Stacks, and Air Drop, and you'll see how to get the newest version of Mail working exactly the way you want it to. What you'll learn A look at a day in the life of a Mac user New features in OS X Lion How to work with documents in Lion How to work with photo and video files Finding the fun in your iLife Customizing your Lion environment Who this book is for Whether you are new to Macs or just to Lion, this book will give you exactly what you need to make the most of OS X Lion. Table of Contents You and Your Lion Getting Around in Lion Lion Applications and Shortcuts Making iWork Work Using the Mac App Store Finding Life in iLife Games and Other Essential Utilities It's a Jungle in Here: Safari and the Internet Mail and Other Ways to Say Hello Keeping Things Safe: Time Machine and Security Automating Tasks and Customizing Lion
Have you ever spent hours coding workflow for your applications? If so, the new Microsoft Windows Workflow Foundation (WF) technology will make your life easier. "Foundations of WF: An Introduction to Windows Workflow Foundation" introduces you to using Visual Studio 2005 and the Windows Workflow Foundation (part of Windows Vista) to create workflow packages. The book begins by giving you an overview of Windows Workflow Foundation. Then it introduces and shows examples of the various types of workflow that can be created. You'll discover the power of WF. You'll learn about all the prebuild activities you can include in your workflow, along with how to create your own activities. WF is fully extensible and allows you an unlimited number of options for your workflow. You'll also learn how to use workflow activities to retrieve data, and finally, how to tie an ASP.NET application with a workflow built in WF. This book, unlike most of the Microsoft WF samples, has code in both Visual Basic .NET and C#. All the examplesand there are manyhave VB .NET code, and many have the accompanying C# code. This book will allow you to begin creating new workflow applications easily in either VB .NET or C#. Each chapter includes an introduction to one or more activities that make up WF, along with examples of how to use each activity. Many chapters include a final section providing a real world example (a purchase order system). This book will have you using WF to create workflow applications with VB .NET or C# in a short amount of time.
This book will give you a thorough grounding in the principal and supporting tools and technologies that make up the Xcode developer tools suite. Apple has provided a comprehensive collection of developer tools, and this is the first book to examine the complete Apple programming environment for both Mac OS X and iPhone.Comprehensive coverage of all the Xcode developer tools Additional coverage of useful third-party development tools Not just a survey of features, but a serious examination of the complete development process for Mac OS X and iPhone applications What you'll learn The book is holistic, providing a comprehensive sweep across the available development tools. The book is structured, taking a logical and progressive journey from the basics to a firm understanding of the purposes, benefits, and limitations of each component of Xcode's developer tools. The tone is friendly and accessiblewe wouldn't have it any other way. The book fills a nichethere is no other single book that focuses on this collection of developer tools. Who this book is for All Mac OS X and iPhone developers who want to develop applications more efficiently by taking advantage of all the tools Apple offers in its Xcode suite, as well as many indispensable third-party tools. Table of Contents Introducing Xcode Tools for Mac OS X and the iPhone Introducing the Xcode Workspace 9 Interface Builder Core iPhone Tools Frameworks in Xcode Model-View-Controller in Xcode Debugging Your Xcode Projects Xcode Documentation Developing an Application Source-Code Management with Subversion Unit Testing in Xcode Monitoring, Analysis, and Performance Tools Support Tools for the Busy Developer Usability and Accessibility Packaging and Distribution
Windows Presentation Foundation is a cutting-edge presentation framework for creating high-fidelity applications for Windows Vista and Windows XP. WPF is a composite technology with a noteworthy graphics engine that gives you more control over your applications screen output than has ever been possible in Windows before. New control frameworks and a new XML-based markup language, XAML, complete the core WPF package. On top of this, WPF can be linked to the new Microsoft Expression Suite to simplify the creation of your user interfaces, and it can be linked to .NET 2.0 to handle complex business logic. "Foundations of WPF: An Introduction to Windows Presentation Foundation" teaches you everything you need to get started with the technology, and is broken into three parts. The first introduces and contextualizes the WPF technology; the second part dives deeper into the facets of the technology that are of immediate and valuable use in developing applications; the last part offers you the real-world perspective you need to be productive in the community and customer base. In summary, this book: Explains how WPF interoperates with myriad new ancillary and support technologies being released by Microsoft (XAML, WCF, WinFX, and the Expression Design Suite) Gets you up and running, building applications for the new Windows Vista as quickly as possible Separates design and implementation to make life easier from a business and development perspective
Microsoft Operations Manager (MOM) allows administrators to troubleshoot - and prevent - problems in Microsoft server networks. The text offers everything from a review of MOM 2005 architecture and internals to planning and deployment guidelines, advanced troubleshooting, and integration with popular management frameworks like Tivoli. Appendices include custom upgrade guides. The approach is strictly practical and real-world, based on the authors' own experience. The book is written for an audience familiar with MOM but not expert at administering it. The solutions and troubleshooting tips are concise, and to the point. The chapters are standalone and can be referenced in any order.
The Small-to-Medium Enterprise (SME) marketplace is the least supported of all businesses with regards to Information Technology. These are not home users (for whom there is an extremely supportive publishing industry) and they are not large enterprise customers who have a dedicated set of 'expert' publishing companies producing professional guides for every conceivable piece of IT. This is where this book comes in. It gives a no-nonsense insight into exactly what to do with Microsoft's Small Business Server, making it easy for the SME owner to set up and configure a fully operational IT infrastructure with no hassle.
Mac OS X Snow Leopard for Power Users: Advanced Capabilities and Techniques is for Mac OS X users who want to go beyond the obvious, the standard, and the easy. If want to dig deeper into Mac OS X and maximize your skills and productivity using the world's slickest and most elegant operating system, then this is the book for you. Written by Scott Granneman, an experienced teacher, developer, and consultant, Mac OS X for Power Users helps you push Mac OS X to the max, unveiling advanced techniques and options that you may have not known even existed. Create custom workflows and apps with Automator, run Windows programs and even Windows itself without dual-booting, and sync data on your hard drive, on your phone, and in the cloud-learn all of these techniques and more. This is not a book that talks down to you; Mac OS X for Power Users is an essential book for experienced Mac users who are smart enough to know there is more to be known, and are ready to become power users.
If you think "Modern" and "C" don't belong in the same sentence, think again. The C standards committee actively reviews and extends the language, with updated published C standards as recently as 2018. In Modern C, author Jens Gustedt teaches you the skills and features you need to write relevant programs in this tried-and-true language, including Linux and Windows, device drivers, web servers and browsers, smartphones, and much more! Modern C teaches you to take your C programming skills to new heights, whether you're just starting out with C or have more extensive experience. Organized by level, this comprehensive guide lets you jump in where it suits you best while still reaping the maximum benefits. Key Features Fundamentals of C programming Operators and functions Performance techniques C library functions For more than four decades, C has proved its usefulness and staying power for everything from massive systems for mainframes, satellites, and internet browsers to tiny embedded systems in vending machines, credit card readers, and alarm clocks. Today you'll find lightning-fast, elegant C programs running in smartphone kernels, databases, 3D movies, video games, and scores of other modern applications. For programmers comfortable writing simple programs in a language like Java, Python, Ruby, C#, C++, or C. Jens Gustedt has been a senior scientist at the French National Institute for Computer Science and Control (INRIA) since 1998, working in areas including algorithms, scientific experimentation, models for coarse-grained parallelism, and distributed locking. Currently, he's conducting the Modular C project, which has given rise to libraries such as arbogast and EiLck.
With Leopard, Apple has unleashed the greatest version of Mac OS X yet, and David Pogue is back with another meticulous Missing Manual to cover the operating system with a wealth of detail. The new Mac OS X 10.5, better known as Leopard, is faster than its predecessors, but nothing's too fast for Pogue and this Missing Manual. It's just one of reasons this is the most popular computer book of all time. Mac OS X: The Missing Manual, Leopard Edition is the authoritative book for Mac users of all technical levels and experience. If you're new to the Mac, this book gives you a crystal-clear, jargon-free introduction to the Dock, the Mac OS X folder structure, and the Mail application. There are also mini-manuals on iLife applications such as iMovie, iDVD, and iPhoto, and a tutorial for Safari, Mac's web browser. This Missing Manual is amusing and fun to read, but Pogue doesn't take his subject lightly. Which new Leopard features work well and which do not? What should you look for? What should you avoid? Mac OS X: The Missing Manual, Leopard Edition offers an objective and straightforward instruction for using: * Leopard's totally revamped Finder * Spaces to group your windows and organize your Mac tasks * Quick Look to view files before you open them * The Time Machine, Leopard's new backup feature * Spotlight to search for and find anything in your Mac * Front Row, a new way to enjoy music, photos, and videos * Enhanced Parental Controls that come with Leopard * Quick tips for setting up and configuring your Mac to make it your own There's something new on practically every page of this new edition, and David Pogue brings his celebrated wit and expertise to every one of them. Mac's brought a new cat to town and Mac OS X: The Missing Manual, Leopard Edition is a great new way to tame it.
|
You may like...
Android Boot Camp for Developers Using…
Corinne Hoisington
Paperback
Practical TCP/IP and Ethernet Networking…
Deon Reynders, Edwin Wright
Paperback
R1,491
Discovery Miles 14 910
|