| Filter | Description | Example |
|---|---|---|
| allintext | Searches for occurrences of all the keywords given. | allintext:"keyword" |
| intext | Searches for the occurrences of keywords all at once or one at a time. | intext:"keyword" |
| inurl | Searches for a URL matching one of the keywords. | inurl:"keyword" |
| allinurl | Searches for a URL matching all the keywords in the query. | allinurl:"keyword" |
| intitle | Searches for occurrences of keywords in title all or one. | intitle:"keyword" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ID | |
| 618 | |
| 1701 | |
| 1846 | |
| 5063 | |
| 5067 | |
| 5068 | |
| 5143 | |
| 5146 | |
| 5892 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| With .htaccess just need to add these flags: | |
| php_value session.cookie_httponly 1 | |
| php_value session.cookie_secure 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| I have just discovered a great feature of composer: | |
| composer update --lock | |
| It saves a lot of time when you merge branches with composer.lock file changes in both branches. | |
| Just resolve conflict by applying --ours version of the file (or --theirs, it really doesn't matter) and then run | |
| `composer update --lock `. | |
| Composer will do all the dirty work for you and update composer.lock file according to composer.json changes | |
| and install new packages. The rest of packages in composer are not changed. |
how to leverage oracle's temping offers
The limits of the free tier say that you can create up to 4 instances.
- x2 x86 instances (2core/1g)
- x2 ampere instances (with 4core/24g spread between them)
- 200GB total boot volume space across all intances (minimum of 50G per instance)
For local development you could also use Nginx with PHP as an replacement for XAMPP.
- Download Nginx for Windows: http://nginx.org/en/download.html | Direct: nginx-1.19.7.zip
- Extract the ZIP file to
c:\nginx - Open the file
c:/nginx/config/nginx.confand replace theserver { ... }section with this configuration:
OlderNewer