Notes by woolf
Displaying keyword search results 1 - 7
Created by woolf on July 19, 2011 09:06:49
Last update: September 30, 2011 11:52:19
Nmap port scan against host 10.2.1.3 , with TCP SYN scan ( -sS ), OS detection ( -O , capital O, not zero) and verbose output ( -v ):
nmap -v -sS -O 10.2.1.3
If ping is blocked, add switch -PN :
nmap -v -sS -O -PN 10.2.1.3
Shortcut option -A for version detection, Nmap Scripting Engine with the default set of scripts, remote OS detection, and traceroute (equivalent to: -sV -sC -O --traceroute ):
nmap -A 10.2.1.3
Created by woolf on September 07, 2011 08:09:03
Last update: September 07, 2011 08:09:03
Use the shortcut Alt+F2 to bring up the "Run" dialog. This may be handy when you lost the Gnome panel on the desktop.
Created by woolf on October 22, 2010 02:53:32
Last update: October 22, 2010 03:18:12
The easiest way to shutdown Windows XP with a shortcut is to create a shortcut icon on the desktop (or the Start menu, or the Quick Launch menu) and assign a shortcut key combination.
Useful command line commands:
Shutdown : shutdown -s -t 0
Restart : shutdown -r -t 0
Log off : shutdown -l -t 0
Hibernate : rundll32.exe PowrProf.dll, SetSuspendState Hibernate
Command line options for shutdown :
C:\> shutdown /?
Usage: shutdown [-i | -l | -s ...
Created by woolf on October 22, 2010 03:00:32
Last update: October 22, 2010 03:00:54
You can configure Windows XP such that when you press the "Power" button it goes to standby instead of showdown:
From Start menu, bring up the Control Panel
Double click the Power Options icon:
In the Advanced tab, select "Stand by" for the option "When I press the power button on my computer".
Created by woolf on August 29, 2010 04:22:01
Last update: August 29, 2010 04:22:01
This procedure only works for program shortcuts on the desktop or start menu:
Right click on the program shortcut
Select "Properties"
Focus on the "Shortcut key" field, press any key or combination of any two of SHIFT, CTRL and ALT, plus any key
MS link: http://support.microsoft.com/kb/310417
Created by woolf on April 01, 2009 18:56:29
Last update: April 01, 2009 18:56:29
Press the Windows button together with R (Win+R).
Created by woolf on April 01, 2009 18:49:35
Last update: April 01, 2009 18:51:15
Press the Windows button together with the Pause/Break button (Win+Break). The Pause/Break button is at the top right corner of the keyboard.
The Device Manager is under the Hardware tab.