SSH原理与运用(二):远程操作与端口转发 - 阮一峰的网络日志 - 0 views
SSH原理与运用 - 0 views
-
SSH是一种网络协议,用于计算机之间的加密登录
-
SSH只是一种协议,存在多种实现,既有商业实现,也有开源实现
-
ssh -p 2222 user@host
- ...2 more annotations...
CertSimple | An nginx config for 2017 - 0 views
-
HAProxy can't terminate a HTTP/2 connection itself.
-
a server OS which includes OpenSSL 1.02 to have ALPN.
-
a new nginx (anything newer than 1.9.5 supports HTTP/2)
- ...6 more annotations...
MySQL :: MySQL 5.7 Reference Manual :: 19.2.1.2 Configuring an Instance for Group Repli... - 0 views
-
store replication metadata in system tables instead of files
-
collect the write set and encode it as a hash using the XXHASH64 hashing algorithm
-
not start operations automatically when the server starts
- ...10 more annotations...
MySQL :: MySQL 5.7 Reference Manual :: 19.1.1.2 Group Replication - 0 views
-
The replication group is a set of servers that interact with each other through message passing.
-
The communication layer provides a set of guarantees such as atomic message and total order message delivery.
-
a multi-master update everywhere replication protocol
- ...8 more annotations...
MySQL :: MySQL 5.7 Reference Manual :: 19.1 Group Replication Background - 0 views
-
the component can be removed and the system should continue to operate as expected
-
network partitioning
-
split brain scenarios
- ...8 more annotations...
MySQL :: MySQL 5.7 Reference Manual :: 20.4 Getting Started with InnoDB Cluster - 0 views
-
InnoDB cluster instances are created and managed through the MySQL Shell.
-
To create a new InnoDB cluster, the MySQL Shell must be connected to the MySQL Server instance. By default, this MySQL Server instance is the seed instance of the new InnoDB cluster and hold the initial data set.
-
Sandbox instance are only suitable for deploying and running on your local machine.
- ...3 more annotations...
MySQL :: MySQL 5.7 Reference Manual :: 20.2 Introducing InnoDB Cluster - 0 views
-
A group of MySQL servers can be configured to create a cluster using MySQL Shell
-
The cluster of servers has a single master, called the primary, which acts as the read-write master.
-
Multiple secondary servers are replicas of the master
- ...6 more annotations...
Understanding Nginx HTTP Proxying, Load Balancing, Buffering, and Caching | DigitalOcean - 0 views
-
allow Nginx to pass requests off to backend http servers for further processing
-
Nginx is often set up as a reverse proxy solution to help scale out infrastructure or to pass requests to other servers that are not designed to handle large client loads
-
explore buffering and caching to improve the performance of proxying operations for clients
- ...48 more annotations...
Laptop USB Console Adapter - CV211, ATEN KVM Cables - 0 views
-
" 'Turn your laptop into a mobile console in a few seconds.' The CV211 Laptop USB Console Adapter provides a direct Laptop-to-Computer connection for fast and easy remote desktop access with no software to install. High efficiency in a compact design, the CV211 offers bi-directional file transfers, hotkey macros, video recording and screenshots through a USB 2.0 and VGA composite cable."
Rails Environment Variables · RailsApps - 1 views
-
You can pass local configuration settings to an application using environment variables.
-
Operating systems (Linux, Mac OS X, Windows) provide mechanisms to set local environment variables, as does Heroku and other deployment platforms.
-
In general, you shouldn’t save email account credentials or private API keys to a shared git repository.
- ...10 more annotations...
禁止Uber之后,日本打算换一种方式解决"打不到车"的问题 - 0 views
探索 Docker bridge 的正确姿势,亲测有效! | DaoCloud - 1 views
-
Docker bridge 和 Linux bridge 二者,初看如出一辙,再看又相去甚远
-
Linux bridge 模式下,Linux Kernel 会创建出一个虚拟网桥 ,用以实现主机网络接口与虚拟网络接口间的通信
-
Linux bridge 像一台虚拟交换机
- ...15 more annotations...
Rails Routing from the Outside In - Ruby on Rails Guides - 0 views
-
Resource routing allows you to quickly declare all of the common routes for a given resourceful controller.
-
Rails would dispatch that request to the destroy method on the photos controller with { id: '17' } in params.
-
a resourceful route provides a mapping between HTTP verbs and URLs to controller actions.
- ...86 more annotations...
Rails Database Best Practices - 0 views
-
Databases are extremely feature rich and are really freakin fast when used properly
-
create succinct helpers for accessing subsets of data that are relevant in specific situations
-
Relations are chainable
- ...24 more annotations...
« First
‹ Previous
641 - 660 of 1422
Next ›
Last »
Showing 20▼ items per page