Ubuntu(20.04~)에서 듀얼/트리플 모니터 사용 시 로그인 화면 위치 설정

제목 그대로 우분투에서 주 모니터에 로그인 화면이 안나오는 것을 수정하는 방법이다. Ubuntu 20.04에서 듀얼/트리플 모니터 사용 시 로그인 화면 위치 설정 Is there to make the login screen appear on the external display in 18.04? 본인은 상기 2가지 경우의 링크를 참고해서 문제를 해결했고 해결한 순서는 아래와 같다. sudo cp ~/.config/monitors.xml ~gdm/.config/monitors.xml sudo chown gdm:gdm ~gdm/.config/monitors.xml … Read more

ExifTool on Ubuntu

참고할 링크는 아래와 같다. ExifTool, read or manipulate the metadata of your files from Ubuntu ExifTool by Phil Harvey – Extra Tags 상기 2개의 링크 중에서 첫 번째 링크에서는 내용을, 두 번째 링크에서는 조금 더 정확한 Syntax를 참고할 경우의 주(로 수정이나 값을 할당하는) 사용법은 아래 형식이다. exiftool -[GROUP]:[TAG NAME]=”VALUE” [image name].jpg 다만, 두 번째 링크에서 … Read more