How to
-
-
Labview e il punto decimale
I used the ‘Format Into String’ function. Here I edited the format string into ‘%.3f;’, which means I tell labview to use a decimal point. But when I probe my […]
How to -
-
EFIBOOTMGR – L’APPLICAZIONE PER INTERAGIRE E MODIFICARE L’ EFI BOOT MANAGER – LINUX
Fonte efibootmgr è un’applicazione userspace utilizzata per modificare il Boot Manager Extensible Firmware Interface (EFI) di Intel. EFI che oramai ha rimpiazzato il BIOS è l’interfaccia firmware che si occupa del […]
How to, Linux -
How to enable gui root login
Fonte In this post I am going to explain how to enable GUI root access on Debian 10. It is very similar to enabling Gui Root Login in Debian 8 […]
How to, Linux -
Aggiornamento PC
Aggiornamento PC in LDSS Accendi i PC in linux ( Occhio che Grub sarà impostato per partire in Winzoz) Aggiornamento Linux: Siediti alla tua scrivania Connettiti via ssh ai PC […]
How to, Procedure -
Preparazione Esame di Fisica 2
Sistemazione PC Da fare in successione per minimizzare i passaggi In Windows: Da amministratore: usare lo script Billismo (num 12 del tool da amministratore!!!) che fa: Pulire Scratch (cancella tutto […]
How to, Procedure, Software, Strumentazione, Strumentazione -
NI Volume Licence Manager
Sorry, but you do not have permission to view this content.
-
Fix Error 0x800F0954 Installing .NET Framework 3.5 or Any Optional Feature
fonte When you attempt to install .NET Framework 3.5 or any other optional feature using “Windows Features” (optionalfeatures.exe) dialog or using DISM command-line, error 0x800F0954 may popup. After enabling .NET Framework […]
How to, Windows -
VM con win seven sotto debian
Sorry, but you do not have permission to view this content.
-
ntfs volume is scheduled for a check
Se clonezilla da questo errore in fase di preparazione dell’immagine: ntfsclone-ng.c ntfs volume is scheduled for a check basta avviare in linux e lanciare il comando sudo ntfsfix -d /dev/sdb1 […]
DRBL, How to -
Installing NFS inside LXC Container on Proxmox 5.1
Fonte: https://gist.github.com/rwenz3l/0907385f6a6690c34eb8e36fa73d8405 Host Setup: Create LXC Container as usual, but do not start it yet. # Install NFS-Kernel on Host apt install nfs-kernel-server # Create a new AppArmor file: touch […]
How to, Linux, Software -
Windows 10 non si connette ad uno share di rete
Siccome Finester ha paura della sua ombra, i suoi programmatrotti hanno deciso che non ci si può connettere ad file server che accetti l’utente guest. Questo anche se ci si […]
How to, Windows -
Come preparare i pacchetti NI
Sorry, but you do not have permission to view this content.
-
Windows 10 Install
Install from usb pen What you need Windows 10 install .iso or DVD USB flash drive with at least 5GB free space. This drive will be formatted, so make sure […]
How to, Windows -
Linux Keyboard setup
Fonte Configurazione della tastiera Per configurare la tastiera è necessario installare keyboard-configuration. È necessario anche il pacchetto console-setup. Le impostazioni della tastiera sono memorizzate nel file /etc/default/keyboard. Questo file è […]
How to, Linux -
How to add rc.local in Debian 9
Fonte On Debian 9, the traditional “rc.local” has been deprecated. For traditional Linux users and administrators, there is a way to get it back using SystemD. See the procedure below […]
How to, Linux -
Location of the Startup folder in Windows 10/8
Fonte Windows 10 startup folder location The Current Users Startup folder in Windows 10/8 is located at: C:\Users\Username\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup These programs start up for the current logged in user only. To directly access this […]
How to, Windows -
Windows esecuzione script remoti
Localmente: Per togliere la fastidiosa richiesta di permesso per eseguire uno script o programma da un server remoto (il mio server È sicuro) accedere a Internet Properties -> Security -> […]
How to, Windows -
Mount disco fisico in Proxmox container
Fonte Proxmox supports the creation of custom mountpoints inside a lxc container straight from the proxmox container .conf file: locate your container conf file under /etc/pve/lxc/<ID>.conf and add the following: mp0:/mount/point/on/host,mp=/mount/point/on/lxc mp1:/another/mount/point/on/host,mp=/another/mount/point/on/lxc […]
How to, Linux -
Linux PC Info
Con questo comando ( utilizzato da root o con sudo) e un po’ di grep puoi conoscere varie cose: dmidecode Per sempio: versione del Bios dmidecode | grep -A 3 […]
How to, Linux -
Dell poweredge 830 usb boot
Per fare il boot da usb sul server poweredge 830 devi modificare le seguenti voci nel bios: Hard-disk driver sequenze : metti come prima voce Hard-disk-emulated usb flash drive Last […]
How to, Linux -
Installazione LAS Laica
Installa dalla cartella strumentazione sul file server l’ultima versione del LAS (4.0) Darà problemi con i driver della telecamera perché sono per winzoz XP. Per risolvere copia il locale il […]
How to, Software, Strumentazione, Windows -
cRIO + MyRIO: emulating Hardware In the Loop
Sorry, but you do not have permission to view this content.
-
Rimuovere password da portachiavi o keyring
Per rimuovere la richiesta di accesso al portachiavi procedi come segue: Rimuovi i file nella cartella ~/.local/share/keyrings/ rm ~/.local/share/keyrings/* lancia il programma che chiedeva accesso al keyring alla richiesta di inserire […]
How to, Linux -
Matlab R2015b crash on Debian 9
https://www.mathworks.com/support/bugreports/1297894 Summary MATLAB crashes during startup on Ubuntu 15.04 and newer, as well as distributions derived from those versions Description When using Ubuntu Linux distributions 15.04 and newer, as well […]
How to, Linux, Software -
Where to find temporary mounted volumes on Linux
Network volumes mounted via smb within the Linux file managers are not ‘true’ mount point, but rather temporary ones. They can be located at: /run/user/1000/gvfs for instance: smb-share:server=192.168.121.3,share=software/smb-share:server=192.168.121.3,share=software […]
How to, Linux, Software -
Stampante LaserJet Pro 200 (i.e. Lucia) problemi di scan
I driver della suddetta stampante non supportano nativamente la funzione scan on pc con protocollo sabe o altro. La cosa si verifica e si risolve senza eccessivi traumi con il […]
How to, Linux -
Servizi Google (Search, Gmail, Maps, Youtube ecc) non funzionanti con Google Chrome
Google Chrome usa di default un protocollo figo sperimentale chiamato QUIC (Quick UDP Internet Connections), che serve per fare andare meglio la roba Google sul loro browser figo, solo che […]
How to, Web -
Modifica variabili d’ambiente in Debian
Modifica per ssh e tty Se vuoi modificare le variabili d’ambiente per tutti gli utenti scrivi le tue modifiche in: /etc/environment PATH=”/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/ciccio/bin” TEST_ENVVAR=”test123″ Crea un file mio_env.sh in etc/profile.d/ contenente […]
How to, Linux -
Installazione di Matlab in Linux
Come installare: Questa dovrebbe essere una buona guida…. da verificare!!! La parte di creazione del menu va fatta come spiegato nel paragrafo successivo. Sistemazione del menù Installa il pacchetto: […]
How to, Linux -
Aggiungere o modificare variabile d’ambiente in linux
I punti in cui agire sono nel dir /etc/ bash.bashrc profile environment La soluzione preferibile: creare un file di tipo .sh (new-path-script.sh) in /etc/profile.d con un contenuto del tipo PATH=new-dir-da-aggiungere:$PATH […]
How to, Linux -
Installazione Comsol in linux su share di rete
Note iniziali Per ottenere comsol scarica l’offline installer dal sito di comsol: https://www.comsol.it/product-download La licenza ti viene inviata via mail ogni anno. Se cambi license-server devi chiedere un nuovo license.dat […]
How to, Linux, Software -
Impedire aggiornamento a Win10
Fonte linuxtrent modifica le seguenti chiavi di registro: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GWX] “DisableGWX”=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade] “AllowOSUpgrade”=dword:00000000 “ReservationsAllowed”=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate] “DisableOSUpgrade”=dword:00000001 oppure copia quanto sopra in un file .reg ( […]
How to, Windows -
Nuovi DC e DNS di UNITN
Da maggio 2016 ci saranno 2 nuovi domain controller Windows 2012 R2 alla nostra infrastruttura: DCUNITN01.unitn.it (192.168.206.99) DCUNITN02.unitn.it (192.168.119.99) I vecchi DC verranno dismessi!!!! Anche i DNS di ateneo ora […]
How to, Windows -
Installazione Prodotti National Instrument
Sorry, but you do not have permission to view this content.
-
Menu Applicazioni Linux
Metodo Grafico: Per aggiungere, modificare, rimuovere una entry nel menu delle applicazioni puoi usare il programma alacarte: #apt-get install alacarte poi attiva, modifica o elimina le voci a tuo piacimento: […]
How to, Linux -
DRBL con DHCP esterno
Durante l’installazione di DRBL viene installato e attivato un servizio DHCP sul server che ospita il DRBL. Se abbiamo già un server DHCP funzionante bisognerà disabilitare il server DHCP di […]
DRBL, How to -
Disabilitare servizi in Debian
Disabilitare un servizio temporanemante Per disabilitare un servizio temporaneamente eseguire da root o con i giusti privilegi il comanto: # service XXXX stop Con lo stesso comando si possono anche […]
How to, Linux -
Driver proprietario NVIDIA
fonte Driver proprietario NVIDIA Questa pagina descrive come installare il driver proprietario per display NVIDIA su sistemi Debian. NOTA: Per i sistemi Apple seguire prima le istruzioni in http://askubuntu.com/a/613573/134848 […]
How to, Linux -
Debian share home
Per condividere una cartella o tutta la home questa è una configurazione che funziona da inserire in /etc/samba/smb.conf: [global] workgroup = WORKGROUP server string = Samba Server %v #netbios name […]
How to, Linux -
Debian usb Live with Persistent
fonte After several attempts to create a waldorf liveUSB with persistence I finally bumped into this post “The Correct Way for Persistence on a LiveUSB for WALDORF” by kyeshi98 [1], […]
How to, Linux -
Installazione Matlab Concurrent
Pagina protetta da password.How to, Software, Windows
Se vuoi accedere ai contenuti esegui il login con le tue credenziali di Ateneo (senza @unitn) -
How to install VNC Server on Debian 8
Install VNC Server on Debian Very similar to Ubuntu (since Ubuntu is based on Debian), you only need to use vnc4server package to install VNC Server # apt-get install tightvncserver […]
How to, Linux -
How to remove the ‘Get Windows 10’ app
fonte Per rimuovere la richiesta di aggiornamento a Windows 10 basta togliere l’aggiornamento KB3035583. 1- Go to Control Panel > Programs and Features > Installed Updates. 2- Do a search […]
How to, Windows -
Debian wheezy mount home
per montare le home sulle macchine linux in dominio UNITN oltre a fare il join nel dominio con il nome corretto ricordati di dare il comando kdestroy -A poi decommenta […]
How to, Linux -
Camberra EaglePlus
Installazione Software Nota: Copia la cartella di installazione sul disco e prima di eseguire i vari setup attiva la compatibilità XP SP3 Install i driver per la dongle: esegui setup.exe […]
How to, Software, Strumentazione, Strumentazione -
Errore nell’aggiornamento di WordPress
Se durante l’aggiornamento di WordPress da problemi con FTP o chiede credenziali esegui questo comando da shell chown -R www-data /var/www Last updated: 13 Luglio 2015 […]
How to, Web -
Xilinx ISE Web-Pack
Fonte Hi, I thought I could report this because I couldn’t find one single guide for installing Xilinx ISE WebPack 12.2 on Ubuntu 10.04 LTS 64-bit system. I finally […]
How to, Linux, Software -
Xfce – Dual Monitor
Fonte Any Xubuntu / Xfce version: Use Arandr to extend the display instead of cloning (mirror) it 1. Install Arandr, a simple GUI for XRandR: sudo apt-get install arandr […]
How to, Linux -
How to install suggested packages in apt-get
Fonte # apt-get install –install-suggests [nome pacchetto] Last updated: 9 Giugno 2015 by Pierluigi Minati
How to, Linux -
Installazione seedDMS
Installazione di SeedDMS con: Macchina Debian 8 in container Proxmox Mysql esterno Archiviazione dei file su server nfs Autenticazione tramite Active Directory Prerequisiti Pacchetti da installare: apache2 php5 php5-mysql php5-gd php5-ldap php-pear php-http-webdav-server nfs-common zendframework poppler-utils […]
How to, Linux, Uncategorized -
Proxmox container and NFS
Procedura valida per Proxmox 3.x. NFS Client Comandi per montare un share nfs in un container proxmox Accedi al server Proxmxo vzctl stop CTID vzctl set CTID –features “nfs:on” –save […]
How to, Linux -
Proxmox comandi utili
Visualizza container lista container accesi: vzlist lista tutte i container: vzlist -a Opera sul Container Comando principale vzctl START: vzctl start CTID STOP: vzctl stop CTID ESEGUI: vzctl exec …. [es: vzctl […]
How to, Linux -
Data e ora in debian
Per sincronizzare l’orologio di debian con qualche servizio internet installa: # apt-get install ntp e poi configura il file /etc/ntp.conf sostituendo se necessario i server di default con quello desiderato […]
How to, Linux -
Upgrade debian Wheezy to Debian jessie
Prima di tutto aggiorna Wheezzy apt-get update apt-get -y upgrade Poi modifica i source.list con il comando sed -i ‘s/wheezy/jessie/g’ /etc/apt/sources.list Ed infine aggiorna apt-get update apt-get -y dist-upgrade Ricordati […]
How to, Linux -
Come aggiungere un pagina esterna a worpress
Installa il plugin Pageview Nell’esempio tutte le opzioni Titolo: Xilinx Get a better browser! Il risultato è quello seguente. NB: non dimenticare l’opzione scrolling altrimenti ti taglia la pagine e […]
How to, Web -
Attivare office – KMS
memorandum su come si attiva office 2010 a mano. Da prompt dei comandi come Amministratore: Per visualizzare lo stato dell’attivazione: cscript “%ProgramFiles%\Microsoft Office\Office14\ospp.vbs” /dstatus Per settare il server KMS: cscript […]
How to, Software, Windows -
Change Default desktop environment
Per cambiare il default desktop enviroment in Debian usa il comando: # update-alternatives –config x-session-manager e seleziona quello che preferici dalla lista Esempio per debian wheezy appena installata con Gnome […]
How to, Linux -
How to enable gnome root login on Debian 6
Fonte Step1: Login to a user account. Step2: Now open the file /etc/pam.d/gdm3 and comment out the fifth line: #auth required pam_succeed_if.so user != root quiet_success Content of: /etc/pam.d/gdm3 #%PAM-1.0 […]
How to, Linux -
Aggiungere share Samba a Conteiner proxmox
Esempio concreto montare la cartella smb://192.168.131.6/studenti nella cartella /var/www/Samba nel container 120 Montare la cartella samba nel server proxmox creare il mountpoint nel server proxmox mkdir /mnt/Studenti Editare il file \etc\fstab […]
How to, Linux -
keymaster: script per aggiungere chiavi apt
Questo script permette di aggiungere le chiavi ad aptitude/apt Uso sudo .keymaster [chiave da aggiungere] Codice gpg –keyserver-options http-proxy=proxy.unitn.it:3128 –keyserver keyserver.ubuntu.com –recv $1 echo sghiza en boton per installare la […]
How to, Linux -
grep elimina righe vuote
Se volete vedere le effettive linee attive di un file di configurazione in Linux escludendo eventuali righe con commenti è sufficente eseguire ad esempio: cat nomefile | grep -v “^#” […]
How to, Linux -
VBS Criptato
Scarica e installa Windows script Encoder: http://www.microsoft.com/downloads/details.aspx?FamilyId=E7877F67-C447-4873-B1B0-21F0626A6329&displaylang=en Prepara il tuo vbscript Nella Prompt DOS digita cd “c:\Program Files\Windows Script Encoder” e poi dai il tuo comando Oppure direttamente “c:\Program Files\Windows […]
How to, Windows -
Richiamare vbscrip da vbscript
Set WshShell = CreateObject(“WScript.Shell”) Return = WshShell.Run (“[script.vbs] par1 ,par2, …” , 1, true) WScript.Echo “Valore di ritorno = ” & Return Set WshShell = Nothing Last updated: 11 Febbraio […]
How to, Windows -
Passare parametri a vbscript (Andata e ritorno)
Per passare i parametri semplicemente scriverli dopo il perscorso dello script: CScript c:\test.vbs par1 par2 e nello script per riprenderseli bisogna richiamare un array Dim ArgObj, var1, var2 set ArgObj […]
How to, Windows -
Installazione Chromera
NB: Chromera va installato su windows seven 32 bit Gruppi per Chromera: crea i gruppi ChromeraUsers e ChromeraAdministrators Utenti per Chromera: Crea un utente per utilizzare Chromera, impedisci il cambio […]
How to, Software -
Manage user in Linux
Every user who has access to a Linux system needs a login and a password. Each user must belong to a primary group and for security or access purposes can […]
How to, Linux -
Formattare MBR da linux
Per formattare l’MBR da linux partire con un distro live e da console digitare: dd if=/dev/zero of=/dev/hda bs=512 count=1 Last updated: 11 Febbraio 2015 by Pierluigi Minati
How to, Linux -
Conoscere la versione di ubuntu/Debian installata
installa # apt-get install lsb-release digita nel terminale lsb_release -a Last updated: 11 Febbraio 2015 by Pierluigi Minati
How to, Linux -
Configurazione vsftp
Una guida rapida e (spero completa) alla installazione e all’uso di un server FTP usando vsftpd. La traccia base mi è stata data dall’articolo già pubblicato su questo sito, ed […]
How to, Linux -
Chroot example
sudo mkdir /media/ubuntu sudo mount /dev/sda3 /media/ubuntu sudo mount -t proc none /media/ubuntu/proc sudo mount -o bind /dev/ /media/ubuntu/dev sudo chroot /media/ubuntu /bin/bash sudo mkdir /media/ubuntu && sudo mount /dev/sda3 […]
How to, Linux -
Posizione di SendTo in win7
La cartella sendTo è stata spostata in: %APPDATA%\Microsoft\Windows\SendTo dove %APPDATA% is an environment variable that actually maps to something like C:\users\<username>\AppData\Roaming. Last updated: 11 Febbraio 2015 by Pierluigi Minati
How to, Windows -
Remote-Server-Administration-Tools-Windows-7-Windows-Servers
download pacchetti: http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=7887 Manuale di come installare e aggiungere funzionalità: http://www.windowsnetworking.com/articles_tutorials/Remote-Server-Administration-Tools-Windows-7-Windows-Servers.html Last updated: 11 Febbraio 2015 by Pierluigi Minati
How to, Windows -
Comandi Utili in Dominio AD
Group policy Whenever you apply different options, policies or both with WSUS you always want to know if the changes are made as you plan. The GPOs usually takes to […]
How to, Windows -
Registrazione Windows Seven UNITN version
Se ci sono problemi con l’autenticazione di Win7 versione unitn prova la seguente procedura impostare DNS 192.168.193.20 impostare l’orologio con internet time su server unitn.it eseguire: cscript \windows\system32\slmgr.vbs -skms services4.unitn.it:1688 […]
How to, Windows -
Nascondere l’ultimo utente in Windows
Per motivi di riservatezza o di sicurezza, spesso si desidera nascondere il nome dell’utente che per ultimo ha eseguito un logon. Windows, per facilitare l’utente abituale, ripropone come default il […]
How to, Windows -
Nascodere password in batch file
Codice per immettere password nascosta in un bat: @echo off set a=E100 B4 A BA 8 1 CD”!”C3 FF echo exit|cmd/Kprompt $_Npss.com$_%a%$_rcx$_9$_W$_Q|debug>nul Echo Enter Password: for /f “tokens=*” %%i in […]
How to, Windows -
Montare cartella via samba
Per montare uno share samba in modo che l’utente ci possa scrivere basta eseguire la seguente riga da root: mount -v -t cifs -o credentials=/etc/samba/credentials,uid=client_username,gid=client_usergroup //192.168.121.2/Tecnici/Comune/provola /media/Prove le credenziali per […]
How to, Linux -
apt error: setting locale failed
This can happen sometimes on fresh minimal/alternate installs or in other situations. The fix is pretty simple. Try these, in the following order, testing after each to see if the […]
How to, Linux -
Aggiornamenti automatici con Ubuntu
Aggiornamenti automatici, che passione. Meglio chiamarli “Unattended upgrades” altrimenti a qualcuno viene uno schioppone. Dato che oramai avete sicuramente finito di leggere il libro vediamo come automatizzare, se ne sentiamo […]
How to, Linux -
How to Disable/Remove Network-manager in Ubuntu or Debian
Fonte In Ubuntu or Debian, information on network interface configuration is stored in /etc/network/interfaces. If you modify /etc/network/interfaces to reconfigure any interface, you need to reload it so that the […]
How to, Linux -
How to boot last entry in grub boot loader
Fonte: askubuntu Editing the /etc/default/grub file Type in the terminal sudo nano -B /etc/default/grub and your password if asked. The nano editor will open. I changed the value of GRUB_DEFAULT […]
How to, Linux -
Installare e aggiornare Flash in Debian
Copiato da qui Installazione Assicurarsi che il proprio file /etc/apt/sources.list includa la sezione contrib Installare flashplugin-nonfree (dalla sezione contrib): # apt-get install flashplugin-nonfree Aggiornamento Come aggiornare Adobe Flash Player: […]
How to, Linux -
Debian Lenny Latitude E6420 Wifi
Post Copiato da qui. Funziona anche con lenny Debian 7 “Wheezy” Add a “non-free” component to /etc/apt/sources.list, for example: # Debian 7 “Wheezy” deb http://http.debian.net/debian/ wheezy main contrib non-free Update […]
How to, Linux -
Linux Debian Base ssh
Chiavi SSH Supponiamo (a scopo dimostrativo) che il server remoto si trovi all’indirizzo IP 192.168.0.2 e supponiamo inoltre di avere un account chiamato user sulla macchina remota. Per prima cosa […]
How to, Linux -
Installazione di FOG in Proxmox VZ Container
Installa Fog come sempre Permetti al container di usare NFS server con il comando in proxmox vzctl set $CTID –feature nfsd:on –save Se non usi il DHCP ma Dnsmasq esegui […]
Fog, How to -
Play DVD in Debian
Well, I decided to take a punt on installing it direct from VideoLAN: edit /etc/apt/sources.list and add the line: #Play DVD in debian deb http://download.videolan.org/pub/debian/stable/ / deb-src http://download.videolan.org/pub/debian/stable/ / Then add […]
How to, Linux -
WordPress, ssl e apache reverse proxy
È possibile installare wordpress dietro un server apache che fa da reverse proxy. Basta aggiungere nel file /etc/apache2/sites-enable/default del server esposto sulla rete le righe seguenti nella sezione <VirtualHost *:80> ProxyPass /Test/ […]
How to, Web