Never Ending Study28 Centos gnome 자동대기 시간 조회/설정 조회 gsettings get org.gnome.desktop.session idle-delay 설정(단위 초) gsettings set org.gnome.desktop.session idle-delay 3600 2019. 8. 8. python django 설 치: http://snowdeer.github.io/python/2018/02/20/install-python3-on-centos/ CentOS에 Python 3.x 설치하는 방법 · snowdeer's Code Holic CentOS에 Python 3.x 설치하는 방법 20 Feb 2018 | Python CentOS에 Python 3.x 설치 Repository를 yum에 추가 $ sudo yum install -y https://centos7.iuscommunity.org/ius-release.rpm yum search로 python 3.x 버전 확인 아래 명령어를 수행하면 python3으로 시작하는 라이브러리들을 확인할 수 있습니다. $ yum search pytho snowdeer.githu.. 2019. 4. 24. url 에 www 접근 무효화 시키기 RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*)$ http://%1/$1 [R=301,L] 2019. 3. 8. javascript 로 url param 가져오기 ——————————————-js내 문자 깨질때 ————————————————– charset 2019. 3. 6. 이전 1 2 3 4 5 6 7 다음