Problem with PC Laptops
Cant find my mac address
To find your mac address, you need to get to the command prompt. Press the windows key + R and type CMD Once you have a command prompt, type "ipconfig /all" without the quotes. You will see all of the network adapters in your computer and it will list all mac address. OR
Click on start menu, click run, type "cmd" without the quotes. at the command prompt type 'ipconfig /all' without quotes. (space between g and /)
Cant find my mac address
To find your mac address, you need to get to the command prompt. Press the windows key + R and type CMD Once you have a command prompt, type "ipconfig /all" without the quotes. You will see all of the network adapters in your computer and it will list all mac address. OR
Click on start menu, click run, type "cmd" without the quotes. at the command prompt type 'ipconfig /all' without quotes. (space between g and /)
Some basic commands for you
cd - Go to previous directory
cd Go to $HOME directory (cd dir && command) Go to dir, execute command and return to current dir LS Linux version of dos's DIR Dir will ALSO work though.
FDisk Manipulate the partition tables
CP copies one(or more) file to another location
Eject Ejects cd/dvd media
Exit Leaves the command line goodness, and returns to GUI
Man Important reading for linux newbies
MkDir make new directory
MV move or rename files and folders
rm delete a file
Rmdir remove(aka delete) directory
Umount unmounts a device("safe removal" for thumb drives)
No comments:
Post a Comment