User 썸네일형 리스트형 [Docker] Run Mysql Server container and setup # Make Data folders for mysql volumnmkdir /data # Run mysql container docker run \-p 3306:3306 \--name mysql_server \-v /data:/var/lib/mysql \-e MYSQL_ROOT_PASSWORD={{SERVER ROOT}} \-e MYSQL_USER={{USER_ID}} \-e MYSQL_PASSWORD={{USER_PASSWORD}}} \-e TZ='{{TIMEZONE}}' \-d mysql:8.0.13 # Got error with message "MySQL 8.0 - Client does not support authentication protocol requested by server; consid.. 더보기 Install NVIDIA Graphic driver on fedora linux At first check your driver and graphic card. ]$ nvidia-installer -v | grep version]$ uname -a]$ lspci |grep -E "VGA|3D" Go to https://www.nvidia.com/Download/Find.aspx?lang=en-us and Download DriverGo Download Path and add executable permission on the file]$ chmod +x ./NVIDIA-Linux-*.run And then update your packages and install you needed]$ su -]$ dnf update]$ reboot]$ dnf install kernel-devel .. 더보기 php_value 값 설정하기 apache 설정을 바꾸지 않더라도 .htaccess 파일을 사용한다면 여기에 설정을 넣어줄 수 있음. upload_max_filesize 이러한 변수들은 ini_set 함수를 사용해서 설정을 해줄수가 없음. http://php.net/manual/en/ini.list.php - ini 설정값들http://php.net/manual/en/configuration.changes.modes.php - 설정값 변경해줄 위치들 upload_max_filesize 값의 경우 PHP_INI_PERDIR 에 속하기 때문에"Entry can be set in php.ini, .htaccess, httpd.conf or .user.ini (since PHP 5.3)"php.ini .htaccess httpd.conf ... 더보기 이전 1 2 다음 목록 더보기