Post

Visualizzazione dei post da ottobre, 2012

Linux: how to mount Windows shared folder

In this article I explain how to mount Windows shared folder in linux Ubuntu (this is the same in the other linux versions). First of all, install smbfs packet: open the terminal and write  sudo apt-get install smbfs Now, we have to create the folder where is possible to make the share: sudo mkdir /mnt/windows At this point, we can mount the share folder sudo mount -t smbfs -o username=YOUR_USER,password=YOUR_PASSWORD //IP_ADDRESS/SHARED_NAME_FOLDER /mnt/windows replace YOUR_USER and YOUR_PASSWORD  with Windows user and the relative Password replace IP_ADDRESS with the Ip address of Windows machine replace /SHARED_NAME_FOLDER with the windows shared folder

Outlook 2003: Errore registrazione OLE. Applicazione non installata correttamente. Ripetere l’installazione.

Ho disinstallato Office 2007 Professional e poi ho installato Outlook 2003. Quando faccio Invia/Ricevi mi compare il seguente messaggio di errore: "Errore registrazione OLE. Applicazione non installata correttamente. Ripetere l’installazione." Soluzione: Andate sul tasto Invia/Ricevi e cliccate sulla freccetta in basso per aprire il menù Andate su Impostazioni di invio / ricezione, quindi deselezione “cartella disponibile per modalità non in linea” Ripetete l’operazione del punto 2, riabilitando quindi la disponibilità non in linea :)