0

How to find USB VID/PID on various operating systems

source:http://www.freelabs.com/~whitis/USB_VID_PID.xhtml Linux users can, of course, just use lsusb or usbview.   Run as root because on some systems, this doesn't show all the information otherwise. lsusb...
0

How To Tar Files And Folders Easy

To compress a file or folder do this command: in this example, I want to tar my test directory: Command: tar -pczf test.tar.gz test/ Now to untar: Command: tar xvfz test.tar...
0

DD comand examples

THE DD COMMAND The dd command copies an amount of data block by block. The most basic syntax is: Format # dd if=xxxxx of=yyyyy bs=zzzzzz ( Where if=xxxxx is the source, of=yyyyy is the target and bs=...
0

Joining a Windows 7/ Windows 2008 R2 system to a Samba domain

This article suits for both Windows 7 and Windows 2008 R2(tested on 17/10/2010): To join the domain for Windows 7 make sure you do the following steps: First you need to be running Samba v3.3.4 or later. Earlier versions have been reported to work,...
0

Linux permissions help

Linux permissions help 1. What are file permissions 2. File permissions notation 2.1. Textual representation like "-rwxr--r--" 2.1.1. Examples 2.2. Numeric (octal) representation like...