
Configuring Static IP on Ubuntu 22.04.5
In Ubuntu 22.04.5, additional configuration steps are required when setting a static IP using Netplan. Cloud-Init Cloud-Init is a tool designed for automating initialization tasks when an instance…

In Ubuntu 22.04.5, additional configuration steps are required when setting a static IP using Netplan. Cloud-Init Cloud-Init is a tool designed for automating initialization tasks when an instance…
vagrant 설치 https://developer.hashicorp.com/vagrant/install?product_intent=vagrant KVM 구성 vagrant 관련 도구 설치 플러그인 설치 샘플테스트 테스트 코드 https://vagrant-libvirt.github.io/vagrant-libvirt/installation.html#ubuntu–debian

간단한 방법으로 우분투 데스크탑을 꾸며서 mac 같은 느낌을 낼수있습니다.화면 우측 상단의 버튼으로 setting페이지에 들어갑니다.Appearance 카테고리를 클릭합니다. StyleStyle항목에서 색상을 고를수 있습니다. DockDock 항목에서 자동숨김과 위치 조정을 할수 있습니다.Auto-hide the…

우분투 22.04에서 netplan을 이용하여 네트워크 설정을 하는 방법 입니다.ubuntu는 크게보면 desktop버전과 server버전이 있는데, server버전에서 설정하는 방법입니다. netplan 설정파일 확인 사용자 환경에따라 netplan파일이 다르게 확인 될 수 있으므로 확인이…

RTX 3060 그래픽 카드를 Ubuntu 22.04에서 올바르게 사용하려면 NVIDIA 드라이버를 설치해야 합니다. 이 가이드는 드라이버 설치부터 테스트까지의 단계를 명확하게 설명합니다. NVIDIA 드라이버 호환성 확인 RTX 3060 그래픽 카드…

Ubuntu에서 노트북 덮개를 닫아도 시스템이 꺼지지 않도록 설정하는 방법 입니다.최대 절전 모드로 들어가는 것을 방지합니다. 설정 방법 /etc/systemd/logind.conf 설정 변경 다음 줄을 찾아 주석을 제거하고 ignore로 변경합니다 적용

KVM(커널 기반 가상 머신)은 리눅스에서 가상화를 가능하게 해주는 강력한 도구입니다. 이 포스팅에서는 Ubuntu 22.04 서버에 KVM을 설치하고, 가상 머신을 설정하는 방법을 단계별로 안내합니다. 사전준비 호스트(서버)에서 가상화 지원을 하는지…

This article was written in Korean and then translated into English, so there may be inaccuracies. A Private Certificate is used to enhance security in internal systems or…

사설 인증서(Private Certificate)는 내부 시스템이나 개발 환경에서 보안을 강화하기 위해 사용 합니다.외부 인증 기관을 거치지 않고 자체적으로(Self-Sign) 발급하므로 비용 절감 및 주로 테스트, 사내 네트워크, 개발 환경에서 사용됩니다.…