(English) How to prettify HTML documents at the terminal

Désolé, cet article est seulement disponible en English.

(English) How to prettify XML documents at the terminal

Désolé, cet article est seulement disponible en English.

Check internet proxy with curl command on Linux

When your services must talk to the Internet proxy to go out of your secured networks, how can you verify that proxy being effective? In this post, I am going…

(English) pbcopy and pbpaste with Terminal in MacOS

Désolé, cet article est seulement disponible en English.

(English) Add git branch name to bash prompt

Désolé, cet article est seulement disponible en English.

Ho

Désolé, cet article est seulement disponible en English.

(English) Create Symbolic Links on Windows

Désolé, cet article est seulement disponible en English.

Use PowerShell to Set Environment Variables

Désolé, cet article est seulement disponible en English.

(English) See cluster resources usage with kubectl command

Désolé, cet article est seulement disponible en English.

How to append text to a system file via terminal with sudo command

echo ‘192.168.1.254 router’ | sudo tee -a /etc/hostsNAME tee — pipe fitting SYNOPSIS tee [-ai] [file …] DESCRIPTION The tee utility copies standard input to standard output, making a copy…