### Example Command
Source: https://termius.com/free-ssh-client-for-mac-os
An example command to list upgradable packages.
```bash
apt list --upgradable
```
--------------------------------
### Command Line Example
Source: https://termius.com/free-ssh-client-for-windows
An example of a command being executed in the terminal.
```bash
tail \-n 100 /var/log/
```
--------------------------------
### Ubuntu System Information Example
Source: https://termius.com/free-ssh-client-for-windows
Example output showing system information, updates, and last login details for an Ubuntu system.
```bash
System information as of Tue Aug 6 02:55:19 UTC 2024
System load: 0.0 Processes: 102
Usage of /: 22.4% of 24.05GB Users logged in: 1
Memory usage: 28% IPv4 address for eth0: 137.184.95.44
Swap usage: 0% IPv4 address for eth0: 10.48.0.7
Expanded Security Maintenance for Applications is not enabled.
6 updates can be applied immediately.
3 of these updates are standard security updates.
To see these additional updates run: apt list --upgradable
9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm
*** System restart required ***
Last login: Mon Aug 5 03:45:03 2024 from 203.97.21.86
stan@acme-prod:~$
```
--------------------------------
### Example Command
Source: https://termius.com/free-ssh-client-for-mac-os
An example command to change the default shell to zsh.
```bash
chsh -s /bin/zsh
```
--------------------------------
### Hello World Example
Source: https://termius.com/free-ssh-client-for-mac-os
A simple 'Hello World' echo command.
```bash
echo ’Hello World’
```
--------------------------------
### Example Host Configuration
Source: https://termius.com/documentation/getting-started
This snippet shows an example of how hosts and groups can be organized within Termius.
```text
Group: Production
├── Group: AWS EU
│ ├── Host: web-01
│ └── Host: db-01
└── Group: AWS US
├── Host: web-02
└── Host: db-02
```
--------------------------------
### Autocomplete Examples
Source: https://termius.com/free-ssh-client-for-android
Examples of using the autocomplete feature for the 'tail' command.
```bash
tail -n 10 HDFS.log
```
```bash
tail -n 100 /var/log/auth.log
```
--------------------------------
### Zsh Shell Prompt and Command Example
Source: https://termius.com/free-ssh-client-for-windows
Example of a server prompt with zsh as the default shell, including a command to set zsh as the default and a simple echo command.
```bash
The default interactive shell is now zsh.t
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
server:~ use$ echo ’Hello World’
’Hello World’
server:~ use$
```
--------------------------------
### Zsh Shell Update and Hello World Example
Source: https://termius.com/free-ssh-client-for-linux
This snippet indicates that zsh is the new default shell and provides a simple 'Hello World' command execution example.
```bash
192.168.1.10
The default interactive shell is now zsh.t
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
server:~ use$ echo ’Hello World’
’Hello World’
server:~ use$
```
--------------------------------
### Initialization and Environment Setup
Source: https://termius.com/blog
This snippet initializes the main function and sets up the Node.js environment variable NODE_ENV to 'production' if running in a browser environment.
```javascript
return d})()({current:{"Date":{"toLocaleString":{"164006":"Apr 16, 2026","832568169":"Nov 5, 2025","1873667620":"Dec 10, 2025","2957247126":"May 11, 2026","3428825777":"Jan 27, 2026","3886888456":"May 20, 2026"},"toLocaleDateString":{}},"DateTimeFormat":{"format":{},"formatRange":{},"formatToParts":{},"formatRangeToParts":{}},"Number":{"toLocaleString":{}},"NumberFormat":{"format":{},"formatRange":{},"formatToParts":{},"formatRangeToParts":{}}}}) typeof document<"u"&&(window.process={...window.process,env:{...window.process?.env,NODE_ENV:"production"}}); [{"0":1,"1":179},["Map",2,3,33,34,65,66,106,107,170,171,173,174],"{\"from\":\
```
```javascript
05d6fd66-b68b-46b7-9cf8-40e372bcd37a\",\
```
```javascript
offset\":{\"type\":\
```
```javascript
LiteralValue\",\
```
```javascript
value\":2},\
```
```javascript
orderBy\":[{\"collection\":\
```
```javascript
nzFhD3CmL\",\
```
```javascript
direction\":\
```
```javascript
desc\",\
```
```javascript
name\":\
```
```javascript
yvbozDha0\",\
```
```javascript
type\":\
```
```javascript
Identifier\
```
--------------------------------
### Mosh Server Default Command
Source: https://termius.com/documentation/local-terminal
The default command for starting a Mosh session.
```bash
mosh-server new -s -l LANG=en_US.UTF-8
```
--------------------------------
### Example Host Details
Source: https://termius.com/documentation/getting-started
This snippet illustrates the detailed configuration for a specific host, including connection details and authentication.
```text
Host: db-prod-01 (10.0.1.15)
|── SSH port 22 key: prod-db-key user: ubuntu
```
--------------------------------
### Connecting to a Host
Source: https://termius.com/documentation/local-terminal
Steps to connect to a host, including saving the host configuration.
```text
Tap "Save"
Then "Save" the host to apply the changes
```
```text
Tap your host to "Connect"
```
--------------------------------
### Mosh Server Custom Port Range Command
Source: https://termius.com/documentation/local-terminal
Command for starting a Mosh session with a custom port range.
```bash
mosh-server new -s -l LANG=en_US.UTF-8 -p [port from]:[port to]
```
--------------------------------
### Example of Termius Logo and Description for Sponsor Section
Source: https://termius.com/opensource
This snippet shows how to add the Termius logo and a description with a link to your sponsor section.
```html
Termius
provides a secure, reliable, and collaborative SSH client. ```