분류 전체보기
-
(node:69562) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency (Use node --trace-warnings ... to show where the warning was created) info A dev server is already running for this project on port 8081. info Found Xcode project "MOBILE.xcodeproj" info Found booted iPhone info Building (using "xcodebuild -project MOBILE.xcodeproj -configuration Debug ..
error Failed to build ios project. "xcodebuild" exited with error code '70'. To debug build logs further, consider building your app with Xcode.app, by opening 'MOBILE.xcodeproj'.(node:69562) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency (Use node --trace-warnings ... to show where the warning was created) info A dev server is already running for this project on port 8081. info Found Xcode project "MOBILE.xcodeproj" info Found booted iPhone info Building (using "xcodebuild -project MOBILE.xcodeproj -configuration Debug ..
2024.12.12 -
Ubuntu에서 Postfix로 SMTP 서버 구축 및 사용하기: 완벽 가이드SMTP 서버를 구축하면 직접 이메일을 전송할 수 있는 서버를 운영할 수 있습니다. 이 가이드에서는 Ubuntu에 Postfix를 설치하고, 기본 설정부터 테스트 및 보안 설정까지 단계별로 설명합니다.1. Postfix란?Postfix는 Linux에서 가장 널리 사용되는 **메일 전송 에이전트(MTA)**로, SMTP를 통해 이메일을 전송 및 수신할 수 있도록 도와줍니다. 빠르고 보안이 잘 되어 있으며 설정이 비교적 쉽습니다.2. Postfix 설치1) 시스템 업데이트 및 Postfix 설치sudo apt updatesudo apt install postfix -y설치 과정에서 Postfix 설정 마법사가 실행됩니다. 아래 단계..
우분투에서 SMTP 서버를 구축해보자 (feat.postfix)Ubuntu에서 Postfix로 SMTP 서버 구축 및 사용하기: 완벽 가이드SMTP 서버를 구축하면 직접 이메일을 전송할 수 있는 서버를 운영할 수 있습니다. 이 가이드에서는 Ubuntu에 Postfix를 설치하고, 기본 설정부터 테스트 및 보안 설정까지 단계별로 설명합니다.1. Postfix란?Postfix는 Linux에서 가장 널리 사용되는 **메일 전송 에이전트(MTA)**로, SMTP를 통해 이메일을 전송 및 수신할 수 있도록 도와줍니다. 빠르고 보안이 잘 되어 있으며 설정이 비교적 쉽습니다.2. Postfix 설치1) 시스템 업데이트 및 Postfix 설치sudo apt updatesudo apt install postfix -y설치 과정에서 Postfix 설정 마법사가 실행됩니다. 아래 단계..
2024.11.29 -
우분투에서 Emote를 이용한 이모티콘 사용 방법우분투(Ubuntu)에서 Emote를 설치하고, 이모티콘(emoji)을 편리하게 사용하는 방법을 단계별로 설명하겠습니다. Emote는 간단하고 직관적인 방식으로 다양한 환경에서 이모티콘을 사용할 수 있도록 도와주는 도구입니다.설치 방법sudo apt updatesudo apt install snapdsudo snap install emoteEmote 단축키 설정Emote를 더욱 편리하게 사용하려면 단축키를 설정하세요.Clipboard Manager 설치 Emote는 클립보드에 복사하기 때문에 클립보드 매니저와 함께 사용하면 더 편리합니다. 예: Clipman 또는 xclip.sudo apt install xclip단축키 설정 우분투의 키보드 설정에서 Emo..
🥳🤗😄Ubuntu 이모티콘 사용법 / Emote 설치😁😍❤️우분투에서 Emote를 이용한 이모티콘 사용 방법우분투(Ubuntu)에서 Emote를 설치하고, 이모티콘(emoji)을 편리하게 사용하는 방법을 단계별로 설명하겠습니다. Emote는 간단하고 직관적인 방식으로 다양한 환경에서 이모티콘을 사용할 수 있도록 도와주는 도구입니다.설치 방법sudo apt updatesudo apt install snapdsudo snap install emoteEmote 단축키 설정Emote를 더욱 편리하게 사용하려면 단축키를 설정하세요.Clipboard Manager 설치 Emote는 클립보드에 복사하기 때문에 클립보드 매니저와 함께 사용하면 더 편리합니다. 예: Clipman 또는 xclip.sudo apt install xclip단축키 설정 우분투의 키보드 설정에서 Emo..
2024.11.27 -
ImportError: cannot import name 'cached_download' from 'huggingface_hub' RealESRGAN/model.py 돌리는데 위와 같은 에러가 났다. huggingface_hub 버전을 바꿔서 설치하고 정상작동 되었습니다.pip install huggingface-hub==0.23.2pip install datasets==2.20.0
ImportError: cannot import name 'cached_download' from 'huggingface_hub'ImportError: cannot import name 'cached_download' from 'huggingface_hub' RealESRGAN/model.py 돌리는데 위와 같은 에러가 났다. huggingface_hub 버전을 바꿔서 설치하고 정상작동 되었습니다.pip install huggingface-hub==0.23.2pip install datasets==2.20.0
2024.11.20 -
Git push Error error: RPC failed; HTTP 400 curl 56 The requested URL returned error: 400 git push를 하는데 갑자기 에러가 났다$ git push origin mainEnumerating objects: 73, done.Counting objects: 100% (73/73), done.Delta compression using up to 10 threads.Compressing objects: 100% (50/50), done.error: RPC failed; HTTP 400 curl 56 The requested URL returned error: 400fatal: The remote end hung up unexpectedly..
error: RPC failed; HTTP 400 curl 56 The requested URL returned error: 400Git push Error error: RPC failed; HTTP 400 curl 56 The requested URL returned error: 400 git push를 하는데 갑자기 에러가 났다$ git push origin mainEnumerating objects: 73, done.Counting objects: 100% (73/73), done.Delta compression using up to 10 threads.Compressing objects: 100% (50/50), done.error: RPC failed; HTTP 400 curl 56 The requested URL returned error: 400fatal: The remote end hung up unexpectedly..
2024.11.11 -
Status: display_server_not_supported (Anydesk display server not supported Ubuntu 22) 우분투에서 Anydesk 이용할때 display 문제로 에러나고 안되는 경우가 있습니다.Ubuntu 22에서 Anydesk의 "display_server_not_supported" 오류를 해결하는 방법을 알려드리겠습니다. 이 문제는 주로 Wayland 디스플레이 서버를 사용할 때 발생합니다. 해결 방법은 다음과 같습니다: 방법 1. Wayland 비활성화하기: Wayland를 완전히 비활성화하려면 다음 단계를 따르세요:터미널을 엽니다.다음 명령어로 설정 파일을 엽니다:sudo vim /etc/gdm3/custom.conf WaylandEnable=fal..
Status: display_server_not_supported (Anydesk display server not supported Ubuntu 22)Status: display_server_not_supported (Anydesk display server not supported Ubuntu 22) 우분투에서 Anydesk 이용할때 display 문제로 에러나고 안되는 경우가 있습니다.Ubuntu 22에서 Anydesk의 "display_server_not_supported" 오류를 해결하는 방법을 알려드리겠습니다. 이 문제는 주로 Wayland 디스플레이 서버를 사용할 때 발생합니다. 해결 방법은 다음과 같습니다: 방법 1. Wayland 비활성화하기: Wayland를 완전히 비활성화하려면 다음 단계를 따르세요:터미널을 엽니다.다음 명령어로 설정 파일을 엽니다:sudo vim /etc/gdm3/custom.conf WaylandEnable=fal..
2024.09.30 -
Shell 스크립트를 사용하여 특정 프로세스를 모니터링하고, 실행되지 않았을 때 자동으로 시작하는 방법에 대해 알아보겠습니다.이 스크립트는 특히 주기적으로 실행되어야 하는 백그라운드 프로세스 관리에 유용합니다.스크립트 소개1. 다음은 프로세스를 체크만하는 스크립트 입니다.#!/usr/bin/zshcheckProcess() { local processName=$1 local processPidCnt=$(ps -ef | grep "$processName" | grep -v grep | wc -l) local processPid=$(ps -ef | grep "$processName" | grep -v grep | awk '{print $2}') echo "$processName pid c..
[Shell 스크립트] 프로세스 모니터링 및 자동 실행하기Shell 스크립트를 사용하여 특정 프로세스를 모니터링하고, 실행되지 않았을 때 자동으로 시작하는 방법에 대해 알아보겠습니다.이 스크립트는 특히 주기적으로 실행되어야 하는 백그라운드 프로세스 관리에 유용합니다.스크립트 소개1. 다음은 프로세스를 체크만하는 스크립트 입니다.#!/usr/bin/zshcheckProcess() { local processName=$1 local processPidCnt=$(ps -ef | grep "$processName" | grep -v grep | wc -l) local processPid=$(ps -ef | grep "$processName" | grep -v grep | awk '{print $2}') echo "$processName pid c..
2024.08.29 -
Python의 collections 모듈에 있는 Counter 클래스에 대해 알아보겠습니다.Counter는 데이터의 빈도를 계산하는 데 특화된 도구로, 코드를 간결하게 만들고 성능을 향상시키는 데 큰 도움이 됩니다.Counter 소개Counter는 해시 가능한 객체를 세는 데 사용되는 딕셔너리의 하위 클래스입니다. 요소가 딕셔너리 키로 저장되고, 그 개수가 딕셔너리 값으로 저장됩니다.기본 사용법from collections import Counter# 리스트에서 요소 개수 세기fruits = ['apple', 'banana', 'apple', 'cherry', 'banana', 'apple']fruit_counter = Counter(fruits)print(fruit_counter) # Counter(..
Python Collections의 Counter: 데이터 빈도 계산의 강력한 도구Python의 collections 모듈에 있는 Counter 클래스에 대해 알아보겠습니다.Counter는 데이터의 빈도를 계산하는 데 특화된 도구로, 코드를 간결하게 만들고 성능을 향상시키는 데 큰 도움이 됩니다.Counter 소개Counter는 해시 가능한 객체를 세는 데 사용되는 딕셔너리의 하위 클래스입니다. 요소가 딕셔너리 키로 저장되고, 그 개수가 딕셔너리 값으로 저장됩니다.기본 사용법from collections import Counter# 리스트에서 요소 개수 세기fruits = ['apple', 'banana', 'apple', 'cherry', 'banana', 'apple']fruit_counter = Counter(fruits)print(fruit_counter) # Counter(..
2024.08.29