Skip to content

Instantly share code, notes, and snippets.

View tzyi's full-sized avatar
😎
Happy

Pizza tzyi

😎
Happy
View GitHub Profile

Beast Mode

Beast Mode is a custom chat mode for VS Code agent that adds an opinionated workflow to the agent, including use of a todo list, extensive internet research capabilities, planning, tool usage instructions and more. Designed to be used with 4.1, although it will work with any model.

Below you will find the Beast Mode prompt in various versions - starting with the most recent - 3.1

Installation Instructions

  • Go to the "agent" dropdown in VS Code chat sidebar and select "Configure Modes".
  • Select "Create new custom chat mode file"
@tzyi
tzyi / Redis.md
Created March 3, 2019 17:44
Redis

Redis

1.安裝
2.配置

1.安裝

$ wget http://download.redis.io/releases/redis-4.0.11.tar.gz
@tzyi
tzyi / 資料庫概念(一).md
Created March 3, 2019 17:39
資料庫概念(一)

資料庫概念

大綱:

  1. 資料庫基本概念
  2. 基本操作
  3. python + Mysql

1. 資料庫基本概念

@tzyi
tzyi / rsyslog介紹.md
Created March 3, 2019 17:35
rsyslog介紹

rsyslog介紹

  1. 介紹
  2. 配置解說
  3. 設定檔完全解說

1. 介紹

在 Cent OS 中,日志是使用rsyslogd守護進程進行管理的,該進程是之前版本的系統中syslogd的升級版,對原有的日志系統進行了功能的擴展,提供了諸如過濾器,日志加密保護,各種配置選項,輸入輸出模塊,支持通過 TCP 或者 UDP 協議進行傳輸等。

@tzyi
tzyi / collectd.md
Created March 3, 2019 17:32
collectd

collectd

  1. 介紹
  2. 安裝
  3. 配置

1. 介紹

@tzyi
tzyi / nagiosXI安裝.md
Created March 3, 2019 17:28
nagiosXI安裝

nagiosXI安裝

  1. 在線安裝
  2. 離線安裝

1. 在線安裝

Online installation on RHEL

@tzyi
tzyi / Grafana.md
Created March 3, 2019 17:22
Grafana

Grafana

  1. 介紹
  2. 安裝
  3. 離線安裝

1. 介紹

Kibana 和 Grafana的異同點:

@tzyi
tzyi / Docker的建置.md
Last active March 3, 2019 17:02
Docker的建置.md

docker環境建置及使用

  1. 安裝docker
  2. 環境建置
  3. 備份docker images 成tar檔
  4. 將tar檔移至另一台server使用
  5. 常用指令

1.安裝docker