fix notes and warning using the new feature of the gitea markdown

This commit is contained in:
mckaygerhard 2023-05-07 15:04:46 -04:00
parent 530c58ea9e
commit 5f962c961a
5 changed files with 13 additions and 16 deletions

View File

@ -30,8 +30,8 @@ want an Alpine ready touse in 4 hours, you have two options:
### Social network and contact ### Social network and contact
- 🗯 IRC - 🗯 IRC
- 💬 `##alpine_telegram_english` - `##alpine_telegram_english`
- 💬 `#alpine_linux_english` - `##alpine_telegram_espanol`
- 📱 Telegram https://t.me/alpine_linux - 📱 Telegram https://t.me/alpine_linux
- 🇬🇧 https://t.me/alpine_linux_english - 🇬🇧 https://t.me/alpine_linux_english
- 🇷🇺 https://t.me/alpine_linux_pycckuu (dual english russian, low activity) - 🇷🇺 https://t.me/alpine_linux_pycckuu (dual english russian, low activity)
@ -41,6 +41,7 @@ want an Alpine ready touse in 4 hours, you have two options:
- 📡 https://t.me/opentechnologies (open languajes but english as main) - 📡 https://t.me/opentechnologies (open languajes but english as main)
- Matrix - Matrix
- 👥 https://matrix.to/#/#alpine-linux-english:matrix.org - 👥 https://matrix.to/#/#alpine-linux-english:matrix.org
- 👥 https://matrix.to/#/#alpine-linux-eespanol:matrix.org
### How to contribute ### How to contribute

View File

@ -228,8 +228,7 @@ sed -i -r 's#^SSLProxyCipherSuite.*#SSLProxyCipherSuite HIGH:MEDIUM:ALL:!MD5:!RC
rc-service apache2 restart rc-service apache2 restart
``` ```
**WARNING NOTES** > **WARNING** this configuration:
1. This is a permissive configuration full compatible wtith older and newer browsers. 1. This is a permissive configuration full compatible wtith older and newer browsers.
2. to only allow most secure protocols and a bit of compatibilty, set to `SSLProtocol all -TLSv1 -SSLv3` 2. to only allow most secure protocols and a bit of compatibilty, set to `SSLProtocol all -TLSv1 -SSLv3`
3. to only allow most secure negociations and a bit of compat, set to `SSLCipherSuite HIGH:MEDIUM:ECDHE:!MD5:!RC4:!3DES:!ADH` 3. to only allow most secure negociations and a bit of compat, set to `SSLCipherSuite HIGH:MEDIUM:ECDHE:!MD5:!RC4:!3DES:!ADH`

View File

@ -119,18 +119,17 @@ If your blank media is a DVD or BD disc the command will be then :
`$ umount /dev/sr0;growisofs -dvd-compat -Z /dev/sr0=alpine-standard-3.10.0-x86_64.iso` `$ umount /dev/sr0;growisofs -dvd-compat -Z /dev/sr0=alpine-standard-3.10.0-x86_64.iso`
```{=mediawiki} > **Note** `growisofs` has a small bug with blank BD-R media. It issues an error message after the burning is complete. Programs like k3b then believe the whole burn run failed.}}
{{Note|growisofs has a small bug with blank BD-R media. It issues an error message after the burning is complete. Programs like k3b then believe the whole burn run failed.}}
```
## Booting the Alpine ISO disc ## Booting the Alpine ISO disc
When the machine start, you must be sure to choose the optical drive When the machine start, you must be sure to choose the optical drive
(commonly named CD/DVD Rom drive), so the disc/iso will boot and after a (commonly named CD/DVD Rom drive), so the disc/iso will boot and after a
while a command line shell will show you: while a command line shell will show you:
```{=mediawiki}
{{Tip|If your system is not configured to boot from a CD/DVD drive, it must be configured in the BIOS, '''ask/search to your vendor or technical support''', Toshiba computers need to hit F1 to choose boot medium, DELL must hit F11 to choose medium for example, and so and so}} > **Warning** Tip: If your system is not configured to boot from a CD/DVD drive, it must be configured in the BIOS, '''ask/search to your vendor or technical support''', Toshiba computers need to hit F1 to choose boot medium, DELL must hit F11 to choose medium for example, and so and so}}
```
TODO put the same foto here TODO put the same foto here
TODO: restore the template about normal script steps for common pages TODO: restore the template about normal script steps for common pages

View File

@ -75,8 +75,7 @@ Sometimes you will receive an error `error relocating ... symbol not found` when
This is because you installed some alpine packages too fresh but not upgraded dependences. This is because you installed some alpine packages too fresh but not upgraded dependences.
A simple `apk upgrade -a` will fix it. A simple `apk upgrade -a` will fix it.
**IMPORTANT** to know: > **Warning** **IMPORTANT** to know:
* For `Androit` and `Termux` you must read: https://wiki.termux.com/wiki/Differences_from_Linux * For `Androit` and `Termux` you must read: https://wiki.termux.com/wiki/Differences_from_Linux
* For `iOS` and `iSH` you must read: https://github.com/ish-app/ish/wiki/What-works%3F * For `iOS` and `iSH` you must read: https://github.com/ish-app/ish/wiki/What-works%3F

View File

@ -205,8 +205,7 @@ sed -i -r 's#^SSLProxyCipherSuite.*#SSLProxyCipherSuite HIGH:MEDIUM:ALL:!MD5:!RC
rc-service apache2 restart rc-service apache2 restart
``` ```
**WARNING NOTES** > **Warning** this configuration:
1. This is a permissive configuration full compatible wtith older and newer browsers. 1. This is a permissive configuration full compatible wtith older and newer browsers.
2. to only allow most secure protocols and a bit of compatibilty, set to `SSLProtocol all -TLSv1 -SSLv3` 2. to only allow most secure protocols and a bit of compatibilty, set to `SSLProtocol all -TLSv1 -SSLv3`
3. to only allow most secure negociations and a bit of compat, set to `SSLCipherSuite HIGH:MEDIUM:ECDHE:!MD5:!RC4:!3DES:!ADH` 3. to only allow most secure negociations and a bit of compat, set to `SSLCipherSuite HIGH:MEDIUM:ECDHE:!MD5:!RC4:!3DES:!ADH`
@ -334,9 +333,9 @@ EOF
rc-service apache2 start rc-service apache2 start
``` ```
**WARNING** the two last steps are mutualy exclusive, only one way of php handle can be made. > **WARNING** the two last steps are mutualy exclusive, only one way of php handle can be made.
**IMPORTANT** here we use **sockets, so its more faster rather fcgi** steps made by oficial wiki. > **Note** here we use **sockets, so its more faster rather fcgi** steps made by oficial wiki.
## 3 - Databases - MySQL postgreSQL SQLite ODBC ## 3 - Databases - MySQL postgreSQL SQLite ODBC