FEDORA LINUX PHP && APACHE 설치하기참고: https://www.if-not-true-then-false.com/2010/install-apache-php-on-fedora-centos-red-hat-rhel/ 1) 리포지토리 추가## Remi Dependency on Fedora 27 / 26 ##rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm rpm -Uvh http://rpms.famill..
MEMO
2018. 8. 28. 01:10
#1 테마 다운로드마음에 드는 gnome 테마를 다운로드 하기site: https://www.opendesktop.org/s/Gnome #2 /home/계정/.themes 디렉토리에 압축 풀기1. 디렉토리가 없으면 만들기 $ mkdir /home/계정/.themes 2. 압축 푼 폴더 옮기기 $ mv 압축푼폴더 /home/계정/.themes #3 user themes extension 설치하기 #4 gnome tweak tool 설치하기 #5 tweak tool 실행 및 테마 적용다운로드한 테마가 목록에 나타남선택해 적용하면 끝~
MEMO
2018. 8. 25. 13:37