OS (50) 썸네일형 리스트형 [Ubuntu] Server Desktop(GUI) Installation # sudo apt-get install xauth # sudo apt-get install xorg # sudo apt-get install openbox # sudo apt-get install ubuntu-desktop https://help.ubuntu.com/community/ServerGUI ServerGUI - Community Help Wiki Introduction This guide discusses the use of a Graphical User Interface (GUI) and/or desktop environment on Ubuntu servers. Conventional wisdom states that in most cases it is better to not instal.. [Ubuntu] DB Browser for SQLite Installation # sudo add-apt-repository -y ppa:linuxgndu/sqlitebrowser # sudo apt-get update # sudo apt-get install sqlitebrowser Downloads - DB Browser for SQLite (sqlitebrowser.org) Downloads - DB Browser for SQLite (Please consider sponsoring us on Patreon 😄) Windows Our latest release (3.12.2) for Windows: Free code signing provided by SignPath.io, certificate by SignPath Foundation. Windows PortableApp N.. [Ubuntu] Clang Installation # wget https://apt.llvm.org/llvm.sh # chmod +x llvm.sh # sudo ./llvm.sh 16 all # sudo vi /etc/profile.d/llvm.sh export LLVM_HOME=/lib/llvm-16 export PATH=$PATH:$LLVM_HOME/bin 저장 # source /etc/profile.d/llvm.sh 참고: https://apt.llvm.org/ LLVM Debian/Ubuntu packages The goal is to provide Debian and Ubuntu nightly packages ready to be installed with minimal impact on the distribution. Packages are .. [RHEL] OS Version 확인 # cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.9 (Maipo) # cat /etc/*release* NAME="Red Hat Enterprise Linux Server" VERSION="7.9 (Maipo)" ID="rhel" ID_LIKE="fedora" VARIANT="Server" VARIANT_ID="server" VERSION_ID="7.9" PRETTY_NAME="Red Hat Enterprise Linux" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:redhat:enterprise_linux:7.9:GA:server" HOME_URL="https://www.redhat.com/" BUG_REPOR.. [Ubuntu] Intel VGA Driver Installation https://www.intel.co.kr/content/www/kr/ko/download/747008/intel-arc-graphics-driver-ubuntu.html 인텔® 아크™ 그래픽 드라이버 - Ubuntu* 이 릴리스는 인텔® Arc™ A-시리즈 그래픽에서 Ubuntu* 22.04에 대한 패키지 업데이트를 제공합니다. www.intel.co.kr https://dgpu-docs.intel.com/installation-guides/index.html Installation Guides — Intel® software for general purpose GPU capabilities documentation dgpu-docs.intel.com [Ubuntu] OS Version 확인 # cat /etc/issue Ubuntu 22.04.1 LTS \n \l # lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.1 LTS Release: 22.04 Codename: jammy # cat /etc/os-release PRETTY_NAME="Ubuntu 22.04.1 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.1 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL=.. [Ubuntu] iBus 입력기 '한/영', '한자' 전환 키 사용 설정 # sudo vi /usr/share/X11/xkb/keycodes/evdev ... // = 105; // = 108; ... // = 130; // Hangul Latin toggle = 108; // Hangul Latin toggle // = 131; // Hangul to Hanja conversion = 105; // Hangul to Hanja conversion ... 저장 및 리부팅 [Ubuntu] GRUB 부트로더 메뉴 관련 # sudo vi /etc/default/grub 아래 내용 확인 및 수정/추가GRUB_TIMEOUT_STYLE=menu GRUB_TIMEOUT=30 GRUB_TERMINAL=console GRUB_GFXMODE=1280X1024저장 # sudo update-grub리부팅 이전 1 2 3 4 ··· 7 다음