Run the following command to get a look at what you are importing $ VBoxManage import /<path_to_.ova_file>/<vmName>.ova –dry-run Pay attention to this line for target path. It should point to your new location for your Virtual machines if you changed…
How To: Move VM From One Machine To Another
Assumptions: You are doing this from the command line You are using Linux (though most everything in this document should work in Windows and Mac too) You have a dedicated VM Utility User that is active and can login (will…
Debian: installing XMind from .deb (source: xmind.net)
From www.xmind.net choose downloaded version to install (32-bit or 64-bit) e.g. 32-bit wget http://www.xmind.net/xmind/downloads/xmind-linux-3.4.1.201401221918_i386.deb go to download directory and move deb file to home directory cd ~/download mv xmind-linux-3.4.1.201401221918_i386.deb ~/ Install the .deb file sudo dpkg -i xmind-linux-3.4.1.201401221918_i386.deb Now if you…
Time sync Debian/Ubuntu e derivate
NTP, acronimo di Network Time Protocol, è un protocollo client/server utilizzato per sincronizzare gli orologi dei computer. La sua installazione e configurazione in Debian è molto facile, basta seguire alcuni semplici passi. Potete installare il client NTP semplicemente digitando da…
Installing GNS3 v0.8.6 on Linux
Below are the basic steps for installing GNS3 v0.8.6 on Linux Ubuntu 12.04 ( should also work for other similar flavors) using the excellent work by claydon_dan as posted in GNS3 Forum. This version makes things much easier in installing…
HOW TO INSTALL DRUPAL ON UBUNTU (LOCALE) – HOW TO INSTALL DRUPAL ON UBUNTU INSTANCE ON AWS INSTANCE
Instructions 1.Install LAMP (if you are not aware of lamp then read my earlier post) 2.Type the following commands in Ubuntu $ sudo a2enmod rewrite $ sudo /etc/init.d/apache2 restart 3. GET DRUPAL – DOWNLOAD DRUPAL 7 FROM THE DEVELOPMENT RELEASE…
HOWTO – Linux: Spostare cartelle di sistema
Da precisare che io ho sempre eseguito le installazioni Linux (poco importa la distribuzione da torturare in quel momento) separando la “/home” da quella “/”, ultimamente ho pure optato per una partizione “/boot” ed una “/media/dati”, quest’ultima mi dava la…
Install distro.iso on USB key from command line
1. Download distro.iso wget http://zenlab.org/isos/zendistro04/zendistro_040.iso 2. Insert USB key, and wait till is mounted. 3. See the device where are mounted USB key, using: sudo fdisk -l Note 1: Check with lsblk that the USB device is not mounted !…
Managing minicom settings
Minicom permette di salvare e caricare file di configurazione in un modo abbastanza pratico. Quando eseguito senza parametri cerca i file di configurazione di default /etc/minicom/minirc.dfl o ~/.minirc.dfl Questi files possono essere facilmente creati eseguendo minicom in setup mode minicom…
How to remove SIM Card PIN from your GSM/UMTS modem on Debian/Ubuntu
If your GSM modem SIM Card is configured with a PIN a NetworkManager is constantly trying to ask for that PIN on every wake up… and this is quite annoying indeed. So the easy way to remove a PIN protection…