Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Llull, Ramon 647
- Història 431
- Historia 424
- Crítica e interpretación 326
- Crítica i interpretació 273
- Biografia 233
- Ramón Llull 208
- Valle-Inclán, Ramón del 202
- Jiménez, Juan Ramón 160
- Universitat Ramon Llull 151
- Ramón y Cajal, Santiago 143
- Medicine 128
- Exposicions 125
- Historia y crítica 108
- Immunology 100
- Filosofía 99
- Development 98
- History 95
- Ramon 93
- Música orquestal- 92
- Application software 85
- Poesía española 75
- Engineering & Applied Sciences 67
- Operating systems (Computers) 67
- Management 66
- Novela francesa 66
- Literatura 64
- inflammation 60
- Església Catòlica 59
- Research & information: general 57
-
13141Publicado 2021Tabla de Contenidos: “…-- Protecting your infrastructure against malicious insiders -- Mastering the art of social engineering -- The social engineering cycle -- Social engineering techniques -- Types of social engineering attacks -- Defending against social engineering attacks (patching layer 8) -- Creating your training strategy -- Admin rights -- Implementing a strong BYOD policy -- Performing random social engineering campaigns -- Summary -- Further reading -- Chapter 5: Cybersecurity Technologies and Tools -- Technical requirements -- Advanced wireless tools for cybersecurity -- Defending from wireless attacks -- Pentesting tools and methods -- Metasploit framework -- Social engineering toolkit -- exe2hex -- Applying forensics tools and methods -- Dealing with evidence -- Forensic tools -- Recovering deleted files -- Dealing with APTs -- Defensive techniques -- Leveraging security threat intelligence -- Threat intelligence 101 -- Implementing threat intelligence -- Converting a threat into a solution -- The problem -- The solution -- Summary -- Further reading -- Section 2: Applying Defensive Security -- Chapter 6: Securing Windows Infrastructures -- Technical requirements…”
Libro electrónico -
13142Publicado 2023Tabla de Contenidos: “…Declaring routes -- Creating the products list page -- Understanding React Router's router -- Declaring the products route -- Creating navigation -- Using the Link component -- Using the NavLink component -- Using nested routes -- Understanding nested routes -- Using nested routes in the app -- Using route parameters -- Understanding route parameters -- Using route parameters in the app -- Creating an error page -- Understanding error pages -- Adding an error page -- Using index routes -- Understanding index routes -- Using an index route in the app -- Using search parameters -- Understanding search parameters -- Adding search functionality to the app -- Navigating programmatically -- Using form navigation -- Implementing lazy loading -- Understanding React lazy loading -- Adding a lazy admin page to the app -- Summary -- Questions -- Answers -- Chapter 7: Working with Forms -- Technical requirements -- Using controlled fields -- Creating the project -- Creating a contact form -- Using uncontrolled fields -- Using React Router Form -- Using native validation -- Using React Hook Form -- Understanding React Hook Form -- Using React Hook Form -- Adding validation -- Summary -- Questions -- Answers -- Part 3: Data -- Chapter 8: State Management -- Technical requirements -- Creating the project -- Using prop drilling -- Using React context -- Understanding React context -- Using React context -- Using Redux -- Understanding Redux -- Installing Redux -- Using Redux -- Summary -- Questions -- Answers -- Chapter 9: Interacting with RESTful APIs -- Technical requirements -- Creating the project -- Setting up the project -- Understanding the component structure -- Creating a REST API -- Using the effect hook with fetch -- Getting blog posts using fetch -- Strongly typing response data -- Creating a blog posts list component…”
Libro electrónico -
13143Publicado 2018Tabla de Contenidos: “…Configuring an exchange -- Configuring a binding -- Configuring RabbitAdmin -- Configuring a message converter -- Creating a RabbitTemplate -- Configuring a listener container -- Creating a message receiver -- Creating a message producer -- Maximizing throughput with RabbitMQ -- Performance and scalability with RabbitMQ -- Summary -- Chapter 8: Multithreading and Concurrent Programming -- Java classical threads -- Creating threads -- Thread life cycle and states -- More advanced thread tasks -- Synchronizing threads -- Issues with multithreading -- The java.util.concurrent package -- Executors -- ThreadFactory -- Synchronizers -- Concurrent collection classes -- Lock -- Callable and Future -- Atomic variables -- Using thread pools for asynchronous processing -- Spring task execution and scheduling -- TaskExecutor -- TaskScheduler -- Spring Async -- The @EnableAsync annotation -- The @Async annotation -- @Async with CompletableFuture -- Spring and threads - transactions -- Java threads best programming practices -- Summary -- Chapter 9: Profiling and Logging -- Performance profiling -- Application performance -- Application logging and monitoring -- Application logging -- Logging best practices -- Logging tools -- Java standard logging -- Apache Log4j 2 -- Application monitoring -- Stagemonitor -- Pinpoint -- MoSKito -- Glowroot -- New Relic -- Profiling tools -- VisualVM -- JConsole -- Summary -- Chapter 10: Application Performance Optimization -- Performance issue symptoms -- Timeouts -- Running out of worker threads -- Threads waiting on class loaders -- Time spent on class-loading activities -- Class loader trying to load non-existent classes -- Performance tuning life cycle -- Connection pooling -- Hibernate -- Transaction -- Periodical clearing of Hibernate sessions -- Lazy initialization -- Constructor-based HQLs -- Entity and query caching…”
Libro electrónico -
13144Publicado 2017Tabla de Contenidos: “…Cover -- Copyright -- Credits -- Foreword -- About the Author -- Acknowledgments -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Dedication -- Table of Contents -- Preface -- Chapter 1: Introduction -- New demands in enterprise systems -- Modern way of realizing enterprise systems -- Relevance of Java EE in modern systems -- Java EE 8 update and roadmap -- Java Community Process -- What to expect in the book -- Chapter 2: Designing and Structuring Java Enterprise Applications -- The purpose of enterprise applications -- What developers should focus on -- Meeting customer's demands -- Outer enterprise project structure -- Business and team structures -- Software projects contents -- Application source code -- Software structures -- Version control systems -- Binaries -- Build systems -- Single versus multi-module projects -- Illusion of reusability -- Technical dependencies -- Organizational challenges -- Reusability considerations -- Project artifacts -- One project per artifact -- Build systems for Java EE -- Apache Maven -- Gradle -- Structuring for modern frontend technologies -- Enter JavaScript frameworks -- Organizing modern frontends -- Enterprise project code structure -- Situation in enterprise projects -- Horizontal versus vertical layering -- Business-driven structure -- Designing reasonable modules -- Realizing package structures -- Package contents -- Horizontal package layering -- Flat module package -- Entity Control Boundary -- Packages -- Package access -- Don't over-enforce architecture -- Summary -- Chapter 3: Implementing Modern Java Enterprise Applications -- Use case boundaries -- Core domain components of modern Java EE -- EJB and CDI - differentiation and integration -- CDI producers -- Emitting domain events -- Scopes -- Patterns in Java EE -- Design patterns revisited -- Singleton -- Abstract factory…”
Libro electrónico -
13145Publicado 2018Tabla de Contenidos: “…-- Creating an application using manage.py -- What is created by manage.py -- Configuring settings.py -- Adding a new database connection -- Adding new installed apps -- Creating the application -- manage.py -- Generating data models -- Multipolygons -- Database migrations -- makemigrations -- sqlmigrate -- migrate -- LayerMapping -- Running the layer mapping -- Administrative panel -- GeoDjango administrative panel -- admin.py -- createsuperuser -- runserver -- URLs -- URL patterns -- Views -- Required folders and files -- forms.py -- templates folder -- Writing views -- index view -- queryarena function -- arena view -- Running the application -- Summary -- Chapter 13: Geospatial REST API -- Writing a REST API in Python -- REST -- JSON -- Python for REST API -- Flask -- REST modules -- Other frameworks -- Variables in Flask URLs -- Number converters -- Other data converters -- Request methods -- GET -- POST -- Other available request methods -- PUT -- DELETE -- The REST API application -- Application components -- Application folder and file structure -- app.py -- __init__.py -- The database -- models.py -- Importing required modules -- Declaring the session -- Declaring the models -- forms.py -- views.py -- Importing modules -- Base URL -- Arenas -- Getting all arenas -- Getting arenas by ID -- Getting arenas by name -- A geospatial query -- States -- Getting all states -- Getting a state by ID -- Getting a state by name -- Getting arenas by state -- Counties -- Getting a county by ID -- Getting a county by name -- Districts -- Getting all districts -- Getting a district by ID -- Getting a district by name -- API POST endpoints -- New arenas -- The view function -- The addarena.html head -- The addarena.html script -- The addarena.html form…”
Libro electrónico -
13146por Gaiman, NeilTabla de Contenidos: “…La vista desde las últimas filas: cosas verdaderas -- La vista desde las últimas filas -- Una selva de espejos -- The Dresden Dolls: Halloween, 2010 -- Ocho vistas del monte Fuji: «Beloved Demons» y Anthony Martignetti -- Demasiadas maneras de morir en Siria: mayo de 2014 -- «A Slip of the Keyboard»: Terry Pratchett -- Créditos -- Biografia -- Créditos -- Colofón…”
Publicado 2017
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
13147Publicado 2010Tabla de Contenidos: “…-- Justifier le passé et préserver l'avenir -- Postface -- Le pour qui et le pourquoi (des manuscrits) des coutumiers clunisiens -- La prédication pour les fêtes de reliques -- Annexe -- Sermon pour la fête des reliques, prêché à Saint-Bénigne de Dijon -- Poésie et mémoire des morts -- Le rouleau funèbre de Mathilde, abbesse de la Sainte-Trinité de Caen (†1113) -- Le rouleau de Mathilde († 1113)…”
Libro electrónico -
13148Publicado 2009Tabla de Contenidos: “…Monitoring Battery Use -- CHAPTER 5 CUSTOMIZING YOUR MAC -- Taking Advantage of Custom Settings -- Moving the Dock Around -- Changing the Dock's Size -- Customizing the Dock's Behavior -- Changing the Way the Finder Works -- Changing Your Desktop Picture -- Changing Your Login Icon -- Changing Your Mac's Language -- Changing Your Screen Saver -- Changing File Icons -- Increasing Your Mac's Security -- Using the Dashboard -- Making Your Own Widgets -- Automatically Updating Your Widgets -- Creating Custom Network Locations -- CHAPTER 6 ORGANIZING YOUR LIFE -- Working with Contacts and Schedules -- Adding Contacts to Address Book -- Creating Groups of Contacts -- Creating a Smart Group -- Exporting Contacts as vCards -- Importing a vCard into Address Book -- Mapping a Contact's Address -- Adding a To-Do in iCal -- Adding an Appointment in iCal -- Modifying an Event in iCal -- Switching Calendar Views in iCal -- Setting Up an Alarm in iCal -- Inviting Contacts to Events in iCal -- Putting Contacts, Bookmarks, and Calendars Online -- Searching Calendars in iCal -- Subscribing to an iCal Calendar -- Publishing an iCal Calendar -- Making Notes in Mail -- Turning an Email into a To-Do Item -- Syncing a PDA, an iPod, or a Phone with Your Mac -- CHAPTER 7 PRINTING, FAXING, AND SCANNING -- Using Printers, Fax Modems, Scanners, and Fonts -- Setting Up a Printer -- Switching Printers -- Previewing a Document Before Printing -- Printing a Document -- Canceling a Print Job -- Sending a Fax -- Using a Scanner -- Adding Fonts -- Organizing Fonts -- CHAPTER 8 GETTING ONLINE -- Setting Up an Internet Connection and Your Email -- Setting Up Your Connection -- Connecting to Your ISP -- Setting Up Email Accounts -- Sending Email with Mail -- Receiving Email with Mail -- Using Stationery Templates -- Subscribing to RSS Feeds in Mail -- Organizing Mailboxes…”
Libro electrónico -
13149Publicado 2011Tabla de Contenidos: “…Economic politics -- Academic warfare -- The Gipper and the Iron Lady -- Political economy -- New old deal -- The monetary lens -- Unstable stability? …”
Libro electrónico -
13150Publicado 2017Tabla de Contenidos: “…Vessel Examination in the Medicine of the Moon King -- 51. Moxibustion for Demons: Oral Transmission on Corpse-Vector Disease -- BUDDHISM AND THE MEDICAL TRADITIONS -- 52. …”
Libro electrónico -
13151Publicado 2023Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Contributors -- Table of Contents -- Preface -- Chapter 1: Windows 11 - Installation and Upgrading -- Selecting the edition and channel version -- General Availability Channel (GAC) and support timeline -- Long-Term Servicing Channel (LTSC) and support timeline -- Recommendations -- Hardware requirements for Windows 11 -- Official (minimum) requirements -- CPU limitations -- Hardware requirements for additional features -- Recommendations for a future-oriented hardware choice -- Upgrading to Windows 11 -- In-place upgrades -- Limitations and blockers of an in-place upgrade -- Traditional wipe-and-load -- An alternative - provisioning package (PPKG) -- The modern way - Windows Autopilot -- Activation of Windows 11 -- Classic activation by Multiple Activation Key (MAK) or Key Management Services (KMS) -- More modern via Active Directory-based activation -- Future-oriented via Windows 10/11 Subscription Activation -- Tips and tricks for a smooth in-place upgrade from Windows 8.1 or 10 to Windows 11 -- Looking up SetupDiag data in case of error/rollback -- Integrating cumulative updates into install sources -- Updating drivers -- Looking at Setupact.log and Setupapi.dev.log -- Desktop Analytics and Microsoft Endpoint Manager admin center -- Selecting the deployment tools -- Summary -- Chapter 2: Introduction to PowerShell -- What is PowerShell? …”
Libro electrónico -
13152Publicado 1974Tabla de Contenidos: “…La restauraciðn catðlica / Leopold Willaert -- v.21. Luchas polticas / Edmon Preclin, EugŁne Jarry -- v.22. Luchas doctrinales / Edmon Preclin, EugŁne Jarry -- v.23. …”
Biblioteca del Instituto Superior de Teología de las Islas Canarias (Otras Fuentes: Red de Bibliotecas de la Archidiócesis de Granada, Biblioteca Universidad Eclesiástica San Dámaso, Biblioteca de Pastoral Madrid, Biblioteca Pública Episcopal del Seminario de Barcelona, Red de bibliotecas Iglesia Navarra, Biblioteca de la Conferencia Episcopal Española, Biblioteca Universitat Ramon Llull, Biblioteca Central de Capuchinos de España, Universidad Loyola - Universidad Loyola Granada, Bibliotecas de la Diócesis de Teruel y Albarracín, Biblioteca Diocesana de Salamanca, Biblioteca de la Universidad de Navarra, Biblioteca de la Universidad Pontificia de Salamanca, Red de Bibliotecas de la Diócesis de Córdoba, Biblioteca Universidad de Deusto, Biblioteca Diocesana Bilbao, Biblioteca del Seminario Diocesano de Jaén, Biblioteca del Instituto Diocesano de Teología y Pastoral de Bilbao, Biblioteca Provicincial Misioneros Claretianos - Provincia de Santiago)Libro -
13153Publicado 2003Tabla de Contenidos: “…7.4.2 Create the main Direct Transfer activity -- 7.4.3 Create a Notes connection document by copying -- 7.4.4 Copy the RDB Connection -- 7.4.5 Collapse/Expand Metaconnection -- 7.4.6 Create the secondary Direct Transfer activity -- 7.4.7 Establishing a chain of activities -- 7.5 Scripted activity -- 7.6 Example: Creating a scripted activity -- 7.7 Replication activity -- 7.7.1 Primary key replication -- 7.7.2 Timestamp replication -- 7.8 Example: Primary key replication, RDB to Domino -- 7.8.1 Create Notes connection to Agent records with view selection -- 7.8.2 Create Notes Connection to Agent Equipment with view selection -- 7.8.3 Create Order metaconnections for Notes connections -- 7.8.4 Create a Collapse/Expand Metaconnection for the RDB -- 7.8.5 Create the main Replication activity -- 7.8.6 Test the main replication activity -- 7.8.7 Update the relational data -- 7.8.8 Retest the main Replication activity -- 7.8.9 Create a secondary Replication activity -- 7.8.10 Test the Secondary replication activity -- 7.9 Other data moving activities -- 7.9.1 Archive -- 7.9.2 Java -- 7.9.3 Polling -- 7.9.4 Admin Backup -- 7.9.5 Admin Purge Log -- Chapter 8. …”
Libro electrónico -
13154Publicado 2018Tabla de Contenidos: “…-- Keeping up with security news -- Introduction to VirtualBox and Cygwin -- Installing a virtual machine in VirtualBox -- The EPEL repository on the CentOS virtual machine -- Configuring a network for VirtualBox virtual machines -- Creating a virtual machine snapshot with VirtualBox -- Using Cygwin to connect to your virtual machines -- Installing Cygwin on your Windows host -- Summary -- Chapter 2: Securing User Accounts -- The dangers of logging in as the root user -- The advantages of using sudo -- Setting up sudo privileges for full administrative users -- Method 1 - adding users to a predefined admin group -- Method 2 - creating an entry in the sudo policy file -- Setting up sudo for users with only certain delegated privileges -- Hands-on lab for assigning limited sudo privileges -- Advanced tips and tricks for using sudo -- The sudo timer -- Hands-on lab for disabling the sudo timer -- Preventing users from having root shell access -- Preventing users from using shell escapes -- Preventing users from using other dangerous programs -- Limiting the user's actions with commands -- Letting users run as other users -- Locking down users' home directories the Red Hat or CentOS way -- Locking down users' home directories the Debian/Ubuntu way -- useradd on Debian/Ubuntu -- adduser on Debian/Ubuntu -- Hands-on lab for configuring adduser -- Enforcing strong password criteria -- Installing and configuring pwquality -- Hands-on lab for setting password complexity criteria -- Setting and enforcing password and account expiration -- Configuring default expiry data for useradd - for Red Hat or CentOS only…”
Libro electrónico -
13155Publicado 2018Tabla de Contenidos: “…Using chart to turn data -- Using timechart to show values over time -- The timechart options -- Working with fields -- A regular expression primer -- Commands that create fields -- eval -- rex -- Extracting loglevel -- Using the extract fields interface -- Using rex to prototype a field -- Using the admin interface to build a field -- Indexed fields versus extracted fields -- Indexed field case 1 - rare instances of a common term -- Indexed field case 2 - splitting words -- Indexed field case 3 - application from source -- Indexed field case 4 - slow requests -- Indexed field case 5 - unneeded work -- Chart enhancements in version 7.0 -- charting.lineWidth -- charting.data.fieldHideList -- charting.legend.mode -- charting.fieldDashStyles -- charting.axis Y.abbreviation -- Summary -- Chapter 4: Data Models and Pivots -- What is a data model? …”
Libro electrónico -
13156Publicado 2015Tabla de Contenidos: “…Größe des Startmenüs ändern -- Startmenü auf Vollbild maximieren wie in Windows 8.1 -- Farbe von Startmenü, Taskleiste und Fensterrahmen anpassen -- Kacheln anheften und lösen -- Kacheln vergrößern, verkleinern und verschieben -- Kachelgruppen bearbeiten -- Meistverwendete Apps und Systemprogramme anpassen -- Geheimtipp: Verstecktes Admin-Menü nutzen -- Cortana: persönliche Assistentin, die mitdenkt -- Was kann Cortana tun? …”
Libro electrónico -
13157Publicado 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 -- Book 1 Installing and Setting Up Windows Server 2019 -- Chapter 1 An Overview of Windows Server 2019 -- Extra! …”
Libro electrónico -
13158Publicado 2023Tabla de Contenidos: “…. -- See also -- Using the pgAdmin 4 GUI tool -- How to do it... -- How it works... -- See also -- Using the psql query and scripting tool -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Changing your password securely -- How to do it... -- How it works... -- Avoiding hardcoding your password -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using a connection service file -- How to do it... -- How it works... -- There's more... -- Troubleshooting a failed connection -- How to do it... -- There's more... -- PostgreSQL in the cloud -- Getting ready -- How to do it... -- How it works... -- There's more... -- PostgreSQL with Kubernetes -- Getting ready -- How to do it... -- How it works... -- There's more... -- PostgreSQL with TPA -- Getting ready -- How to do it... -- There's more -- Chapter 2: Exploring the Database -- What type of server is this? …”
Libro electrónico -
13159Publicado 2016Tabla de Contenidos: “…Keys in Google Cloud Datastore -- Putting data into Google Cloud Datastore -- Reading data from Google Cloud Datastore -- Google App Engine users -- Embedding denormalized data -- Transactions in Google Cloud Datastore -- Using transactions to maintain counters -- Avoiding early abstraction -- Querying in Google Cloud Datastore -- Votes -- Indexing -- Embedding a different view of entities -- Casting a vote -- Accessing parents via datastore.Key -- Line of sight in code -- Exposing data operations over HTTP -- Optional features with type assertions -- Response helpers -- Parsing path parameters -- Exposing functionality via an HTTP API -- HTTP routing in Go -- Context in Google App Engine -- Decoding key strings -- Using query parameters -- Anonymous structs for request data -- Writing self-similar code -- Validation methods that return an error -- Mapping the router handlers -- Running apps with multiple modules -- Testing locally -- Using the admin console -- Automatically generated indexes -- Deploying apps with multiple modules -- Summary -- Chapter 10: Micro-services in Go with the Go kit Framework -- Introducing gRPC -- Protocol buffers -- Installing protocol buffers -- Protocol buffers language -- Generating Go code -- Building the service -- Starting with tests -- Constructors in Go -- Hashing and validating passwords with bcrypt -- Modeling method calls with requests and responses -- Endpoints in Go kit -- Making endpoints for service methods -- Different levels of error -- Wrapping endpoints into a Service implementation -- An HTTP server in Go kit -- A gRPC server in Go kit -- Translating from protocol buffer types to our types -- Creating a server command -- Using Go kit endpoints -- Running the HTTP server -- Running the gRPC server -- Preventing a main function from terminating immediately -- Consuming the service over HTTP…”
Libro electrónico -
13160Publicado 2017Tabla de Contenidos: “…. -- Checking the cluster's health -- Monitoring cluster events -- The cluster utilization statistics -- Checking the cluster's status -- The cluster authentication entries -- Monitoring Ceph MON -- How to do it... -- Checking the MON status -- Checking the MON quorum status -- Monitoring Ceph OSDs -- How to do it... -- OSD tree view -- OSD statistics -- Checking the CRUSH map -- Monitoring PGs -- Monitoring Ceph MDS -- How to do it... -- Introducing Ceph Metrics and Grafana -- collectd -- Grafana -- Installing and configuring Ceph Metrics with the Grafana dashboard -- How to do it... -- Monitoring Ceph clusters with Ceph Metrics with the Grafana dashboard -- How to do it ... -- Chapter 8: Operating and Managing a Ceph Cluster -- Introduction -- Understanding Ceph service management -- Managing the cluster configuration file -- How to do it... -- Adding monitor nodes to the Ceph configuration file -- Adding an MDS node to the Ceph configuration file -- Adding OSD nodes to the Ceph configuration file -- Running Ceph with systemd -- How to do it... -- Starting and stopping all daemons -- Querying systemd units on a node -- Starting and stopping all daemons by type -- Starting and stopping a specific daemon -- Scale-up versus scale-out -- Scaling out your Ceph cluster -- How to do it... -- Adding the Ceph OSD -- Adding the Ceph MON -- There's more... -- Scaling down your Ceph cluster -- How to do it... -- Removing the Ceph OSD -- Removing the Ceph MON -- Replacing a failed disk in the Ceph cluster -- How to do it... -- Upgrading your Ceph cluster -- How to do it... -- Maintaining a Ceph cluster -- How to do it... -- How it works... -- Throttle the backfill and recovery: -- Chapter 9: Ceph under the Hood -- Introduction -- Ceph scalability and high availability -- Understanding the CRUSH mechanism -- CRUSH map internals -- How to do it…”
Libro electrónico