.jpg.7633371fa53fa19028f71f2e3a72fc4e.jpg)
Everything posted by Jessica Brown
-
Penetration Testing with Raspberry Pi
Penetration Testing with Raspberry Pi /* Scoped styles for the book post */ #book-post { padding: 20px; } #book-post .post-container { padding: 20px; border-radius: 8px; max-width: 800px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } #book-post .post-header { margin-bottom: 20px; } #book-post .post-header h1 { margin: 0; font-size: 2em; } #book-post .post-header h2 { margin: 0; font-size: 1.2em; } #book-post .book-details { width: 100%; border-collapse: collapse; margin-bottom: 20px; } #book-post .book-details th, #book-post .book-details td { border: 1px solid oklch(0.351 0.0176 260); padding: 8px; text-align: left; } #book-post .book-cover { max-width: 200px; border-radius: 8px; margin: 0 auto; padding-left: 15px; float: right; } #book-post .description { line-height: 1.6; } #book-post .info-link { display: block; margin-top: 20px; } Penetration Testing with Raspberry Pi by Aamir Lakhani, Joseph Muniz Publisher Packt Publishing Published Date 2015 Page Count 208 Categories Computers / Networking / Network Protocols, Computers / Security / Network Security, Computers / Operating Systems / Linux, Computers / Languages / General, Computers / Software Development & Engineering / Quality Assurance & Testing Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 1784396435 The Raspberry Pi is a low-cost credit-card sized computing system that can be customized for just about anything including penetration testing. Raspberry Pi is the best known platform not because it is cheap but because it is very powerful. Kali is a pentesting/security auditing Linux distribution. Kali Linux has many penetration-testing programs, including nmap (a port scanner), Wireshark (a packet analyzer), John the Ripper (a password cracker), Aircrack-ng (a software suite for the penetration-testing of wireless LANs), and Burp suite and OWASP ZAP (both web application security scanners). This book covers how to turn a Raspberry Pi into a hacking arsenal to leverage the most popular open source toolkit, Kali Linux. You will learn how to use various tools to breach networks and steal data. More Information
-
Multicore Application Programming - For Windows, Linux, and Oracle Solaris
Multicore Application Programming /* Scoped styles for the book post */ #book-post { padding: 20px; } #book-post .post-container { padding: 20px; border-radius: 8px; max-width: 800px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } #book-post .post-header { margin-bottom: 20px; } #book-post .post-header h1 { margin: 0; font-size: 2em; } #book-post .post-header h2 { margin: 0; font-size: 1.2em; } #book-post .book-details { width: 100%; border-collapse: collapse; margin-bottom: 20px; } #book-post .book-details th, #book-post .book-details td { border: 1px solid oklch(0.351 0.0176 260); padding: 8px; text-align: left; } #book-post .book-cover { max-width: 200px; border-radius: 8px; margin: 0 auto; padding-left: 15px; float: right; } #book-post .description { line-height: 1.6; } #book-post .info-link { display: block; margin-top: 20px; } Multicore Application Programming For Windows, Linux, and Oracle Solaris by Darryl Gove Publisher Addison-Wesley Professional Published Date 2011 Page Count 441 Categories Computers / Distributed Systems / General, Computers / Programming / Parallel Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 0321711378 Write High-Performance, Highly-Scalable Multicore Applications for Any Leading Hardware and OS Environment Programmers who know how to leverage today's multicore processors can achieve remarkable performance improvements, but multicore programming has traditionally been viewed as complex and difficult. Multicore Application Programming is the solution: a comprehensive, practical guide to high-performance multicore programming that any experienced developer can use. Author Darryl Gove covers all leading approaches to virtualization on multiple leading platforms, including Linux, Oracle Solaris, Mac OS X, and Windows. Through practical examples, he illuminates the challenges involved in writing applications that fully utilize multicore features, helping you produce applications that are functionally correct, offer superior performance, and scale well to eight cores, sixteen cores, and beyond. Gove reveals how specific hardware implementations impact application performance and shows how to avoid common potential programming pitfalls. Step by step, you'll write applications that can handle large numbers of parallel threads, and you'll master today's most advanced parallelization techniques. You'll learn how to: Identify your best opportunities to use parallelism Share data safely between multiple threads Write applications using POSIX or Windows threads Take advantage of automatic parallelization and OpenMP Hand-code synchronization and sharing Overcome common obstacles to scaling Apply new approaches to writing correct, fast, scalable parallel code Multicore Application Programming isn't wedded to a single approach or platform: It is for every experienced C programmer working with any contemporary multicore processor in any leading operating system environment. More Information
-
Building Linux Virtual Private Networks (VPNs)
Building Linux Virtual Private Networks (VPNs) /* Scoped styles for the book post */ #book-post { padding: 20px; } #book-post .post-container { padding: 20px; border-radius: 8px; max-width: 800px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } #book-post .post-header { margin-bottom: 20px; } #book-post .post-header h1 { margin: 0; font-size: 2em; } #book-post .post-header h2 { margin: 0; font-size: 1.2em; } #book-post .book-details { width: 100%; border-collapse: collapse; margin-bottom: 20px; } #book-post .book-details th, #book-post .book-details td { border: 1px solid oklch(0.351 0.0176 260); padding: 8px; text-align: left; } #book-post .book-cover { max-width: 200px; border-radius: 8px; margin: 0 auto; padding-left: 15px; float: right; } #book-post .description { line-height: 1.6; } #book-post .info-link { display: block; margin-top: 20px; } Building Linux Virtual Private Networks (VPNs) by Oleg Kolesnikov, Brian Hatch Publisher Sams Publishing Published Date 2002 Page Count 385 Categories Computers / Networking / General, Computers / Operating Systems / General, Computers / Operating Systems / UNIX, Computers / Operating Systems / Linux, Computers / Security / General Language EN Average Rating 3 (based on 2 ratings) Maturity Rating No Mature Content Detected ISBN 1578702666 Building Linux Virtual Private Networks (VPNs) focuses on showing you how to get your Linux VPN up and running as quickly as possible. You will learn VPN theory and fundamentals and will master important techniques and tools needed to design and set up your VPN in a reliable, secure, and cost-effective fashion. This book offers concise, step-by-step instructions for building VPNs based on both standard protocols (IPsec, SSL, SSH, PPTP) and popular Linux VPN solutions (VTun, cIPe, tinc). Through numerous examples and proven practices, you will gain important insights into choosing a VPN solution, installing and configuring it, setting up routing, configuring firewalls, measuring performance, and much more. More Information
-
Ubuntu for Non-geeks - A Pain-free, Project-based, Get-things-done Guidebook
Ubuntu for Non-geeks /* Scoped styles for the book post */ #book-post { padding: 20px; } #book-post .post-container { padding: 20px; border-radius: 8px; max-width: 800px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } #book-post .post-header { margin-bottom: 20px; } #book-post .post-header h1 { margin: 0; font-size: 2em; } #book-post .post-header h2 { margin: 0; font-size: 1.2em; } #book-post .book-details { width: 100%; border-collapse: collapse; margin-bottom: 20px; } #book-post .book-details th, #book-post .book-details td { border: 1px solid oklch(0.351 0.0176 260); padding: 8px; text-align: left; } #book-post .book-cover { max-width: 200px; border-radius: 8px; margin: 0 auto; padding-left: 15px; float: right; } #book-post .description { line-height: 1.6; } #book-post .info-link { display: block; margin-top: 20px; } Ubuntu for Non-geeks A Pain-free, Project-based, Get-things-done Guidebook by Rickford Grant Publisher No Starch Press Published Date 2007 Page Count 328 Categories Computers / General, Computers / Operating Systems / General, Computers / Operating Systems / Linux Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 1593271522 This newbie's guide to Ubuntu - now updated for Ubuntu 7.04 (Feisty Fawn), the latest Ubuntu release, which puts the spotlight on multimedia enablement and desktop effects - lets readers learn by doing. Using immersion-learning techniques favored by language courses, step-by-step projects build upon earlier tutorial concepts, stimulating the brain and increasing the reader's understanding. "Ubuntu for Non-Geeks," 2nd Edition covers all the topics likely to be of interest to an average desktop user. Inside, you'll learn to: Download and install free applications, games, and utilities Connect to the Internet and wireless networks Configure your hardware, including printers, scanners, and removable storage devices Watch DVDs, listen to music, and even sync your iPod Download photos and videos from your digital camera, then edit and share them Tackle more advanced tasks as soon as you're ready Full of tips, tricks, and helpful pointers, "Ubuntu for Non-Geeks," 2nd Edition is a hands-on, project-based, take-it slow guidebook intended for those interested in-but nervous about-switching to the Linux operating system. Step-by-step projects build upon earlier tutorial concepts, helping you absorb and apply what you've learned. Included is a companion CD that lets you try out Ubuntu 7.04 (Feisty Fawn) without making any changes to your computer and then install it when you're ready. More Information
-
Ubuntu Linux for Non-geeks - A Pain-free, Project-based, Get-things-done Guidebook
Ubuntu Linux for Non-geeks /* Scoped styles for the book post */ #book-post { padding: 20px; } #book-post .post-container { padding: 20px; border-radius: 8px; max-width: 800px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } #book-post .post-header { margin-bottom: 20px; } #book-post .post-header h1 { margin: 0; font-size: 2em; } #book-post .post-header h2 { margin: 0; font-size: 1.2em; } #book-post .book-details { width: 100%; border-collapse: collapse; margin-bottom: 20px; } #book-post .book-details th, #book-post .book-details td { border: 1px solid oklch(0.351 0.0176 260); padding: 8px; text-align: left; } #book-post .book-cover { max-width: 200px; border-radius: 8px; margin: 0 auto; padding-left: 15px; float: right; } #book-post .description { line-height: 1.6; } #book-post .info-link { display: block; margin-top: 20px; } Ubuntu Linux for Non-geeks A Pain-free, Project-based, Get-things-done Guidebook by Rickford Grant Publisher No Starch Press Published Date 2006 Page Count 334 Categories Computers / Operating Systems / General, Computers / Operating Systems / Linux Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 1593271182 This newbie's guide to Ubuntu lets readers learn by doing. Using immersion-learning techniques favored by language courses, step-by-step projects build upon earlier tutorial concepts, stimulating the brain and increasing the reader's understanding. It also covers all the topics likely to be of interest to an average desktop user, such as installing new software via Synpatic; Internet connectivity; working with removable storage devices, printers, and scanners; and handling DVDs, audio files, and even iPods. It also eases readers into the world of commands, thus allowing them to work with Java, Python or other script-based applications; converting RPMs to DEB files; and compiling software from source. More Information
-
An Introduction to the Foundations of Lutheran Education
An Introduction to the Foundations of Lutheran Education /* Scoped styles for the book post */ #book-post { padding: 20px; } #book-post .post-container { padding: 20px; border-radius: 8px; max-width: 800px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } #book-post .post-header { margin-bottom: 20px; } #book-post .post-header h1 { margin: 0; font-size: 2em; } #book-post .post-header h2 { margin: 0; font-size: 1.2em; } #book-post .book-details { width: 100%; border-collapse: collapse; margin-bottom: 20px; } #book-post .book-details th, #book-post .book-details td { border: 1px solid oklch(0.351 0.0176 260); padding: 8px; text-align: left; } #book-post .book-cover { max-width: 200px; border-radius: 8px; margin: 0 auto; padding-left: 15px; float: right; } #book-post .description { line-height: 1.6; } #book-post .info-link { display: block; margin-top: 20px; } An Introduction to the Foundations of Lutheran Education by William C. Rietschel Publisher Concordia Academic Press Published Date 2000 Page Count 170 Categories Education / Administration / General, Religion / Christian Education / General Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 0570042860 Describes the distinctive Lutheran aspects of parochial schools and the teaching ministry with emphasis on history, philosophy and theology. More Information
-
Ubuntu Linux For Dummies
Ubuntu Linux For Dummies /* Scoped styles for the book post */ #book-post { padding: 20px; } #book-post .post-container { padding: 20px; border-radius: 8px; max-width: 800px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } #book-post .post-header { margin-bottom: 20px; } #book-post .post-header h1 { margin: 0; font-size: 2em; } #book-post .post-header h2 { margin: 0; font-size: 1.2em; } #book-post .book-details { width: 100%; border-collapse: collapse; margin-bottom: 20px; } #book-post .book-details th, #book-post .book-details td { border: 1px solid oklch(0.351 0.0176 260); padding: 8px; text-align: left; } #book-post .book-cover { max-width: 200px; border-radius: 8px; margin: 0 auto; padding-left: 15px; float: right; } #book-post .description { line-height: 1.6; } #book-post .info-link { display: block; margin-top: 20px; } Ubuntu Linux For Dummies by Paul G. Sery Publisher John Wiley & Sons Published Date 2007-04-30 Page Count 360 Categories Computers / Operating Systems / General, Computers / Operating Systems / Linux Language EN Average Rating 5 (based on 3 ratings) Maturity Rating No Mature Content Detected ISBN 0470125055 What has made Ubuntu the most popular Linux distribution in recent years? It's the emphasis on ease of installation and use. It gets even easier when paired with Ubuntu Linux For Dummies. This friendly reference shows you how to run Ubuntu directly from CD-ROM and install it on a PC as a personal workstation and network server. You’ll find out how to download Ubuntu and start using it right away. You'll also discover how to: Connect to a LAN via a wireless and Ethernet Use OpenOffice.org and Mozilla Firefox drawing and editing Tap into multimedia, graphics and other applications using Ubuntu Create services for a home or small business network Generate and manage web pages, print services, and more Find helpful information about Ubuntu and Linux Troubleshoot and fix problems "Ubuntu" means "humanity toward others." Operating system guidebooks don’t get any more humane than Ubuntu Linux For Dummies. More Information
-
The Linux Cookbook, 2nd Edition - Tips and Techniques for Everyday Use
The Linux Cookbook, 2nd Edition /* Scoped styles for the book post */ #book-post { padding: 20px; } #book-post .post-container { padding: 20px; border-radius: 8px; max-width: 800px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } #book-post .post-header { margin-bottom: 20px; } #book-post .post-header h1 { margin: 0; font-size: 2em; } #book-post .post-header h2 { margin: 0; font-size: 1.2em; } #book-post .book-details { width: 100%; border-collapse: collapse; margin-bottom: 20px; } #book-post .book-details th, #book-post .book-details td { border: 1px solid oklch(0.351 0.0176 260); padding: 8px; text-align: left; } #book-post .book-cover { max-width: 200px; border-radius: 8px; margin: 0 auto; padding-left: 15px; float: right; } #book-post .description { line-height: 1.6; } #book-post .info-link { display: block; margin-top: 20px; } The Linux Cookbook, 2nd Edition Tips and Techniques for Everyday Use by Michael Stutz Publisher No Starch Press Published Date 2004 Page Count 824 Categories Computers / Operating Systems / Linux, Computers / Operating Systems / General Language EN Average Rating 4 (based on 2 ratings) Maturity Rating No Mature Content Detected ISBN 1593270313 The Linux Cookbook is encyclopedic in scope, but quick and easy to reference. No matter what your field or specialty, if you want to get the most out of Linux, you'll find its advice indispensable—from the basics that "every Linux user knows" to undocumented expert tricks. This greatly expanded and revised edition includes support for all major Linux distributions, coverage of file conversion and advanced text manipulation, Emacs and Vi text editing, multimedia, Ogg Vorbis and MP3 audio, and hundreds of other improvements. The Linux Cookbook is easy to flip through and fun to use. After reading a few pages to solve a problem, you'll realize that there are a lot of other things you could be doing with Linux—and that's the point! Here's just some of what you'll find in the over 1,300 recipes in The Linux Cookbook. How to: * Display, view, print, edit, and search text * Go online, fax, email, chat, use the web effectively, read and post to newsgroups * Produce professional-quality typeset documents; create posters and large banners; edit and transform images * Increase productivity with calendars, timers, and appointment and contact managers; schedule commands to run while you are away * Play and record CDs; make your own high-quality audio recordings; apply audio effects * Use DOS, Windows, and Macintosh disks; mount Windows and NT filesystems * Set up hardware, manage software, and learn the basics of system administration More Information
-
Using Docker - Developing and Deploying Software with Containers
Using Docker /* Scoped styles for the book post */ #book-post { padding: 20px; } #book-post .post-container { padding: 20px; border-radius: 8px; max-width: 800px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } #book-post .post-header { margin-bottom: 20px; } #book-post .post-header h1 { margin: 0; font-size: 2em; } #book-post .post-header h2 { margin: 0; font-size: 1.2em; } #book-post .book-details { width: 100%; border-collapse: collapse; margin-bottom: 20px; } #book-post .book-details th, #book-post .book-details td { border: 1px solid oklch(0.351 0.0176 260); padding: 8px; text-align: left; } #book-post .book-cover { max-width: 200px; border-radius: 8px; margin: 0 auto; padding-left: 15px; float: right; } #book-post .description { line-height: 1.6; } #book-post .info-link { display: block; margin-top: 20px; } Using Docker Developing and Deploying Software with Containers by Adrian Mouat Publisher "O'Reilly Media, Inc." Published Date 2015-12-09 Page Count 354 Categories Computers / Distributed Systems / General, Computers / Internet / Web Programming, Computers / System Administration / General, Computers / System Administration / Linux & UNIX Administration Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 1491915927 Docker containers offer simpler, faster, and more robust methods for developing, distributing, and running software than previously available. With this hands-on guide, you’ll learn why containers are so important, what you’ll gain by adopting Docker, and how to make it part of your development process. Ideal for developers, operations engineers, and system administrators—especially those keen to embrace a DevOps approach—Using Docker will take you from Docker and container basics to running dozens of containers on a multi-host system with networking and scheduling. The core of the book walks you through the steps needed to develop, test, and deploy a web application with Docker. Get started with Docker by building and deploying a simple web applicationUse Continuous Deployment techniques to push your application to production multiple times a dayLearn various options and techniques for logging and monitoring multiple containersExamine networking and service discovery: how do containers find each other and how do you connect them?Orchestrate and cluster containers to address load-balancing, scaling, failover, and schedulingSecure your system by following the principles of defense-in-depth and least privilege More Information
-
Linux in a Nutshell
Linux in a Nutshell /* Scoped styles for the book post */ #book-post { padding: 20px; } #book-post .post-container { padding: 20px; border-radius: 8px; max-width: 800px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } #book-post .post-header { margin-bottom: 20px; } #book-post .post-header h1 { margin: 0; font-size: 2em; } #book-post .post-header h2 { margin: 0; font-size: 1.2em; } #book-post .book-details { width: 100%; border-collapse: collapse; margin-bottom: 20px; } #book-post .book-details th, #book-post .book-details td { border: 1px solid oklch(0.351 0.0176 260); padding: 8px; text-align: left; } #book-post .book-cover { max-width: 200px; border-radius: 8px; margin: 0 auto; padding-left: 15px; float: right; } #book-post .description { line-height: 1.6; } #book-post .info-link { display: block; margin-top: 20px; } Linux in a Nutshell by Ellen Siever Publisher "O'Reilly Media, Inc." Published Date 2005-07-27 Page Count 925 Categories Computers / Operating Systems / UNIX, Computers / Operating Systems / Linux, Computers / Programming / General, Computers / Software Development & Engineering / General, Computers / Reference Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 0596009305 Over the last few years, Linux has grown both as an operating system and a tool for personal and business use. Simultaneously becoming more user friendly and more powerful as a back-end system, Linux has achieved new plateaus: the newer filesystems have solidified, new commands and tools have appeared and become standard, and the desktop--including new desktop environments--have proved to be viable, stable, and readily accessible to even those who don't consider themselves computer gurus. Whether you're using Linux for personal software projects, for a small office or home office (often termed the SOHO environment), to provide services to a small group of colleagues, or to administer a site responsible for millions of email and web connections each day, you need quick access to information on a wide range of tools. This book covers all aspects of administering and making effective use of Linux systems. Among its topics are booting, package management, and revision control. But foremost in Linux in a Nutshell are the utilities and commands that make Linux one of the most powerful and flexible systems available. Now in its fifth edition, Linux in a Nutshell brings users up-to-date with the current state of Linux. Considered by many to be the most complete and authoritative command reference for Linux available, the book covers all substantial user, programming, administration, and networking commands for the most common Linux distributions. Comprehensive but concise, the fifth edition has been updated to cover new features of major Linux distributions. Configuration information for the rapidly growing commercial network services and community update services is one of the subjects covered for the first time. But that's just the beginning. The book covers editors, shells, and LILO and GRUB boot options. There's also coverage of Apache, Samba, Postfix, sendmail, CVS, Subversion, Emacs, vi, sed, gawk, and much more. Everything that system administrators, developers, and power users need to know about Linux is referenced here, and they will turn to this book again and again. More Information
-
Lab Manual for Linux+ Guide to Linux Certification
Lab Manual for Linux+ Guide to Linux Certification /* Scoped styles for the book post */ #book-post { padding: 20px; } #book-post .post-container { padding: 20px; border-radius: 8px; max-width: 800px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } #book-post .post-header { margin-bottom: 20px; } #book-post .post-header h1 { margin: 0; font-size: 2em; } #book-post .post-header h2 { margin: 0; font-size: 1.2em; } #book-post .book-details { width: 100%; border-collapse: collapse; margin-bottom: 20px; } #book-post .book-details th, #book-post .book-details td { border: 1px solid oklch(0.351 0.0176 260); padding: 8px; text-align: left; } #book-post .book-cover { max-width: 200px; border-radius: 8px; margin: 0 auto; padding-left: 15px; float: right; } #book-post .description { line-height: 1.6; } #book-post .info-link { display: block; margin-top: 20px; } Lab Manual for Linux+ Guide to Linux Certification by Content Fact Digital, Ed Sawicki Publisher Thomson/Course Technology Published Date 2003 Page Count 252 Categories Computers / Networking / General, Computers / Operating Systems / General Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 0619130083 The Lab Manual for Linux+ Guide to Linux Certification provides students with the hands-on instruction they'll need as Linux administrators. The text can be used to prepare for CompTIA's Linux+ Certification Exam. Utilizing Red Hat Linux 7.2 or higher, users gain real-world practice installing, managing, and administering the Linux operating system. Key topics include detailed installation instructions, file system management and administration, working with the BASH shell, Linux networking, and troubleshooting tips. Whether the reader is preparing for the CompTIA Linux+ exam or just looking for additional practice using Linux, the Lab Manual for Linux+ Guide to Linux Certification will provide the information needed to succeed! More Information
-
Security Strategies in Linux Platforms and Applications
Security Strategies in Linux Platforms and Applications /* Scoped styles for the book post */ #book-post { padding: 20px; } #book-post .post-container { padding: 20px; border-radius: 8px; max-width: 800px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } #book-post .post-header { margin-bottom: 20px; } #book-post .post-header h1 { margin: 0; font-size: 2em; } #book-post .post-header h2 { margin: 0; font-size: 1.2em; } #book-post .book-details { width: 100%; border-collapse: collapse; margin-bottom: 20px; } #book-post .book-details th, #book-post .book-details td { border: 1px solid oklch(0.351 0.0176 260); padding: 8px; text-align: left; } #book-post .book-cover { max-width: 200px; border-radius: 8px; margin: 0 auto; padding-left: 15px; float: right; } #book-post .description { line-height: 1.6; } #book-post .info-link { display: block; margin-top: 20px; } Security Strategies in Linux Platforms and Applications by Ric Messier, Michael Jang Publisher Jones & Bartlett Learning Published Date 2022-10-26 Page Count 500 Categories Computers / Security / Network Security, Mathematics / General Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 1284255859 The third edition of Security Strategies in Linux Platforms and Applications covers every major aspect of security on a Linux system. Using real-world examples and exercises, this useful resource incorporates hands-on activities to walk readers through the fundamentals of security strategies related to the Linux system. Written by an industry expert, this book is divided into three natural parts to illustrate key concepts in the field. It opens with a discussion of the risks, threats, and vulnerabilities associated with Linux as an operating system using current examples and cases. Part 2 discusses how to take advantage of the layers of security available to Linux--user and group options, filesystems, and security options for important services. The book closes with a look at the use of both open source and proprietary tools when building a layered security strategy for Linux operating system environments. More Information
-
A Practical Guide to Linux
A Practical Guide to Linux /* Scoped styles for the book post */ #book-post { padding: 20px; } #book-post .post-container { padding: 20px; border-radius: 8px; max-width: 800px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } #book-post .post-header { margin-bottom: 20px; } #book-post .post-header h1 { margin: 0; font-size: 2em; } #book-post .post-header h2 { margin: 0; font-size: 1.2em; } #book-post .book-details { width: 100%; border-collapse: collapse; margin-bottom: 20px; } #book-post .book-details th, #book-post .book-details td { border: 1px solid oklch(0.351 0.0176 260); padding: 8px; text-align: left; } #book-post .book-cover { max-width: 200px; border-radius: 8px; margin: 0 auto; padding-left: 15px; float: right; } #book-post .description { line-height: 1.6; } #book-post .info-link { display: block; margin-top: 20px; } A Practical Guide to Linux by Mark G. Sobell Publisher Addison-Wesley Published Date 1997 Page Count 1015 Categories Computers / Operating Systems / UNIX, Computers / Operating Systems / Linux Language EN Average Rating 5 (based on 1 ratings) Maturity Rating No Mature Content Detected ISBN 0201895498 This new book by best-selling UNIX author Mark Sobell combines the strengths of a tutorial and those of a reference to give you the knowledge and skills to master Linux. Uniquely designed for both beginners and experienced users, A Practical Guide to Linux requires no prior programming experience. It begins with an extensive tutorial to bring those with less experience up to speed, and then quickly progresses to detailed chapters on GUIs, networking, the vi and emacs editors, three popular shells, programming tools, and system administration. Part II is a comprehensive reference containing descriptions and examples of 87 utilities. This book includes several complete example sessions on downloading and installing Linux-based utilities and other software from the Internet. More Information
-
See MIPS Run
See MIPS Run /* Scoped styles for the book post */ #book-post { padding: 20px; } #book-post .post-container { padding: 20px; border-radius: 8px; max-width: 800px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } #book-post .post-header { margin-bottom: 20px; } #book-post .post-header h1 { margin: 0; font-size: 2em; } #book-post .post-header h2 { margin: 0; font-size: 1.2em; } #book-post .book-details { width: 100%; border-collapse: collapse; margin-bottom: 20px; } #book-post .book-details th, #book-post .book-details td { border: 1px solid oklch(0.351 0.0176 260); padding: 8px; text-align: left; } #book-post .book-cover { max-width: 200px; border-radius: 8px; margin: 0 auto; padding-left: 15px; float: right; } #book-post .description { line-height: 1.6; } #book-post .info-link { display: block; margin-top: 20px; } See MIPS Run by Dominic Sweetman Publisher Morgan Kaufmann Publishers/Elsevier Published Date 2007 Page Count 492 Categories Computers / Systems Architecture / General Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 0120884216 This second edition is not only a thorough update of the first edition, it is also a marriage of the best-known RISC architecture--MIPS--with the best-known open-source OS--Linux. The first part of the book begins with MIPS design principles and then describes the MIPS instruction set and programmers' resources. It uses the MIPS32 standard as a baseline (the 1st edition used the R3000) from which to compare all other versions of the architecture and assumes that MIPS64 is the main option. The second part is a significant change from the first edition. It provides concrete examples of operating system low level code, by using Linux as the example operating system. It describes how Linux is built on the foundations the MIPS hardware provides and summarizes the Linux application environment, describing the libraries, kernel device-drivers and CPU-specific code. It then digs deep into application code and library support, protection and memory management, interrupts in the Linux kernel and multiprocessor Linux. Sweetman has revised his best-selling MIPS bible for MIPS programmers, embedded systems designers, developers and programmers, who need an in-depth understanding of the MIPS architecture and specific guidance for writing software for MIPS-based systems, which are increasingly Linux-based. * Completely new material offers the best explanation available on how Linux runs on real hardware. * Provides a complete, updated and easy-to-use guide to the MIPS instruction set using the MIPS32 standard as the baseline architecture with the MIPS64 as the main option. * Retains the same engaging writing style that made the first edition so readable, reflecting the authors 20+ years experience in designing systems based on the MIPS architecture. More Information
-
Inside Linux
Inside Linux /* Scoped styles for the book post */ #book-post { padding: 20px; } #book-post .post-container { padding: 20px; border-radius: 8px; max-width: 800px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } #book-post .post-header { margin-bottom: 20px; } #book-post .post-header h1 { margin: 0; font-size: 2em; } #book-post .post-header h2 { margin: 0; font-size: 1.2em; } #book-post .book-details { width: 100%; border-collapse: collapse; margin-bottom: 20px; } #book-post .book-details th, #book-post .book-details td { border: 1px solid oklch(0.351 0.0176 260); padding: 8px; text-align: left; } #book-post .book-cover { max-width: 200px; border-radius: 8px; margin: 0 auto; padding-left: 15px; float: right; } #book-post .description { line-height: 1.6; } #book-post .info-link { display: block; margin-top: 20px; } Inside Linux by Michael Tobler Publisher Sams Publishing Published Date 2001 Page Count 797 Categories Computers / Operating Systems / UNIX, Computers / Operating Systems / Linux Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 0735709408 With in-depth complete coverage on the installation process, editing and typesetting, graphical user interfaces, programming system administration, and managing Internet sites, Inside Linux is the only book "smart users" new to Linux will need. Many of the users new to Linux have an understanding of computer technology and will be looking for just the right reference to fit their sophisticated needs. This book guides users to a high level of proficiency with all the flavors of Linux, and help them with crucial system administration chores. Inside Linux is different than other books available because it's a unique blend of a how-to and a reference guide. More Information
-
Beginning Linux?Programming
Beginning Linux?Programming /* Scoped styles for the book post */ #book-post { padding: 20px; } #book-post .post-container { padding: 20px; border-radius: 8px; max-width: 800px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } #book-post .post-header { margin-bottom: 20px; } #book-post .post-header h1 { margin: 0; font-size: 2em; } #book-post .post-header h2 { margin: 0; font-size: 1.2em; } #book-post .book-details { width: 100%; border-collapse: collapse; margin-bottom: 20px; } #book-post .book-details th, #book-post .book-details td { border: 1px solid oklch(0.351 0.0176 260); padding: 8px; text-align: left; } #book-post .book-cover { max-width: 200px; border-radius: 8px; margin: 0 auto; padding-left: 15px; float: right; } #book-post .description { line-height: 1.6; } #book-post .info-link { display: block; margin-top: 20px; } Beginning Linux?Programming by Neil Matthew, Richard Stones Publisher John Wiley & Sons Published Date 2004-01-02 Page Count 848 Categories Computers / Operating Systems / General, Computers / Operating Systems / Linux Language EN Average Rating 4 (based on 2 ratings) Maturity Rating No Mature Content Detected ISBN 0764544977 What is this book about? If you have some programming experience and are ready to venture into Linux programming, this updated edition of the bestselling entry-level book takes you there. The authors guide you step by step, using construction of a CD database application to give you hands-on experience as you progress from the basic to the complex. You’ll start with fundamental concepts like writing Unix programs in C. You’ll learn basic system calls, file I/O, interprocess communication, and shell programming. You’ll become skilled with the toolkits and libraries for working with user interfaces. The book starts from the basics, explaining how to compile and run your first program. New to this edition are chapters on MySQL® access and administration; programming GNOME and KDE; and Linux standards for portable applications. Coverage of kernel programming, device drivers, CVS, grep, and GUI development environments has expanded. This book gives you practical knowledge for real wor ld application. What does this book cover? In this book, you will learn how to Develop programs to access files and the Linux environment Use the GNU compiler, debugger and other development tools Program data storage aapplications for MySQL and DBM database systems Write programs that take advantage of signals, processes and threads Build graphical user interfaces using both the GTK (for GNOME) and Qt (for KDE) libraries Write device drivers that can be loaded into the Linux kernel Access the network using TCP/IP sockets Write scripts that use grep, regular expressions and other Linux facilities Who is this book for? This book is for programmers with some C or C++ experience, who want to take advantage of the Linux development environment. You should have enough Linux familiarity to have installed and configured users on Linux. More Information
-
Linux Unwired
Linux Unwired /* Scoped styles for the book post */ #book-post { padding: 20px; } #book-post .post-container { padding: 20px; border-radius: 8px; max-width: 800px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } #book-post .post-header { margin-bottom: 20px; } #book-post .post-header h1 { margin: 0; font-size: 2em; } #book-post .post-header h2 { margin: 0; font-size: 1.2em; } #book-post .book-details { width: 100%; border-collapse: collapse; margin-bottom: 20px; } #book-post .book-details th, #book-post .book-details td { border: 1px solid oklch(0.351 0.0176 260); padding: 8px; text-align: left; } #book-post .book-cover { max-width: 200px; border-radius: 8px; margin: 0 auto; padding-left: 15px; float: right; } #book-post .description { line-height: 1.6; } #book-post .info-link { display: block; margin-top: 20px; } Linux Unwired by Roger Weeks, Edd Dumbill, Brian Jepson Publisher "O'Reilly Media, Inc." Published Date 2004 Page Count 297 Categories Computers / Computer Science, Computers / Networking / General, Computers / Operating Systems / Linux, Computers / Internet / General, Computers / System Administration / Linux & UNIX Administration Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 0596005830 In Linux Unwired, you'll learn the basics of wireless computing, from the reasons why you'd want to go wireless in the first place, to setting up your wireless network or accessing wireless data services on the road. The book provides a complete introduction to all the wireless technologies supported by Linux. You'll learn how to install and configure a variety of wireless technologies to fit different scenarios, including an office or home network and for use on the road. You'll also learn how to get Wi-Fi running on a laptop, how to use Linux to create your own access point, and how to deal with cellular networks, Bluetooth, and Infrared.Other topics covered in the book include: Connecting to wireless hotspotsCellular data plans you can use with LinuxWireless security, including WPA and 802.1xFinding and mapping Wi-Fi networks with kismet and gpsdConnecting Linux to your Palm or Pocket PCSending text messages and faxes from Linux through your cellular phoneLinux Unwired is a one-stop wireless information source for on-the-go Linux users. Whether you're considering Wi-Fi as a supplement or alternative to cable and DSL, using Bluetooth to network devices in your home or office, or want to use cellular data plans for access to data nearly everywhere, this book will show you the full-spectrum view of wireless capabilities of Linux, and how to take advantage of them. More Information
-
Oracle DBA on Unix and Linux
Oracle DBA on Unix and Linux /* Scoped styles for the book post */ #book-post { padding: 20px; } #book-post .post-container { padding: 20px; border-radius: 8px; max-width: 800px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } #book-post .post-header { margin-bottom: 20px; } #book-post .post-header h1 { margin: 0; font-size: 2em; } #book-post .post-header h2 { margin: 0; font-size: 1.2em; } #book-post .book-details { width: 100%; border-collapse: collapse; margin-bottom: 20px; } #book-post .book-details th, #book-post .book-details td { border: 1px solid oklch(0.351 0.0176 260); padding: 8px; text-align: left; } #book-post .book-cover { max-width: 200px; border-radius: 8px; margin: 0 auto; padding-left: 15px; float: right; } #book-post .description { line-height: 1.6; } #book-post .info-link { display: block; margin-top: 20px; } Oracle DBA on Unix and Linux by Michael Wessler, Mike Wessler Publisher Sams Publishing Published Date 2002 Page Count 583 Categories Computers / Database Administration & Management, Computers / Operating Systems / General, Computers / Operating Systems / UNIX, Computers / Business & Productivity Software / Databases Language EN Average Rating 4.5 (based on 5 ratings) Maturity Rating No Mature Content Detected ISBN 0672321580 Oracle DBA on Unix and Linux provides all the information needed to install, support, tune, and upgrade Oracle databases on the UNIX and Linux platforms. Maintain a robust, mission-critical Oracle8i database. This book provides administrative solutions for the day-to-day DBA. You'll learn how to install the database for maximum efficiency, upgrades, patches, migrations, tune, and maintain its security. The book also explains in detail how to build and support a fully functioning Oracle database. This authoritative text contains up-to-date information available on Oracle's latest release and shows you how to: configure database architecture; install and set up with UNIX requirements; create the actual database with scripts; GUI management products; use Backup and Recovery; tune, monitor, and troubleshoot servers; Web DB and the Oracle Portal, 8i, iFS, Java, and 9I coverage; and iAS--Internet Application Server. More Information
-
Open Source Software: Implementation and Management
Open Source Software: Implementation and Management /* Scoped styles for the book post */ #book-post { padding: 20px; } #book-post .post-container { padding: 20px; border-radius: 8px; max-width: 800px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } #book-post .post-header { margin-bottom: 20px; } #book-post .post-header h1 { margin: 0; font-size: 2em; } #book-post .post-header h2 { margin: 0; font-size: 1.2em; } #book-post .book-details { width: 100%; border-collapse: collapse; margin-bottom: 20px; } #book-post .book-details th, #book-post .book-details td { border: 1px solid oklch(0.351 0.0176 260); padding: 8px; text-align: left; } #book-post .book-cover { max-width: 200px; border-radius: 8px; margin: 0 auto; padding-left: 15px; float: right; } #book-post .description { line-height: 1.6; } #book-post .info-link { display: block; margin-top: 20px; } Open Source Software: Implementation and Management by Paul Kavanagh Publisher Elsevier Science Published Date 2004-08-09 Page Count 366 Categories Computers / Operating Systems / General Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 1555583202 In 2004/5, over half of IT professionals will be looking at open source, most for the first time. This book provides key tools for System administrators, Network Administrators, IT project managers, and consultants who must evaluate and deploy open source software. This book details open source successes so far, explains which scenarios are the most realistic opportunities now, then gives the details needed to select these solutions, adopt the best tools and practices, introduce them to an organization, implement and manage them. The IT professional can use this book to review opportunities in their organization, evaluate components such as Apache, Linux, and OpenOffice against systems they know, and follow up in detail on their specific interests here and through referred resources. *Deployment scenarios categorized by function and industry *Rules of thumb on where and when open source software is or is not the right choice *Roadmaps for deployment in terms of the components of open source More Information
-
A Practical Guide to Ubuntu Linux
A Practical Guide to Ubuntu Linux /* Scoped styles for the book post */ #book-post { padding: 20px; } #book-post .post-container { padding: 20px; border-radius: 8px; max-width: 800px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } #book-post .post-header { margin-bottom: 20px; } #book-post .post-header h1 { margin: 0; font-size: 2em; } #book-post .post-header h2 { margin: 0; font-size: 1.2em; } #book-post .book-details { width: 100%; border-collapse: collapse; margin-bottom: 20px; } #book-post .book-details th, #book-post .book-details td { border: 1px solid oklch(0.351 0.0176 260); padding: 8px; text-align: left; } #book-post .book-cover { max-width: 200px; border-radius: 8px; margin: 0 auto; padding-left: 15px; float: right; } #book-post .description { line-height: 1.6; } #book-post .info-link { display: block; margin-top: 20px; } A Practical Guide to Ubuntu Linux by Mark G. Sobell Publisher Pearson Education Published Date 2015 Page Count 1342 Categories Computers / Operating Systems / General, Computers / Operating Systems / UNIX, Computers / Operating Systems / Windows Desktop, Computers / Operating Systems / Linux Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 0133927318 The Most Complete, Easy-to-Follow Guide to Ubuntu Linux "As an in-depth guide to Ubuntu, this book does an exceptional job of covering everything from using the Unity desktop to exploring key server configurations." -Elizabeth K. Joseph, Systems Administrator & Ubuntu Community Member The #1 Ubuntu resource, fully updated for Ubuntu 14.04 (Trusty Tahr)-the Long Term Support (LTS) release Canonical will support into 2019 Extensive new coverage of installation, security, virtualization, MariaDB, Python Programming, and much more Updated JumpStarts help you set up many complex servers in minutes Hundreds of up-to-date examples, plus four updated indexes deliver fast access to reliable answers Mark Sobell''s A Practical Guide to Ubuntu Linux®, Fourth Edition, is the most thorough and up-to-date reference to installing, configuring, securing, and working with Ubuntu desktops and servers. This edition has been fully updated for Ubuntu 14.04 (Trusty Tahr), a milestone LTS (Long Term Support) release, which Canonical will support on both desktops and servers into 2019. Sobell walks you through every essential feature and technique, from installing Ubuntu to working with the latest Ubuntu Unity desktop, and from configuring servers and monitoring networks to handling day-to-day system administration. His exceptionally clear explanations demystify everything from Apache, Samba, and postfix, to ufw, virtualization, and MariaDB/MySQL database management. PLUS a new chapter on programming in Python, today''s most popular system automation tool! Fully updated JumpStart sections quickly help you get complex servers running-often in minutes. You''ll also find up-to-date guidance on new LPI and CompTIA Linux certification pathways for Linux professionals. Sobell draws on his immense Linux knowledge to explain both the "hows" and the "whys" of Ubuntu. He''s taught hundreds of thousands of readers and never forgets what it''s like to be new to Linux. Whether you''re a user, administrator, or programmer, you''ll find everything you need here-now, and for years to come. The world''s most practical Ubuntu Linux book is now even more useful! This book delivers Completely revamped installation coverage reflecting Ubuntu 14.04''s improved ubiquity (graphical) and debian-installer (textual) installers Updated JumpStarts for quickly setting up Samba, Apache, postfix, FTP, NFS, CUPS, OpenSSH, DNS, and other complex servers Revamped and updated explanations of the ufw, gufw, and iptables firewall tools An all-new chapter on creating VMs (virtual machines) locally and in the cloud New coverage of the MariaDB open source plug-in replacement for MySQL Comprehensive networking coverage, including DNS/BIND, NFS, NIS, FTP, LDAP, and Cacti network monitoring Expert coverage of Internet server configuration and customization, including apache2 (Web) and postfix (mail) A new chapter covering state-of-the-art security techniques, including sudo, cryptography, hash functions, SSL certificates, plus a section on using GPG (GNU Privacy Guard) to protect documents in transit Deep coverage of essential administration tasks-from managing users to CUPS printing, and from configuring LANs and LDAP to building VMs (virtual machines) Complete instructions on keeping systems up to date using apt-get, dpkg, and other tools And much more . . . including a revised 500+ term glossary and four indexes More Information
-
MySQL and MSQL
MySQL and MSQL /* Scoped styles for the book post */ #book-post { padding: 20px; } #book-post .post-container { padding: 20px; border-radius: 8px; max-width: 800px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } #book-post .post-header { margin-bottom: 20px; } #book-post .post-header h1 { margin: 0; font-size: 2em; } #book-post .post-header h2 { margin: 0; font-size: 1.2em; } #book-post .book-details { width: 100%; border-collapse: collapse; margin-bottom: 20px; } #book-post .book-details th, #book-post .book-details td { border: 1px solid oklch(0.351 0.0176 260); padding: 8px; text-align: left; } #book-post .book-cover { max-width: 200px; border-radius: 8px; margin: 0 auto; padding-left: 15px; float: right; } #book-post .description { line-height: 1.6; } #book-post .info-link { display: block; margin-top: 20px; } MySQL and MSQL by Randy Jay Yarger, George Reese, Tim King Publisher O'Reilly Published Date 1999 Page Count 487 Categories Computers / General, Computers / Database Administration & Management, Computers / Operating Systems / General, Computers / Languages / SQL Language EN Average Rating 3.5 (based on 2 ratings) Maturity Rating No Mature Content Detected ISBN 1565924347 MySQL and mSQL are popular and robust database products that support key subsets of SQL on both Linux and Unix systems. Both products are free for nonprofit use and cost a small amount for commercial use. Even a small organization or web site has uses for a database. Perhaps you keep track of all your customers and find that your information is outgrowing the crude, flat-file format you started with. Or you want to ask your web site's visitors for their interests and preferences and put up a fresh web page that tallies the results. Unlike commercial databases, MySQL and mSQL are affordable and easy to use. If you know basic C, Java, Perl, or Python, you can quickly write a program to interact with your database. In addition, you can embed queries and updates right in an HTML file so that a web page becomes its own interface to the database. This book is all you need to make use of MySQL or mSQL. It takes you through the whole process from installation and configuration to programming interfaces and basic administration. Includes reference chapters and ample tutorial material. Topics include: Introductions to simple database design and SQL Building, installation, and configuration Basic programming APIs for C, C++, Java (JDBC), Perl, and Python CGI programming with databases in C and Perl Web interfaces: PHP, W3-mSQL, Lite, and mSQLPerl More Information
-
Embedded Linux - Hardware, Software, and Interfacing
Embedded Linux /* Scoped styles for the book post */ #book-post { padding: 20px; } #book-post .post-container { padding: 20px; border-radius: 8px; max-width: 800px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } #book-post .post-header { margin-bottom: 20px; } #book-post .post-header h1 { margin: 0; font-size: 2em; } #book-post .post-header h2 { margin: 0; font-size: 1.2em; } #book-post .book-details { width: 100%; border-collapse: collapse; margin-bottom: 20px; } #book-post .book-details th, #book-post .book-details td { border: 1px solid oklch(0.351 0.0176 260); padding: 8px; text-align: left; } #book-post .book-cover { max-width: 200px; border-radius: 8px; margin: 0 auto; padding-left: 15px; float: right; } #book-post .description { line-height: 1.6; } #book-post .info-link { display: block; margin-top: 20px; } Embedded Linux Hardware, Software, and Interfacing by Craig Hollabaugh Publisher Addison-Wesley Professional Published Date 2002 Page Count 419 Categories Computers / Networking / General, Computers / Operating Systems / UNIX, Computers / Operating Systems / Linux, Computers / Computer Engineering, Computers / Embedded Computer Systems Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 0672322269 Embedded Linux covers the development and implementation of interfacing applications on an embedded Linux platform. It includes a comprehensive discussion of platform selection, crosscompilation, kernel compilation, root filesystem creation, booting, remote debugging, real-world interfacing, application control, data collection, archiving, and presentation. This book includes serial, parallel, memory I/O, USB, and interrupt-driven hardware designs using x86-, StrongARM(R)-, and PowerPC(R)-based target boards. In addition, you will find simple device driver module code that connects external devices to the kernel, and network integration code that connects embedded Linux field devices to a centralized control center. Examples teach hardware developers how to store and activate field bits and deliver process information using open source software. If you are a hardware developer, software developer, system integrator, or product manager who's begun exploring embedded Linux for interfacing applications, this book is for you. Select an embedded Linux platform (x86, StrongARM(R), and PowerPC(R) architectures are covered)Create a cross-compiling and debugging development environmentBuild a custom Linux kernel for each architectureCreate a minimum root filesystemBoot the custom Linux kernel on three target boards with x86, SA-1110, and MPC860 microprocessorsRemote debug programs running on a target board across an ethernet network using GNU toolsConnect data acquisition and control electronics/peripherals using the microprocessor's serial, parallel, memory I/O, and USB interfacesMeasure average interrupt latencies for the x86, SA-1110, and MPC860 microprocessors and design an interrupt-driven process timer with 1mS accuracyInterface the peripherals to the kernel and applications using device driver modulesCollect, control, store, and present data via open source protocols and applicationsAnalyze embedded Linux vendor product offerings 0672322269B03282002 More Information
-
Ubuntu - Up and Running
Ubuntu /* Scoped styles for the book post */ #book-post { padding: 20px; } #book-post .post-container { padding: 20px; border-radius: 8px; max-width: 800px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } #book-post .post-header { margin-bottom: 20px; } #book-post .post-header h1 { margin: 0; font-size: 2em; } #book-post .post-header h2 { margin: 0; font-size: 1.2em; } #book-post .book-details { width: 100%; border-collapse: collapse; margin-bottom: 20px; } #book-post .book-details th, #book-post .book-details td { border: 1px solid oklch(0.351 0.0176 260); padding: 8px; text-align: left; } #book-post .book-cover { max-width: 200px; border-radius: 8px; margin: 0 auto; padding-left: 15px; float: right; } #book-post .description { line-height: 1.6; } #book-post .info-link { display: block; margin-top: 20px; } Ubuntu Up and Running by Robin Nixon Publisher "O'Reilly Media, Inc." Published Date 2010-04-19 Page Count 437 Categories Computers / Computer Science, Computers / Operating Systems / General, Computers / Operating Systems / Linux, Computers / Programming / Open Source, Computers / Desktop Applications / General Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 0596804849 Ubuntu for everyone! This popular Linux-based operating system is perfect for people with little technical background. It's simple to install, and easy to use -- with a strong focus on security. Ubuntu: Up and Running shows you the ins and outs of this system with a complete hands-on tour. You'll learn how Ubuntu works, how to quickly configure and maintain Ubuntu 10.04, and how to use this unique operating system for networking, business, and home entertainment. This book includes a DVD with the complete Ubuntu system and several specialized editions -- including the Mythbuntu multimedia release. Choose among three desktop environments: GNOME, KDE, or XFCE Connect printers, sound cards, cameras, webcams, and iPhones Use the Linux filesystem with either the desktop or the command line Learn networking functions, such as file and folder sharing and Internet access Get an in-depth introduction to the OpenOffice.org business productivity suite Learn how to use WINE to run Windows programs Implement upgrades quickly and easily Find out where to get, and how to install, other great software for Linux More Information
-
Building Embedded Linux Systems
Building Embedded Linux Systems /* Scoped styles for the book post */ #book-post { padding: 20px; } #book-post .post-container { padding: 20px; border-radius: 8px; max-width: 800px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } #book-post .post-header { margin-bottom: 20px; } #book-post .post-header h1 { margin: 0; font-size: 2em; } #book-post .post-header h2 { margin: 0; font-size: 1.2em; } #book-post .book-details { width: 100%; border-collapse: collapse; margin-bottom: 20px; } #book-post .book-details th, #book-post .book-details td { border: 1px solid oklch(0.351 0.0176 260); padding: 8px; text-align: left; } #book-post .book-cover { max-width: 200px; border-radius: 8px; margin: 0 auto; padding-left: 15px; float: right; } #book-post .description { line-height: 1.6; } #book-post .info-link { display: block; margin-top: 20px; } Building Embedded Linux Systems by Karim Yaghmour Publisher "O'Reilly Media, Inc." Published Date 2003-04-22 Page Count 432 Categories Computers / General, Computers / Operating Systems / General, Computers / Operating Systems / UNIX, Computers / Operating Systems / Linux, Computers / Programming / General, Computers / Languages / C, Computers / Software Development & Engineering / General Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 0596516460 Linux(r) is being adopted by an increasing number of embedded systems developers, who have been won over by its sophisticated scheduling and networking, its cost-free license, its open development model, and the support offered by rich and powerful programming tools. While there is a great deal of hype surrounding the use of Linux in embedded systems, there is not a lot of practical information. Building Embedded Linux Systems is the first in-depth, hard-core guide to putting together an embedded system based on the Linux kernel. This indispensable book features arcane and previously undocumented procedures for: Building your own GNU development toolchainUsing an efficient embedded development frameworkSelecting, configuring, building, and installing a target-specific kernelCreating a complete target root filesystemSetting up, manipulating, and using solid-state storage devicesInstalling and configuring a bootloader for the targetCross-compiling a slew of utilities and packagesDebugging your embedded system using a plethora of tools and techniquesDetails are provided for various target architectures and hardware configurations, including a thorough review of Linux's support for embedded hardware. All explanations rely on the use of open source and free software packages. By presenting how to build the operating system components from pristine sources and how to find more documentation or help, this book greatly simplifies the task of keeping complete control over one's embedded operating system, whether it be for technical or sound financial reasons.Author Karim Yaghmour, a well-known designer and speaker who is responsible for the Linux Trace Toolkit, starts by discussing the strengths and weaknesses of Linux as an embedded operating system. Licensing issues are included, followed by a discussion of the basics of building embedded Linux systems. The configuration, setup, and use of over forty different open source and free software packages commonly used in embedded Linux systems are also covered. uClibc, BusyBox, U-Boot, OpenSSH, thttpd, tftp, strace, and gdb are among the packages discussed. More Information
-
Linux and the Unix Philosophy
Linux and the Unix Philosophy /* Scoped styles for the book post */ #book-post { padding: 20px; } #book-post .post-container { padding: 20px; border-radius: 8px; max-width: 800px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } #book-post .post-header { margin-bottom: 20px; } #book-post .post-header h1 { margin: 0; font-size: 2em; } #book-post .post-header h2 { margin: 0; font-size: 1.2em; } #book-post .book-details { width: 100%; border-collapse: collapse; margin-bottom: 20px; } #book-post .book-details th, #book-post .book-details td { border: 1px solid oklch(0.351 0.0176 260); padding: 8px; text-align: left; } #book-post .book-cover { max-width: 200px; border-radius: 8px; margin: 0 auto; padding-left: 15px; float: right; } #book-post .description { line-height: 1.6; } #book-post .info-link { display: block; margin-top: 20px; } Linux and the Unix Philosophy by Mike Gancarz Publisher Digital Press Published Date 2003-08-05 Page Count 220 Categories Computers / Computer Architecture, Computers / Operating Systems / General, Computers / Operating Systems / UNIX, Computers / Operating Systems / Linux, COMPUTERS / Utilities, COMPUTERS / System Administration / General, Computers / Business & Productivity Software / General Language EN Average Rating 5 (based on 1 ratings) Maturity Rating No Mature Content Detected ISBN 1555582737 "The concept of Linux and the GNU project, while appearing to be the 'next step' of the Unix Philosophy, is only the return from a wayward path. Everything stated in the Unix Philosophy's first edition is just as true today, perhaps even more so. The addition of source code availability allows you to see exactly how these masters of code created their systems, and challenges you to create even faster code with greater capabilities." -Jon "maddog" Hall, Executive Director, Linux International "By effectively linking the principles used in Unix with those used by the Linux development community, Gancarz sheds new light on the Open Source philosophy." -Henry L. Hall, CEO, Wild Open Source Unlike so many books that focus on how to use Linux, Linux and the Unix Philosophy explores the "way of thinking that is Linux" and why Linux is a superior implementation of this highly capable operating system. This book is a revision and expansion of a computer science classic. Every chapter has been thoroughly updated with Linux coverage. Linux and the Unix Philosophy falls squarely between the "softer" texts on iterative software design and project management and the "how-to" technical texts. Thus far, no one has come out with a book that addresses this topic, either in the Unix space or the Linux space. Linux and the Unix Philosophy covers the same ground as the first edition, while it also presents bold new ideas about Linux and Open Source. · Concise list of philosophy tenets makes it a handy quick reference · Anecdotal examples personalize the book for the reader · Conversational style makes it easy and joyful to read More Information