Skip to main content

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Groups (2)

  • Linuxpr

    Linux Puerto Rico

    7 members,48 bookmarks

    Para usuarios de cualquier distro de Linux. Enlaces, howto, noticias interesantes sobre Linux

  • tspl_dev

    TSPLDev

    2 members,19 bookmarks

    no description

Bookmark History

Saved by 75 people (12 private), first by anonymouse user on 2008-02-04


Public Sticky notes

# lsusb -tv # Show USB devices

Highlighted by shom3000

# lspci -tv # Show PCI devices # lsusb -tv # Show USB devices # lshal # Show a list of all devices with their properties # dmidecode # Show DMI/SMBIOS: hw info from the BIOS

Highlighted by shom3000

Unix Toolbox
This document is a collection of Unix/Linux/BSD commands and tasks which are useful for IT work or for advanced users. This is a practical guide with concise explanations

Highlighted by djiezes

This document is a collection of Unix/Linux/BSD commands and tasks which are useful for IT work or for advanced users. This is a practical guide with concise explanations, however the reader is supposed to know what s/he is doing.

Highlighted by demortes

Unix Toolbox revision 12
The latest version of this document can be found at http://cb.vu/unixtoolbox.xhtml. Replace .xhtml on the link with .pdf for the PDF version and with .book.pdf for the booklet version.

Highlighted by djiezes

# lsdev

Highlighted by shom3000

PCI devices # lsusb -tv # Show USB devices

Highlighted by shom3000

-tv

Highlighted by shom3000

# lspci -tv # Show PCI devices

Highlighted by shom3000

# lsusb -tv

Highlighted by shom3000

lshal

Highlighted by shom3000

dmidecode

Highlighted by shom3000

chkconfig --list # List all init scripts

Highlighted by easytouch

lsmod # List all modules loaded in the kernel

Highlighted by easytouch

pgrep -l sshd # Find the PIDs of processes by (part of) name

Highlighted by easytouch

fuser -va 22/tcp # List processes using port 22

Highlighted by easytouch