Desk Shell

Technology Makes Life Better!

Menu
  • Home
  • About

the EDITOR and VISUAL environment variables

2021-07-15
 |  No Comments
 |  bash, linux

I installed a Debian Linux OS today, but found that the default text editor is nano, which I am not familiar with. After searching how […]

Read More →

a few words about prometheus

2021-05-22
 |  No Comments
 |  kubernetes, prometheus

A few days ago I implemented the horizontal pod auto scaling for our application based on customer metrics in the Kubernetes. During the implementation, I […]

Read More →

crd-install for apiextensions.k8s.io/v1 does not work in helm v2 command

2021-05-05
 |  No Comments
 |  helm, kubernetes

A few days ago, when I tried to install the below application with the latest helm chart using helm v2 command, I got an error […]

Read More →

boilerplate code for Linux getopt

2021-05-04
 |  No Comments
 |  bash, linux

Linux getopt command is often used to parse script options. I find a piece of boilerplate code for this command and mark it in this […]

Read More →

a few kubectl command examples

2021-04-24
 |  No Comments
 |  kubernetes

In this post, I will list a few examples for kubectl comman, which can be referenced in daily work. 1. create tls secret kubectl create […]

Read More →

disk block size vs filesystem block size

2021-04-18
 |  1 Comment
 |  linux

In this post, I will briefly describe the differences between disk block size and filesystem block size. In the computer architecture, every byte in the […]

Read More →

pitfalls and tips when using self-signed certificate

2021-04-11
 |  No Comments
 |  certificate, tls

A few days ago, I encountered an issue when using a self-signed certificate. The use case of the self-signed certificate is simple. I created a […]

Read More →

avoid large size of helm chart

2021-04-08
 |  No Comments
 |  helm

These days I am trying to integrate one helm chart as a sub chart into another helm chart. However, I encountered a installation problem after […]

Read More →

extract files from rpm packages

2021-03-18
 |  No Comments
 |  linux, rhel

These days I am developing a feature involving rpm packages. Sometimes I need to extract the files from the rpm package instead of installing it. […]

Read More →

database transaction acid

2021-03-01
 |  No Comments
 |  database

A few days ago, I encountered the term ‘ACID’ when reading one article about database. I summarized the term in this post after searching it […]

Read More →

Posts pagination

Back 1 2 3 4 5 … 9 Next

Recent Posts

  • data consistence between cache and database — cache aside
  • an introduction to channels in golang
  • introduce curl command
  • two useful clients about ssh and vnc in ubuntu
  • variable indirect expansion in bash

Recent Comments

  • John on raw.githubusercontent.com的DNS记录被污染了
  • Anonymous on disk block size vs filesystem block size
  • Leon Xie on hello world

Archives

  • March 2024
  • February 2024
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • March 2022
  • February 2022
  • September 2021
  • August 2021
  • July 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • February 2020
  • October 2019
  • September 2019
  • August 2019
  • February 2019
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018

Categories

  • ansible
  • apt
  • bash
  • certificate
  • curl
  • data-struct
  • database
  • debian
  • docker
  • etcd
  • git
  • golang
  • gradle
  • helm
  • iptables
  • java
  • jenkins
  • junit
  • jvm
  • kubernetes
  • linux
  • mariadb
  • maven
  • nginx
  • nodejs
  • npm
  • openssl
  • oracle
  • prometheus
  • python
  • redis
  • rhel
  • robot
  • route
  • rsa
  • springboot
  • sql
  • ssh
  • tls
  • tree
  • ubuntu
  • uncategorized
  • zookeeper

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
© Copyright 2019 Banquet Hall All Rights Reserved.