主要公开日志
跳转到导航
跳转到搜索
所有linuxsa wiki公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2025年10月29日 (三) 10:32 Evan 留言 贡献创建了页面Lesson 3 My Family (创建页面,内容为“<pre> *○ Lesson 3 My Family…”)
- 2025年10月25日 (六) 08:15 Evan 留言 贡献创建了页面Lesson 2 Nice to meet you (创建页面,内容为“<pre> *○ Lesson 2 Nice to meet you…”)
- 2025年10月22日 (三) 11:10 Evan 留言 贡献创建了页面分类:Base english (创建页面,内容为“base english”)
- 2025年10月22日 (三) 11:09 Evan 留言 贡献创建了页面Lesson 1 Self Introduction (创建页面,内容为“<pre> ○ lesson 1 Self Introduction…”)
- 2025年10月16日 (四) 02:20 Evan 留言 贡献创建了页面SQL server Engines Enable Log Exports to S3 (创建页面,内容为“=role= <pre> 如果角色已经存在,只需两步就能把现有角色改成“RDS 可用”: 改信任关系(Trust relationship) IAM → Roles → 选中你的角色 → Trust relationships 标签 → Edit trust policy 把内容替换成下面这段(只保留一条 Statement,Principal 写死 rds.amazonaws.com): { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "Service": "rds.amaz…”)
- 2025年10月13日 (一) 14:22 Evan 留言 贡献创建了页面Boto3 (创建页面,内容为“=retain days= <pre> import boto3 logs_client = boto3.client('logs', region_name = 'ap-east-1') retention_in_days = 400 # Example: retain logs for 400 days myfile='rdslogs-prod.txt' try: # Read log group names from the file with open(myfile, 'r', encoding='utf-8') as f: target_log_groups = [line.strip() for line in f if line.strip()] except FileNotFoundError: print(f"Error: Cannot find the file '{myfile}'") exit() for log_group_name i…”)
- 2025年10月9日 (四) 15:48 Evan 留言 贡献创建了页面分类:Linux (创建页面,内容为“linux”)
- 2025年10月9日 (四) 15:46 Evan 留言 贡献创建了页面Kernel dirty (创建页面,内容为“ “**kernel dirty 配置**” 通常指的是 Linux 内核中与 **页缓存(page cache)写回(writeback)机制** 相关的一系列参数,常见于 **/proc/sys/vm/** 目录下,比如: ``` /proc/sys/vm/dirty_ratio /proc/sys/vm/dirty_background_ratio /proc/sys/vm/dirty_bytes /proc/sys/vm/dirty_background_bytes /proc/sys/vm/dirty_writeback_centisecs /proc/sys/vm/dirty_expire_centisecs ``` 这些参数控制了内核何时、以及如何将脏页…”)
- 2025年10月7日 (二) 15:27 Evan 留言 贡献创建了页面Efs (创建页面,内容为“== =references= https://docs.aws.amazon.com/zh_cn/efs/latest/ug/whatisefs.html”)
- 2025年10月6日 (一) 14:55 Evan 留言 贡献创建了页面Mssql (创建页面,内容为“<pre> 步骤 2:设置 CloudWatch 日志订阅过滤器到 S3 现在,你需要让 CloudWatch 自动将收到的日志传输到 S3。 进入 CloudWatch 控制台。 在左侧导航栏的 日志 下,点击 日志组。 找到并点击你的 RDS 实例对应的日志组,名称类似 /aws/rds/instance/你的实例名称/error。 切换到 订阅过滤器 标签页,然后点击 创建订阅过滤…”)
- 2025年9月26日 (五) 10:45 Evan 留言 贡献创建了页面Vps空间清理 (创建页面,内容为“ <pre> docker system prune -a --volumes </pre>”)
- 2025年9月25日 (四) 15:08 Evan 留言 贡献创建了页面172 Dry Cleaners (创建页面,内容为“<pre> A:Thank god you are open! I have an emergency! B:Hello Mr. Henderson what can I do for you?…”)
- 2025年9月24日 (三) 03:20 Evan 留言 贡献创建了页面重启 AWS PostgreSQL RDS 集群 (创建页面,内容为“<pre> 在左侧导航栏选择 "数据库"(Databases)。 找到你的 PostgreSQL 集群(Aurora PostgreSQL 或 RDS PostgreSQL)。 选择集群(如果是 Aurora,选择 Writer 实例)。 点击 "操作"(Actions) > "重启"(Reboot)。 选择是否 "强制重启"(Failover)(适用于 Aurora,会切换主实例)。 点击 "重启数据库"(Re…”)
- 2025年9月18日 (四) 15:01 Evan 留言 贡献创建了页面Lesson 1 Greetings (创建页面,内容为“<pre> *○ Lesson 1 Greetings…”)
- 2025年9月5日 (五) 03:42 Evan 留言 贡献创建了页面Ksh (创建页面,内容为“=intro= The Korn Shell (ksh) is a Unix shell developed by David Korn in the early 1980s at Bell Labs. It was designed to combine the features of the Bourne Shell (sh) and the C Shell (csh), offering enhanced functionality for both interactive use and scripting. It is known for its performance efficiency and advanced scripting capabilities. =task 1= == add new parms== 开始有 7个 最后一个为EXTRA_PARMS_LIST=$7 那我就得 加个$7 ,EXTRA_PARMS_LIST=$8”)
- 2025年9月5日 (五) 03:36 Evan 留言 贡献创建了页面分类:Shell (创建页面,内容为“Bash is the GNU Project's shell—the Bourne Again SHell. This is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and the C shell (csh). It is intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. It offers functional improvements over sh for both programming and interactive use. In addition, most sh scripts can be run by Bash without modification.”)
- 2025年8月17日 (日) 10:01 Evan 留言 贡献创建了页面PostgreSQL向量数据库支持 (创建页面,内容为“=起因 AI so hit = =PostgreSQL= ==PostgreSQL 内置支持== 从 PostgreSQL 16 开始,内置了对向量操作的支持: 新增 vector数据类型 支持基本的向量运算 ==pgvector 扩展== pgvector 是 PostgreSQL 最流行的向量搜索扩展,它允许:”)
- 2025年8月12日 (二) 14:33 Evan 留言 贡献创建了页面184 Fresh Start (创建页面,内容为“<pre> A: Now that it’s the new year, I’ve decided to turn over a new leaf. B: Yeah? You finally decided to wipe the slate clean?…”)
- 2025年7月6日 (日) 03:44 Evan 留言 贡献创建了页面Casio (创建页面,内容为“[https://www.bilibili.com/video/BV1A1421z7nm/?spm%20id%20from=333.337.search-card.all.click&vd%20source=e3e41ea2b1d70e0e3a6a0372ee88d714 卡西欧GA110 5146手表调整时间和日历教程,指针时间和数显不匹配,指针时间不准问题解决]”)
- 2025年7月3日 (四) 14:32 Evan 留言 贡献创建了页面89 At The Airport (创建页面,内容为“category:englishpod <pre> A:Next please! Hello sir, may I see your passport please? B:Yes, here you go.…”)
- 2025年7月3日 (四) 14:21 Evan 留言 贡献创建了页面分类:Englishpod (创建页面,内容为“englishpod”)
- 2025年6月29日 (日) 10:06 Evan 留言 贡献创建了页面AWS cli Setup and aws console access (创建页面,内容为“=AWS CLI Setup(命令行接口设置)= <pre> #1. 安装 AWS CLI # 对于大多数 Linux 发行版: curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" unzip awscliv2.zip sudo ./aws/install ➜ tmp sudo rm /usr/bin/aws ➜ tmp aws --version aws-cli/2.27.45 Python/3.13.4 Linux/5.10.0-kali9-amd64 exe/x86_64.kali.2021 ➜ tmp /usr/local/bin/aws --version aws-cli/2.27.45 Python/3.13.4 Linux/5.10.0-kali9-amd64 exe/x8…”)
- 2025年6月28日 (六) 12:59 Evan 留言 贡献创建了页面分类:Aws (创建页面,内容为“AWS”)
- 2025年6月24日 (二) 01:32 Evan 留言 贡献创建了页面分类:Nginx (创建页面,内容为“ng”)
- 2025年6月23日 (一) 07:00 Evan 留言 贡献创建了页面分类:Python (创建页面,内容为“py”)
- 2025年6月21日 (六) 07:36 Evan 留言 贡献创建了页面分类:English (创建页面,内容为“en”)
- 2025年6月20日 (五) 13:41 MediaWiki default 留言 贡献创建了页面首页 标签:已被回退