Desk Shell

Technology Makes Life Better!

Menu
  • Home
  • About

data consistence between cache and database — cache aside

2024-03-23
 |  No Comments
 |  database, redis

One question that may be frequently asked during an interview is that how you ensure data consistence between cache and database in an application. In […]

Read More →

an introduction to channels in golang

2024-02-14
 |  No Comments
 |  golang

Channels are commonly used to communicate messages among goroutines in golang. In this post, I will briefly introduce the channels in golang. Goroutines are light-weight […]

Read More →

introduce curl command

2023-03-18
 |  No Comments
 |  curl, linux

Recently I used curl command a lot in several Continuous Integration projects. I wrote this post to summarize a few commonly-used options. -s This option […]

Read More →

two useful clients about ssh and vnc in ubuntu

2023-02-20
 |  No Comments
 |  linux, ssh

I used Ubuntu Linux as development environment heavily in my daily work. It took me some time to find some useful tools. In this post, […]

Read More →

variable indirect expansion in bash

2023-01-13
 |  No Comments
 |  bash, linux

Usually in Bash scripting, we define a variable by giving it a name. and reference it later by using that name in the form of […]

Read More →

a few tips for apt configuration

2022-12-02
 |  No Comments
 |  apt, debian, linux, ubuntu

apt or apt-get is widely used as the package manager in Debian Linux and its downstream Linux distribution, such as Ubuntu. There are a lot […]

Read More →

use ip command to show statistics about transferred and received packages

2022-03-17
 |  No Comments
 |  linux

The traditional ifconfig command can show the statistics about transferred and received packages on any network interface card in Linux. However, ifconfig command has been […]

Read More →

2022 is a new start point

2022-02-03
 |  No Comments
 |  uncategorized

2022 Chinese Spring Festival starts a new year for Chinese people. Recalling the life in 2021, I made a important decision in my lifetime. I […]

Read More →

pitfall when using docker file mount

2021-09-16
 |  No Comments
 |  docker

A few days ago I mounted a file in the docker host to a file in a docker container when starting a docker container. However, […]

Read More →

a good book about iptables

2021-09-11
 |  No Comments
 |  iptables, linux

iptables is widely used in Linux to manipulate network packets. There are a lot of blog posts about its usage. I also recommend one here: […]

Read More →

Posts pagination

1 2 3 … 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.