09-03-2020
This commit is contained in:
6
docs/macos/Divers/AllToMP3.md
Normal file
6
docs/macos/Divers/AllToMP3.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# AllToMP3
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
18
docs/macos/Divers/weasyprint.md
Normal file
18
docs/macos/Divers/weasyprint.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# weasyprint
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Installation:
|
||||
|
||||
```bash
|
||||
$ brew install python3 cairo pango gdk-pixbuf libffi
|
||||
```
|
||||
|
||||
```bash
|
||||
$ pip install WeasyPrint
|
||||
```
|
||||
|
||||
|
||||
|
||||
22
docs/macos/logs.md
Normal file
22
docs/macos/logs.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# Logs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/var/log/
|
||||
|
||||
/usr/local/var/log/httpd/access_log
|
||||
/usr/local/var/log/httpd/error_log
|
||||
/usr/local/var/log/httpd/ssl_request_log
|
||||
|
||||
/usr/local/var/log/php-fpm.log
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
lnav
|
||||
|
||||
|
||||
|
||||
13
mkdocs.yml
13
mkdocs.yml
@@ -11,6 +11,10 @@ nav:
|
||||
- Linux:
|
||||
- Index: Linux/index.md
|
||||
- ack: Linux/ack.md
|
||||
- Apps:
|
||||
- AppImage: Linux/Apps/AppImage.md
|
||||
- flatpak: Linux/Apps/flatpak.md
|
||||
- snap: Linux/Apps/snap.md
|
||||
- Archiver / compresser: Linux/archiver.md
|
||||
- apt-get: Raspberry/apt-get.md
|
||||
- aptitude: Raspberry/aptitude.md
|
||||
@@ -56,9 +60,15 @@ nav:
|
||||
- Serveur web: Mint/webserver.md
|
||||
- macos:
|
||||
- Index: macos/index.md
|
||||
- Divers:
|
||||
- AllToMP3: macos/Divers/AllToMP3.md
|
||||
- DeezloaderRemix: macos/Divers/DeezloaderRemix.md
|
||||
- Divers: macos/Divers/Divers.md
|
||||
- weasyprint: macos/Divers/weasyprint.md
|
||||
- Homebrew:
|
||||
- homebrew: macos/homebrew/brew.md
|
||||
- homebrew-cask: macos/homebrew/brew-cask.md
|
||||
- Logs: macos/logs.md
|
||||
- Mail: macos/Mail.md
|
||||
- Node.js:
|
||||
- Index: macos/node/index.md
|
||||
@@ -102,7 +112,6 @@ nav:
|
||||
- PHP 7.2: macos/webserver/php72.md
|
||||
- PHP 7.3: macos/webserver/php73.md
|
||||
- Xhprof: macos/webserver/Xhprof.md
|
||||
- Divers: macos/Divers.md
|
||||
- Liens: macos/liens.md
|
||||
- MySQL:
|
||||
- Index: MySQL/index.md
|
||||
@@ -229,7 +238,7 @@ theme:
|
||||
|
||||
plugins:
|
||||
- search
|
||||
- pdf-export
|
||||
#- pdf-export
|
||||
|
||||
extra_css:
|
||||
- stylesheets/fontawesome-all.css
|
||||
|
||||
Reference in New Issue
Block a user