camscape - for excellent IT solutions itkb.ro - IT knowledge base

knowledge base linux




Cum sa eviti fsck la boot

In mod normal, odata la 30 de restarturi sau dupa 180 de zile de la ultimul restart, oricare survine prima, orice distributie Linux va rula automat un fsck pe toate partitiile. Cateodata acest lucru nu este convenabil.

 [...] »detalii Cum sa eviti fsck la boot

Patch libiconv pentru Glibc >= 2.16

Compilarea libiconv (ultima versiune) folosind Glibc 2.16 + produce urmatoarea eroare.

gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -O2 -march=native -c careadlinkat.c gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -O2 -march=native -c malloca.c [...] »detalii Patch libiconv pentru Glibc >= 2.16

Conversie man in txt

Conversia unei pagini MAN in fisier TXT poate fi facuta folosind comanda:

man COMMAND | col -b > FISIER.txt
Unde COMMAND este comanda pentru care afisati pagina de manual (ex man iptables).

Apache - Your browser sent a request that this server could not understand. Size of a request header field exceeds server limit.

"Your browser sent a request that this server could not understand. Size of a request header field exceeds server limit."

Poate ca ati mai intalnit eroarea de mai sus sau poate un "Bad request. Your browser sent [...] »detalii Apache - Your browser sent a request that this server could not understand. Size of a request header field exceeds server limit.