Just do it


  • 首页

  • 归档

  • 分类

  • 标签

  • 关于

  • 站点地图

  • 搜索

Prometheus

发表于 2023-10-13 | 分类于 Linux , Prometheus | 阅读次数:

Installation

1
2
3
4
5
6
7
8
9
mkdir -p /works/config/prometheus
chown -R 10001:10001 /data/prometheus/prometheus-data/
cp -a prometheus.yml prometheus.rules.yml /works/config/prometheus/

docker run -d --name prometheus \
--user 10001 -p 9090:9090 \
-v /works/config/prometheus:/etc/prometheus \
-v /data/prometheus/prometheus-data:/prometheus \
prom/prometheus:v2.47.1

CD

发表于 2023-09-26 | 分类于 Kubernetes | 阅读次数:

This is a guide to CD and CI.

阅读全文 »

hadoop Ecosystem

发表于 2023-08-25 | 分类于 Bigdata | 阅读次数:

Manage tool: Ambari+Bigtop
HDFS/YARN/MapReduce2/Tez/Hive/HBase/ZooKeeper/Spark/Zeppelin/Flink

Flink-cdc/datax/seatunnel/dolphinscheduler

阅读全文 »

Linux Shell Script

发表于 2022-08-03 | 分类于 Linux | 阅读次数:

记录Linux脚本的常用技巧。

阅读全文 »

Seata

发表于 2022-06-08 | 分类于 java | 阅读次数:

Seata is an open source distributed transaction solution that delivers high performance and easy to use distributed transaction services under a microservices architecture.

阅读全文 »

Fabric Getting Started

发表于 2022-06-08 | 分类于 Linux | 阅读次数:

A getting started guilde to Fabric. Following https://hyperledger-fabric.readthedocs.io/en/latest/whatis.html to what it is.

阅读全文 »

Containerd

发表于 2022-05-11 | 分类于 Linux | 阅读次数:

An industry-standard container runtime with an emphasis on simplicity, robustness and portability: https://containerd.io/

阅读全文 »

A Guide to Vagrant

发表于 2022-04-29 | 分类于 Linux | 阅读次数:

This is a guide to how to use Vagrant to virtual some OS, like Linux/Windows/MacOS etc.

阅读全文 »

Loki Log System

发表于 2022-03-09 | 分类于 Log | 阅读次数:

This article recorded how to install and configure Log System based on Loki developing by Grafana.

阅读全文 »

istio学习总结

发表于 2021-09-22 | 分类于 kubernetes | 阅读次数:

istio学习总结

阅读全文 »

iptables

发表于 2021-03-02 | 分类于 Linux | 阅读次数:

记录一下iptables相关的命令。

阅读全文 »

Kubernetes Development Environment

发表于 2020-12-19 | 阅读次数:

This article will teach us how to set up a development environment in you local machine, including java/k8s/spring cloud kubernetes, etc.

阅读全文 »

WSL

发表于 2020-12-01 | 阅读次数:

Windows Subsystem for Linux(简称WSL)是一个在Windows 10上能够运行原生Linux二进制可执行文件(ELF格式)的兼容层。它是由微软与Canonical公司合作开发,其目标是使纯正的Ubuntu 14.04 “Trusty Tahr”映像能下载和解压到用户的本地计算机,并且映像内的工具和实用工具能在此子系统上原生运行。

阅读全文 »

EnglishPod

发表于 2020-01-03 | 分类于 English | 阅读次数:

学习完ESLPod完强烈建议学习这套。

阅读全文 »

English二语习得方法

发表于 2019-11-17 | 分类于 English | 阅读次数:

二语习得讲究2000个小时的可理解性输入。只有达到至少2000小时的可理解性输入,才能习得一门语言。

阅读全文 »

A Guide to English Grammar

发表于 2019-08-28 | 分类于 English | 阅读次数:

A guide to english grammar.

阅读全文 »

别错过孩子英语学习敏感期

发表于 2019-07-28 | 分类于 English | 阅读次数:

遵循语言自然习得规律,让孩子像学母语一样学英语。从英语零基础到小学毕业,自主阅读原版<<哈利.波特>>!不让孩子再走英语学习长征路!

阅读全文 »

Jenkins移动端自动构建

发表于 2019-06-13 | 阅读次数:

记录一下jenkins自动构建android与ios安装包。

阅读全文 »

React基础

发表于 2019-05-08 | 分类于 react | 阅读次数:

记录一下React基础相关的知识点。

阅读全文 »

Git如何永久删除文件与历史记录

发表于 2019-05-05 | 分类于 git | 阅读次数:

记录一下Git怎么永久删除文件(包括该文件的历史记录)。

阅读全文 »
123

zhaoxunyong

平时工作中所遇到的一些问题的总结

44 日志
21 分类
21 标签
RSS
Links
  • lofter
© 2025 zhaoxunyong
由 Hexo 强力驱动
|
主题 — NexT.Mist v5.1.4