OS/Linux (44) 썸네일형 리스트형 [CentOS 7] Setup multimedia on CentOS 7 1. EPEL, Nux Dextop Repository 등록 참고: http://testtube.tistory.com/2 [CentOS 7] Repositories 1. EPEL # yum install epel-release 참고: https://fedoraproject.org/wiki/EPEL Extra Packages for Enterprise Linux (EPEL) :: Fedora Docs Extra Packages for Enterprise Linux (or EPEL) is a Fedora Special Interest Group that creates, maintains, and manages a testtube.tistory.com 2. Install the adobe repository .. [CentOS 7] Google Chrome Installation 1. Enable Google YUM repository # vi /etc/yum.repos.d/google-chrome.repo [google-chrome] name=google-chrome baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub 저장 2. Installing Chrome Web Browser # yum install google-chrome-stable 참고: https://www.tecmint.com/install-google-chrome-on-redhat-centos-fedora-.. [CentOS 7] Repositories 1. EPEL # yum install epel-release 참고: https://fedoraproject.org/wiki/EPEL Extra Packages for Enterprise Linux (EPEL) :: Fedora Docs Extra Packages for Enterprise Linux (or EPEL) is a Fedora Special Interest Group that creates, maintains, and manages a high quality set of additional packages for Enterprise Linux, including, but not limited to, Red Hat Enterprise Linux (RHEL), CentOS, Sc docs.fed.. [CentOS 7] Locale 변경하기 # localectl list-locales : 사용가능한 Locale 목록 확인 명령 입니다. | grep -i kr 등을 뒤에 추가해서 원하는 언어와 관련된 Locale 지정자만 목록으로 볼 수도 있죠. # localectl set-locale LANG=ko_KR.utf8 : 한국어 utf8로 Locale을 변경하는 명령입니다. # localectl status : Locale 확인 위와 같이 명령어로 Locale 변경후 리부팅 하면 변경된 Locale 확인이 됩니다. 이전 1 ··· 3 4 5 6 다음