> For the complete documentation index, see [llms.txt](https://docs.hamonikr.org/hamonikr-8.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hamonikr.org/hamonikr-8.0/key-features/undefined/undefined-4.md).

# 인코딩 깨진 파일명 복구

Hamonikr OS의  "Repair Filename" 프로그램이란.

운영체제와 상관없이 파일들을 주고 받다보면  파일명이 깨져 있는 경우가 있는데, 이러한 경우에 손쉽게 원본의 파일명으로 변경해주는 기능의 프로그램 입니다.&#x20;

### 사용법.

1. 깨진 파일명이 있는 폴더에서 마우스 우측 버튼을 클릭하여 "Repair filename"을 선택합니다.&#x20;

<figure><img src="/files/FEFY0vwVLpgdROS3KxOj" alt=""><figcaption></figcaption></figure>

마우스 우측 버튼을 클릭했을때 만약 메뉴가 보이지 않는다면 터미널에서 다음과 같이 패키지를 설치 후 시스템을 재시작 하시기 바랍니다.

```
sudo apt install nemo-filename-repairer
```

2. "파일 이름 고치기"  프로그램이 실행이되며, 원하시는 인코딩을 선택하신 후 "적용"버튼을 클릭하시면 정상적으로 변경된 파일을 확인하실 수 있습니다.

<figure><img src="/files/BdVEBg9ZS3ePuOZm6bQf" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.hamonikr.org/hamonikr-8.0/key-features/undefined/undefined-4.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
