Si consiglia ai clienti che dovessero incontrare problemi di disconnessione con i nostri Server Ftp in Hosting Linux a modificare le impostazioni di FileZilla così come descritto di seguito:




apt-get install mt-daapd
mp3_dir
mp3_dir = /home/media/music
/etc/init.d/mt-daapd restart
rtsp://live.media.rai.it/broadcast/radiodue.rm | RAI RADIO DUE |
http://151.1.245.1/4 | RMC 2 |
http://151.1.245.1/5 | 105 Channel 2 – hits |
http://151.1.245.1/6 | RMC 3 – Great Artist |
http://151.1.245.1/7 | 105 Channel 3 Hip Hop R&B |
http://151.1.245.1/8 | Monte Carlo Nights Story |
http://151.1.245.1/9 | 105 Channel 4 ROCK |
http://151.1.245.1/10 | 105 Groove 80 |
http://151.1.245.1/11 | San Valentino |
http://151.1.245.1/12 | RMC 9 Films |
http://151.1.245.1/13 | Soul Explosion |
http://151.1.245.1/14 | 105 Channel 5 |
http://151.1.245.1/15 | RMC The Best |
http://151.1.245.1/16 | 105 Big Smile |
http://151.1.245.1/17 | Soul Explosion – Salsa |
http://151.1.245.1/18 | RMC 10 ITALIA |
http://151.1.245.1/19 | 105 BEST FOR YOU |
http://151.1.245.1/20 | Virgin Radio |
http://151.1.245.1/21 | 105 Music Star |
http://151.1.245.1/23 | Classic Voice Radio |
http://151.1.245.1/24 | Virgin Rock Classico |
http://151.1.245.1/25 | Virgin Rock Extreme |
http://151.1.245.1/26 | RCM Marine |
http://151.1.245.1/27 | Crazy Radio |
http://151.1.245.1/29 | RMC 80 |
http://151.1.245.1/30 | RCM 90 |
http://151.1.245.1/31 | RMC Nivea |
http://151.1.245.1/32 | RMC 70 |
http://151.1.245.1/33 | MUSIC STAR: |
http://151.1.245.1/34 | 105 MUSIC STAR: |
http://151.1.245.1/35 | test |
http://151.1.245.1/36 | VIRGIN ROCK ALTERNATIVE |
bios.bootDelay = "ritardo_in_millisecondi"
bios.bootDelay = "15000"
rept("PATTERN_DA_RIPETERE",NUMERO_RIPETIZIONI)
=rept("|",A1)
=rept("|",A1)&" "&A1Se vogliamo evidenziare valori positivi e negativi:
=IF(A1<0,rept("|",-a1/2),"")
=IF(A1>0,REPT("|",A1/2),"")(Quanto illustrato vale sia per Calc che per Excel)
sudo apt-get install imagemagick
convert nomefile.jpg nomefile.pdf
convert *.jpg nomefile.pdf
wine ~/.wine/drive_c/Program Files/TeamViewer/Version4/TeamViewer.exe
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7ef96d0c
winecfg
Per installare un modulo perl lanciate il seguente comando da shell:
cpan -i [NOMEMODULO]
cpan -i MIME::Lite
instmodsh
cpan -i Spreadsheet::ParseExcel
cpan -i Spreadsheet::Text::CSV_XS
cp ~/.cpan/build/Spreadsheet-ParseExcel-0.49-[STRINGACASUALE]/sample/xls2csv.pl /usr/local/bin/
chmod +x /usr/local/bin/xls2csv.pl
xls2csv.pl nomefile.xls [COLONNA1][RIGA1]:[COLONNA2][RIGA2]
xls2csv.pl test.xls A1:G2
xls2csv.pl nomefile.xls [FOGLIO]-[COLONNA1][RIGA1]:[COLONNA2][RIGA2]
xls2csv.pl test.xls 1-A1:G2
es:
xls2csv.pl test.xls A1:G2 > test.csv
Se il file xls contiene caratteri accentati o il simbolo dell'Euro, probabilmente riceverete la segnalazione seguente:Wide character in print at ./xls2csv.pl line 44.
e i caratteri accentati / simboli saranno sostituiti da arcani simboli.
Potete risolvere la cosa aggiungendo la lineause utf8;
nei pressi delle altre clausole "use" all'interno del file xls2csv.pl
http://it.archive.ubuntu.com
http://old-releases.ubuntu.com
NTLDR mancante
Vi verra' chiesto quale installazione volete riparare (normalmente c'e' solo la 1), scegliete il numero corrispondente.
Digitare la password di amministratore, INVIO se la password e' vuota.
Verificate quale lettera e' stata assegnata al CD (se il PC ha un solo disco di norma viene assegnata la C al disco e D al CD, con due dischi C e D ai dischi e E al CD, e cosi' via)
Eseguite il seguente comando sostituendo a [LETTERA] la lettera assegnata al CD.
COPY [LETTERA]:\i386\NTLDR C\:
COPY [LETTERA]:\i386\NTDETECT.COM C:\
Rimuovere il CD e digita il comando:
EXIT
AGGIORNAMENTO: trovato un sito interessante su questo argomento:
http://tinyempire.com/notes/ntldrismissing.htm
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution.
apt-get install winbind