
computer info linux command image
somebody_0
Are you a computer hacker? Comments please.
When I watch certain tv shows computer hackers seem to be able to decrypt passwords, find the route of a computer website someone was typing/working on. Do they have special computer hacker software or something?
Do you have to proficient in command line user interface?
Answer
Networking Tutorials
=
http://compnetworking.about.com/od/workingwithipaddresses/l/blip.htm
http://www.networktutorials.info/
http://www.techiwarehouse.com/cms/engine.php?page_id=d9e99072
http://www.homenethelp.com/
- - -
C++
=
Tutorials online:
http://www.cprogramming.com/tutorial/lesson1.html
http://www.cplusplus.com/doc/tutorial/
=
Free Electronic Books:
Thinking in C++ 2nd Edition by Bruce Eckel
Volume 1 & Volume 2
http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html
- - -
Linux Tutorial
=
http://www.tutorialguide.net/operating_systems/linux/
http://www.yolinux.com/TUTORIALS/LinuxTutorialNetworking.html
Networking Tutorials
=
http://compnetworking.about.com/od/workingwithipaddresses/l/blip.htm
http://www.networktutorials.info/
http://www.techiwarehouse.com/cms/engine.php?page_id=d9e99072
http://www.homenethelp.com/
- - -
C++
=
Tutorials online:
http://www.cprogramming.com/tutorial/lesson1.html
http://www.cplusplus.com/doc/tutorial/
=
Free Electronic Books:
Thinking in C++ 2nd Edition by Bruce Eckel
Volume 1 & Volume 2
http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html
- - -
Linux Tutorial
=
http://www.tutorialguide.net/operating_systems/linux/
http://www.yolinux.com/TUTORIALS/LinuxTutorialNetworking.html
Do you need Apache or other server software to run PHP?
Q. I want to run PHP on my computer, mostly just so I can test it and learn it in a hands-on way. I'm not planning on turning my computer into a server; I just need the practice so I can pursue web development as a career.
Answer
You only need to use a webserver with PHP if you want to view the parsed code through a web browser. You can easily install PHP on your computer windows or linux and run the code through the command line. Here is an example.
File: info.php
content:
<?php
phpinfo();
?>
To run this code you would do the following:
c:\php\>php c:\websites\wwwroot\info.php
This will output the configuration setting in PHP.
Stephen Williamson, Server Engineer hostmysite.com
You only need to use a webserver with PHP if you want to view the parsed code through a web browser. You can easily install PHP on your computer windows or linux and run the code through the command line. Here is an example.
File: info.php
content:
<?php
phpinfo();
?>
To run this code you would do the following:
c:\php\>php c:\websites\wwwroot\info.php
This will output the configuration setting in PHP.
Stephen Williamson, Server Engineer hostmysite.com
Powered by Yahoo! Answers






Comments :
Post a Comment