A list of commands

yea took me 10 seconds on google too, but i kinda dumbed it down to make it more understandable to noobs at command line lol
 
C:/DOCUMENTSANDSETTINGS/User~> netsh int ip reset r.txt

First step in resting IP stacks on WinXP
 
for those linux users out there... ever get a system that seems to not boot the gui? just boots into a bash/shell prompt. use the startx command and it should boot the gui. also, worried about your r00t accnt. password? change it by opening a terminal:

>sudo passwd
>ENTER NEW UNIX PASSWORD:_
>CONFIRM PASSWORD:_
>su root
>Enter Password:
root@yourbox>_

NOTE! THIS IS FOR USE ON YOUR SYSTEM ONLY! MOST UNIX/LINUX SYSTEMS THAT ARE USED IN A BUSINESS ENVIRONMENT ARE MONITORED FOR THIS TYPE OF ACTIVITY!
 
LOL wouldnt suggest that unless you are the ADMIN or are ready to get in some hot water for it.
 
nah, i did it, but i didnt change the password. and plus, the computer guy is retarded. he didnt even protect it against nidump passwd /

nidump passwd / is a command that shows you the root password hash.
 
Back
Top Bottom