Selecting A Programming Language
Programming
|
Many times on forums and in chat rooms I hear the same question over and over. �What programming language should I learn?� Well the answer is different for every person out there that wants to pick up programming. So I am writing these tips to help others who would like to start programming pick out there first language. So go grab a pen and some paper and get ready to think and jot down some notes.
First you must really sit down and think about what you want to accomplish when programming. Do you want to make cool web apps, or maybe a quick windows app to calculate the amount of paint needed for a room? How about creating video games, or your own operating system. Maybe you want the option to try all these things, and if you want any of these things there is a programming language for you. You just need to figure out what your needs and wants are.
Next you must decide on the level of difficulty you are willing to try. Never be afraid to try something harder the... View In Full
 |
4 Comments |
6.00 out of 10 |
|
|
Windows XP Start Up Button Tweak
Operating Systems
|
This article will show you step by step how to change the start button text for windows.
Step 1:
First download reshack from (http://www.angusj.com/resourcehacker/).
Start reshack, and open c:Windows/explorer.exe
WARNING: explorer.exe is not something to play with if you have no idea on what your doing
Step 2:
Open the folder String Table
Expand folder 37 and double click on 1033.
Change the text to the right from start, to what ever you want.
Step 3:
Press compile script
then go to File >> Save As... >> Explorer2.exe
Press OK
Step 4:
Now open up the regedit (Start >> Run >> Regedit.exe)
Navigate to:
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinLogon
Then, where it says shell, double click and change explorer.exe to the new renamed one, which in our case is explorer2.exe
Step 5:
Next Press CTRL + ALT + DELETE
Go Into processes
Look for explorer.exe, click on it and press end process. If any messages pop up, say... View In Full
 |
3 Comments |
6.00 out of 10 |
|
|
Basic PortScanner in VB6.0
Programming
|
[center]Basic Port Scanner in VB6.0[/center]
What is a Port Scanner?
- A port scanner is a simple program that scans a computer for open ports. The one we are going to make uses TCP. It uses the three way handshake to look for open ports.
You can compare it to a thief going on his "scout-tour". e goes to a house before he breaks in and checks every door and window to see if anything is open so he can enter later that night without forcing something.
Why would I need one?
-A port scanner can serve many purposes, you can check to see if you are infected with a certain Trojan by checking your computer's open ports for specific Trojan ports. Or it can be used to see if a victim has any vulnerable ports open that can be used to gain further access to the machine.
How can I create one with visual basic 6.0?
- First we need to add the winsock control to our tool box so create a new project and go to the components screen (ctrl+t) then check the box next to Microsoft winsoc... View In Full
 |
0 Comments |
|
|
|
Telnet - A Tutorial for Begginers
Networking
|
[center]Telnet[/center]
Telnet stands for the Telecommunications Network. It is a network protocol that can be used over wide or local area networks (WAN / LAN). It was developed in 1969 and is now outdated. Deemed an insecure protocol to use, not many telnet servers still exists. Telnet can be run and accessed from just about any platform available (Windows, Linux, Mac, etc). A user could telnet into a server, sign on, and control the entire system remotely with the use of operating system commands such as MS-DOS or Linux Kernel commands.
So lets try to telnet into a system and watch star wars.
First we will have to down load a telnet client. A client is just a piece of software that allows us to use telnet and easily access the features of the telnet protocol.
Go to ( http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html )
And download the client to your desktop.
Then double click on the file to open it.
In the Host Name Box type ( towel.blinkenlights... View In Full
 |
1 Comments |
8.00 out of 10 |
|
|
|
 |
Travus (18) United States, New York |
|
shadytyrant has 1 fans
become a fan |
|
 |
|
 |
|