Script python beserta contoh konfigurasinya dapat dipelajari melalui https://github.com/splitbrain/Watcher.git
$ cd ~/
$ git clone https://github.com/splitbrain/Watcher.git
$ cd Watcher
$ chmod +x watcher.pyScript python beserta contoh konfigurasinya dapat dipelajari melalui https://github.com/splitbrain/Watcher.git
$ cd ~/
$ git clone https://github.com/splitbrain/Watcher.git
$ cd Watcher
$ chmod +x watcher.py$ certbot certonly --manual --cert-name <cert-name> -d <host.domain.name> --agree-tos -m <[email protected]> --preferred-challenge dns-01 Ref: https://raymii.org/s/tutorials/Strong_SSL_Security_On_nginx.html
Simple setup canonical link di WordPress melalui theme file dan implementasi RewriteUrl di htaccess khusus untuk folder uploads
Canonical link digunakan untuk memberikan informasi kepada pihak lain, dalam hal ini Search Engine, mengenai Preferred URL dari sebuah URL tertentu untuk menghindari duplicate content.
Melalui setup yang tepat, canonical link dapat dimanfaatkan untuk menggabungkan SERP dari masing-masing URL di Website berbeda dengan content yang identikal.
| @font-face { | |
| font-family: SegoeUI; | |
| src: | |
| local("Segoe UI Light"), | |
| url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"), | |
| url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"), | |
| url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype"); | |
| font-weight: 100; | |
| } |
| <?php | |
| namespace App\Traits; | |
| use Rhumsaa\Uuid\Uuid; | |
| use Illuminate\Database\Eloquent\ModelNotFoundException; | |
| /** | |
| * Trait UuidModel | |
| * @package App\Traits |