diff --git a/README.md b/README.md index 4e630ee..2e3f4a5 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ want an Alpine ready touse in 4 hours, you have two options: ### Social network and contact - 🗯 IRC - - 💬 `##alpine_telegram_english` - - 💬 `#alpine_linux_english` + - `##alpine_telegram_english` + - `##alpine_telegram_espanol` - 📱 Telegram https://t.me/alpine_linux - 🇬🇧 https://t.me/alpine_linux_english - 🇷🇺 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) - Matrix - 👥 https://matrix.to/#/#alpine-linux-english:matrix.org + - 👥 https://matrix.to/#/#alpine-linux-eespanol:matrix.org ### How to contribute diff --git a/documents/server-alpine-apache2-professional.md b/documents/server-alpine-apache2-professional.md index 58feb44..e25a701 100644 --- a/documents/server-alpine-apache2-professional.md +++ b/documents/server-alpine-apache2-professional.md @@ -228,8 +228,7 @@ sed -i -r 's#^SSLProxyCipherSuite.*#SSLProxyCipherSuite HIGH:MEDIUM:ALL:!MD5:!RC rc-service apache2 restart ``` -**WARNING NOTES** - +> **WARNING** this configuration: 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` 3. to only allow most secure negociations and a bit of compat, set to `SSLCipherSuite HIGH:MEDIUM:ECDHE:!MD5:!RC4:!3DES:!ADH` diff --git a/tutorials/alpine-install-from-cd-to-disk-pc-single-boot-only.md b/tutorials/alpine-install-from-cd-to-disk-pc-single-boot-only.md index 1d88500..20af3b3 100644 --- a/tutorials/alpine-install-from-cd-to-disk-pc-single-boot-only.md +++ b/tutorials/alpine-install-from-cd-to-disk-pc-single-boot-only.md @@ -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` -```{=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 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 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: restore the template about normal script steps for common pages diff --git a/tutorials/alpine-tutorial-in-phones.md b/tutorials/alpine-tutorial-in-phones.md index f0d75f2..42061a5 100644 --- a/tutorials/alpine-tutorial-in-phones.md +++ b/tutorials/alpine-tutorial-in-phones.md @@ -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. 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 `iOS` and `iSH` you must read: https://github.com/ish-app/ish/wiki/What-works%3F diff --git a/tutorials/server-alpine-LAMP-professional-fast-forward.md b/tutorials/server-alpine-LAMP-professional-fast-forward.md index 65894e5..4c1c2b9 100644 --- a/tutorials/server-alpine-LAMP-professional-fast-forward.md +++ b/tutorials/server-alpine-LAMP-professional-fast-forward.md @@ -205,8 +205,7 @@ sed -i -r 's#^SSLProxyCipherSuite.*#SSLProxyCipherSuite HIGH:MEDIUM:ALL:!MD5:!RC rc-service apache2 restart ``` -**WARNING NOTES** - +> **Warning** this configuration: 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` 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 ``` -**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