Sandbox

De la Wiki.lug.ro
(Redirecționat de la Sanbox)
Salt la: navigare, căutare

Pagina asta e pentru teste şi învăţare.


Exemplu de text folosind Format:NOTA:

NOTĂ!
The operating system we created was compatible with Unix, and was called GNU. GNU stands for "GNU is Not Unix", and the most important thing about GNU is that it is not Unix. Unix is a non-free operating system, and you are not allowed to make a free version of Unix. We developed a free system that is like Unix, but not Unix. We wrote all the parts of it from scratch.

Exemplu de text folosind Format:ATENTIE:

ATENŢIE!
Reţine că aceasta este doar o previzualizare - articolul încă nu este salvat! Trebuie să apeşi butonul "Salvează pagina" de sub caseta de editare pentru a salva. Nu uita să introduci şi o descriere sumară a modificărilor!


Exemplu de text folosind Format:CONSOLA:

bash# ls
synapse.png


ăîșțâ (bine!) ăîşţâ (rău!)

This is an interwiki link wikipedia wikipedia în română

Util: wiki-uri care pot fi utilizate cu legături directe: Special:InterwikiList

Test captcha: teoretic ar trebui sa intre daca pun un url, cum ar fi http://www.google.com/.

Syntax highlighting[modificare]

<source lang="bash">

  1. running ?

PIDTMP=$(pidof_apache) if $(kill -0 "${PIDTMP:-}" 2> /dev/null); then

 PID=$PIDTMP

fi </source>