Products related to Script:
-
Script
Script is the second book of J.J. Zana and a continuation of the series started with Cycles.Composed of fragments, it gathers eleven sections-with a central part telling about his experiments with drugs.
Price: 22.00 £ | Shipping*: 3.99 £ -
Linux Kernel Development
Linux Kernel Development details the design and implementation of the Linux kernel, presenting the content in a manner that is beneficial to those writing and developing kernel code, as well as to programmers seeking to better understand the operating system and become more efficient and productive in their coding. The book details the major subsystems and features of the Linux kernel, including its design, implementation, and interfaces.It covers the Linux kernel with both a practical and theoretical eye, which should appeal to readers with a variety of interests and needs. The author, a core kernel developer, shares valuable knowledge and experience on the 2.6 Linux kernel.Specific topics covered include process management, scheduling, time management and timers, the system call interface, memory addressing, memory management, the page cache, the VFS, kernel synchronization, portability concerns, and debugging techniques.This book covers the most interesting features of the Linux 2.6 kernel, including the CFS scheduler, preemptive kernel, block I/O layer, and I/O schedulers. The third edition of Linux Kernel Development includes new and updated material throughout the book: An all-new chapter on kernel data structuresDetails on interrupt handlers and bottom halvesExtended coverage of virtual memory and memory allocationTips on debugging the Linux kernelIn-depth coverage of kernel synchronization and lockingUseful insight into submitting kernel patches and working with the Linux kernel community
Price: 36.99 £ | Shipping*: 0.00 £ -
Learning eBPF : Programming the Linux Kernel for Enhanced Observability, Networking, and Security
What is eBPF? With this revolutionary technology, you can write custom code that dynamically changes the way the kernel behaves.It's an extraordinary platform for building a whole new generation of security, observability, and networking tools. This practical book is ideal for developers, system administrators, operators, and students who are curious about eBPF and want to know how it works.Author Liz Rice, chief open source officer with cloud native networking and security specialists Isovalent, also provides a foundation for those who want to explore writing eBPF programs themselves. With this book, you will:Learn why eBPF has become so important in the past couple of yearsWrite basic eBPF code, and manipulate eBPF programs and attach them to eventsExplore how eBPF components interact with Linux to dynamically change the operating system's behaviorLearn how tools based on eBPF can instrument applications without changes to the apps or their configurationDiscover how this technology enables new tools for observability, security, and networking
Price: 44.99 £ | Shipping*: 0.00 £ -
Off Script
Actress Enora Andressen must find a killer, and there's no script to guide her . . . Carrie Tollman awakes in the middle of the night with an intruder gazing down at her. He's young. He seems crazy. He tells her he's killed before and he'll kill again. One word about what's happened, and he'll be back. Carrie is one of two carers looking after Enora Andressen's favorite scriptwriter.But Pavel is now paralysed, as well as blind, and it falls to Enora to track down this terrifying presence at Carrie's bedside. Enora's journey takes her deep into the netherworld of homelessness, neglect, and the unaddressed torments of people - young and old - failing to cope with their demons.Nothing has ever prepared her for this . . .
Price: 20.99 £ | Shipping*: 3.99 £ -
Off Script
Actress Enora Andressen must find a killer, and there's no script to guide her . . . Carrie Tollman awakes in the middle of the night with an intruder gazing down at her. He's young. He seems crazy. He tells her he's killed before and he'll kill again. One word about what's happened, and he'll be back. Carrie is one of two carers looking after Enora Andressen's favorite scriptwriter.But Pavel is now paralysed, as well as blind, and it falls to Enora to track down this terrifying presence at Carrie's bedside. Enora's journey takes her deep into the netherworld of homelessness, neglect, and the unaddressed torments of people - young and old - failing to cope with their demons.Nothing has ever prepared her for this . . .
Price: 13.99 £ | Shipping*: 3.99 £ -
Understanding the Linux Kernel
In order to thoroughly understand what makes Linux tick and why it works so well on a wide variety of systems, you need to delve deep into the heart of the kernel.The kernel handles all interactions between the CPU and the external world, and determines which programs will share processor time, in what order.It manages limited memory so well that hundreds of processes can share the system efficiently, and expertly organizes data transfers so that the CPU isn't kept waiting any longer than necessary for the relatively slow disks.The third edition of Understanding the Linux Kernel takes you on a guided tour of the most significant data structures, algorithms, and programming tricks used in the kernel.Probing beyond superficial features, the authors offer valuable insights to people who want to know how things really work inside their machine. Important Intel-specific features are discussed. Relevant segments of code are dissected line by line.But the book covers more than just the functioning of the code; it explains the theoretical underpinnings of why Linux does things the way it does.This edition of the book covers Version 2.6, which has seen significant changes to nearly every kernel subsystem, particularly in the areas of memory management and block devices.The book focuses on the following topics: * Memory management, including file buffering, process swapping, and Direct memory Access (DMA) * The Virtual Filesystem layer and the Second and Third Extended Filesystems * Process creation and scheduling * Signals, interrupts, and the essential interfaces to device drivers * Timing * Synchronization within the kernel * Interprocess Communication (IPC) * Program execution Understanding the Linux Kernel will acquaint you with all the inner workings of Linux, but it's more than just an academic exercise.You'll learn what conditions bring out Linux's best performance, and you'll see how it meets the challenge of providing good system response during process scheduling, file access, and memory management in a wide variety of environments.This book will help you make the most of your Linux system.
Price: 55.99 £ | Shipping*: 0.00 £ -
BABADADA, Simplified Chinese (in chinese script) - Persian Dari (in arabic script), visual dictionary (in chinese script) - visual dictionary (in arabic script) : Simplified Chinese (in chinese script
BABADADA dictionaries are visual language education: Simple learning takes center stage.In a BABADADA dictionary images and language merge into a unit that is easy to learn and remember.The goal is to learn the basics of a language much faster and with more fun than possible with a complicated text dictionary.This book is based on the very successful online picture dictionary BABADADA.COM, which offers easy language entry for countless language combinations - Used by thousands of people and approved by well-known institutions. The languages used in this book are also called as follows: Chinesisch, chinois, chino, Cinese, chinês, chiński and Persisch Dari, perski Dari
Price: 24.99 £ | Shipping*: 3.99 £ -
BABADADA black-and-white, Japanese (in japanese script) - Hebrew (in hebrew script), visual dictionary (in japanese script) - visual dictionary (in hebrew script) : Japanese (in japanese script) - Heb
Price: 9.99 £ | Shipping*: 3.99 £
Similar search terms for Script:
-
What is a Linux shell script?
A Linux shell script is a text file containing a series of commands that can be executed by the shell (command-line interpreter) in a Linux operating system. It allows users to automate tasks, execute multiple commands in sequence, and perform complex operations by writing a script instead of entering commands manually. Shell scripts can also include variables, loops, conditional statements, and other programming constructs to make them more powerful and flexible. They are commonly used for system administration, software deployment, and other tasks in a Linux environment.
-
How can I run a Python script on a Linux web server?
To run a Python script on a Linux web server, you can follow these steps: 1. Connect to your web server using SSH or a terminal emulator. 2. Upload your Python script to the server using SCP or a file transfer protocol. 3. Make sure the Python interpreter is installed on the server. If not, you can install it using the package manager for your Linux distribution. 4. Set the executable permission for your Python script using the command `chmod +x script.py`. 5. Run the Python script using the command `./script.py` or `python script.py`. Make sure to check the server's configuration and permissions to ensure that your script can run properly.
-
What is a FiveM server script?
A FiveM server script is a piece of code written in Lua programming language that is used to customize and enhance the gameplay experience on a FiveM server. These scripts can add new features, modify existing ones, or create entirely new game modes within the Grand Theft Auto V multiplayer environment. Server owners and developers use these scripts to create unique and personalized experiences for their players, making the server stand out from others.
-
How can I sell a programming script to developers?
To sell a programming script to developers, you can start by showcasing the value and functionality of your script through a well-documented and easily understandable demonstration. You can also reach out to developer communities and forums to promote your script and gather feedback. Additionally, consider offering a trial version or a limited-time free access to attract potential buyers. Building a strong online presence through social media and developer platforms can also help in reaching a wider audience and gaining the attention of potential buyers.
-
How long have you been programming in Pine Script?
I have been programming in Pine Script for over 3 years. During this time, I have gained a deep understanding of the language and its capabilities, allowing me to create complex and efficient trading strategies and indicators. I have also kept up with the latest updates and developments in Pine Script to continuously improve my skills and stay current with the language's features.
-
How do you save a Linux script in Vim?
To save a Linux script in Vim, you can follow these steps: 1. Press the `Esc` key to ensure you are in normal mode. 2. Type `:w` and press `Enter`. This command tells Vim to write (save) the file. 3. If you want to save and quit Vim at the same time, you can type `:wq` and press `Enter`. These steps will save your Linux script in Vim.
-
Does anyone need help with a Linux Bash script?
Yes, I can help with a Linux Bash script. I have experience with writing and troubleshooting Bash scripts, so feel free to ask me any questions or share the specific issue you are facing. Whether it's related to syntax, logic, or any other aspect of the script, I'm here to assist you.
-
How can I write actions on another server to a log file in a Linux script?
To write actions on another server to a log file in a Linux script, you can use the `ssh` command to remotely execute commands on the other server. You can redirect the output of the commands to a log file using the `>>` operator. For example, you can use a command like `ssh user@server 'command' >> logfile.txt` to execute a command on the remote server and append the output to a log file on the local server. Make sure you have the necessary permissions and setup for passwordless SSH authentication to the remote server.
* All prices are inclusive of VAT and, if applicable, plus shipping costs. The offer information is based on the details provided by the respective shop and is updated through automated processes. Real-time updates do not occur, so deviations can occur in individual cases.