Skip to content

Instantly share code, notes, and snippets.

View LittleNewton's full-sized avatar
🖥️
UoB Lab

Peng Liu LittleNewton

🖥️
UoB Lab
View GitHub Profile
@LittleNewton
LittleNewton / alert.rules.yml
Created July 28, 2024 08:44 — forked from krisek/alert.rules.yml
Prometheus alert rules for node exporter
groups:
- name: node_exporter_alerts
rules:
- alert: Node down
expr: up{job="monitoring-pi"} == 0
for: 2m
labels:
severity: warning
annotations:
title: Node {{ $labels.instance }} is down
@LittleNewton
LittleNewton / powershell.ps1
Created March 14, 2023 16:16
Shared on-my-posh
<#
* FileName: Microsoft.PowerShell_profile.ps1 / PowerShell configuration file.
* Author: 刘 鹏
* Email: [email protected]
* Created Date: 2021, Aug. 21
* Updated Date: 2023, Mar. 15
* Copyright: No copyright. You can use this code for anything with no warranty.
#>
@LittleNewton
LittleNewton / Windows-Terminal.jsonc
Last active February 10, 2025 03:28
Windows Terminal 配置(LAN + Wireguard)5820 Side
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [
{
"command": {
"action": "adjustFontSize",
"delta": 1
},
"keys": "ctrl+plus"
//
// * FileName: paradox.omp.json
// * Author: 刘 鹏
// * Email: [email protected]
// * Update Date: 2022, Mar. 31
// * Copyright: GPL 3.0
//
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
@LittleNewton
LittleNewton / settings.jsonc
Last active April 30, 2024 16:08
Visual Studio Code 个人配置
/*
* Author: 刘鹏
* Description: 个人 VScode 配置文件
* Create Date: 2020, Apr. 12
* Update Date: 2021, Nov. 6
* Email: [email protected]
*/
@LittleNewton
LittleNewton / .vimrc
Last active July 21, 2022 07:51
Vim 配置文件
"
" Description: Personal Vim .vimrc configuration file
" Author: 刘鹏
" Date: 2021, Oct. 9
" Corresponding: [email protected]
"
@LittleNewton
LittleNewton / Microsoft.PowerShell_profile.ps1
Last active September 7, 2024 04:31
PowerShell 7.1 启动命令
<#
* FileName: Microsoft.PowerShell_profile.ps1 / PowerShell configuration file.
* Author: 刘 鹏
* Email: [email protected]
* Created Date: 2021, Aug. 21
* Updated Date: 2023, Mar. 15
* Copyright: No copyright. You can use this code for anything with no warranty.
#>