-
sudo a2enmod proxy
-
sudo a2enmod proxy_http
-
sudo a2enmod proxy_balancer
-
sudo a2enmod lbmethod_byrequests
-
sudo a2enmod proxy_wstunnel
-
sudo service apache2 restart
-
sudo nano /etc/apache2/sites-available/000-default.conf
sudo a2enmod proxy
sudo a2enmod proxy_http
sudo a2enmod proxy_balancer
sudo a2enmod lbmethod_byrequests
sudo a2enmod proxy_wstunnel
sudo service apache2 restart
sudo nano /etc/apache2/sites-available/000-default.conf
Change file name from `_` to `-` | |
----------------- | |
> $ for f in *.json; do mv "$f" "`echo $f | sed s/UTID_/UTID-/`"; done |
People
![]() :bowtie: |
π :smile: |
π :laughing: |
---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |
php artisan make:command QuizStart --command=quiz:start
// /app/console/Kernel.php
protected $commands = [
// Commands\Inspire::class,
'App\Console\Commands\QuizStart'
];
Symbolic | Notation | Numeric Notation English |
---|---|---|
---------- | 0000 | no permissions |
-rwx------ | 0700 | read, write, & execute only for owner |
-rwxrwx--- | 0770 | read, write, & execute for owner and group |
-rwxrwxrwx | 0777 | read, write, & execute for owner, group and others |
---x--x--x | 0111 | execute |
--w--w--w- | 0222 | write |