list
What programs are configured to run during system boot or login
26/04/2013 Thanos Karp Microsoft Windows, 0
Sysinternals Autoruns for Windows has the most comprehensive knowledge of auto-starting locations of any startup monitor, shows you what programs are configured to run during system bootup or login, and shows you the entries in the order Windows processes them. These programs include ones in your startup folder, Run, RunOnce, and other Registry keys. You [...]
Getting a list of computers in the same workgroup
02/01/2013 Thanos Karp Microsoft Windows, 0
1. Open your command line 2. Type new view
List all your shared folders
31/12/2012 Thanos Karp Microsoft Windows, 0
With the following command you can list all your shared folders in Windows via command line: net share
List all active connections
29/12/2012 Thanos Karp Microsoft Windows, 0
To show all active connections of your computer – Open command line (cmd) – Execute: netstat -nao
List all TCP and UDP endpoints on your system
24/12/2012 Thanos Karp Microsoft Windows, 0
TCPView is a Windows program that will show you detailed listings of all TCP and UDP endpoints on your system, including the local and remote addresses and state of TCP connections. On Windows Server 2008, Vista, and XP, TCPView also reports the name of the process that owns the endpoint. TCPView provides a more informative [...]
Ubuntu – List remote host shared folders
19/11/2012 Geo Karp Linux, Ubuntu, 0
Usage: smbclient -U <username> -L <hostname> smbclient -U <username> -L <ip address> Example: smbclient -U test -L 192.168.10.5 Results: Enter test’s password: Domain=[TESTING] OS=[Windows 7] Server=[Windows 7] Sharename Type Comment ——— —- ——- ADMIN$ Disk Remote Admin C$ Disk Default share E Disk E$ Disk Default share F$ Disk Default share H$ Disk Default share [...]
List network interfaces
06/10/2012 Thanos Karp Linux, 0
Type the following command: ip link show Output 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000 link/ether c7:0b:a4:e3:81:02 brd ff:ff:ff:ff:ff:ff 3: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN qlen 1000 link/ether 00:11:b2:23:64:55 brd ff:ff:ff:ff:ff:ff
interfaces, ip, list, network
View Hard Drive Partitions with DiskPart in Windows
10/07/2012 Thanos Karp Microsoft Windows, 0
1. Open command line (cmd) in your Windows machine. 2. Type diskpart 3. You will be prompted for administrator password and a new command line window will open. 4. Type: list disk to list all available hard disks. 5. Select your disk: for ex. select disk 0 6. List partitions: list partition
cmd, command line, diskpart, drive, hard, list, partitions, view, windows
List USB, ISA and SCSI devices with dmesg in Linux
04/07/2012 Thanos Karp Linux, 0
List USB devices dmesg | grep -i usb List SCSI devices dmesg | grep -i scsi List ISA devices dmesg | grep -i isa
List USB devices in Linux
1. Open terminal 2. Issue the following command: lsusb Other options: -v, –verbose Increase verbosity (show descriptors) -s [[bus]:][devnum] Show only devices with specified device and/or bus numbers (in decimal) -d vendor:[product] Show only devices with the specified vendor and product ID numbers (in hexadecimal) -D device Selects which device lsusb will examine -t Dump [...]
Recent Posts
Popular Posts
Recent Comments
- Quitar modo pausa en impresora HP desde Ubuntu | Netbur on Printer Paused – “/usr/lib/cups/backend/hp failed”
- Thanos Karp on Enable Logs on Fortigate V5.0.2
- idrositis | jdros on Create Soft and Hard Symbolic Links in Windows
- Thanos Karp on Installing Software Center and Synaptic on Backtrack
- ali on Installing Software Center and Synaptic on Backtrack