Via Cà Matta 2 - Peschiera Borromeo (MI)
+39 02 00704272
info@synaptica.info

Autore: Ivan Revelli

Digital Innovation Partner

Problema di rete dopo la copia di una virtual machine UBUNTU Server

Nel momento in cui si effettua lo start up della copia di una macchina virtuale ubuntu server, VM-WARE  chiede all’utente se la macchina in questione è stata duplicata oppure semplicemente spostata. Questa operazione consente a vmware di generare, una nuova configurazione nella quale è presente un nuovo MAC ADDRESS associato ad una nuova interfaccia di rete “ETHX”.…
Leggi tutto

Embarcadero Rad Studio XE

Some good news from Embarcadero, some products like Delphi4Php (now radPhp) and Delphi Prism and the new XE IDE for Delphi (now Delphi XE) and C++ Builder. An exception to the name, more news on RadStudio seems to be: 1) integration with Subversion SVN 2) The ability to generate sequence diagrams directly from the IDE…
Leggi tutto

SQL Server 2000 set Date Time format…

Convertire una stringa (sequenza di caratteri) in un dato di tipo data o timestamp in SQL standard è abbastanza semplice tramite il comando ‘cast‘ . Semplicemente scrivento : cast(‘2010-3-31’ as datetime) oppure cast(‘2010-3-31’ as timestamp) otteniamo la conversione, ma come sempre nel caso delle date non esiste la parola semplice, i formati con cui si…
Leggi tutto

Embarcadero RAD Studio RoadMap Update

From Embarcadero there is a new roadmap update at http://edn.embarcadero.com/article/39934 that speak about RAD Studio Solution to build native x86 applications. In particular is focused on future of Delphi / C++ Builder on cross platform and Native 64bit. regards ivan

Oracle tip #8 [Enable apex not only for localhost]

After installing Oracle 10g on an Ubuntu 9.04 system, i found that the Apex application was enabled only for the localhost. Some time is necessary open or close the access of apex from remote. To do this is only need to access to your oracle system by a dba user and run this sql command:…
Leggi tutto

Extend swap file on Ubuntu

Sometimes happen that you need to extend the swap space on your system, so it happens to me when i tried to install Oracle10ex on my ubuntu system. So i found the solution on this ubuntu forum : http://ubuntuforums.org/showthread.php?t=89782 To extend the swap file to 1gb : First, create a large empty file: Code: sudo…
Leggi tutto