giovedì 21 novembre 2013

SSH

Su server: apt-get install ssh
Accesso: ssh nomeutente@192.168.xx.xxx
Sessione grafica: ssh -X nomeutente@192.168.xx.xxx
Chiudere sessione: logout

chromium-browser


nmap 192.168.88.0/24


lunedì 4 marzo 2013

Scrivere iso/img avviabile da pen usb

dd if=distro.iso of=/dev/sdb

dd if=immagine.img of=/dev/sdb bs=4M

Fonte: http://www.ubuntu-linux.it/dd-backup-copiare-clonare-disco-partizione-immagine/

Formattare pen usb

umount /dev/sdb1

mkfs.vfat -n "nomeetichetta" -I /dev/sdb1

Mappare tastiera [Arch]

nel file

/etc/X11/xorg.conf.d/10-evdev.conf

bisogna aggiungere all'input della tastiera questa opzione

Option "XkbLayout" "it"

il risultato è questo

Section "InputClass"
Identifier "evdev keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "XkbLayout" "it"
EndSection


Installare Openbox Configuration Manager


pacman  -S obconf

Abilitare il login automatico su Arch Lxde


Aprire con un editor di testo e con i privilegi di amministrazione il file /etc/xdg/lubuntu/lxdm/lxdm.conf e rimuovere il simbolo # dalla seguente riga:

# autologin=dgod

sostituendo «dgod» con il proprio nome utente.

martedì 8 gennaio 2013

LXMed: gestire menu LXDE

Eseguire operazioni da root
Installare openjdk java 7 runtime da lubuntu software center
Scaricare tar.gz
Estrarre pacchetto
Entrare in cartella lxmed e digitare chmod +x install.sh
Digitare ./install.sh