Linux
-
-
-
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 -
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 -
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 -
Blocco Xfce desktop
Se non riesci più a modificare le impostazioni di XFCE e lo sfondo del desktop non risponde prova a canchella re il contenuto della cartella ~/.cache/sessions rm -r ~/.cache/sessions Last […]
Linux -
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 -
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 -
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 -
Debian & Active Directory
NB: Istruzioni e configurazioni valide per il dominio UNITN configurazione LDSS e fino a debian 9 Attori: Macchina da mettere in dominio: sci-ldtest.unitn.it 192.168.121.30 Server di Dominio e DNS: dcunitn01.unitn.it […]
Linux -
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 -
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 -
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 -
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 -
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 -
Permessi per chmod
Codice Permesso 0 (or blank) No permissions 1 Execute 2 Write 3 Execute + Write 4 Read 5 Read + Execute 6 Read + Write 7 Read + Write + […]
Linux -
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 -
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 -
Install fog Parametri Ldss
….. What version of Linux would you like to run the installation for? 1) Redhat Based Linux (Redhat, CentOS, Mageia) 2) Debian Based Linux (Debian, Ubuntu, Kubuntu, Edubuntu) 3) […]
Fog -
Uninstall FOG
Fonte Fog forum Rerun the Installer If you simply want to run the foginstaller.sh to update your FOG server settings, rename the hidden .fogsettingsfile located under /opt/fog/: sudo mv /opt/fog/.fogsettings […]
Fog -
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 -
Dnsmasq and fog: configurazione senza modifiche DHCP e con due sottoreti
Queste modifiche servono per far funzionare il boot da PXE di Fog quando non si vuole o non di può modificare il dhcp. Inoltre le modifiche servono anche perché il […]
Fog -
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