| <?php | |
| namespace App\Http; | |
| /** | |
| * Description of VideoStream | |
| * | |
| * @author Rana | |
| * @link https://gist.github.com/vluzrmos/d5682ad426525196d069 | |
| */ | 
I have compiled these notes whilst revising for the Oracle 1Z0-061 Exam - Oracle Database 12c: SQL Fundamentals. They should also be relevant to the 1Z0-051 - Oracle Database 11g: SQL Fundamentals exam. Revision was most conducted using the excellent and highly recommended "OCA Oracle Database 12c SQL Fundamentals I Exam Guide" by Roopesh Ramklass.
I have aimed to include include in these notes common "gotchas" and easy to forget functionality rather than documenting everything required for the exam. This can then be used as a quick refresher before walking into the exam.
The content is broken up into sections with each heading mapping to the relevant [Oracle 1Z0-061 exam topics](https://edu
Generate your CSR This generates a unique private key, skip this if you already have one.
sudo openssl genrsa -out  etc/ssl/yourdomain.com/yourdomain.com.key 1024Next generate your CSR (Certificate Signing Request), required by GoDaddy:
I have compiled these notes whilst revising for the Oracle 1Z0-061 Exam - Oracle Database 12c: SQL Fundamentals. They should also be relevant to the 1Z0-051 - Oracle Database 11g: SQL Fundamentals exam. Revision was most conducted using the excellent and highly recommended "OCA Oracle Database 12c SQL Fundamentals I Exam Guide" by Roopesh Ramklass.
I have aimed to include include in these notes common "gotchas" and easy to forget functionality rather than documenting everything required for the exam. This can then be used as a quick refresher before walking into the exam.
The content is broken up into sections with each heading mapping to the relevant [Oracle 1Z0-061 exam topics](https://edu
| #Kossa Alias | |
| alias deploy="git pull origin master && | |
| composer install --no-interaction --quiet --no-dev --prefer-dist --optimize-autoloader --no-progress --no-ansi && | |
| php artisan migrate --force && | |
| php artisan optimize:clear && | |
| php artisan clear-compiled && | |
| php artisan optimize && | |
| chweb | |
| " | 
yum install python36u python36u-devel python36u-mod_wsgialias python='/usr/bin/python3.6'curl -O https://bootstrap.pypa.io/get-pip.pypython get-pip.pypython -m pip install django mysqlclientcp /etc/httpd/modules/mod_wsgi_python3.6.so /usr/local/apache/modules- create/clone/move project to another location ( not /home/user/public_html ) because there is not any access to top level directories
 - config apache
 - make & config database ( project/settings.py )
 - convert charset 
ALTER TABLE table CONVERT TO CHARACTER SET utf8; 
| {"lastUpload":"2020-09-04T18:49:47.910Z","extensionVersion":"v3.4.3"} |