목록분류 전체보기 (74)
보조기억장치
새로운 소식17.6.3 릴리스는 CVE-2025-22224 및 CVE-2025-22226을 해결합니다.이러한 취약성과 Broadcom 제품에 미치는 영향에 대한 자세한 내용은 VMSA-2025-0004를 참조하세요 . 해결된 문제 - 가상 머신을 부팅할 때 VMware Workstation Pro가 충돌할 수 있습니다. 가상 머신을 부팅할 때 VMware Workstation Pro가 일부 시스템에서 충돌할 수 있습니다. - Centos 9 Stream에서 커널 버전 5.14.0-432 이상인 경우 VMware Workstation Pro 설치가 실패합니다. 5.14.0-432 이상의 커널 버전을 사용하는 Centos 9 Stream 호스트에 VMware Workstation Pro를 설치하려고 ..
https://devblogs.microsoft.com/typescript/announcing-typescript-5-8/#what%E2%80%99s-next Announcing TypeScript 5.8 - TypeScriptToday we’re excited to announce the release of TypeScript 5.8! If you’re not familiar with TypeScript, it’s a language that builds on top of JavaScript by adding syntax for types. Writing types in our code allows us to explain intent and have other tdevblogs.microsoft.com
// 인터페이스명 확인(여기서는 ens33) # route -e Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface default TUF-AX5400-BE78 0.0.0.0 UG 0 0 0 ens33 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 ens33 TUF-AX5400-BE78 0.0.0.0 255.255.255.255 UH 0 0 0 ens33 // IP 변경하기# vi /etc/n..
// 타임존 확인 # timedatectl // 타임존 목록보기# timedatectl list-timezones |grep Seoul Asia/Seoul // 타임존 변경하기 # timedatectl set-timezone Asia/Seoul // 타임존 변경확인 # timedatectl Local time: Fri 2022-02-25 22:11:58 KST Universal time: Fri 2022-02-25 13:11:58 UTC RTC time: Fri 2022-02-25 13:11:58 Time zone: Asia/Seoul (KST, +0900) System clock synchronized: yes systemd-timesyncd.service active: yes ..

## 샘플 데이터 1POST produce_index/_doc{ "name": "Mango", "botanical_name": "Harum Manis", "produce_type": "Fruit", "country_of_origin": "Indonesia", "organic": true, "date_purchased": "2020-05-02T07:15:35", "quantity": 500, "unit_price": 1.5, "description": "Mango Arumanis or Harum Manis is originated from East Java. Arumanis means harum dan manis or fragrant and sweet just like its taste. ..
다운로드 $wget https://github.com/prometheus/node_exporter/releases/download/v1.8.2/node_exporter-1.8.2.linux-amd64.tar.gz$tar xvzf https://github.com/prometheus/node_exporter/releases/download/v1.8.2/node_exporter-1.8.2.linux-amd64.tar.gz자동으로 실행 하기 $sudo cp node_exporter /usr/local/bin $sudo useradd --no-create-home --shell /bin/false node_exporter $sudo chown node_exporter:node_exporter /usr/local..

GitHub는 개발자에게 무료 제품과 서비스를 제공한 오랜 역사를 가지고 있습니다. 무료 오픈 소스 및 공개 협업으로 시작하여 무료 개인 리포, GitHub Actions 및 GitHub Codespaces에 대한 무료 분, 무료 패키지 및 릴리스 스토리지를 추가했습니다. 오늘 GitHub Copilot Free를 출시하여 GitHub Copilot을 믹스에 추가합니다 . 이제 VS Code에 자동으로 통합되어, 모든 사람이 개인 GitHub 계정으로 로그인하기만 하면 매달 2,000개의 코드 완성과 50개의 채팅 메시지에 액세스할 수 있습니다. 또는 새 계정을 만들 수도 있습니다. 그리고 바로 지난주에 GitHub에서 개발자가 1억 5천만 명을 돌파했습니다. 🎉 Copilot Free는 Anthrop..