Hey i'm going to introduce official itschoolz search engine visit www.itschoolz.tk ............ ha haa!!
make your own search engine like google visit funnylogo.info and you can choose various font styles
have fun :D
technology and business are becoming inextricably interwoven. I don't think anybody can talk meaningfully about one without the talking about the other
Any sufficiently advanced technology is indistinguishable from magic.
Defect-free software does not exist.
nslookup net view net use net user ping tracert arp route nbtstat netstat ipconfig
ping x.x.x.x (x is the IP address)
ping www.whatever.com (www.whatever.com is the website you want to ping, but you don't know the IP)
nslookup (enter) set type=mx (enter) yahoo.com
tracert x.x.x.x (x is the IP address)
tracert www.whatever.com (www.whatever.com is the website you don't know the IP)
arp -a
route print
ipconfig
ipconfig /all
ipconfig /release (this will release your IP) ipconfig /renew (this will renew your iP)
netstat
netstat -a (this will show you all the listening ports and connection with DNS names) netstat -n (this will show you all the open connection with IP addresses) netstat -an (this will combined both of the above)
nbtstat -A x.x.x.x (x is the IP address) nbtstat -a computername
net use \ipaddressipc$ "" /user:administrator
net use K: \computernameC$
whatevercommand /help
whatevercommand /?