Gentoo Tips
1 Failed to login as normal user
passwd 中,用户使用的 shell , 必需是包含在 /etc/shells 里面的,否则会无法登录,哪怕密码没有问题。
passwd 中,用户使用的 shell , 必需是包含在 /etc/shells 里面的,否则会无法登录,哪怕密码没有问题。
本文为摘录(或转载),侵删,原文为: -https://www.linkedin.com/company/hashdata-inc. -https://docs.hashdata.xyz/docs/20-product-guide/
HashData was founded in 2016 by the guys who built Apache HAWQ, one of the most advanced SQL on Hadoop solutions. As the flagship product of the company, HashData Warehousing is a data warehouse service built for the cloud. While 100% compatible with the analytics interfaces of the open source MPP database Greenplum,HashData’s unique architecture delivers proven breakthroughs in performance, concurrency, elasticity and simplicity.
本文为摘录(或转载),侵删,原文为: https://www.broadcom.com/support/knowledgebase/1211161453667/how-can-3ware-and-megaraid-performance-be-increased-in-linux
How can LSI 3ware and LSI MegaRAID performance be increased in Linux?
See KB article A004958 Article ID 1211161457978 See also: Article ID 1211161479669
pin_lock 概述spin_unlock() 函数本文为摘录(或转载),侵删,原文为: https://www.cnblogs.com/hellokitty2/p/16368024.html
pin_lock 概述spin lock 是一种不可休眠锁,可用于原子上下文。当获取不到锁的时候会 spin 等待,此时是 running 状态。
本文为摘录(或转载),侵删,原文为: https://blog.regehr.org/archives/2173
自旋锁 (spinlock) 是多处理器操作系统提供的最基本的互斥原语。自旋锁需要保护当前 CPU 免受抢占(通常通过禁用中断,但我们会在本文中忽略这个方面),并且还需要防止其他核心同时访问临界区(通过使用原子内存操作)。正如其名称所示,尝试获取已锁定的自旋锁会简单地自旋:它们会消耗 CPU 时间:
本文为摘录(或转载),侵删,原文为: https://people.redhat.com/~jolawren/klp-compiler-notes/livepatch/compiler-considerations.html
函数内联可能是影响动态修补最常见的编译器优化。在一个简单的例子中,内联将原始代码转换为:
本文为摘录(或转载),侵删,原文为: https://github.com/postgres/postgres/blob/master/doc/src/sgml/nls.sgml#L52
The pairs of original (English) messages and their (possibly) translated equivalents are
kept in message catalogs , one for each program (although related programs can share a
message catalog) and for each target language. There are two file formats for message
catalogs: The first is the PO file (for Portable Object), which is a plain text file
with special syntax that translators edit. The second is the MO file
(for Machine Object), which is a binary file generated from the respective PO file and
is used while the internationalized program is run. Translators do not deal with MO
files; in fact hardly anyone does.
本文为摘录(或转载),侵删,原文为: -https://github.com/torvalds/linux/blob/master/mm/mlock.c#L756 -https://stackoverflow.com/questions/12520499/linux-how-to-lock-the-pages-of-a-process-in-memory
from manpage:
| |
mlockall() ?Make a GDB command file that contains something like this:
本文为摘录(或转载),侵删,原文为: https://apsaradb.github.io/PolarDB-for-PostgreSQL/zh/theory/logindex.html
PolarDB 采用了共享存储一写多读架构,读写节点 RW 和多个只读节点 RO 共享同一份存储,读写节点可以读写共享存储中的数据;只读节点仅能各自通过回放日志,从共享存储中读取数据,而不能写入,只读节点 RO 通过内存同步来维护数据的一致性。此外,只读节点可同时对外提供服务用于实现读写分离与负载均衡,在读写节点异常 crash 时,可将只读节点提升为读写节点,保证集群的高可用。基本架构图如下所示:
本文为摘录(或转载),侵删,原文为: https://help.aliyun.com/zh/polardb/polardb-for-postgresql/polardb-for-postgresql-architecture/?spm=a2c4g.11186623.0.0.2e3b5fb1p0L9je
PolarDB PostgreSQL 版是一款阿里云自主研发的企业级数据库产品,采用计算存储分离架构,兼容 PostgreSQL 与 Oracle。PolarDB PostgreSQL 版的存储与计算能力均可横向扩展,具有高可靠、高可用、弹性扩展等企业级数据库特性。同时,PolarDB PostgreSQL 版具有大规模并行计算能力,可以应对 OLTP 与 OLAP 混合负载。还具有时空、向量、搜索、图谱等多模创新特性,可以满足企业对数据处理日新月异的新需求。