-
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 |