Category Archives: Operating Systems

Install Java

Debian / Ubuntu Java Development Kit Java Runtime Environment Version Note sudo apt-get install openjdk-8-jdk sudo apt-get install openjdk-8-jre Java 1.8 sudo apt-get install openjdk-6-jdk sudo apt-get install openjdk-6-jre Java 1.6 Debian Package JIT Attenzione: nel caso di pacchetti obsoleti … Continue reading

Posted in Java, Operating Systems, Unix Linux | Comments Off on Install Java

Ubuntu frequent shell commands

lsb_release -a Versione del sistema operativo

Posted in Operating Systems, Unix Linux, Ununtu | Comments Off on Ubuntu frequent shell commands

Windows 11 – Disable Image in Start Menu

How to disable image display in stat menu Follow the procedure: Right-click on free space on the taskbar Choose “Search” and turn off “Show search highlights”. End procedure https://answers.microsoft.com/en-us/windows/forum/all/how-do-i-remove-the-start-menu-bing-pictures/dcc73bf7-3bdf-46e7-a82d-f77a5e4eeb3d

Posted in Operating Systems, Windows | Comments Off on Windows 11 – Disable Image in Start Menu

Windows 11 Classic Context Menu

Per impostare il menu contestuale di Windows classico (precedente a Windows 11) Per rimuovere tale impostazione

Posted in Operating Systems, Windows | Comments Off on Windows 11 Classic Context Menu

Ubuntu Tweaks Tools

Una applicazione che semplifica la personalizzazione del sistema operativo Ubuntu si chiama “Ubuntu Tweaks Tolls” Per la sua installazione tramite shell lanciare il comando Esecuzione Troverete nelle applicazioni il nuovo programma. Personalizzate il sistema secondo le vostre esigenze.

Posted in Operating Systems, Unix Linux, Ununtu | Comments Off on Ubuntu Tweaks Tools

Androd External Layout

Potrebbe essere interessante l’utilizzo di una libreria per il caricamento di risorse esterne in applicazioni Android. https://github.com/prcaen/external-resources Per maggiori informazioni sulle risorse Android https://www.wideskills.com/android/android-resources/android-resource-types

Posted in Android | Comments Off on Androd External Layout

Ubuntu 18.04 Uninstall Filezilla Server

Nel caso erroneamente avete installato Filezilla Server sulla distribuzione Linux Ubuntu 18.04, e tentate la disinstallazione, il sistema segnala il seguente errore: Per forzare la disinstallazione eseguire i seguenti comandi:

Posted in Operating Systems, Unix Linux | Comments Off on Ubuntu 18.04 Uninstall Filezilla Server

Notepad++

Il famoso editor di testi Notepad++ è disponibile sia per Microsoft Windows che Linux Installazione per Linux: Utilizza Wine (Free and OpenSource Windows Compatibility Layer) Installazione per Windows: notepad-plus-plus.org

Posted in Microsoft, Unix Linux | Comments Off on Notepad++

Disable USB Autoplay on Windows 10

Se necessita di disabilitare autoplay sui sistemi Windows 10 menu “Impostazioni” -> “Device” -> “Autoplay” -> “Use Autoplay for all media and device” impostare “Off”.

Posted in Operating Systems, Windows | Comments Off on Disable USB Autoplay on Windows 10

VirtualBox conversion VMDK to VDI

Utilizzando il seguente comando è possibile convertire un hd di VMware (vmdk) in un hd virtualbox (vdi)- Posizionari nel folder “C:\Program Files\Oracle\VirtualBox\” Lanciare il comando Attendere la conversione Fine procedura

Posted in Virtualbox | Comments Off on VirtualBox conversion VMDK to VDI