Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-12) was last changed on 14-Apr-2010 14:30 by Raschetti  

This page was created on 14-Apr-2010 14:30 by Daloch

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 93 added 27 lines
!Problema esecuzione file creati in windows per unix/linux
CASO 1: carriage return\\
(This kind of errors usually happens when you edit the scripts in a Windows program.In Windows, the end of a line is CRLF (Carriage-Return, Line-Feed). In Unix-like systems, it is just LF. So when you try to run that script, every line has an extra CR on the end.)\\
%%prettify
{{{
awk '{ sub("\r$", ""); print }' winfile.txt > unixfile.txt
}}}
\\
CASO 2: su file eseguibili unix/linux ho avuto anche errore tipo\n
/bin/bash^M bad interpreter No such file or directory
%%prettify
{{{
sed -i s/{ctrl+v}{ctrl+m}// filename
}}}
!useradd con pwd inline
%%prettify
{{{
useradd morpheus ; echo "morpheus" | passwd --stdin morpheus; chage -d0 morpheus;
}}}
crea utente morpheus con password morpheus con obbligo di modifica al primo accesso (chage -d0 ....).
Version Date Modified Size Author Changes ... Change note
12 14-Apr-2010 14:30 3.034 kB Raschetti to previous
11 14-Apr-2010 14:30 2.796 kB RaffaelePedrini to previous | to last
10 14-Apr-2010 14:30 2.798 kB RaffaelePedrini to previous | to last
9 14-Apr-2010 14:30 2.159 kB CerlettiPaolo to previous | to last
8 14-Apr-2010 14:30 1.801 kB Raschetti to previous | to last
7 14-Apr-2010 14:30 1.593 kB Raschetti to previous | to last
6 14-Apr-2010 14:30 1.567 kB Raschetti to previous | to last
5 14-Apr-2010 14:30 0.449 kB Daloch to previous | to last
4 14-Apr-2010 14:30 0.293 kB Daloch to previous | to last
3 14-Apr-2010 14:30 0.194 kB Daloch to previous | to last
2 14-Apr-2010 14:30 0.122 kB Daloch to previous | to last
1 14-Apr-2010 14:30 0.095 kB Daloch to last
« This page (revision-12) was last changed on 14-Apr-2010 14:30 by Raschetti