Chapter: Transport Stack Commands Chapter Contents This chapter describes the Cisco IOS XR software commands used to configure and monitor features related to the transport stack ( Nonstop Routing, Stream Control Transmission Protocol (SCTP), NSR, TCP, User Datagram Protocol (UDP...
Alternatively, if you love vi-style key-bindings, use set -o vi (and set -o emacs to put it back). For editing long commands, after setting your editor (for example export EDITOR=vim), ctrl-x ctrl-e will open the current command in an editor for multi-line editing. Or in vi styl...
Run command in a new container with bind mounted volumes: podman run --volume /path/to/host_path:/path/to/container_path image:tag command Run command in a new container with published ports: podman run --publish host_port:container_port image:tag command Run command in a new container ov...
Usealiasto create shortcuts for commonly used commands. For example,alias ll='ls -latr'creates a new aliasll. Save aliases, shell settings, and functions you commonly use in~/.bashrc, andarrange for login shells to source it. This will make your setup available in all your shell sessions...