Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Mac OS 351
- Operating systems (Computers) 242
- Macintosh (Computer) 230
- Engineering & Applied Sciences 169
- Development 155
- Programming 154
- Application software 143
- Computer Science 143
- iOS (Electronic resource) 64
- Computer networks 54
- Python (Computer program language) 51
- Computer programs 49
- Security measures 48
- Computer programming 42
- Computer security 41
- UNIX (Computer file) 37
- Computer software 34
- Web site development 34
- Examinations 33
- Apple computer 32
- Certification 30
- Java (Computer program language) 29
- Object-oriented programming (Computer science) 28
- Open source software 28
- Microsoft .NET Framework 26
- Photography 26
- Database management 25
- Electronic data processing personnel 25
- Data processing 24
- Digital techniques 24
-
1161Publicado 2019Tabla de Contenidos: “…Intro -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About This Book -- Foolish Assumptions -- Icons Used in This Book -- Beyond the Book -- Where to Go from Here -- Part 1 Getting Started with Functional Programming -- Chapter 1 Introducing Functional Programming -- Defining Functional Programming -- Understanding its goals -- Using the pure approach -- Using the impure approach -- Considering Other Programming Paradigms -- Imperative -- Procedural -- Object-oriented -- Declarative -- Using Functional Programming to Perform Tasks -- Discovering Languages That Support Functional Programming -- Considering the pure languages -- Considering the impure languages -- Finding Functional Programming Online -- Chapter 2 Getting and Using Python -- Working with Python in This Book -- Creating better code -- Debugging functionality -- Defining why notebooks are useful -- Obtaining Your Copy of Anaconda -- Obtaining Analytics Anaconda -- Installing Anaconda on Linux -- Installing Anaconda on MacOS -- Installing Anaconda on Windows -- Understanding the Anaconda package -- Downloading the Datasets and Example Code -- Using Jupyter Notebook -- Defining the code repository -- Getting and using datasets -- Creating a Python Application -- Understanding cells -- Adding documentation cells -- Other cell content -- Running the Python Application -- Understanding the Use of Indentation -- Adding Comments -- Understanding comments -- Using comments to leave yourself reminders -- Using comments to keep code from executing -- Closing Jupyter Notebook -- Getting Help with the Python Language -- Chapter 3 Getting and Using Haskell -- Working with Haskell in This Book -- Obtaining and Installing Haskell -- Installing Haskell on a Linux system -- Installing Haskell on a Mac system -- Installing Haskell on a Windows system…”
Libro electrónico -
1162Publicado 2019Tabla de Contenidos: “…Intro -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About This Book -- Foolish Assumptions -- Icons Used in This Book -- Beyond the Book -- Where to Go from Here -- Part 1 Discovering Deep Learning -- Chapter 1 Introducing Deep Learning -- Defining What Deep Learning Means -- Starting from Artificial Intelligence -- Considering the role of AI -- Focusing on machine learning -- Moving from machine learning to deep learning -- Using Deep Learning in the Real World -- Understanding the concept of learning -- Performing deep learning tasks -- Employing deep learning in applications -- Considering the Deep Learning Programming Environment -- Overcoming Deep Learning Hype -- Discovering the start-up ecosystem -- Knowing when not to use deep learning -- Chapter 2 Introducing the Machine Learning Principles -- Defining Machine Learning -- Understanding how machine learning works -- Understanding that it's pure math -- Learning by different strategies -- Training, validating, and testing data -- Looking for generalization -- Getting to know the limits of bias -- Keeping model complexity in mind -- Considering the Many Different Roads to Learning -- Understanding there is no free lunch -- Discovering the five main approaches -- Delving into some different approaches -- Awaiting the next breakthrough -- Pondering the True Uses of Machine Learning -- Understanding machine learning benefits -- Discovering machine learning limits -- Chapter 3 Getting and Using Python -- Working with Python in this Book -- Obtaining Your Copy of Anaconda -- Getting Continuum Analytics Anaconda -- Installing Anaconda on Linux -- Installing Anaconda on MacOS -- Installing Anaconda on Windows -- Downloading the Datasets and Example Code -- Using Jupyter Notebook -- Defining the code repository -- Getting and using datasets -- Creating the Application…”
Libro electrónico -
1163por Hochstein, LorinTabla de Contenidos: “…SSH -- Native SSH -- SSH Agent -- Starting Up ssh-agent -- Mac OS X -- Linux -- Agent Forwarding -- Sudo and Agent Forwarding -- Host Keys -- Appendix B. …”
Publicado 2015
Libro electrónico -
1164Publicado 2024Tabla de Contenidos: “…Worker Nodes -- Creating a Highly Available Kubernetes Cluster with Kubespray and Ansible -- Available Options to Deploy Kubernetes -- Prerequisites and Initial Setup -- Creating The Inventory -- Creating the Cluster -- How Kubespray Works -- Step 1: Pre-Configuration Checks and Setup -- Step 2: Setting Up Container Runtime -- Step 3: Network Plugin Installation -- Step 4: Kubernetes Components Installation -- Step 5: Initialization of the First Control Plane Node -- Step 6: Setting Up etcd Cluster -- Step 7: Joining Additional Control Plane Nodes -- Step 8: Joining Worker Nodes -- Step 9: Cluster Configuration With Addons -- Step 10: Cluster Verification And Health Checks -- Step 11: Security Configuration -- Step 12: Applying Custom Configurations -- Step 13: Cluster Ready For Deployment -- Start Using The Cluster -- Deploying to Kubernetes with Ansible -- Deploying to Kubernetes with Ansible and the K8s Module -- Using Remote Manifests -- Inline Manifests -- Validating Kubernetes Definitions -- Managing Multiple Clusters -- Patching Resources -- Restarting Deployments -- Deploying to Kubernetes with Ansible and Helm -- Templating Kubernetes Resources With Ansible -- Troubleshooting Kubernetes with Ansible -- Creating Generic Debug Tasks to View Kubernetes Resources -- Viewing Kubernetes Pod Logs with Ansible -- Ansible + Kubernetes = A Powerful Combination -- Ansible Cheat Sheet -- Installing Ansible -- On Linux -- On macOS -- On Windows -- Configuring Ansible -- Inventory -- Setting Up the Inventory File (INI) -- Setting Up the Inventory File (YAML) -- Ansible Host Variables -- Testing Your Setup -- Playbook Structure -- Playbook Keywords -- Common Modules -- Running a Command -- Running a Shell Command -- Running a Raw Command -- Copying a File -- Installing a Package -- Restarting a Service -- Copying a File with Permissions…”
Libro electrónico -
1165Publicado 2018Tabla de Contenidos: “…-- Deployment variants -- Working with oc cluster up -- System requirements and prerequisites -- CentOS 7 -- macOS -- Windows -- Accessing OpenShift through a web browser -- Working with Minishift -- Working with Vagrant -- Vagrant installation -- Installing OpenShift with an all-in-one Vagrant box -- Summary -- Questions -- Further reading -- Chapter 6: OpenShift Installation -- Technical requirements -- Prerequisites -- Hardware requirements -- Overview of OpenShift installation methods -- RPM installation -- Containerized installation -- Deployment scenarios -- Environment preparation -- Docker -- SELinux -- Ansible installation -- SSH access -- Advanced installation -- OpenShift Ansible inventory -- OpenShift Ansible playbooks -- Installation -- Validation -- Summary -- Questions -- Further reading -- Chapter 7: Managing Persistent Storage…”
Libro electrónico -
1166Publicado 2018Tabla de Contenidos: “…-- 3.2 Process States -- 3.3 Process Description -- 3.4 Process Control -- 3.5 Execution of the Operating System -- 3.6 UNIX SVR4 Process Management -- 3.7 Summary -- 3.8 Key Terms, Review Questions, and Problems -- Chapter 4 Threads -- 4.1 Processes and Threads -- 4.2 Types of Threads -- 4.3 Multicore and Multithreading -- 4.4 Windows Process and Thread Management -- 4.5 Solaris Thread and SMP Management -- 4.6 Linux Process and Thread Management -- 4.7 Android Process and Thread Management -- 4.8 Mac OS X Grand Central Dispatch -- 4.9 Summary -- 4.10 Key Terms, Review Questions, and Problems -- Chapter 5 Concurrency: Mutual Exclusion and Synchronization -- 5.1 Mutual Exclusion: Software Approaches -- 5.2 Principles of Concurrency -- 5.3 Mutual Exclusion: Hardware Support…”
Libro electrónico -
1167Publicado 2002Tabla de Contenidos: “…2.10 Handling a zip File Inside a String -- Problem -- Solution -- Discussion -- See Also -- 2.11 Archiving a Tree of Files into a Compressed tar File -- Problem -- Solution -- Discussion -- See Also -- 2.12 Sending Binary Data to Standard Output Under Windows -- Problem -- Solution -- Discussion -- See Also -- 2.13 Using a C++-like iostream Syntax -- Problem -- Solution -- Discussion -- See Also -- 2.14 Rewinding an Input File to the Beginning -- Problem -- Solution -- Discussion -- See Also -- 2.15 Adapting a File-like Object to a True File Object -- Problem -- Solution -- Discussion -- See Also -- 2.16 Walking Directory Trees -- Problem -- Solution -- Discussion -- See Also -- 2.17 Swapping One File Extension for Another Throughout a Directory Tree -- Problem -- Solution -- Discussion -- See Also -- 2.18 Finding a File Given a Search Path -- Problem -- Solution -- Discussion -- See Also -- 2.19 Finding Files Given a Search Path and a Pattern -- Problem -- Solution -- Discussion -- See Also -- 2.20 Finding a File on the Python Search Path -- Problem -- Solution -- Discussion -- See Also -- 2.21 Dynamically Changing the Python Search Path -- Problem -- Solution -- Discussion -- See Also -- 2.22 Computing the Relative Path from One Directory to Another -- Problem -- Solution -- Discussion -- See Also -- 2.23 Reading an Unbuffered Character in a Cross-Platform Way -- Problem -- Solution -- Discussion -- See Also -- 2.24 Counting Pages of PDF Documents on Mac OS X -- Problem -- Solution -- Discussion -- See Also -- 2.25 Changing File Attributes on Windows -- Problem -- Solution -- Discussion -- See Also -- 2.26 Extracting Text from OpenOffice.org Documents -- Problem -- Solution -- Discussion -- See Also -- 2.27 Extracting Text from Microsoft Word Documents -- Problem -- Solution -- Discussion -- See Also -- 2.28 File Locking Using a Cross-Platform API…”
Libro electrónico -
1168Publicado 2023Tabla de Contenidos: “…-- Analytics on AWS -- Skills Required to Build and Maintain an AWS Analytics Pipeline -- Chapter 2 The Path to Analytics: Setting Up a Data and Analytics Team -- The Data Vision -- Support -- DA Team Roles -- Early Stage Roles -- Team Lead -- Data Architect -- Data Engineer -- Data Analyst -- Maturity Stage Roles -- Data Scientist -- Cloud Engineer -- Business Intelligence (BI) Developer -- Machine Learning Engineer -- Business Analyst -- Niche Roles -- Analytics Flow at a Process Level -- Workflow Methodology -- The DA Team Mantra: "Automate Everything" -- Analytics Models in the Wild: Centralized, Distributed, Center of Excellence -- Centralized -- Distributed -- Center of Excellence -- Summary -- Chapter 3 Working on AWS -- Accessing AWS -- Everything Is a Resource -- S3: An Important Exception -- IAM: Policies, Roles, and Users -- Policies -- Identity-Based Policies -- Resource-Based Policies -- Roles -- Users and User Groups -- Summarizing IAM -- Working with the Web Console -- The AWS Command-Line Interface -- Installing AWS CLI -- Linux Installation -- macOS Installation -- Windows -- Configuring AWS CLI -- A Note on Region -- Setting Individual Parameters -- Using Profiles and Configuration Files -- Final Notes on Configuration -- Using the AWS CLI -- Using Skeletons and File Inputs -- Cleaning Up!…”
Libro electrónico -
1169Publicado 2018Tabla de Contenidos: “…Cover -- Half Title -- Title -- Copyright Page -- Contents -- Foreword 25 -- Preface 27 -- Before You Begin 47 -- 1 Introduction to Computers, the Internet and Java 53 -- 1.1 Introduction 54 -- 1.2 Hardware and Software 56 -- 1.2.1 Moore's Law 56 -- 1.2.2 Computer Organization 57 -- 1.3 Data Hierarchy 59 -- 1.4 Machine Languages, Assembly Languages and High-Level Languages 61 -- 1.5 Introduction to Object Technology 62 -- 1.5.1 Automobile as an Object 63 -- 1.5.2 Methods and Classes 63 -- 1.5.3 Instantiation 63 -- 1.5.4 Reuse 63 -- 1.5.5 Messages and Methopd Calls 64 -- 1.5.6 Attributes and Instance Variables 64 -- 1.5.7 Encapsulation and Information Hiding 64 -- 1.5.8 Inheritance 64 -- 1.5.9 Interfaces 65 -- 1.5.10 Object-Oriented Analysis and Design (OOAD) 65 -- 1.5.11 The UML (Unified Modeling Language) 65 -- 1.6 Operating Systems 66 -- 1.6.1 Windows-A Proprietary Operating System 66 -- 1.6.2 Linux-An Open-Source Operating System 66 -- 1.6.3 Apple's macOS and Apple's iOS for iPhone®, iPad® 67 -- 1.6.4 Google's Android 67 -- 1.7 Programming Languages 68 -- 1.8 Java 70 -- 1.9 A Typical Java Development Environment 71 -- 1.10 Test-Driving a Java Application 74 -- 1.11 Internet and World Wide Web 78 -- 1.11.1 Internet: A Network of Networks 79 -- 1.11.2 World Wide Web: Making the Internet User-Friendly 79 -- 1.11.3 Web Services and Mashups 79 -- 1.11.4 Internet of Things 80 -- 1.12 Software Technologies 81 -- 1.13 Getting Your Questions Answered 83 -- 2 Introduction to Java Applications -- Input/Output and Operators 87 -- 2.1 Introduction 88 -- 2.2 Your First Program in Java: Printing a Line of Text 88 -- 2.2.1 Compiling the Application 92 -- 2.2.2 Executing the Application 93 -- 2.3 Modifying Your First Java Program 94 -- 2.4 Displaying Text with printf 96 -- 2.5 Another Application: Adding Integers 97 -- 2.5.1 import Declarations 98.…”
Libro electrónico -
1170por Tretau, RolandTabla de Contenidos: “…Apple systems integration -- 14.1 Apple Mac OS 10.x accessing an NFS share -- Part 4 Backup and recovery -- Chapter 15. …”
Publicado 2004
Libro electrónico -
1171por Rodenburg, JortTabla de Contenidos: “…4.1 The FlightController: Assessing the GET /flight endpoint -- 4.1.1 The GET /flight endpoint and what it does -- 4.1.2 Method signature: The meaning of ResponseType and typeof -- 4.1.3 Collecting flight information with collections -- 4.1.4 Connection strings, or how to give a security engineer a heart attack -- 4.1.5 Using IDisposable to release unmanaged resources -- 4.1.6 Querying a database with SqlCommand -- 4.2 The FlightController: Assessing GET /flight/{flightNumber} -- 4.3 The FlightController: POST /flight -- 4.4 The FlightController: DELETE /flight/{flightNumber} -- Exercises -- Summary -- Part 3 The database access layer -- 5 Setting up a project and database with Entity Framework Core -- 5.1 Creating a .NET 5 solution and project -- 5.2 Setting up and configuring a web service -- 5.2.1 Configuring a .NET 5 web service -- 5.2.2 Creating and using HostBuilder -- 5.2.3 Implementing the Startup class -- 5.2.4 Using the repository/service pattern for our web service architecture -- 5.3 Implementing the database access layer -- 5.3.1 Entity Framework Core and reverse-engineering -- 5.3.2 DbSet and the Entity Framework Core workflow -- 5.3.3 Configuration methods and environment variables -- 5.3.4 Setting an environment variable on Windows -- 5.3.5 Setting an environment variable on macOS -- 5.3.6 Retrieving environment variables at run time in your code -- Exercises -- Summary -- Part 4 The repository layer -- 6 Test-driven development and dependency injection -- 6.1 Test-driven development -- Exercises -- 6.2 The CreateCustomer method -- 6.2.1 Why you should always validate input arguments -- 6.2.2 Using "arrange, act, assert" to write unit tests -- 6.2.3 Validating against invalid characters -- 6.2.4 In-lining test data with the [DataRow] attribute -- 6.2.5 Object initializers and autogenerated code…”
Publicado 2021
Libro electrónico -
1172por Jakobsen, Adam TilmarTabla de Contenidos: “…6.4.9.8 Browser Password -- 6.4.9.9 Supercookies -- 6.4.10 Mail -- 6.4.10.1 Mail Archives -- 6.4.10.2 Offline Folder Files -- 6.4.10.3 Unread Mail -- 6.4.11 Persistence -- 6.4.11.1 Auto Start Programs -- 6.4.11.2 Scheduled Tasks -- 6.4.11.3 Service -- 6.4.12 Evidence Destruction -- 6.4.12.1 Log Clearing -- 6.4.12.2 File Deletion Detection Using J -- 6.5 Summary -- Chapter 7 macOS Forensics -- 7.1 File System -- 7.1.1 Native File Types -- 7.2 Security -- 7.3 Acquisition -- 7.3.1 Memory -- 7.3.1.1 Hibernation and RAM -- 7.4 Analysis -- 7.5 Evidence Location -- 7.5.1 System Configuration -- 7.5.2 User Accounts and Activity -- 7.5.2.1 Keychain -- 7.5.2.2 Notes -- 7.5.2.3 Recent Items -- 7.5.3 System Logs -- 7.5.4 Browser Usage -- 7.5.5 Email -- 7.5.6 Persistence Mechanisms -- 7.5.6.1 Login Item -- 7.5.6.2 Launch Items (Agents and Daemons) -- 7.5.6.3 Log In/Log Out Hooks -- 7.5.6.4 Dynamic Libraries (dylib) -- 7.5.6.5 At Tasks -- 7.5.6.6 Event Monitor Rules -- 7.5.6.7 Re‐opened Applications -- 7.5.7 Evidence of Destruction -- 7.6 Summary -- Chapter 8 Linux Forensics -- 8.1 File System -- 8.1.1 File System Timestamps -- 8.2 Security -- 8.3 Acquisition -- 8.3.1 Dump Memory -- 8.4 Analysis -- 8.4.1 chroot -- 8.5 Evidence Location -- 8.5.1 System Info -- 8.5.1.1 System Version -- 8.5.1.2 Computer Name -- 8.5.1.3 Localtime Settings -- 8.5.1.4 Boot Logs -- 8.5.1.5 Kernel Logs -- 8.5.1.6 Apt Install Repository Sources -- 8.5.1.7 Hosts File -- 8.5.1.8 Root UUID -- 8.5.1.9 Services -- 8.5.1.10 Syslogs -- 8.5.1.11 Background Processes -- 8.5.1.12 Disk Partitions -- 8.5.2 User Activity -- 8.5.2.1 Accounts and Groups -- 8.5.2.2 Group Information -- 8.5.2.3 Command History -- 8.5.2.4 Authentication -- 8.5.2.5 Last Login -- 8.5.2.6 Failed Logon Attempts -- 8.5.2.7 Installation of Software -- 8.5.2.8 File Edit -- 8.5.3 Network -- 8.5.3.1 Interfaces…”
Publicado 2024
Libro electrónico -
1173por Hofmann, AndreasTabla de Contenidos: “…QTS -- 6.4 FTP, FTPS und SFTP -- 6.4.1 FTPS -- 6.4.2 SFTP -- 6.5 WebDAV -- 6.5.1 Das NAS zum WebDAV-Server machen -- 6.5.2 WebDAV unter Windows -- 6.5.3 WebDAV unter Mac OS -- Kapitel 7: Die Cloud - Daten und Geräte synchronisieren -- 7.1 Das NAS zur Cloud machen -- 7.1.1 Qsync Central einrichten -- 7.1.2 Freigabeordner für Qsync aktivieren -- 7.1.3 Benutzerberechtigung für Qsync verwalten -- 7.2 Geräte synchronisieren -- 7.2.1 Verwaltungsmodus konfigurieren -- 7.2.2 Der Desktop-Client -- 7.2.3 Qsync Pro -- 7.2.4 Geräte verwalten -- 7.3 Arbeiten mit Team-Ordnern…”
Publicado 2021
Libro electrónico -
1174por Hofmann, AndreasTabla de Contenidos: “…3.3.1 Aufbau des Paket-Zentrums -- 3.3.2 Ein Paket installieren -- 3.3.3 Pakete verwalten -- 3.3.4 Eine Paketquelle hinzufügen -- 3.4 Die Suche und Universal Search -- Kapitel 4: Die Benutzerverwaltung -- 4.1 Die DSM-Standardbenutzer -- 4.2 Ein gutes Benutzer-Konzept finden -- 4.3 Einen neuen Benutzer anlegen -- 4.3.1 Benutzer bearbeiten -- 4.3.2 Benutzer löschen -- 4.4 Gruppen als Vorlagen für mehrere Benutzer -- 4.4.1 Standardgruppen -- 4.5 Erweiterte Benutzerberechtigungen -- 4.5.1 Benutzerdefinierte Berechtigungen -- 4.5.2 Anwendungsberechtigung »Nach IP« -- 4.5.3 Grenzwertbereiche für Geschwindigkeitsbeschränkungen -- 4.6 Berechtigungen verstehen -- 4.6.1 Anwendungsberechtigungen -- 4.7 Rollen delegieren -- Teil II: Daten, Dateien und Speicherplatz -- Kapitel 5: Dateiverwaltung -- 5.1 Freigegebene Ordner - der Drehpunkt des NAS -- 5.1.1 Privater Speicher - der Home-Ordner -- 5.1.2 Vorgegebene Ordner -- 5.1.3 Freigegebene Ordner erstellen -- 5.1.4 Freigegebene Ordner verschieben -- 5.1.5 Erweiterte Berechtigungen -- 5.2 Die File Station -- 5.2.1 Aufbau der File Station -- 5.2.2 Ordner erstellen -- 5.2.3 Dateien und Ordner hochladen -- 5.2.4 Dateien und Ordner herunterladen -- 5.2.5 Arbeiten mit der File Station -- 5.2.6 Dateien und Ordner teilen -- 5.2.7 Berechtigungen -- 5.3 Der Papierkorb -- 5.4 Externe Datenträger -- 5.5 Mobiler Zugriff per App -- 5.5.1 Synology-App mit dem NAS verbinden -- 5.5.2 DS file bedienen -- 5.5.3 Photo Backup -- Kapitel 6: Dateidienste - vom Computer auf den NAS-Speicher zugreifen -- 6.1 Freigegebene Ordner im Windows-Explorer -- 6.2 Freigegebene Ordner im Finder auf einem Mac -- 6.3 FTP, FTPS und SFTP -- 6.3.1 FTPS -- 6.3.2 SFTP -- 6.4 WebDAV -- 6.4.1 Das NAS zum WebDAV-Server machen -- 6.4.2 WebDAV unter Windows -- 6.4.3 WebDAV unter macOS -- 6.4.4 Ordner per WebDAV in der File Station einbinden…”
Publicado 2022
Libro electrónico -
1175Publicado 2020“…It also continues to cover macOS 10.14 Mojave and iOS 12, but drops coverage of earlier operating system versions…”
Libro electrónico -
1176Publicado 2012“…About the Author: Jiva DeVoe is the founder of Random Ideas, LLC, a software company specializing in iPhone and Mac OS X applications. He’s an author, blogger and software developer with nearly 20 years of experience in the software industry. …”
-
1177Publicado 2008“…System Requirements: Platform: Windows, Linux, Mac (OS X or higher) Processor: Intel-based processor (Pentium or higher) Memory: 128 MB RAM or more Disk space: None required; USB thumb drive optional to store data Optical drive: CD reader Negus Live Linux Series Your Practical, Hands-On Guides to Getting Real Results with Free Software Add the free software and examples from the book’s CD to your Windows, Mac OS X, or Linux system to follow along with the projects described in the book. …”
Libro electrónico -
1178Publicado 2020“…What You Need: Flutter can be used for Android development on any Linux, Windows or macOS computer, but macOS is needed for iOS development…”
Libro electrónico -
1179Publicado 2018“…What You Need: This book requires Xcode 9 and a Mac running macOS High Sierra (10.13.2) or later. Additionally, an iOS device is recommended for on-device testing but not required…”
Libro electrónico -
1180Publicado 2020“…It includes: Updates for Windows 10 (May 2020) and Mac OS 10.15 (Catalina) Updates for iOS 13 and Android 10 Updated recommendations on the best apps, products, and services More than 170 tips with complete step-by-step instructions and pictures A preview of Mac OS 11 Big Sur and iOS 14 You will: Create killer passwords that you do not have to remember Browse the web safely and with confidence Protect your data and reclaim your privacy Shop and bank online with maximum security Defend against identity theft Protect yourself from viruses and scams Maximize your smartphone security and privacy Safeguard your children online Block online tracking and dangerous ads Send files and messages securely and privately Set up secure home networking Keep your smart devices from spying on you Stop oversharing on social media Create automated backups of all your devices Learn how the Internet actually works And more!…”
Libro electrónico