Ubuntu 서버에 GitLab을 설치하는 방법
Ubuntu 서버에서 작동하는 GitLab을 찾고 계십니까? GitLab은 GitHub와 같은 서비스에 대한 강력한 자체 호스팅 가능한 대안입니다. 그것으로 당신은 할 수 있습니다
Adapta는 Gnome과 유사한 Linux 데스크탑 환경을 위한 잘 알려진 GTK 테마입니다. Google의 "머티리얼 디자인" 모양을 많이 차용하여 가장 많이 다운로드된 테마 중 하나입니다.
Adapta 테마는 Gnome 사용자만을 위한 것이 아닙니다. Adapta-KDE 덕분에 KDE Plasma 5에서 "머티리얼 디자인"의 아름다움을 즐길 수 있습니다. 이 가이드에서는 어떻게 작동하는지 보여드리겠습니다.
Adapta GTK 설치
To get the most out of Adapta KDE, you must also install the GTK version of the theme. Why? To make sure that Gnome-based programs you use on the desktop match KDE. Otherwise, your KDE apps will use Adapta and the Gnome apps you use will not.
To set up Adapta GTK on your KDE Plasma desktop, follow this guide here. Then, once the theme is installed, open up a terminal window and install the program “Lxappearance.” It is an LXDE-based tool that we can use on KDE to set the GTK theme settings on Plasma.
Ubuntu
sudo apt install lxappearance
Debian
sudo apt-get install lxappearance
Arch Linux
sudo pacman -S lxappearance
Fedora
sudo dnf install lxappearance
OpenSUSE
sudo zypper install lxappearance
With Lxappearance installed, launch it on KDE by pressing Alt + F2 on the keyboard, and writing the command below into the quick-launcher.
lxappearance
Inside the Lxappearance application, set the “Widget” theme to Adapta, and click the “Apply” button to save it. Be sure also to go to “Cursor” and set it to “Breeze,” the default KDE mouse theme.
Once the “Apply” button is selected, GTK apps on your KDE Plasma desktop will be using Adapta.
Papirus icon theme
The Adapta KDE theme for Plasma doesn’t come with an official icon theme. That said, the Papirus icons are built with Adapta in mind, and your desktop will look a lot better with them enabled.
KDE Plasma 5 데스크탑에서 Papirus가 작동 하도록 하려면 설치 방법에 대한 이 가이드를 따르십시오 . 그런 다음 설치되면 아래 지침에 따라 시스템의 기본 아이콘으로 활성화하는 방법을 배우십시오.
GTK 앱
사용하는 Gnome 기반 앱이 KDE 데스크탑과 동일한 아이콘 테마를 갖도록 Papirus를 Lxappearance로 설정해야 합니다. Papirus를 기본 GTK 아이콘 테마로 설정하려면 키보드에서 Alt + F2로 Lxappearance를 열고 아래 명령을 빠른 실행기에 입력하십시오.
lx외관
Lxapperance에서 "아이콘 테마"를 찾아 "Papirus"로 설정합니다. "적용"을 클릭하여 변경 사항을 적용합니다.
KDE 플라즈마 5
Papirus를 KDE Plasma 5의 기본 아이콘 테마로 설정하려면 여기에서 이 가이드를 따르세요 . 기본 아이콘을 변경하는 방법에 대해 자세히 설명합니다.
Install Adapta KDE on Linux
The Adapta KDE theme is a complete package. It comes with many components, and installing it can take a bit of effort.
The first thing to be done in the Adapta KDE setup process is setting up the Kvantum theme engine, as it renders the Adapta KDE theme out on the Plasma desktop.
To get the Kvantum application installed on your Linux PC, open up a terminal window by pressing Ctrl + Alt + T or Ctrl + Shift + T on the keyboard. Then, follow the command-line instructions that match the operating system you use.
Ubuntu
sudo apt install qt5-style-kvantum
Debian
sudo apt-get install qt5-style-kvantum
Arch Linux
sudo pacman -S kvantum-qt5
Fedora
sudo dnf install kvantum
OpenSUSE
OpenSUSE 저장소에는 Kvantum을 설치하기 위한 패키지가 없습니다. 따라서 다음 명령을 사용하여 소스에서 빌드해야 합니다.
sudo zypper 설치 gcc-c++ libX11-devel libXext-devel libqt5-qtx11extras-devel libqt5-qtbase-devel libqt5-qtsvg-devel libqt5-qttools-devel kwindowsystem-devel clone/git qhub.jan .git cd Kvantum qmake make sudo make install
Kvantum이 설치된 상태에서 Linux PC에서 실행합니다. 그런 다음 앱에서 "테마 변경/삭제" 영역을 찾아 클릭하여 테마 옵션을 표시합니다. "테마 선택" 옆에 있는 드롭다운 메뉴를 클릭하고 Adapta로 설정합니다. 그런 다음 "이 테마 사용" 버튼을 클릭하여 시스템에 적용합니다.
Kvantum을 설정했으면 나머지 Adapta KDE를 설치할 차례입니다. 터미널 창을 열고 다음 스크립트를 실행합니다. 필요한 모든 테마 파일과 구성 요소를 자동으로 설치하는 과정을 거칩니다.
sudo wget -qO- https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/master/install.sh | 쉿
네트워크 속도에 따라 몇 분이 소요될 수 있으므로 스크립트를 실행하십시오. 설치가 완료되면 Win 을 눌러 플라즈마 데스크탑에서 앱 런처를 엽니다 . 그런 다음 "look and feel"을 입력하고 메뉴에서 해당 이름으로 앱을 실행합니다.
"모양과 느낌" 창 내부에서 "Adapta"를 찾아 선택합니다. 그렇게 하면 KDE 플라즈마 데스크탑이 데스크탑에 Adapta KDE 테마를 적용합니다!
Ubuntu 서버에서 작동하는 GitLab을 찾고 계십니까? GitLab은 GitHub와 같은 서비스에 대한 강력한 자체 호스팅 가능한 대안입니다. 그것으로 당신은 할 수 있습니다
SELinux를 설치하고 활성화하여 Ubuntu Linux 서버에 추가 보안을 추가하는 방법을 알아보십시오.
Linux 서버에 NFS 공유를 마운트하는 더 쉬운 방법이 필요하십니까? Cockpit 앱으로 NFS 공유를 마운트하는 방법을 알아보세요.
Ubuntu 22.04 장기 지원이 시작되었습니다! 데스크탑 또는 랩탑을 최신 Ubuntu 릴리스로 업그레이드하는 방법을 알아보세요.
Linux에 최신 Nvidia GPU 드라이버를 설치하는 방법
파일을 Docker 컨테이너로 전송해야 합니까? Docker cp 도구를 사용하면 컨테이너 간에 파일을 쉽게 이동할 수 있습니다.
.DEB 파일이란? 그것으로 무엇을 합니까? Linux PC에 DEB 파일을 설치할 수 있는 다양한 방법을 알아보세요.
GOG.com에서 게임을 소유하고 계신가요? 일부 비디오 게임을 즐기기 위해 Linux PC에 GOG Galaxy 클라이언트를 설정하고 싶으신가요? 우리가 보여주는 대로 이 가이드를 따르십시오.
Docker 엔진은 Linux 및 기타 플랫폼을 위한 개방형 컨테이너화 프로그램입니다. Docker 엔진은 다음과 유사하게 작동하는 독립형 컨테이너를 관리합니다.
Linux 시스템에 Slack, Discord 및 기타 여러 생산성 도구를 설치하는 데 지치셨습니까? 그것들이 하나로 결합될 수 있기를 바라는가?