the
model - which is the layer of the system responsible for representing business
data and logic.
hackfoldr.org - 0 views
Writing a Bootloader | Blog of Osanda - 1 views
-
"A bootloader is a special program that is executed each time a bootable device is initialized by the computer during its power on or reset that will load the kernel image into the memory. This application is very close to hardware and to the architecture of the CPU. All x86 PCs boot in Real Mode. In this mode you have only 16-bit instructions. Our bootloader runs in Real Mode and our bootloader is a 16-bit program."
Active Record Basics - Ruby on Rails Guides - 0 views
-
-
Active Record facilitates the creation and use of business objects whose data requires persistent storage to a database
-
Database Table - Plural with underscores separating words
- ...33 more annotations...
Best practices for writing Dockerfiles | Docker Documentation - 0 views
-
building efficient images
-
Docker builds images automatically by reading the instructions from a Dockerfile -- a text file that contains all commands, in order, needed to build a given image.
-
A Docker image consists of read-only layers each of which represents a Dockerfile instruction.
- ...47 more annotations...
Baseimage-docker: A minimal Ubuntu base image modified for Docker-friendliness - 0 views
-
We encourage you to use multiple processes.
-
Baseimage-docker is a special Docker image that is configured for correct use within Docker containers.
-
When your Docker container starts, only the CMD command is run.
- ...16 more annotations...
Scalable architecture without magic (and how to build it if you're not Google) - DEV Co... - 0 views
-
Don’t mess up write-first and read-first databases.
-
keep them stateless.
-
you should know how to make a scalable setup on bare metal.
- ...29 more annotations...
Opro9 Transmit Series - 11合一多功能充電傳輸集線器 - 0 views
What's the difference between Prometheus and Zabbix? - Stack Overflow - 0 views
-
Zabbix has core written in C and webUI based on PHP
-
Zabbix stores data in RDBMS (MySQL, PostgreSQL, Oracle, sqlite) of user's choice.
-
Prometheus uses its own database embedded into backend process
- ...8 more annotations...
How To Use Bash's Job Control to Manage Foreground and Background Processes | DigitalOcean - 0 views
-
Most processes that you start on a Linux machine will run in the foreground. The command will begin execution, blocking use of the shell for the duration of the process.
-
By default, processes are started in the foreground. Until the program exits or changes state, you will not be able to interact with the shell.
-
stop the process by sending it a signal
- ...17 more annotations...
Pupil or eyeball detection and extraction from eye image using C# - CodeProject - 0 views
How to Benchmark Performance of MySQL & MariaDB Using SysBench | Severalnines - 1 views
-
SysBench is a C binary which uses LUA scripts to execute benchmarks
-
support for parallelization in the LUA scripts, multiple queries can be executed in parallel
-
by default, benchmarks which cover most of the cases - OLTP workloads, read-only or read-write, primary key lookups and primary key updates.
- ...21 more annotations...
Cluster Networking - Kubernetes - 0 views
-
Networking is a central part of Kubernetes, but it can be challenging to understand exactly how it is expected to work
-
Highly-coupled container-to-container communications
-
Pod-to-Pod communications
- ...57 more annotations...
‹ Previous
21 - 33 of 33
Showing 20▼ items per page