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 modificare i server dei repository
(ubuntu old repository)

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:

  1. Right-click on free space on the taskbar
  2. Choose “Search” and turn off “Show search highlights”.
  3. 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

Microsoft Office MSO tags HTML CSS

Outlook Version Tag
All Version mso
2000 mso 9
2002 mso 10
2003 mso 11
2007 mso 12
2010 mso 14
2013 mso 15
2016 / 2019 / Office 365 mso 16

Esempio di sintassi tag

<!--[if mso]> your code here <![endif]-->
<!--[if mso 10]> your code here <![endif]-->
Posted in Microsoft, Outlook | Comments Off on Microsoft Office MSO tags HTML CSS

Windows 11 Classic Context Menu

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

reg add "HKCU\SOFTWARE\CLASSES\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /ve /f
taskkill /im explorer.exe /f
explorer.exe

Per rimuovere tale impostazione

reg delete "HKCU\SOFTWARE\CLASSES\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
taskkill /im explorer.exe /f
explorer.exe
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

sudo apt install gnome-tweaks

Esecuzione

user@notebook:~$ sudo apt install gnome-tweaks
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  gnome-tweaks
0 upgraded, 1 newly installed, 0 to remove and 293 not upgraded.
Need to get 218 kB of archives.
After this operation, 1.245 kB of additional disk space will be used.
Get:1 http://it.archive.ubuntu.com/ubuntu bionic/universe amd64 gnome-tweaks all 3.28.1-1 [218 kB]
Fetched 218 kB in 1s (286 kB/s)      
Selecting previously unselected package gnome-tweaks.
(Reading database ... 145343 files and directories currently installed.)
Preparing to unpack .../gnome-tweaks_3.28.1-1_all.deb ...
Unpacking gnome-tweaks (3.28.1-1) ...
Setting up gnome-tweaks (3.28.1-1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
user@notebook:~$ 

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

Csharp Version

Di seguito riportiamo le versioni di Microsoft C# e i rispettivi IDE che le supportano.

Versione IDE
C# 11 Visual Studio .NET 2022 (.net7)
C# 10 Visual Studio .NET 2022 (.net6)
C# 9 Visual Studio .NET 2019 (.net5)
C# 8 Visual Studio .NET 2019
C# 7.3 Visual Studio .NET 2017 ver 15.7
C# 7.2 Visual Studio .NET 2017 ver 15.5
C# 7.1 Visual Studio .NET 2017 ver 15.3
C# 7.0 Visual Studio .NET 2017
C# 6 Visual Studio .NET 2015
C# 5 Visual Studio .NET 2013
C# 5 Visual Studio .NET 2012
C# 4 Visual Studio .NET 2010
C# 3 Visual Studio .NET 2008
C# 2 Visual Studio .NET 2005
C# 1.1 Visual Studio .NET 2003
C# 1 Visual Studio .NET 2002

https://docs.microsoft.com/it-it/dotnet/csharp/whats-new/

Posted in Microsoft .NET C#, Programming Languages | Comments Off on Csharp Version

Anonymous Internet Sourfing

Internet ha come scopo la condivisione delle informazioni (file, libri, audio e video) per chi ne ha accesso.

Nelle imprese, scuole, e alcuni interi governi impediscono l’accesso pubblico ad alcune risorse, esistono quindi dei servizi anche gratuiti detti “Anonymous Proxy” per tentare di ottenere comunque accesso a queste informazioni.

Di seguito alcuni siti web che offrono questo servizio:

Posted in Web | Comments Off on Anonymous Internet Sourfing

VNC Virtual Network Computing

Alcuni software viewer e server per la gestione di teleassistenza.

VNC per sistemi Android (tutti richiedono Root permission):

VNC per Windows mobile

Posted in Teleservice | Comments Off on VNC Virtual Network Computing

Remote Desktop

Posted in Teleservice | Comments Off on Remote Desktop