Dimensione: 3653
Commento:
|
← Versione 26 del 14/03/2011 12.55.18 ⇥
Dimensione: 3936
Commento: converted to 1.6 markup
|
Le cancellazioni sono segnalate in questo modo. | Le aggiunte sono segnalate in questo modo. |
Linea 3: | Linea 3: |
[[Navigation(siblings)]] [[Indice()]] |
<<Navigation(siblings)>> <<Indice>> |
Linea 8: | Linea 8: |
http://sadpanda.us/images/71427-2YQPEFC.gif | {{http://sadpanda.us/images/71427-2YQPEFC.gif}} |
Linea 12: | Linea 12: |
http://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Patch_Adams_at_Sarvodaya.jpg/200px-Patch_Adams_at_Sarvodaya.jpg | {{http://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Patch_Adams_at_Sarvodaya.jpg/200px-Patch_Adams_at_Sarvodaya.jpg}} |
Linea 124: | Linea 124: |
bootinfoscript: [http://forum.ubuntu-it.org/index.php/topic,397639.msg3110363.html#msg3110363 istruzioni] | bootinfoscript: [[http://forum.ubuntu-it.org/viewtopic.php?t=397639|istruzioni]] |
Linea 131: | Linea 131: |
Rif: [http://forum.ubuntu-it.org/index.php/topic,401215.msg3127198.html#msg3127198 qui] | Rif: [[http://forum.ubuntu-it.org/viewtopic.php?t=401215|qui]] |
Linea 136: | Linea 136: |
Kernel mode setting [[https://wiki.ubuntu.com/X/KernelModeSetting|Rif.]] [[https://wiki.ubuntu.com/X/Troubleshooting|Rif.]] {{{ dmesg | grep drm }}} |
|
Linea 147: | Linea 151: |
rif:[http://forum.ubuntu-it.org/index.php/topic,398777.msg3105700.html#msg3105700 HDMI] | rif:[[http://forum.ubuntu-it.org/viewtopic.php?t=398777|HDMI]] |
Linea 152: | Linea 156: |
[[https://help.ubuntu.com/community/SoundTroubleshooting|rif.]] | |
Linea 161: | Linea 166: |
== UDEV == {{{ sudo udevadm info --export-db }}} |
|
Linea 162: | Linea 172: |
Sensor detect ultima versione: [http://dl.lm-sensors.org/lm-sensors/files/sensors-detect sensors-detect] | Sensor detect ultima versione: [[http://dl.lm-sensors.org/lm-sensors/files/sensors-detect|sensors-detect]] |
Linea 166: | Linea 176: |
filefrag: [http://forum.ubuntu-it.org/index.php/topic,385909.msg3046295.html#msg3046295 defrag ext3] | filefrag: [[http://forum.ubuntu-it.org/viewtopic.php?t=385909|defrag ext3]] |
Linea 174: | Linea 184: |
parametri kernel: [http://www.kernel.org/doc/Documentation/kernel-parameters.txt kernel-paramters] | parametri kernel: [[http://www.kernel.org/doc/Documentation/kernel-parameters.txt|kernel-paramters]] |
Linea 178: | Linea 188: |
forensic : [http://www.aw-bc.com/samplechapter/0321268172.pdf File System Forensic Analysis - Brian Carrier ] un caso : [http://www.denisfrati.it/?p=1262 caso] GPT e linux : [http://www.ibm.com/developerworks/linux/library/l-gpt/index.html?ca=dgr-lnxw07GPT-Storagedth-lx&S_TACT=105AGY83&S_CMP=grlnxw07 IBM] Scheduler : [http://forum.ubuntu-it.org/index.php/topic,309328.msg2317395.html#msg2317395 info kernel] Spulciato i miei post dall'inizio fino al 7/ago/2010 |
forensic : [[http://www.aw-bc.com/samplechapter/0321268172.pdf|File System Forensic Analysis - Brian Carrier ]] un caso : [[http://www.denisfrati.it/?p=1262|caso]] GPT e linux : [[http://www.ibm.com/developerworks/linux/library/l-gpt/index.html?ca=dgr-lnxw07GPT-Storagedth-lx&S_TACT=105AGY83&S_CMP=grlnxw07|IBM]] Scheduler : [[http://forum.ubuntu-it.org/viewtopic.php?t=309328|info kernel]] Audio : [[http://www.kernel.org/doc/Documentation/sound/|kernel sound]] Spulciato i miei post dall'inizio fino al 7/ago/2010 [[http://paste.ubuntu.com/474565/|Paste]] |
/Prove0 /Prove1 /Prove2 /Prove3 /Prove4 /Prove5 |
Prima:
dopo:
Recupero informazioni per Troubleshooting
Avviare da CD live. E' possibile eseguire questi comandi da un terminale.
BIOS
sudo biosdecode
SMBIOS/DMI
sudo dmidecode sudo dmidecode -s system-product-name
HAL
sudo lshal
CPU
sudo lscpu sudo cat /proc/cpuinfo
PCI
sudo lspci -vvv -nn -G
USB
sudo lsusb -v
ALL HW
sudo lshw sudo lshw -businfo sudo lshw -short sudo lshw -disable dmi
Hardware specifici
per IBM/Lenovo:
sudo vpddecode
per Compaq
sudo ownsership
Software
Versione Ubuntu installata
sudo lsb_release -a sudo uname -a sudo cat /proc/version
Kernel
moduli installati nel kernel
sudo lsmod
parametri di avvio del kernel:
sudo cat /proc/cmdline
interrupt
sudo cat /proc/interrupts
Clocksource
sudo cat /sys/devices/system/clocksource/clocksource0/current_clocksource sudo cat /sys/devices/system/clocksource/clocksource0/available_clocksource
Filesystem Ext
lista dei file aperti:
sudo lsof
File di LOG
gnome-system-log
sudo dmesg cat /var/log/Xorg.0.log
Partizioni/MBR
sudo fdisk -lu sudo sfdisk -d sudo parted -l sudo parted /dev/sda print
Partizioni EFI/GPT
sudo gdisk -l /dev/sda
bootinfoscript: istruzioni
Accelerazione 3D/X
libreria mesa
ldd /usr/bin/glxinfo
Rif: qui
sudo xdpyinfo sudo xdriinfo
dmesg | grep drm
INIT/UPSTART
sudo initctl list man 5 init
ALSA
wget -O alsa-info.sh http://alsa-project.org/alsa-info.sh && bash ./alsa-info.sh
rif:HDMI
sudo aplay -l sudo aplay -L
UREADAHEAD
sudo /sbin/ureadahead --debug
DBUS
sudo dbus-monitor
UDEV
sudo udevadm info --export-db
Riferimenti utili
Sensor detect ultima versione: sensors-detect
Latencytop, Powertop (latenza e comandi per ridurre consumo)
filefrag: defrag ext3
ripristinare il bootsector windos(xp) da linux (equivalente di fdisk /mbr): sudo ms-sys -m /dev/sda
vedere tipo di partizione sul disco (EFI, EMBR, etc): sudo hd -v -s 512 -n 4 -e '"%_u"' /dev/sda
trace di un processo: strace -p $pid_del_processo
parametri kernel: kernel-paramters
lista pacchetti : dpkg --get-selections > lista-pacchetti
forensic : File System Forensic Analysis - Brian Carrier
un caso : caso
GPT e linux : IBM
Scheduler : info kernel
Audio : kernel sound
Spulciato i miei post dall'inizio fino al 7/ago/2010 Paste