Desk Shell

Technology Makes Life Better!

Menu
  • Home
  • About

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 →

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 →

stop vim from adding a newline at the end of a file

2021-08-16
 |  No Comments
 |  linux

The below option can be set to prevent vim from add a newline at the end of a file :set nofixendofline This option is useful […]

Read More →

add a desktop entry for intellij idea

2021-08-15
 |  No Comments
 |  linux

The software package for Intellij Idea community version is a self-contained standalone package, which can be run by executing the idea.sh script under the bin […]

Read More →

a few words about groovy and gradle

2021-08-14
 |  No Comments
 |  gradle

In order to write the Jenkins pipeline, I learned the basic syntax of the groovy programming language several weeks ago. groovy is a scripted language […]

Read More →

Posts navigation

1 2 3 … 9 Next

Recent Posts

  • introduce curl command
  • two useful clients about ssh and vnc in ubuntu
  • variable indirect expansion in bash
  • use ip command to show statistics about transferred and received packages
  • 2022 is a new start point

Recent Comments

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

Archives

  • March 2023
  • February 2023
  • January 2023
  • 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
  • gradle
  • helm
  • iptables
  • java
  • jenkins
  • junit
  • jvm
  • kubernetes
  • linux
  • mariadb
  • maven
  • nginx
  • nodejs
  • npm
  • openssl
  • oracle
  • prometheus
  • python
  • rhel
  • robot
  • route
  • rsa
  • springboot
  • sql
  • ssh
  • tls
  • tree
  • ubuntu
  • uncategorized
  • zookeeper

Meta

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