Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- History 229
- Engineering & Applied Sciences 205
- Computer programs 152
- Computer Science 150
- Operating systems (Computers) 140
- Development 136
- Application software 132
- Database management 123
- Data processing 108
- Management 99
- Education 89
- History and criticism 88
- Economic history 87
- Economic conditions 84
- Business 83
- Histoire 82
- Zeitschrift 75
- Microsoft Windows (Computer file) 72
- Photography 71
- Computer graphics 66
- Law 66
- Computer programming 65
- Computer software 63
- Design 63
- Web sites 63
- Linux 62
- Study and teaching 62
- Python (Computer program language) 61
- Digital techniques 60
- Programming 60
-
1861Publicado 2010Tabla de Contenidos: “…Cover -- Contents -- 1 Introduction to the Linux Kernel -- History of Unix -- Along Came Linus: Introduction to Linux -- Overview of Operating Systems and Kernels -- Linux Versus Classic Unix Kernels -- Linux Kernel Versions -- The Linux Kernel Development Community -- Before We Begin -- 2 Getting Started with the Kernel -- Obtaining the Kernel Source -- Using Git -- Installing the Kernel Source -- Using Patches -- The Kernel Source Tree -- Building the Kernel -- Configuring the Kernel -- Minimizing Build Noise -- Spawning Multiple Build Jobs -- Installing the New Kernel -- A Beast of a Different Nature -- No libc or Standard Headers -- GNU C -- No Memory Protection -- No (Easy) Use of Floating Point -- Small, Fixed-Size Stack -- Synchronization and Concurrency -- Importance of Portability -- Conclusion -- 3 Process Management -- The Process -- Process Descriptor and the Task Structure -- Allocating the Process Descriptor -- Storing the Process Descriptor -- Process State -- Manipulating the Current Process State -- Process Context -- The Process Family Tree -- Process Creation -- Copy-on-Write -- Forking -- vfork() -- The Linux Implementation of Threads -- Creating Threads -- Kernel Threads -- Process Termination -- Removing the Process Descriptor -- The Dilemma of the Parentless Task -- Conclusion -- 4 Process Scheduling -- Multitasking -- Linux's Process Scheduler -- Policy -- I/O-Bound Versus Processor-Bound Processes -- Process Priority -- Timeslice -- The Scheduling Policy in Action -- The Linux Scheduling Algorithm -- Scheduler Classes -- Process Scheduling in Unix Systems -- Fair Scheduling -- The Linux Scheduling Implementation -- Time Accounting -- Process Selection -- The Scheduler Entry Point -- Sleeping and Waking Up -- Preemption and Context Switching -- User Preemption -- Kernel Preemption -- Real-Time Scheduling Policies…”
Libro electrónico -
1862por Chodorow, KristinaTabla de Contenidos: “…Making Backups -- Backing Up a Server -- Filesystem Snapshot -- Copying Data Files -- Using mongodump -- Backing Up a Replica Set -- Backing Up a Sharded Cluster -- Backing Up and Restoring an Entire Cluster -- Backing Up and Restoring a Single Shard -- Creating Incremental Backups with mongooplog -- Chapter 23. …”
Publicado 2013
Libro electrónico -
1863Publicado 2017Tabla de Contenidos: “…Chapter 11: Orchestrating cloud resources -- Introducing the cloud -- Automating cloud provisioning -- Using CloudFormation -- Using Terraform -- Using Puppet -- Setting up an Amazon AWS account -- Creating an AWS account -- Creating an IAM policy -- Creating an IAM user -- Storing your AWS credentials -- Getting ready to use puppetlabs/aws -- Creating a key pair -- Installing the puppetlabs/aws module -- Installing the AWS SDK gem -- Creating EC2 instances with Puppet -- Choosing an Amazon Machine Image (AMI) -- Creating the EC2 instance -- Accessing your EC2 instance -- VPCs, subnets, and security groups -- The ec2_securitygroup resource -- The ec2_instance resource -- Managing custom VPCs and subnets -- Creating an instance in a custom VPC -- The ec2_vpc resource -- The ec2_vpc_internet_gateway resource -- The ec2_vpc_routetable resource -- The ec2_vpc_subnet resource -- Other AWS resource types -- Provisioning AWS resources from Hiera data -- Iterating over Hiera data to create resources -- Cleaning up unused resources -- Summary -- Chapter 12: Putting it all together -- Getting the demo repo -- Copying the repo -- Understanding the demo repo -- The control repo -- Module management -- Classes -- Roles -- Profiles -- Users and access control -- SSH configuration -- Sudoers configuration -- Time zone and clock synchronization -- Puppet configuration -- The bootstrap process -- Adapting the repo for your own use -- Configuring users -- Adding per-node data files and role classes -- Modifying the bootstrap credentials -- Bootstrapping a new node -- Bootstrapping a Vagrant VM -- Bootstrapping physical or cloud nodes -- Using other distributions and providers -- Summary -- The beginning -- Index…”
Libro electrónico -
1864Publicado 2011Tabla de Contenidos: “…Making a Simple Property Editor -- Summary -- 9 Connecting to the Web -- Getting Information from Cross-Domain Servers -- Checking Whether a Policy File Exists -- Working Around Cross-Domain Restrictions -- Placing Simple Calls -- Informing the User -- Learning with a Sample -- Downloading Strings -- Detecting Errors, Checking the Result -- Opening a Resource for Reading -- Uploading a String -- Opening a Resource for Writing -- Accessing Headers -- Sending Complex Messages -- Posting a File to the Server with HttpWebRequest -- Discovering the New Networking Stack -- Using the Client HTTP Stack -- Using Other HTTP Methods -- Using the CookieContainer -- Handling Responses -- Handling XML Responses -- Handling JSON Responses -- Communicating with WCF -- Setting Up a Service -- Connecting the Client Application -- Updating the Code on the Server -- Publishing the Service -- Summary -- 10 Creating Resources, Styles, and Templates -- Working with Resources in XAML -- Using Local Resources -- Merging Dictionaries -- From the Same Assembly -- From a Different Assembly -- Resolving Resources -- Working with Resources in Blend -- Merging a Resource Dictionary -- Creating New Resources -- Selecting a Resource for a Property -- Using the Resources Panel -- Cleaning Up Unused Resources -- Using the Pistachio Tool -- Styling a Control -- Using Implicit Styles -- Creating a Hierarchy of Styles -- Creating a New Style in Blend -- Templating a Control -- Copying a Template in Blend -- Creating a Custom Easing Function -- Making a Control in Blend -- Applying a Theme -- Summary -- 11 Mastering Expression Blend -- What Is Blend, Exactly? …”
Libro electrónico -
1865Publicado 2011Tabla de Contenidos: “…Advanced Exercises -- CHAPTER 24: DNS/BIND: TRACKING DOMAIN NAMES AND ADDRESSES -- Introduction to DNS -- Setting Up a DNS Server -- Setting Up Different Types of DNS Servers -- Chapter Summary -- Exercises -- Advanced Exercises -- CHAPTER 25: FIRESTARTER, GUFW, AND IPTABLES: SETTING UP A FIREWALL -- Introduction to firestarter -- firestarter: Setting Up and Maintaining a Firewall -- ufw: The Uncomplicated Firewall -- gufw: The Graphical Interface to ufw -- Introduction to iptables -- Building a Set of Rules Using iptables -- Copying Rules to and from the Kernel -- Sharing an Internet Connection Using NAT -- Chapter Summary -- Exercises -- Advanced Exercises -- CHAPTER 26: APACHE: SETTING UP A WEB SERVER -- Introduction -- Running a Web Server (Apache) -- Configuration Directives -- Configuration Files -- Advanced Configuration -- Troubleshooting -- Modules -- webalizer: Analyzes Web Traffic -- MRTG: Monitors Traffic Loads -- Error Codes -- Chapter Summary -- Exercises -- Advanced Exercises -- PART VI: PROGRAMMING TOOLS -- CHAPTER 27: PROGRAMMING THE BOURNE AGAIN SHELL -- Control Structures -- File Descriptors -- Parameters and Variables -- Builtin Commands -- Expressions -- Shell Programs -- Chapter Summary -- Exercises -- Advanced Exercises -- CHAPTER 28: THE PERL SCRIPTING LANGUAGE -- Introduction to Perl -- Variables -- Control Structures -- Working with Files -- Sort -- Subroutines -- Regular Expressions -- CPAN Modules -- Examples -- Chapter Summary -- Exercises -- Advanced Exercises -- PART VII: APPENDIXES -- APPENDIX A: REGULAR EXPRESSIONS -- Characters -- Delimiters -- Simple Strings -- Special Characters -- Rules -- Bracketing Expressions -- The Replacement String -- Extended Regular Expressions -- Appendix Summary -- APPENDIX B: HELP -- Solving a Problem -- Finding Linux-Related Information -- Specifying a Terminal -- APPENDIX C: SECURITY…”
Libro electrónico -
1866por Jordan, TedTabla de Contenidos: “…Exercise 3-2: Redirection Hands-on Project -- Chapter Review -- Questions -- Answers -- Chapter 4 Managing Linux Users and Groups -- Understanding Linux Users and Groups -- Linux User Accounts -- Displaying User and Group IDs -- Creating and Managing User Accounts from the Command Line -- Provisioning New Users with useradd -- Exercise 4-1: Managing User Accounts from the Command Line -- Provisioning New Workgroups with groupadd -- Exercise 4-2: Managing Groups from the Command Line -- Chapter Review -- Questions -- Answers -- Chapter 5 Managing Linux Files and Directories -- Understanding the Filesystem Hierarchy Standard -- Navigating the Linux Filesystem -- Viewing Directory Contents with ls -- Exercise 5-1: Navigating the Filesystem -- Managing Linux Files -- Files, Filenames, and Inodes -- Creating and Validating Files with touch and stat -- Soft and Hard Links -- Creating New Directories with mkdir -- Determining the File Type -- Viewing File Contents -- Deleting Files -- Copying and Moving Files -- Exercise 5-2: Managing Files and Directories -- Finding Files in the Linux Filesystem -- Using find to Search for Files -- Using xargs to Run Commands from Standard Input -- Using locate to Find Files -- Understanding Commands and Precedence -- Creating Aliases -- Creating and Using Functions -- Using Builtin Commands -- Using External Commands -- Exercise 5-3: Finding Files -- Finding Content Within Files -- Using grep to Search Within Files -- Using egrep to Search Within Files -- Exercise 5-4: Using grep -- Chapter Review -- Questions -- Answers -- Chapter 6 Managing Ownership and Permissions -- Managing File Ownership -- Viewing Default File Permissions and Ownership -- Managing Ownership from the Command Line -- Exercise 6-1: Managing Ownership -- Managing File and Directory Permissions -- How Permissions Work…”
Publicado 2023
Libro electrónico -
1867por Obermeier, BarbaraTabla de Contenidos: “…Using the Layer and Select menus -- The Layer menu -- The Select menu -- Working with Different Layer Types -- Image layers -- Adjustment layers -- Fill layers -- Shape layers -- Type layers -- Tackling Layer Basics -- Creating a new layer from scratch -- Using Layer via Copy and Layer via Cut -- Duplicating layers -- Dragging and dropping layers -- Using the Paste into Selection command -- Moving a Layer's Content -- Transforming Layers -- Adding Layer Masks -- Flattening and Merging Layers -- Flattening layers -- Merging layers -- Chapter 10 Simple Image Makeovers -- Cropping and Straightening Images -- Cutting away with the Crop tool -- Fixing distortion with the Perspective Crop tool -- Cropping with a selection border -- Straightening images -- Using the Straighten tool -- Using the Straighten menu commands -- Recomposing Images -- Employing One-Step Auto Fixes -- Auto Smart Fix -- Auto Smart Tone -- Auto Levels -- Auto Contrast -- Auto Haze Removal -- Auto Color Correction -- Auto Sharpen -- Auto Red Eye Fix -- Editing in Quick Mode -- Fixing Small Imperfections with Tools -- Cloning with the Clone Stamp tool -- Retouching with the Healing Brush -- Zeroing in with the Spot Healing Brush -- Repositioning with the Content-Aware Move tool -- Lightening and darkening with Dodge and Burn tools -- Smudging away rough spots -- Softening with the Blur tool -- Focusing with the Sharpen tool -- Sponging color on and off -- Replacing one color with another -- Chapter 11 Correcting Contrast, Color, and Clarity -- Editing Your Photos Using a Logical Workflow -- Adjusting Lighting -- Fixing lighting with Shadows/Highlights -- Using Brightness/Contrast -- Pinpointing proper contrast with Levels -- Adjusting Color -- Removing color casts automatically -- Adjusting with Hue/Saturation -- Eliminating color with Remove Color -- Switching colors with Replace Color…”
Publicado 2023
Libro electrónico -
1868Publicado 2024Tabla de Contenidos: “…Advanced driver assistance systems (ADAS) -- Summary -- Chapter 3: Exploring ML Algorithms -- Technical requirements -- How machines learn -- Overview of ML algorithms -- Consideration for choosing ML algorithms -- Algorithms for classification and regression problems -- Linear regression algorithms -- Logistic regression algorithms -- Decision tree algorithms -- Random forest algorithm -- Gradient boosting machine and XGBoost algorithms -- K-nearest neighbor algorithm -- Multi-layer perceptron (MLP) networks -- Algorithms for clustering -- Algorithms for time series analysis -- ARIMA algorithm -- DeepAR algorithm -- Algorithms for recommendation -- Collaborative filtering algorithm -- Multi-armed bandit/contextual bandit algorithm -- Algorithms for computer vision problems -- Convolutional neural networks -- ResNet -- Algorithms for natural language processing (NLP) problems -- Word2Vec -- BERT -- Generative AI algorithms -- Generative adversarial network -- Generative pre-trained transformer (GPT) -- Large Language Model -- Diffusion model -- Hands-on exercise -- Problem statement -- Dataset description -- Setting up a Jupyter Notebook environment -- Running the exercise -- Summary -- Chapter 4: Data Management for ML -- Technical requirements -- Data management considerations for ML -- Data management architecture for ML -- Data storage and management -- AWS Lake Formation -- Data ingestion -- Kinesis Firehose -- AWS Glue -- AWS Lambda -- Data cataloging -- AWS Glue Data Catalog -- Custom data catalog solution -- Data processing -- ML data versioning -- S3 partitions -- Versioned S3 buckets -- Purpose-built data version tools -- ML feature stores -- Data serving for client consumption -- Consumption via API -- Consumption via data copy -- Special databases for ML -- Vector databases -- Graph databases -- Data pipelines…”
Libro electrónico -
1869Publicado 2023Tabla de Contenidos: “…. -- How it works... -- Estimating the copy number at a locus of interest -- Getting ready -- How to do it... -- How it works... -- See also -- Chapter 8: Searching Gene and Protein Sequences for Domains and Motifs -- Technical requirements…”
Libro electrónico -
1870Publicado 2024Tabla de Contenidos: “…Fetching and pushing branches and tags -- Push modes and their use -- Summary -- Questions -- Answers -- Further reading -- Chapter 9: Merging Changes Together -- Methods of combining changes -- Merging branches -- Copying and applying a changeset -- Rebasing a branch -- Squash merge -- Resolving merge conflicts -- The three-way merge -- Examining failed merges -- Avoiding merge conflicts -- Dealing with merge conflicts -- Summary -- Questions -- Answers -- Further reading -- Chapter 10: Keeping History Clean -- An introduction to Git internals -- Git objects -- Plumbing and porcelain Git commands -- Rewriting history -- Amending the last commit -- The interactive rebase -- External tools - patching management interfaces -- Rewriting project history with Git filter-repo -- External tools for large-scale history rewriting -- The perils of rewriting published history -- Amending history without rewriting -- Reverting a commit -- Storing additional information with notes -- Using git replace -- Summary -- Questions -- Answers -- Further reading -- Part 3 - Managing, Configuring, and Extending Git -- Chapter 11: Managing Subprojects -- Building a living framework -- Managing dependencies outside of Git -- Manually importing the code into your project -- A Git subtree solution for embedding the subproject code -- Creating a remote for a subproject -- Adding a subproject as a subtree -- Cloning and updating superprojects with subtrees -- Getting updates from subprojects with a subtree merge -- Showing changes between a subtree and its upstream -- Sending changes to the upstream of a subtree -- The Git submodules solution - a repository inside a repository -- Gitlinks, .git files, and the git submodule command -- Adding a subproject as a submodule -- Cloning superprojects with submodules -- Updating submodules after superproject changes…”
Libro electrónico -
1871por Büchner, AlexTabla de Contenidos: “…Understanding the Moodle architecture ; The LAMP architecture ; Moodle Core ; Code and data locations ; Navigating Moodle as an administrator ; Administrator search facility ; Admin bookmarks ; Moodle Docs and help ; File management in Moodle ; Moodle file management interface ; Uploading files ; Upload limit ; Private files ; To link or to copy? ; File types ; Recycle bin ; Summary -- 3: Exploring Courses, Users, and Roles. …”
Publicado 2022
Libro electrónico -
1872por Bordino, AlexanderTabla de Contenidos: “…. -- Replacing a solid face with a surface -- Getting ready -- How to do it... -- Using the Copy Object command to create a matching contoured part to another part -- Getting ready -- How to do it... -- Importing surfaces into Inventor -- Getting ready -- How to do it... -- There's more -- Validating surface designs with Zebra Analysis, Surface Analysis, and Curvature Analysis -- Getting ready -- How to do it... -- Understanding the basic features and techniques of freeform modeling -- Getting ready -- How to do it... -- Freeform modeling within the context of existing geometry -- Getting ready -- How to do it... -- Model credits -- Chapter 5: Advanced CAD Management and Collaboration - Project Files, Templates, and Custom Properties -- Technical requirements -- Creating and managing an Inventor .ipj project file -- Getting ready -- How to do it... -- Managing the Content Center -- Getting ready -- How to do it... -- Style and Standard Editor - creating and editing templates -- Getting ready -- How to do it... -- Collaborating with shared views -- Getting ready -- How to do it... -- Collaborating and sharing designs with Pack and Go -- Getting ready…”
Publicado 2022
Libro electrónico -
1873por Blyth, AndrewTabla de Contenidos: “…Logging and reporting -- Adapting to web service specifics -- Handling CAPTCHA and multifactor authentication -- Iterating and refining -- Bruteforcing a hash -- Understanding hash brute forcing -- Setting up the environment -- Hash types and hashcat -- PowerShell script for hash brute forcing -- Customization for different hash algorithms -- Salting -- Handling larger character sets and optimizing -- Summary -- Chapter 11: PowerShell and Remote Control and Administration -- Remote access and PowerShell -- Enabling PowerShell remoting -- Configuring WinRM -- Connecting to a remote machine -- Executing commands on remote machines -- Remoting with credentials -- Configuring trusted hosts -- Session configuration -- Parallel remoting -- PowerShell and remote administration -- Establishing remote sessions -- Executing commands on remote machines -- Remote variable usage -- Remote script execution -- Handling background jobs -- Parallel remoting -- Remote registry manipulation -- Remote event log retrieval -- Remote service management -- Remote software installation -- Remoting to Azure virtual machines -- Remote network configuration -- Remote user management -- Security considerations -- Remote file copy -- Using PowerShell for SNMP -- SNMP module installation -- SNMP agent query -- SNMP walking -- SNMP settings -- SNMP trap handling -- SNMP bulk requests -- SNMP monitoring with PowerShell -- SNMP and PowerShell integration -- SNMP and graphical interfaces -- SNMP and logging -- Summary -- Part 3: Penetration Testing on Azure and AWS cloud Environments -- Chapter 12: Using PowerShell in Azure -- Introduction to Azure -- Azure architecture and governance -- Azure Policy enforcement -- Role-based access control (RBAC) -- Resource tagging -- Resource locking -- Azure blueprint deployment -- Compliance reporting -- Accessing Azure…”
Publicado 2024
Libro electrónico -
1874
-
1875
-
1876
-
1877Publicado 2007“…This support focuses on automating administration and configuration of these services, operational control (starting, suspending, resuming) copy services tasks and monitoring and managing the copy services sessions. …”
Libro electrónico -
1878Publicado 2007“…This support focuses on automating administration and configuration of these services, operational control (starting, suspending, resuming) copy services tasks and monitoring and managing the copy services sessions. …”
Libro electrónico -
1879Publicado 2007“…This support focuses on automating administration and configuration of these services, operational control (starting, suspending, resuming) copy services tasks and monitoring and managing the copy services sessions. …”
Libro electrónico -
1880