전체 글 2271

office 365 테넌트 도메인 조회 방법

office 365 를 사용하기 위해서 테넨트를 만들어야 한다. 테넨트란? 결국 O365 를 만들때 microsoft 도메인을 먼저 만들고 그 뒤에 내가 가지고 있는 도메인을 연결해주게 된다. 그래서 결국 만들어지는게 test.onmicrosoft.com 이라는 식으로 만들어진다. 만들기 전에 중복 되는 도메인이 있는지 없는지 확인 할 수 있는데 https://o365.rocks/ Tenant name availability check - Microsoft 365 Rocks o365.rocks 이사이트다. 이런식으로 사용 가능 여부 확인 할 수 있고 _ - 등 특수 문자는 사용이 불가능하다. 뭐 솔직히 도메인이 없다면 이 이름 그대로 써야 하지만 거의 대부분 가지고 있는 도메인을 연결을 해서 쓰기 때문에..

office 2024.03.01

갤럭시링 발표 MWC 2024

삼성은 스페인에서 열리고 있는 모바일 박람회 'MWC 2024' 삼성전자 전시관에서 갤럭시링을 발표 했다. 색상은 3가지 형태로 나온다고 한다. 이렇게 보면 많이 이쁜듯 하다. https://news.samsung.com/kr/%EC%82%BC%EC%84%B1%EC%A0%84%EC%9E%90-mwc24%EC%97%90%EC%84%9C-%EA%B0%A4%EB%9F%AD%EC%8B%9C-%EB%A7%81-%EB%94%94%EC%9E%90%EC%9D%B8-%EC%B5%9C%EC%B4%88-%EC%A0%84%EC%8B%9C 삼성전자, MWC24에서 ‘갤럭시 링’ 디자인 최초 전시 삼성전자가 현지시간 2월 26일 MWC24에서 ‘갤럭시 링’의 디자인을 처음으로 전시했다. 연내 출시 예정인 ‘갤럭시 링’은 수면 중..

Etc 2024.02.28

AI 동영상 만들어주는 openai sora

AI 동영상 만들어주는 openai sora !! 2월15일 발표를 했습니다.(출시일은 미정) https://openai.com/sora Sora: Creating video from text The current model has weaknesses. It may struggle with accurately simulating the physics of a complex scene, and may not understand specific instances of cause and effect. For example, a person might take a bite out of a cookie, but afterward, the cookie m openai.com 정말 세상이 놀랍게 변화되고 있다. Ch..

Etc 2024.02.27

mail.alert] unable to qualify my own domain name (test) -- using short nameWARNING: local host name (test) is not qualified; see cf/README: WHO AM I?

mail.alert] unable to qualify my own domain name (test) -- using short name WARNING: local host name (test) is not qualified; see cf/README: WHO AM I? 솔라리스 nis 설치시 위와 같이 에러가 발생 한다면? domainname test.domain.com; domainname >/etc/defaultdomain 이렇게 도메인 설정을 해주고 hosts 에 등록을 안해주면 위와 같이 에러가 발생 한다. # vi /etc/hosts 에 변경 해주면 된다.

Linux 2024.02.26

테이스트아틀라스 세계 최고의 도넛 순위 발표

테이스트아틀라스에서 세계 최고의 도넛 순위 발표를 했다. 테이스트아틀라스가 뭔데? 유명한 글로벌 미식여행가이드 사이트 이다. https://www.tasteatlas.com/deep-fried-desserts Deep-fried Desserts of the World: Best Recipes & Restaurants | TasteAtlas 165 deep-fried dessert types and varieties. Learn how to prepare and cook them with the authentic recipes. Where to eat? Recommended traditional restaurants serving the best deep-fried desserts. www.tasteatl..

Etc 2024.02.25

vi 치환 substitute pattern match failed 에러 해결방법

vi 치환 substitute pattern match failed 에러 해결방법 보통 특수문자가 있을 경우 위와 같이 에러가 발생이 된다. 예를 들어 *LK*1234 이걸 HS4321 로 변경 한다면 보통 :%s/*LK*1234/HS4321/g 를 입력 했다면 substitute pattern match failed 에러가 나타난다. 그래서 특수문자로 해석 되는 곳을 \ 를 추가 해주면 된다. :%s/\*LK\*1234/HS4321/g 이러면 정상적으로 수정 된다.

Linux 2024.02.24

솔라리스10 make 설치 방법

솔라리스10 make 설치 방법 ㅎㅎㅎ 기본 버전을 설치 해서 그런가 make 가 없다;;; http://download.nust.na/pub3/solaris/sunfreeware/pub/unixpackages/x86/5.10/ Index of /pub3/solaris/sunfreeware/pub/unixpackages/x86/5.10 download.nust.na 다운 받아서 장비에 저장하고 # gunzip make-3.82-sol10-x86-local.gz 압축 풀고 # pkgadd -d make-3.82-sol10-x86-local 설치 설치 완료 되었다. 아직도 make 해도 위와 같이 에러 뜬다. 심볼링 링크로 작업해주자. ln -s /usr/local/bin/make /usr/bin/ 하지만 ..

Linux 2024.02.23

550 5.4.300 message expired -> 421 4.4.2 connection dropped due to SocketError, 550 5.4.300 message expired -> 451 [RL01] Message temporarily deferred

550 5.4.300 message expired -> 421 4.4.2 connection dropped due to SocketError 550 5.4.300 message expired -> 451 [RL01] Message temporarily deferred 위와 같이 메세지가 뜨면서 메일 발송이 안되는 문제가 있다. 이를 해결 하기 위해서는 DKIM 을 활성화 해줘야 한다. DKIM이란? https://security.microsoft.com/ 사용자 계정 로그인 login.microsoftonline.com 들어가서 정책 및 규칙 -> 위협 정책 전자메일 인증 설정에 들어가면 DKIM 설정할수 있다 자신이 사용하는 도메인을 누르면 이렇게 떠 있는데 빨간색을 누르면 활성화가 된다. 만약에 클라..

office 2024.02.21
728x90
반응형