|
|||||||||||
List of Hints |
|||||||||||
web hints |
|||||||||||
| file:///c:/ | set this as the url to access files on the hard drive from the web browser | ||||||||||
windows
commands |
|||||||||||
| control userpasswords2 | used to bring up a gui to set a default login for winxp |
||||||||||
| net user administrator xx | to reset admin's password to "xx" | ||||||||||
| fdisk /mbr | used for when an MBR goes bad, same as fixmbr, except its used for win98 | ||||||||||
| fixmbr | used while in Recovery Console to re-write the master boot record (mbr) while keeping the partition table intact, for winXP | ||||||||||
| fixboot | used while in Recovery Console to write a new partition boot sector | ||||||||||
| ipconfig | display ethernet settings | ||||||||||
| app: file scavenger | an application that can be used to recover files off of a bad hard drive | ||||||||||
unix
commands |
|||||||||||
| ifconfig | display ethernet settings | ||||||||||
| find . -name "ifconfig" | to recursively search for a given command inside the current
directory (example for: ifconfig) |
||||||||||
| chmod 755 directory | allows files to be readable and executable to others | ||||||||||
| chown user:group file.txt | allows changes to the owner of the file to a user labeled "user" and to group labeled "group" | ||||||||||
| back | |||||||||||