ICS or Internet Connection Sharing is a tool used in Windows to share your internet conection be it Wifi or Lan.   To set up the conection you will need the following:

Ethernet Cord
Laptop or Desktop running Windows 7
Administrative Rights on that computer

Now for the steps.

1. Open Network and Sharing center
           To do this open your start menu and search Network and Sharing
2. Click Wireless Network Connection (Your Router Name Here)
3. When the dialog box opens click Properties
4. Then in the sub-menu click the tab Sharing
5. Check the box that says (Allow other Network users to connect to this computer's Internet connection.
6. Press OK and close all open windows.
7. If you are using a laptop make sure it is plugged in then plug the Ethernet cable into the slot on you computer.
8. Turn the other computer on and there you go.

Note- This also allows you to connect your Xbox 360 or any other device with an Ethernet Connection slot to the Internet.   Also please make sure you disable your Windows Firewall I always seem to have a connection problem when it is enabled because it tries to block the other devices.

Boolean Operations

10/13/2011

 
Boolean Operators

Boolean operators (pronounced “boo-lee-an”) are named after the mid-1800s mathematician George Boole and are advanced search methods designed to help you narrow your search. Boolean operators are logical terms used to combine keywords or define the relationships between keywords. For example: a search for spiral staircase would lead to the following results:

spiral

all documents with the word spiral in it and not necessarily having anything to do with staircases

staircase

all documents with the word staircase in it and not necessarily having anything to do with spiral staircases

Boolean operators allow words to be connected together to yield better or more accurate results for what you are really looking for. The most commonly used Boolean operators are listed below along with symbols that can be used in their place.

AND

+

NOT

-

OR

|

So, the search for spiral staircase could be refined if you typed spiral AND staircase; the search would then yield the correct results for documents that only talk about spiral staircases. Notice that the Boolean operator is in all capital letters. Some search engines require the Boolean operator to be in all caps and some do not. Because you may not know which search engines require all caps, it is a good idea to get into the habit of using all capital letters when you search with Boolean operators.

The examples that follow show you how to use Boolean operators:

Shakespeare AND clothing
Shakespeare + clothing


would yield the results of documents that talk about clothing in Shakespeare’s time or possibly costumes used in performances of Shakespeare’s plays

Shakespeare NOT clothing
Shakespeare - clothing


would yield the results of documents about Shakespeare’s time but would exclude results about clothing

Shakespeare OR clothing
Shakespeare | clothing


would yield the results of any document on the Internet about Shakespeare and any document about clothing; however, using these two operators would give you too many results. You would be better off searching for each keyword separately

Boolean operators can be combined to narrow searches even further, such as the following:

George Washington Carver AND inventions NOT peanut butter
(Yes, he invented peanut butter.)

This search would produce results that contain information about all of George Washington Carvers inventions except for peanut butter.

As you get more experienced in searching, you will notice that generally search engines find all variables when you use the singular version of words. For example, searching forocean will bring more choices than searching for oceans.

Some databases also include all variables automatically, but others require wildcards. A wildcard is a character that finishes part of a word. For example, the asterisk(*) added on to the end of the word ski tells the search engine to find all versions of that word. It would look for skiskisskiingskiedskier, and skiers.

 
TCP/IP

TCP/IP or Transmission Control Protocol(TCP) and Internet Protocol(IP) is an addressing system needed to deliver packets of information to your computer.   All computers that connect to a network has to have a TCP/IP address or IP address for short.   Data is broken up into small packets of information and the addresses of borth the reciving and sending computer is attached to each packet.   It like mailing a letter to your friend you have to have a sending address and the address it is going too, but not all people put there address also known as the return address on the letter in computer terms this can be called a Proxy.   It would be nearly impossible to trace the letter or information back to you, now I am not saying it is imposible with some of the technology we have these days.  

An IP address contains for sets of number followed by periods

Example-

201.46.197.112

Each part of the address directs the packet of data along its way, almost like an address

Example-

201. indicates the state you computer is in

46. indicates the city

197. indicates the street or building you computer is in

112. indicates the computer you are using

As you can tell, it is like an address

Example-

Washington

Seattle

1711 DC Dr.

#4

 
First make sure you are connected to the router 

Then open Start Menu and click Network Conections 
If you are connected to the router threw Wi-Fi them double click Wireless Network Connection

Third click the Support tab in the Wi-Fi connection window

Copy the Default Gateway Example-192.162.0.1

Paste it into your internet window make sure you put http:// 

Example- http://192.162.0.1


 
 
Wi-Fi Networks

Internet Sharing-

ICS or internet connection sharing is a feature given is most operating systems the most current is Microsoft Windows 7.   This feature allows you to share both internet and files by having one computer connected to you Wi-Fi or Wireless router threw a LAN or Ethernet cable, then of course have a(n) ad hoc network setup so that all of the computers you wish to share internet with can connect to it.  

Notes-

Security is a big problem in our world so it is very important that when you setup your ad hoc network that you enable security no matter what OS you use Windows XP Vista or 7 and when it comes out Windows 8

In addition, it is very hard to set this kind of connection up with a(n) computer using Windows XP I personally recommend only trying the setup with a Windows Vista or 7 OS because they are both much easier.

To prevent Copyright Infringement

I do not own Microsoft or Windows!! 

Here is a document that will show you how to set up ad hoc networks on Windows XP 
Click here to download

 
Of course first open CMD you can do this by typing in CMD in the run command box.

Then type in net user 
Then choose the user you want to change the password on and type in this: net user USERNAME *
When you do this it will ask you to type in the password you will not be able to see what you are typing so be careful.
Press enter it should say OPERATION COMPLETED CORRECTLY 


All done the only thing though is that you MUST be and ADMIN to complete this operation.
 
1-Open Notepad
2-Copy and past this code:
cls
@ECHO OFF
title Folder DON'T TOUCH
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==2582120 goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End

4-Go to line 22 of the code
5-Delete the 2582120 and put your password there(Example: if NOT %pass%==134243 goto FAIL
6-Go to file, click save as
7-Name it LOCKDOWN.bat and change the file type to all files then save
8-Open the file(A file named locker will be created
9-Move all of the files that need to be locked up into the locker file
10-Open the LOCKDOWN file again and when it asks if you would like to lock the file press (y)
11-To unlock click the LOCKDOWN file again and type in your password
 
First right click on your desktop
Second hover your mouse over Arrange Icons By
Finaly go to the botom and unchek the option that says show desktop items
THERE YOU GO!!

 
First open start menu
Second right click
Third click properties
Forth click customize
Fith click advanced
Finaly go to botom and click CLEAR LIST
THERE YOU GO!!
 
Run Commands Listed below In Alphabetical Order

Program     Run Command
Accessibility Controls     access.cpl
Accessibility Wizard    accwiz
Add Hardware Wizard    hdwwiz.cpl
Add/Remove Programs    appwiz.cpl
Administrative Tools    control admintools
Adobe Acrobat ( if installed )    acrobat
Adobe Distiller ( if installed )    acrodist
Adobe ImageReady ( if installed )    imageready
Adobe Photoshop ( if installed )    photoshop
Automatic Updates    wuaucpl.cpl
Basic Media Player    mplay32
Bluetooth Transfer Wizard    fsquirt
Calculator    calc
Ccleaner ( if installed )    ccleaner
C: Drive    c:
Certificate Manager    cdrtmgr.msc
Character Map    charmap
Check Disk Utility    chkdsk
Clipboard Viewer    clipbrd
Command Prompt    cmd
Command Prompt    command
Component Services    dcomcnfg
Computer Management    compmgmt.msc
Compare Files    comp
Control Panel    control
Create a shared folder Wizard    shrpubw
Date and Time Properties    timedate.cpl
DDE Shares    ddeshare
Device Manager    devmgmt.msc
Direct X Control Panel ( if installed )    directx.cpl
Direct X Troubleshooter    dxdiag
Disk Cleanup Utility    cleanmgr
Disk Defragment    dfrg.msc
Disk Partition Manager    diskmgmt.msc
Display Properties    control desktop
Display Properties    desk.cpl
Display Properties (w/Appearance Tab Preselected )    control color
Dr. Watson System Troubleshooting Utility    drwtsn32
Driver Verifier Utility    verifier
Ethereal ( if installed )     ethereal
Event Viewer    eventvwr.msc
Files and Settings Transfer Tool    migwiz
File Signature Verification Tool    sigverif
Findfast    findfast.cpl
Firefox    firefox
Folders Properties    control folders
Fonts    fonts
Fonts Folder    fonts
Free Cell Card Game    freecell
Game Controllers    joy.cpl
Group Policy Editor ( xp pro )    gpedit.msc
Hearts Card Game    mshearts
Help and Support    helpctr
Hyperterminal    hypertrm
Hotline Client    hotlineclient
Iexpress Wizard    iexpress
Indexing Service    ciadv.msc
Internet Connection Wizard    icwonn1
Internet Properties    inetcpl.cpl
Internet Setup Wizard    inetwiz
IP Configuration (Display Connection Configuration)    ipconfig /all
IP Configuration (Display DNS Cache Contents)    ipconfig /displaydns
IP Configuration (Delete DNS Cache Contents)    ipconfig /flushdns
IP Configuration (Release All Connections)    ipconfig /release
IP Configuration (Renew All Connections)    ipconfig /renew
IP Configuration (Refreshes DHCP & Re-Registers DNS)    ipconfig /registerdns
IP Configuration (Display DHCP Class ID)    ipconfig /showclassid
IP Configuration (Modifies DHCP Class ID)    ipconfig /setclassid
Java Control Panel ( if installed )    jpicpl32.cpl
Java Control Panel ( if installed )    javaws
Keyboard Properties    control keyboard
Local Security Settings    secpol.msc
Local Users and Groups    lusrmgr.msc
Logs You Out of Windows    logoff
Malicious Software Removal Tool    mrt
Microsoft Access ( if installed )    access.cpl
Microsoft Chat    winchat
Microsoft Excel ( if installed )    excel
Microsoft Diskpart    diskpart
Microsoft Frontpage ( if installed )    frontpg
Microsoft Movie Maker    moviemk
Microsoft Management Console    mmc
Microsoft Narrator    narrator
Microsoft Paint    mspaint
Microsoft Powerpoint    powerpnt
Microsoft Word ( if installed )    winword
Microsoft Syncronization Tool    mobsync
Minesweeper Game    winmine
Mouse Properties    control mouse
Mouse Properties    main.cpl
MS-Dos Editor    edit
MS-Dos FTP    ftp
Nero ( if installed )    nero
Netmeeting    conf
Network Connections    control netconnections
Network Connections    ncpa.cpl
Network Setup Wizard    netsetup.cpl
Notepad    notepad
Nview Desktop Manager ( if installed )    nvtuicpl.cpl
Object Packager    packager
ODBC Data Source Administrator    odbccp32
ODBC Data Source Administrator    odbccp32.cpl
On Screen Keyboard    osk
Opens AC3 Filter ( if installed )    ac3filter.cpl
Outlook Express    msimn
Paint    pbrush
Password Properties    password.cpl
Performance Monitor    perfmon.msc
Performance Monitor    perfmon
Phone and Modem Options    telephon.cpl
Phone Dialer    dialer
Pinball Game    pinball
Power Configuration    powercfg.cpl
Printers and Faxes    control printers
Printers Folder    printers
Private Characters Editor    eudcedit
Quicktime ( if installed )    quicktime.cpl
Quicktime Player ( if installed )    quicktimeplayer
Real Player ( if installed )     realplay
Regional Settings    intl.cpl
Registry Editor    regedit
Registry Editor    regedit32
Remote Access Phonebook    rasphone
Remote Desktop    mstsc
Removable Storage    ntmsmgr.msc
Removable Storage Operator Requests    ntmsoprq.msc
Resultant Set of Policy ( xp pro )    rsop.msc
Scanners and Cameras    sticpl.cpl
Scheduled Tasks    control schedtasks
Security Center    wscui.cpl
Services    services.msc
Shared Folders    fsmgmt.msc
Sharing Session    rtcshare
Shuts Down Windows     shutdown
Sounds Recorder    sndrec32
Sounds and Audio    mmsys.cpl
Spider Solitare Card Game    spider
SQL Client Configuration    clicongf
System Configuration Editor    sysedit
System Configuration Utility    msconfig
System File Checker Utility ( Scan Immediately )    sfc /scannow
System File Checker Utility ( Scan Once At Next Boot )    sfc /scanonce
System File Checker Utility ( Scan On Every Boot )    sfc /scanboot
System File Checker Utility ( Return to Default Settings)    sfc /revert
System File Checker Utility ( Purge File Cache )    sfc /purgecache
System File Checker Utility ( Set Cache Size to Size x )    sfc /cachesize=x
System Information    msinfo32
System Properties    sysdm.cpl
Task Manager    taskmgr
TCP Tester    tcptest
Telnet Client    telnet
Tweak UI ( if installed )    tweakui
User Account Management     nusrmgr.cpl
Utility Manager    utilman
Volume Serial Number for C:    label
Volume Control    sndvol32
Windows Address Book    wab
Windows Address Book Import Utility    wabmig
Windows Backup Utility ( if installed )    ntbackup
Windows Explorer    explorer
Windows Firewall    firewall.cpl
Windows Installer Details    msiexec
Windows Magnifier    magnify
Windows Management Infrastructure    wmimgmt.msc
Windows Media Player    wmplayer
Windows Messenger    msnsgs
Windows Picture Import Wizard (Need camera connected)    wiaacmgr
Windows System Security Tool    syskey
Windows Script host settings    wscript
Widnows Update Launches    wupdmgr
Windows Version ( shows your windows version )    winver
Windows XP Tour Wizard    tourstart
Wordpad    write
Zoom Utility    igfxzoom