Neovim

apt-get install neovim 과 같은 방법으로는 최신 버전을 설치 할 수 없다. 최신버전을 설치하려면, 다음 과정을 거쳐야한다. cf.https://github.com/neovim/neovim/wiki/Installing-Neovim sudo apt-get install software-properties-common 이 명령어를 선행해줘야할 수도 있다. sudo apt-get remove neovim -y sudo add-apt-repository ppa:neovim-ppa/stable sudo apt-get update -y sudo apt-get install neovim -y https://launchpad.net/~neovim-ppa/+archive/ubuntu/unstable ppa archive 를 살펴보고 원하는 아키텍쳐 / 버전이 없는경우 unstable 버전에서 찾아서 다시 반복해볼 필요가 있다. 다행히 unstable 버전은 ubuntu 23.04 를 지원하는게 있어서 받아서 씀…...

September 9, 2023 · nolleh

Kblayout

/etc/default/keyboard Option “XkbModel” “kr106” Option “XkbLayout” “kr”

August 12, 2023 · nolleh

4-2.graphical Desktop

Graphical Desktop Graphical Desktop CLI or GUI. GUI is quick and easy. for repeated tasks, the CLI is often more efficient, while the GUI is easier to navigate if you do not remember all the details or do something only rarely. X Window System X window system is loaded as one of the final steps in boot process. It is often just called X. A service called the Display Manager keeps track of displays being provided and loads the X server (so-called, because it provides graphical services to applications, sometimes called X clients....

January 8, 2023 · nolleh

4-1.introduction

Graphical interface Learning Objectives By the end of this chapter, you should be able to: Manage graphical interface sessions. Perform basic operations using the graphical interface. Change the graphical desktop to suit your needs.

January 8, 2023 · nolleh

3-6.summary

Summary Chapter Summary A partition is a logical part of the disk. A filesystem is a method of storing/finding files on a hard disk. By dividing the hard disk into partitions, data can be grouped and separated as needed. When a failure or mistake occurs, only the data in the affected partition will be damaged, while the data on the other partitions will likely survive. The boot process has multiple steps, starting with BIOS, which triggers the boot loader to start up the Linux kernel....

January 8, 2023 · nolleh