본문 바로가기

Never Ending Study28

hostname 변경 / 비밀번호 변경 #CentOS 6 [root@localhost ~] # vi /etc/sysconfig/network HOSTNAME=myhost #CentOS 7 [root@localhost ~] # hostnamectl set-hostname myhost ----------------------------------------------- 비밀 번호 변경 #passwd 2020. 7. 21.
Centos 7 에서 PHP7.2 로 업그레이드 하기 1. 우선 remi repository를 yum 에 추가 한다. $ wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm $ rpm -Uvh epel-release-latest-7.noarch.rpm $ wget http://rpms.remirepo.net/enterprise/remi-release-7.rpm $ rpm -Uvh remi-release-7.rpm $ yum install -y yum-utils $ yum-config-manager --enable remi-php72 2. 기존 설치된 PHP를 제거하고 7.2 버전을 설치 $ yum remove -y `yum list installed | cut -d " " .. 2020. 4. 14.
Flutter 환경설정 flutter doctor !--------에러------------------- ndroid toolchain - develop for Android devices (Android SDK version 29.0.3) ✗ Android license status unknown. -> android studio ->Tools -> Android SDK ->(TAB) SDK Tools -> Hide Obsolete Pacages Uncheck -> Android SDK Tools(Obsolete) Check ->Apply ->Ok # flutter doctor --android-licenses y->y->y-> 2020. 3. 16.
bootstrap login page Sample https://uicookies.com/free-bootstrap-login-forms/ 30 Best Free Bootstrap Login Forms For Membership Sites 2019 Login form is one of the most used pages by your member or visitors. This post has some of the best free Bootstrap login forms with creative design. uicookies.com SCSS -> CSS https://www.cssportal.com/scss-to-css/ SCSS to CSS Compiler - CSS Portal SCSS to CSS Compiler This online tool w.. 2019. 11. 4.