# How to clear the screen when running a Rails server  in Konsole Terminal Emulator?

---

## Check Konsole installation

### Check version

```apache
konsole --version
```

Your output might look like:

```apache
konsole 18.04.0
```

---

### Check

The `which` command will display the path to the executable file associated with a given command.

IN your terminal:

```apache
which konsole
```

Your output might look like:

```apache
calaca@calaca-PC ~ $ which konsole
/usr/bin/konsole
```

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1692757420035/e27f25cc-00f6-4fc8-b821-064fc1166e89.png align="center")

---

## Solution

### Configure shortcuts

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1692757577861/b40ea31d-9b91-4993-81e6-3502d02993e3.png align="center")

---

### Clear Scrollback and Reset

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1692757656150/7bdca182-d904-44a5-8806-a0ab4dd1fb24.png align="center")

---

### Change shorcut

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1692757743552/cd76ecef-ec98-4994-bac3-677939cd989e.png align="center")

You can maintain your default shortcut or choose a new one by clicking on the **Custom** field.

---

## Test

### Rails server

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1692757839138/057d565f-60a0-48d0-a2f8-0e82662b2fc3.png align="center")

---

### Clear screen

```apache
CTRL + SHIFT + K
```

Your output might look like:

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1692757896490/06cffd95-a8bb-43ec-95d3-e66685e6e84f.png align="center")

---

## **Celebrate**

You've made it. Way to go!

![The Office GIF - The Office Happy - Discover & Share GIFs](https://media.tenor.com/5F2BovYyscYAAAAd/the-office.gif align="left")

---

## **Let's become business friends**

* [**Github**](https://github.com/alexcalaca)
    
* [**LinkedIn**](https://linkedin.com/in/alexandrecalacaofficial)
    
* [**Hashnode**](https://hashnode.com/onboard?next=/@alexandrecalaca)
    
* [**Youtube**](https://www.youtube.com/@alexandrecalacaofficial)
    

---

## **Final thoughts**

I hope this article helped you. Let me know if you have any questions. Your thoughts, suggestions and corrections are more than welcome. By the way, feel free to drop your suggestions on new blog articles

See you next time.

---
