.jpg.7633371fa53fa19028f71f2e3a72fc4e.jpg)
Everything posted by Jessica Brown
-
Feb. 27, 2025 - Today's Open Source Project of the Day: 📌 ollama
📌 Project Name: ollama 🔗 URL: https://github.com/ollama/ollama 📝 Description: Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 2, and other large language models. ⭐ Stars: 129864 🛠 Language: Go 🤖 AI Summary: The ollama project is designed to simplify and expedite the process of setting up and utilizing large language models like Llama 3.3, DeepSeek-R1, Phi-4, Gemma 2 and others. Given the wide range of applications for these models in fields such as natural language understanding and generation, machine learning, and data analysis, the purpose of ollama is to offer more accessible and efficient use of these advanced tools. This could significantly contribute to advancements in AI, providing benefits in numerous fields and industries. Essentially, ollama serves as an accessible gateway to the deployment of various large language models, driving usability and exploration for developers, researchers and businesses alike.
-
Linux in a Nutshell - A Quick Desktop Reference
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 A Quick Desktop Reference by Ellen Siever, Jessica P. Hekman, Stephen Spainhour, Stephen Figgins Publisher O'Reilly Published Date 2000 Page Count 797 Categories Computers / General, Computers / Operating Systems / Linux Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 0596000251 Linux in a Nutshellcovers the core commands available on common Linux distributions. This isn't a scaled-down quick reference of common commands, but a complete reference to all user, programming, administration, and networking commands with complete lists of options. Contents also include: LILO and Loadlin (boot) options Shell syntax and variables for thebash,csh, andtcshshells Pattern matching Emacs andviediting commands sedandgawkcommands Common configuration tasks for the GNOME and KDE desktops and the fvwm2 window manager New material in the third edition includes common configuration tasks for the GNOME and KDE desktops and the fvwm2 window manager, thedpkgDebian package manager, an expanded investigation of therpmRed Hat package manager and CVS, and many new commands. Linux in a Nutshellis a must for any Linux user; it weighs less than a stack of manual pages, but delivers everything needed for common, day-to-day use. It also covers a wide range of GNU tools for Unix users who have GNU versions of standard Unix tools. More Information
-
SoMoClo - The Convergence of Social, Mobile, and Cloud Solutions and Applications
SoMoClo /* 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; } SoMoClo The Convergence of Social, Mobile, and Cloud Solutions and Applications by Unknown Author Publisher Mind Commerce Publishing, LLC Published Date 2012 Page Count N/A Categories Cloud computing Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 1461915740 No description available. More Information
-
Python & XML - XML Processing with Python
Python & XML /* 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; } Python & XML XML Processing with Python by Christopher A. Jones, Fred L. Drake Jr Publisher "O'Reilly Media, Inc." Published Date 2001-12-18 Page Count 380 Categories Computers / Languages / General, Computers / Languages / XML, Computers / Languages / Python, Computers / Internet / Web Programming Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 1491948868 If you are a Python programmer who wants to incorporate XML into your skill set, this is the book for you. Python has attracted a wide variety of developers, who use it either as glue to connect critical programming tasks together, or as a complete cross-platform application development language. Yet, because it is object-oriented and has powerful text manipulation abilities, Python is an ideal language for manipulating XML.Python & XML gives you a solid foundation for using these two languages together. Loaded with practical examples, this new volume highlights common application tasks, so that you can learn by doing. The book starts with the basics then quickly progresses to complex topics, like transforming XML with XSLT, querying XML with XPath, and working with XML dialects and validation. It also explores the more advanced issues: using Python with SOAP and distributed web services, and using Python to create scalable streams between distributed applications (like databases and web servers).The book provides effective practical applications, while referencing many of the tools involved in XML processing and Python, and highlights cross-platform issues along with tasks relevant to enterprise computing. You will find ample coverage of XML flow analysis and details on ways in which you can transport XML through your network.Whether you are using Python as an application language, or as an administrative or middleware scripting language, you are sure to benefit from this book. If you want to use Python to manipulate XML, this is your guide. More Information
-
Linux Pocket Guide
Linux Pocket Guide /* 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 Pocket Guide by Daniel J. Barrett Publisher "O'Reilly Media, Inc." Published Date 2024-03 Page Count 352 Categories Computers / Operating Systems / Linux, Computers / Software Development & Engineering / Systems Analysis & Design, Computers / Programming / Open Source Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 1098157931 If you use Linux in your day-to-day work, then Linux Pocket Guide is the perfect on-the-job reference. This thoroughly updated 20th anniversary edition explains more than 200 Linux commands, including new commands for file handling, package management, version control, file format conversions, and more. In this concise guide, author Daniel Barrett provides the most useful Linux commands grouped by functionality. Whether you're a novice or an experienced user, this practical book is an ideal reference for the most important Linux commands. You'll learn: Essential concepts—commands, shells, users, and the filesystemFile commands-creating, organizing, manipulating, and processing files of all kindsSysadmin basics-superusers, processes, user management, and software installationFilesystem maintenance-disks, RAID, logical volumes, backups, and moreNetworking commands-working with hosts, network connections, email, and the webGetting stuff done-everything from math to version control to graphics and audio More Information
-
Feb. 26, 2025 - Today's Open Source Project of the Day: 📌 freeCodeCamp
📌 Project Name: freeCodeCamp 🔗 URL: https://github.com/freeCodeCamp/freeCodeCamp 📝 Description: freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free. ⭐ Stars: 410483 🛠 Language: TypeScript 🤖 AI Summary: freeCodeCamp is an open-source project that aims to help people learn to code for free. It offers a comprehensive and self-paced curriculum targeting web development, covering HTML/CSS, JavaScript, databases, Git & GitHub, Node.js, React.js, and D3.js. This project is significant as it provides accessible and quality education to anyone who desires to learn coding and web development. It also includes interactive coding challenges and projects to enable practical learning. In addition, the project emphasizes community learning where users can interact with fellow learners, contribute to the codebase, and participate in forum discussions. The ultimate purpose of freeCodeCamp is to empower people with coding skills, enabling them to secure a job in the tech industry, pursue higher studies, or build their own applications.
-
Children, Risk and Safety on the Internet - Research and Policy Challenges in Comparative Perspective
Children, Risk and Safety on the Internet /* 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; } Children, Risk and Safety on the Internet Research and Policy Challenges in Comparative Perspective by Sonia M. Livingstone, Leslie Haddon, Anke Gorzig Publisher Policy Press Published Date 2012 Page Count 382 Categories Computers / Internet / General, Computers / Social Aspects, Political Science / Public Policy / Social Services & Welfare, Social Science / Sociology / Marriage & Family, Social Science / Children's Studies Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 1847428827 As internet use is extending to younger children, there is an increasing need for research focus on the risks young users are experiencing, as well as the opportunities, and how they should cope. With expert contributions from diverse disciplines and a uniquely cross-national breadth, this timely book examines the prospect of enhanced opportunities for learning, creativity and communication set against the fear of cyberbullying, pornography and invaded privacy by both strangers and peers. Based on an impressive in-depth survey of 25,000 children carried out by the EU Kids Online network, it offers wholly new findings that extend previous research and counter both the optimistic and the pessimistic hype. It argues that, in the main, children are gaining the digital skills, coping strategies and social support they need to navigate this fast-changing terrain. But it also identifies the struggles they encounter, pinpointing those for whom harm can follow from risky online encounters. Each chapter presents new findings and analyses to inform both researchers and students in the social sciences and policy makers in government, industry or child welfare who are working to enhance children's digital experiences. More Information
-
The Imperial Administrative System in the Ninth Century - With a Revised Text of Kletorologion of Philotheos (1911)
The Imperial Administrative System in the Ninth Century /* 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 Imperial Administrative System in the Ninth Century With a Revised Text of Kletorologion of Philotheos (1911) by John Bagnell Bury Publisher Literary Licensing, LLC Published Date 2014-08-07 Page Count 182 Categories Computers / General, History / Essays, Literary Collections / General, Science / History, Science / Natural History Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 1498165273 This Is A New Release Of The Original 1911 Edition. More Information
-
Peter 2.0 - The Human Cyborg
Peter 2.0 /* 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; } Peter 2.0 The Human Cyborg by Peter Scott-Morgan Publisher Penguin UK Published Date 2021-04-01 Page Count 320 Categories Biography & Autobiography / Personal Memoirs, Computers / Artificial Intelligence / General, Science / Physics / Mathematical & Computational, Biography & Autobiography / Science & Technology, Biography & Autobiography / Survival, Family & Relationships / LGBTQ, Biography & Autobiography / LGBTQ, Technology & Engineering / Robotics, Science / General, Science / Philosophy & Social Aspects Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 0241447119 The incredible book behind the primetime Channel 4 documentary, Peter: The Human Cyborg 'A remarkable account of what it means to be human and what technology can really achieve' Sunday Telegraph 'Peter's story is one of the most extraordinary you will ever hear. I urge people to read it' Stephen Fry 'A remarkable story . . . you're left desperate to take nothing for granted' Radio Times __________ Peter, a brilliant scientist, is told that he will lose everything he loves. His husband. His family. His friends. His ability to travel the world. All will be gone. But Peter will not give up. He vows that this will not be the end and instead seeks a completely new beginning . . . Peter has Motor Neurone Disease, a condition universally considered by doctors to be terminal. He is told it will destroy his nerve cells and that within about two years, it will take his life too. But, face-to-face with death, he decides there is another way. Using his background in science and technology, he navigates a new path, one that will enable him not just to survive, but to thrive. This is the astonishing true story about Peter Scott-Morgan: the first person to combine his very humanity with artificial intelligence and robotics to become a full Cyborg. His discovery means that his terminal diagnosis is negotiable, something that will rewrite the future. And change the world. By embracing love, life and hope rather than fear, tragedy and despair, he will become Peter 2.0. __________ 'Compelling . . . Scott-Morgan is a true one-off. It is in the telling of the love story, rather than the technical details of becoming a cyborg, that this book succeeds' The Times 'What's striking is Peter's constant optimism, bravery and his ability to find radical answers to problems that have confounded Britain's brightest minds' Daily Telegraph 'A soaring love story' Financial Times 'Fascinating and extremely moving' Sun More Information
-
Computers For Seniors For Dummies
Computers For Seniors 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; } Computers For Seniors For Dummies by Nancy C. Muir Publisher Wiley Published Date 2012-11-19 Page Count 408 Categories Computers / Hardware / Personal Computers / PCs, Computers / Hardware / General Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 1118115538 The bestselling guide to choosing a computer and getting online, fully updated for Windows 8! Whether you use your computer for bookkeeping, making travel plans, socializing, shopping, or just plain fun, computers are now an essential part of daily life. But it can be overwhelming to keep up with the technology as it continually evolves. This clear, friendly guide not only gets you up to speed on computer basics, it also covers the very latest information, like the changes you?ll see with Windows 8. You'll learn to use the keyboard and mouse, navigate the Windows 8 operating system, access the Internet, create documents, keep safe online, and more. Packed with screenshots and illustrations, the new edition of this popular book is easy to follow, never intimidating, and always helpful. Starts with the basics and assumes no prior knowledge of computers Updates your current skills for the latest technology changes, such as the Windows 8 operating system Explains how to connect to the Internet, keep up with family and friends via e-mail and social media, find recipes and health information, book travel, manage your budget, and much more Shows you how to organize documents, work with files and folders, manage pictures and videos, and customize your desktop and system Offers tips and advice to help you avoid common pitfalls Take on technology with confidence and take advantage of all your computer can do with Computers for Seniors For Dummies, 3rd Edition! More Information
-
Experiments in Induction
Experiments in Induction /* 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; } Experiments in Induction by Earl B. Hunt, Janet Marin, Philip James Stone Publisher Academic Press Published Date 1966 Page Count 247 Categories Artificial intelligence Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 0123623502 This book describes an interdisciplinary research project in which computer programs were used to simulate and, in a sense, replace human problem solvers. The research had a dual: to learn more about how people solve complex learning problems and to observe the performance of different varieties of a general learning automaton designed to solve inductive problems which require some learning on the part of the problem solver. More Information
-
Adobe Acrobat DC - Classroom in a Book
Adobe Acrobat DC /* 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; } Adobe Acrobat DC Classroom in a Book by Lisa Fridsma, Brie Gyncild Publisher Adobe Press Published Date 2015 Page Count 299 Categories Computers / Computer Science, Computers / Data Science / General, Computers / Desktop Applications / Desktop Publishing, Computers / Internet / Web Services & APIs, Computers / Document Management, Computers / Desktop Applications / General, Computers / Design, Graphics & Media / Graphics Tools Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 0134171837 Adobe Acrobat DC Classroom in a Book is the most thorough and comprehensive way for students to learn how to reliably create, edit, and sign PDF documents and forms with Adobe Acrobat DC. Each of the 13 lessons in this step-by-step, project-based guide contains a project that builds on their growing knowledge of the program, while end-of-chapter review questions reinforce each lesson. This cross-platform (Mac and Windows) book shows students how to collaborate effectively through electronic reviews, easily share their work across multiple platforms and devices (including via the new Adobe Document Cloud service), and speed up their production and business task workflow with Acrobat DC. All of the book's screenshots have been updated for the new edition, showing users how to navigate the completely overhauled user interface-a selling point for existing users of the software. Readers will also learn how to use the new Tool pane so they can easily convert files (Microsoft Office documents and graphics) to PDF and then learn how to directly edit text and images in their PDFs. They'll also learn how to use the newly refreshed tools to build PDF or web forms, speed up business workflow by gathering feedback and approval via online document reviews. And they'll learn how to create interactive forms and track responses within Acrobat, how to add signatures and security to their PDF files, and much more. All of the project files used in the book's lessons are available for readers to download at peachpit.com. More Information
-
Cloud-to-ground
Cloud-to-ground /* 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; } Cloud-to-ground by Oren Eldar, Edith Kofsky, Hadas Maor Publisher Park Books Published Date 2023 Page Count 304 Categories Architecture / General, Architecture / History / Contemporary (1945-), Mathematics / General, Political Science / Geopolitics Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 3038603384 A study of the political consequences of the growing computer "cloud" technology in Israel and the Middle East. "Cloud-to-ground" is the scientific term for lightning that strikes directly into the ground. Cloud-to-ground, published in conjunction with the Israeli pavilion at the 18th International Architecture Exhibition of the Venice Biennale, investigates the shifts in political power structure that result from the wide-spread use of cloud technology: the storage, processing, and analysis of inconceivable amounts of data in computer "clouds." The focus is on major infrastructure projects currently underway in Israel and the Middle East region. These include Nimbus, a major cloud project pursued by the Israeli government for which Google and Amazon are building new powerful data centers, and the Blue Raman fiber-optic cable across the Negev Desert, also laid by Google, which will bypass Egypt on its way from India to Europe and at the same time revive the ancient trade routes that passed through this country. Cloud-to-ground also documents the decommissioning and demolition of countless telephone exchanges in Israel's cities that have become obsolete. It thus brings to attention the physical nature of these largely ignored "black box" structures and connects them to the history of the Middle East and recent developments in global communication technology. Essays by prominent Israeli scholars are complemented by numerous photographs, sketches, and archival documents, as well as a newly compiled index of 140 telephone exchanges in Israel. More Information
-
Flatland - A Romance of Many Dimensions
Flatland /* 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; } Flatland A Romance of Many Dimensions by Edwin Abbott Abbott Publisher Princeton University Press Published Date 2015-03-22 Page Count 104 Categories Mathematics / Recreations & Games, Mathematics / General, Fiction / General, Fiction / Science Fiction / General, Fiction / Satire, Mathematics / Geometry / General, Computers / Software Development & Engineering / Computer Graphics Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 0691165556 In 1884, Edwin Abbott Abbott wrote a mathematical adventure set in a two-dimensional plane world, populated by a hierarchical society of regular geometrical figures-who think and speak and have all too human emotions. Since then Flatland has fascinated generations of readers, becoming a perennial science-fiction favorite. By imagining the contact of beings from different dimensions, the author fully exploited the power of the analogy between the limitations of humans and those of his two-dimensional characters. A first-rate fictional guide to the concept of multiple dimensions of space, the book will also appeal to those who are interested in computer graphics. This field, which literally makes higher dimensions seeable, has aroused a new interest in visualization. We can now manipulate objects in four dimensions and observe their three-dimensional slices tumbling on the computer screen. But how do we interpret these images? In his introduction, Thomas Banchoff points out that there is no better way to begin exploring the problem of understanding higher-dimensional slicing phenomena than reading this classic novel of the Victorian era. More Information
-
Introduction to Computer Networks and Cybersecurity
Introduction to Computer Networks and Cybersecurity /* 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; } Introduction to Computer Networks and Cybersecurity by Chwan-Hwa (John) Wu, J. David Irwin Publisher CRC Press Published Date 2016-04-19 Page Count 1336 Categories Computers / Information Technology, Computers / Networking / General, Computers / Security / General, Technology & Engineering / Electrical Language EN Average Rating 5 (based on 1 ratings) Maturity Rating No Mature Content Detected ISBN 1466572140 If a network is not secure, how valuable is it? Introduction to Computer Networks and Cybersecurity takes an integrated approach to networking and cybersecurity, highlighting the interconnections so that you quickly understand the complex design issues in modern networks. This full-color book uses a wealth of examples and illustrations to effective More Information
-
Human Impact on the Natural Environment - Past, Present and Future
Human Impact on the Natural Environment /* 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; } Human Impact on the Natural Environment Past, Present and Future by Andrew S. Goudie Publisher John Wiley & Sons Published Date 2018-06-19 Page Count 480 Categories Computers / Certification Guides / CompTIA (incl. A+), Science / Environmental Science, Science / Life Sciences / Ecology Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 1119403731 A brand new edition of the definitive textbook on humankind’s impact on the Earth’s environment—now in full color This classic text explores the multitude of impacts that humans have had over time upon vegetation, animals, soils, water, landforms, and the atmosphere. It considers the ways in which climate changes and modifications in land cover may change the environment in coming decades. Thoroughly revised to cover the remarkable transformation in interest that humans are having in the environment, this book examines previously uncovered topics, such as rewilding, ecosystem services, techniques for study, novel and no analogue ecosystems, and more. It also presents the latest views on big themes such as human origins, the anthropocene, domestication, extinctions, and ecological invasions. Extensively re-written, Human Impact on the Natural Environment, Eighth Edition contains many new and updated statistical tables, figures, and references. It offers enlightening chapters that look at the past and present state of the world—examining our impact on the land itself and the creatures that inhabit it; the oceans, lakes, rivers and streams; and the climate and atmosphere. The book also takes a deep look at our future impact on the planet and its resources—our affect on the coastal environments, the cryosphere and the drylands, as well as the hydrological and geomorphological impacts. Fully updated to take account of recent advances in our understanding of global warming and other phenomena Offers current opinions on such topics as human origins, the anthropocene, domestication, extinctions, and ecological invasions Features a full-color presentation to allow for more and clearer photographs and diagrams Contains more international case studies than previous editions to balance UK examples Human Impact on the Natural Environment is essential reading for undergraduates in geography and environmental science, and for those who want a thorough, wide-ranging and balanced overview of the impacts of humans upon natural processes and systems from the Stone Age to the Anthropocene and who wish to understand the major environmental issues that concern the human race at the present time. More Information
-
Handbook of Floating-Point Arithmetic
Handbook of Floating-Point Arithmetic /* 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; } Handbook of Floating-Point Arithmetic by Jean-Michel Muller, Nicolas Brisebarre, Florent de Dinechin, Claude-Pierre Jeannerod, Vincent Lefèvre, Guillaume Melquiond, Nathalie Revol, Damien Stehlé, Serge Torres Publisher Springer Science & Business Media Published Date 2009-11-11 Page Count 572 Categories Mathematics / Counting & Numeration, Computers / Programming / Algorithms, Computers / Data Science / General, Technology & Engineering / Engineering (General), Computers / Languages / General, Mathematics / Numerical Analysis, Mathematics / Probability & Statistics / Stochastic Processes, Mathematics / Discrete Mathematics, Mathematics / Applied Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 0817647058 Floating-point arithmetic is the most widely used way of implementing real-number arithmetic on modern computers. However, making such an arithmetic reliable and portable, yet fast, is a very difficult task. As a result, floating-point arithmetic is far from being exploited to its full potential. This handbook aims to provide a complete overview of modern floating-point arithmetic. So that the techniques presented can be put directly into practice in actual coding or design, they are illustrated, whenever possible, by a corresponding program. The handbook is designed for programmers of numerical applications, compiler designers, programmers of floating-point algorithms, designers of arithmetic operators, and more generally, students and researchers in numerical analysis who wish to better understand a tool used in their daily work and research. More Information
-
Feb. 25, 2025 - Today's Open Source Project of the Day: 📌 next.js
📌 Project Name: next.js 🔗 URL: https://github.com/vercel/next.js 📝 Description: The React Framework ⭐ Stars: 129661 🛠 Language: JavaScript 🤖 AI Summary: Next.js is an open-source JavaScript framework powered by React, Node.js, and JavaScript/TypeScript. It's essentially a tool that is created for server-rendered React applications. It simplifies the process of building web applications by providing a clear, easy-to-use solution to build both static and dynamic JavaScript-powered applications. Next.js is known for its capability of universal server-side rendering, which improves the performance of the applications and helps with Search Engine Optimization (SEO). It is also very efficient in hot code reloading, automatic routing, and code splitting. Next.js is an important project because it enhances the developer's experience with features such as optimistic updates, which provide instant visual updates. It also supports TypeScript out of the box, allowing developers to use static typing. It has a robust ecosystem and dependable maintenance, backed by Vercel, ensuring its reliability and longevity. This makes it an appealing choice for developers building single-page applications, static websites, and mobile app or enterprise solutions.
-
Internet of Things - Challenges, Advances, and Applications
Internet of Things /* 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; } Internet of Things Challenges, Advances, and Applications by Qusay F. Hassan, Atta ur Rehman Khan, Sajjad A. Madani Publisher CRC Press Published Date 2017-12-15 Page Count 436 Categories Computers / Programming / Games, Computers / Networking / General, Computers / Computer Engineering, Technology & Engineering / Mobile & Wireless Communications Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 1351651056 Internet of Things: Challenges, Advances, and Applications provides a comprehensive introduction to IoT, related technologies, and common issues in the adoption of IoT on a large scale. It surveys recent technological advances and novel solutions for challenges in the IoT environment. Moreover, it provides detailed discussion of the utilization of IoT and its underlying technologies in critical application areas, such as smart grids, healthcare, insurance, and the automotive industry. The chapters of this book are authored by several international researchers and industry experts. This book is composed of 18 self-contained chapters that can be read, based on interest. Features: Introduces IoT, including its history, common definitions, underlying technologies, and challenges Discusses technological advances in IoT and implementation considerations Proposes novel solutions for common implementation issues Explores critical application domains, including large-scale electric power distribution networks, smart water and gas grids, healthcare and e-Health applications, and the insurance and automotive industries The book is an excellent reference for researchers and post-graduate students working in the area of IoT, or related areas. It also targets IT professionals interested in gaining deeper knowledge of IoT, its challenges, and application areas. More Information
-
Feb. 24, 2025 - Today's Open Source Project of the Day: 📌 kubernetes
📌 Project Name: kubernetes 🔗 URL: https://github.com/kubernetes/kubernetes 📝 Description: Production-Grade Container Scheduling and Management ⭐ Stars: 113277 🛠 Language: Go 🤖 AI Summary: Kubernetes is a high-grade open-source platform designed to automate deploying, scaling, and operating application containers. Developed by Google, Kubernetes offers a framework that makes running distributed systems resilient while handling scheduling onto nodes in a compute cluster and actively handling workloads to ensure they operate as the user intends. It enables users to respond quickly to customer demand by scaling or rolling out new features and to make maximal use of hardware to improve resource utilization. Its significance lies in its ability to manage services that span multiple containers, schedule those containers across a cluster, scale those containers, and manage the health of those containers over time. Ideal for organizations embracing the microservices architectural pattern, Kubernetes is instrumental in production deployments because it is compatible with several container runtimes: Docker, rkt, CRI-O, and any Open Container Initiative-conformant runtime. It also ranked as one of the top projects in terms of contributions on GitHub. The system makes it easier to manage and scale applications, contributing to increased efficiency and productivity.
-
On Top of the Cloud - How CIOs Leverage New Technologies to Drive Change and Build Value Across the Enterprise
On Top of the Cloud /* 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; } On Top of the Cloud How CIOs Leverage New Technologies to Drive Change and Build Value Across the Enterprise by Hunter Muller Publisher John Wiley & Sons Published Date 2012 Page Count 237 Categories Chief information officers Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 1119202612 "On Top of the Cloud provides an actionable framework for developing and executing a profitable cloud strategy. The book focuses on nine specific critical areas where success is imperative: (1) Software as a Service (SaaS); (2) Platform as a Service (PaaS); (3) Infrastructure as a Service (IaaS); (4) People (Recruiting, Hiring, Training, Elevating); (5) Process Evolution; (6) Change Management; (7) Governance; (8) Security, (9) Strategic Sourcing. Each of the objectives is thoroughly explained in simple, straightforward language, accompanied by original graphics, charts and illustrations. All of the chapters are fleshed out with real-world stories and revealing anecdotes gathered from the author's exclusive interviews with dozens of colleagues, thought leaders and IT experts from major competitive organizations in markets all over the world"--Provided by publisher. More Information
-
The Foundations of Computability Theory
The Foundations of Computability Theory /* 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 Foundations of Computability Theory by Borut Robič Publisher Springer Nature Published Date 2020-11-13 Page Count 422 Categories Computers / Computer Science, Mathematics / Logic, Computers / History, Mathematics / History & Philosophy, Computers / Information Technology, Computers / General Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 3662624214 This book offers an original and informative view of the development of fundamental concepts of computability theory. The treatment is put into historical context, emphasizing the motivation for ideas as well as their logical and formal development. In Part I the author introduces computability theory, with chapters on the foundational crisis of mathematics in the early twentieth century, and formalism. In Part II he explains classical computability theory, with chapters on the quest for formalization, the Turing Machine, and early successes such as defining incomputable problems, c.e. (computably enumerable) sets, and developing methods for proving incomputability. In Part III he explains relative computability, with chapters on computation with external help, degrees of unsolvability, the Turing hierarchy of unsolvability, the class of degrees of unsolvability, c.e. degrees and the priority method, and the arithmetical hierarchy. Finally, in the new Part IV the author revisits the computability (Church-Turing) thesis in greater detail. He offers a systematic and detailed account of its origins, evolution, and meaning, he describes more powerful, modern versions of the thesis, and he discusses recent speculative proposals for new computing paradigms such as hypercomputing. This is a gentle introduction from the origins of computability theory up to current research, and it will be of value as a textbook and guide for advanced undergraduate and graduate students and researchers in the domains of computability theory and theoretical computer science. This new edition is completely revised, with almost one hundred pages of new material. In particular the author applied more up-to-date, more consistent terminology, and he addressed some notational redundancies and minor errors. He developed a glossary relating to computability theory, expanded the bibliographic references with new entries, and added the new part described above and other new sections. More Information
-
Interconnection Networks
Interconnection Networks /* 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; } Interconnection Networks by Jose Duato, Sudhakar Yalamanchili, Lionel Ni Publisher Morgan Kaufmann Published Date 2003 Page Count 600 Categories Computers / Computer Architecture, COMPUTERS / Data Transmission Systems / General, Computers / Networking / General, COMPUTERS / Networking / Vendor Specific, Technology & Engineering / Electrical, Technology & Engineering / Data Transmission Systems / General Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 1558608524 This book, for the first time, makes the technology of interconnection networks accessible to the engineering student and the practicing engineer. The authors are three key members of the research community and are responsible for developing much of the technology described. Their unique knowledge and rare insight into the material make for a technically rich treatment that brings together the best of many research papers and fills in the gaps by putting the work into context. In an era when digital systems design is dominated by interconnect, every digital designer needs to understand the concepts of topology, routing, and flow control on which interconnection networks are based. There is no better way for an engineer to come up to speed on interconnection networks than by reading this book. -From the foreword by Bill Dally, Professor, Stanford University hr The performance of most digital systems today is limited by their communication or interconnection, not by their logic or memory. As designers strive to make more efficient use of scarce interconnection bandwidth, interconnection networks are emerging as a nearly universal solution to the system-level communication problems for modern digital systems. Interconnection networks have become pervasive in their traditional application as processor-memory and processor-processor interconnect. Point-to-point interconnection networks have replaced buses in an ever widening range of applications that include on-chip interconnect, switches and routers, and I/O systems. In this book, the authors present in a structured way the basic underlying concepts of most interconnection networks and provide representative solutions that have been implemented in the industry or proposed in the research literature. Features Gives a coherent, comprehensive treatment of the entire field Presents a formal statement of the basic concepts, alternative design choices, and design trade-offs Provides thorough classifications, clear descriptions, accurate definitions, and unified views to structure the knowledge on interconnection networks Focuses on issues critical to designers More Information
-
Debian GNU/Linux - Guide to Installation and Usage
Debian GNU/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; } Debian GNU/Linux Guide to Installation and Usage by John Goerzen, Ossama Othman Publisher New Riders Published Date 1999 Page Count 158 Categories Computers / Operating Systems / Linux Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 0735709149 A complete guide to installing, configuring, and operating a Linux system, released under the GPL. The CD-ROM contains the full Debian GNU/Linux distribution direct from the Debian Organization. The book, in conjunction with the software, makes a reader comfortable with the concepts and confident enough to start using the operating system with proficiency. More Information
-
Linux in Easy Steps
Linux in Easy Steps /* 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 Easy Steps by Mike McGrath Publisher In Easy Steps Limited Published Date 2021 Page Count 192 Categories Computers / Operating Systems / Windows Desktop, Computers / Operating Systems / Linux, Computers / Programming / Open Source, Computers / System Administration / Linux & UNIX Administration, Juvenile Nonfiction / Science & Nature / General, Mathematics / General Language EN Average Rating N/A (based on N/A ratings) Maturity Rating No Mature Content Detected ISBN 1840789379 Now in its seventh edition, Linux in easy steps explains the Linux environment and how to get more out of this stable, as well as free, operating system. You'll be able to download, install and customize Linux, and master the desktop, in no time. Then, explore the key Linux apps, including: The LibreOffice suite: Writer (word processor), Calc (spreadsheet), Impress (presentation), Draw (drawing tool), and Base (database). Firefox for browsing the web. Thunderbird for exchanging emails. GIMP, Pix, Celluloid, Hypnotix, and Rhythmbox media apps to edit photos and videos and to enjoy music and movies. The final chapters show how to use the powerful Linux shell to communicate directly with the kernel at the very heart of Linux for total control. This guide will open the door to the whole new world of digital possibilities using Linux. Ideal for Linux newbies! Illustrated using Linux Mint More Information