2021년 5월 14일 금요일

Mac에서 SSH를 통해 리눅스 원격접속

 $ ssh -X -Y user_id@ip_address


XQuartz를 통해 접속됨


접속 후 gui프로그램을 수행하면 되어 아주 편리함 ^^

댓글 없음:

댓글 쓰기

리눅스 문자와숫자 조합의 파일이름 정렬( Sort alphanumeric filenames in Linux )

아래 처럼 문자와 숫자가 섞여 있는 파일에 대해서 정렬이 제대로 되지 않을 때 When sorting is not done properly for files with mixed letters and numbers as shown below [codeh...