Post

Cos'è e come funziona Chromecast

Immagine
Come funziona Chromecast Chromecast è un dispositivo prodotto da Google che permette di inviare flussi audio/video al televisore senza l’ausilio dei cavi, tramite una tecnologia wireless denominata Google Cast. Per essere più precisi si tratta di un dongle HDMI, cioè di una chiavetta che una volta collegata al televisore e connessa a una rete Wi-Fi consente di trasmettere video e contenuti “live”, come ad esempio pagine Web o lo schermo di uno smartphone, a qualsiasi TV (anche non Smart) senza affrontare configurazioni complicate. La sua forma attuale è quella di una “sfera schiacciata” dalla quale esce un piccolo cavo HDMI, ma nel modello di prima generazione il Chromecast era una vera e propria chiavetta, simile a quelle USB che usiamo sui nostri computer.

Differenza tra BIOS e UEFI

Immagine
Cominciamo a descrivere cosa sia ormai l'obsoleto  B.I.O.S. (Basic Input Output Stream) : Il Basic Input-Output System o BIOS, è un insieme di routine software, generalmente scritte su memoria ROM, FLASH o altra memoria non volatile, che fornisce una serie di funzioni di base per l'accesso all'hardware del computer e alle periferiche integrate nella scheda madre da parte del sistema operativo e dei programmi. Nei computer IBM-compatibili la ROM del BIOS contiene anche il POST, il primo programma che viene eseguito dopo l'accensione, coinvolto dunque nella fase di avvio (boot) del sistema di elaborazione.

How to install WSUS on Server 2012 Step by Step

Immagine
Here’s my step by step account of installing WSUS on a member server in your domain. I understand that it can be a bit buggy sometimes installing this Role on a server due to account restrictions during the role creation especially when creating the database. This method is my simple way of creating the WSUS database on a remote SQL server usually a highly available SQL cluster used for management of infrastructure separate from the Production / Application databases.

Linux - How do I configure my static DNS in interfaces?

You need to configure the /etc/network/interfaces file if you want to change your DNS server via the command line. It should look something like this: # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet static address 192.168.X.X netmask 255.255.255.0 gateway 192.168.X.X dns-nameservers X.X.X.X If you have more than one DNS server, just add a space between each: dns-nameservers X.X.X.X Y.Y.Y.Y Z.Z.Z.Z Just replace the Xs, Ys, and Zs with your own IPs of the DNS servers of choice, and when this is done, run this command to update the settings: sudo ifdown eth0 && sudo ifup eth0 Hope this helps!

Ubuntu - configurazione della rete

Immagine
Ubuntu è corredato da una serie d'utilità grafiche per la configurazione dei dispositivi di rete. Questo documento è diretto agli amministratori di server e si focalizza sulla gestione della rete da riga di comando.

Linux command line - Change keyboard layout from English UK to English US

This seems to have changed in recent Ubuntu versions and running  sudo apt-get install console-common  will try to remove other packages. So, for recent Ubuntu versions, use this instead: dpkg-reconfigure keyboard-configuration The simplest way would indeed be as @steeldriver  suggested  to open a terminal and run this command: sudo apt-get install console-common That will install the  console-common  package and in the process allow you to chose your console layout. If that is already installed, use this to bring up the same wizard and set the layout: sudo dpkg-reconfigure console-data

Linux - How to permanently configure keyboard

Immagine
Using the command sudo dpkg-reconfigure keyboard-configuration will change your keyboard layout just for this session.  Go for sudo vi /etc/default/keyboard there you can change your keyboard settings.  Find the line:  XKBLAYOUT="xx"   You can change layout and kboptions as well as your model and the kbvariant.  Just put in it for Italian Keyboard File on older ubuntu versions you could go for dpkg-reconfigure console-setup and make permanently changes here. 

Run a PostgreSQL .sql file using command line arguments

I have some .sql files with thousands of INSERT statements in them and need to run these inserts on my PostgreSQL database in order to add them to a table. The files are that large that it is impossible to open them and copy the INSERT statements into an editor window and run them there.

Come faccio a scrivere la tilde con la mia testiera?

Come faccio a fare la tilde ~ con la tastiera del mio computer? Nelle tastiere italiane, infatti, il simbolo della tilde non è presente e per scriverlo è necessario utilizzare una combinazione di caratteri.

Outlook 2007 cambia la lingua in spagnolo dopo l’aggiornamento

Tra il 12 ed il 13 di Settembre, Microsoft ha rilasciato una serie di aggiornamenti di sicurezza per il pacchetto di Microsoft Office 2007. Eseguendo Office Outlook 2007, molti utenti si sono trovati spiazzati difronte ad alcune modifiche nelle voci dei pulsanti del programma. Molte di esse, così come molte voci nella Barra di gestione, si presentavano in una lingua straniera, lo spagnolo. Come risolvere il problema della lingua?