sportytalk
Oct 8 2005, 11:16 AM
Network Setup: Newbie InstallClick start, then right click computer Ensure that the full computer name is memorable and that each machine is on the same workgroup. After you've done this, you are ready to configure advanced features, such as file and printer sharing. Adding a PrinterLocallyFirstly, you need to configure your printer (on the machine which is directly connected to the printer) for printer sharing. Click start, control panel, printers/scanners, then right click on your local printer and click 'properties'. Browse to the sharing tab, check 'share this printer' and specify a share name, such as EPSON or PRINTER. Finally, click APPLY. RemotelyClick start, control panel, printers/scanners then add printer. (On the remote machine[s] (the machine[s] which have the wireless card[s]/adaptor[s])). Next, check the 'network printer' option. Check the 'connect to this printer' circle then enter the following, without the quotes, entering details which are in brackets. "\\(COMPUTERNAME)\(PrinterShareName)" Click next, select the relevant printer from the list then follow the rest of the onscreen instructions. File SharingOn the file server (computer which has the files you wish to share) click START, CONTROL PANEL, Network connections, right click your connection and click properties. Ensure that the file sharing box is ticked. If it isn't, tick it then click apply. Adding Shortcuts To DesktopBrowse to desktop, right click an empty space, and click new, then shortcut. In location of file, enter \\ComputerName\SharedDocs (WHERE computername is the name of the file server) IF it cannot find it, ensure that your shared documents folder is called SharedDocs. (Which it is by default) Finally, click next and follow through the rest of the onscreen instructions. ---- Final note: the workgroup must be the same on all computers.
Reply
Similar Topics
Keywords : networking, file, printer, sharing, basic, computer, networking
- Debug Exe Files
How to debug an exe file. (4)
Make A Moderately-secure Password System Using Javascript
using file redirection to hide the password. (4) JavaScript is very handy at making forms, allowing for much more customization and easier ways to
send data. So making Login forms using JavaScript may seem to many to be a very feasable idea.
However, JavaScript is very bad at protecting Passwords, as since the passwords are not encypted and
the whole JavaScript code is in the page, a person could just view the Page Source and find out
everything. Even if you use an external JavaScript, it would still be poor as the file name for the
external JavaScript would still be revealed. But I have an answer! There is a rela....
Computer Speed Enhancer.
how to speed up your computer (13) I posted this tutorial here a very long time ago, almost been 2 years since then and its helped a
lot of people increase their speed, so here it is: The first step is to go start/run. Next in
the run bar type "msconfig" Now here is where you need to be, the system configuration utility.
Here are some programs that you don't need necessarily, you can disable witch ever ones you
feel are necessary. (dont disable microsoft programs unless you're sure). Here is an example of
what program I unchecked: ------------------------------ The next step go ....
Internet Connection Sharing With Xbox 360 And A Laptop
For Windows XP (possibly Vista) (6) Alright, I just found out about this very recently on my quest to get a wireless adapter for my Xbox
360. You can use the wireless connection from your laptop as an internet connection for the 360.
I'm putting this up because I had a lot of trouble with the DNS portion of this and no one has
posted up the way that I found to do it, so here I go. Supplies: Laptop connected to internet Xbox
360 Ethernet Cable (comes with Xbox, can use any other though) 1. First, have your xbox turned on.
Also have your PC on, since this next part is all with the computer. This will....
Install An Aef Forum Onto The Trap17
From a zip file (11) Installing an AEF Forum on the Trap17 Server Preparation for Installing the AEF Forum
The following items are required for the installation of the packaage onto your site: 1. - a copy
of the AEF Forum zip package from http://anelectron.com/download.php 2. - a MySql Database 3. - a
Database User 4. - a password for the Database User 5. - Privileges allowed for the Database User
The details for ensuring that you have all of these items are as follows: 1. - a copy of the AEF
Forum zip package from http://anelectron.com/download.php . Simply browse to t....
Change Your Computer Password
Change Your Computer Password (6) This Topic will teach how can you change your without knowing your old Passward 1. Click "Start"
Then Click "Run". 2. In the dialog box type in "CMD" and select "OK". (Opens Command Prompt) Or you
can manually open CMD by navigating to "C:\WINDOWS\system32\cmd.exe". 3. Once
Command Prompt is open, type in "net user" and hit enter. This will display all user accounts. 4.
Now type in the following command: " net user (ACCOUNTNAME) * " and hit enter Example: net user
Trap * (Dont forget to add the asterisk) 5. Now it will ask for a new password, enter....
How To Reformat Your Harddrive...
Is your computer slow, reformatting will fix the problem! (10) To use this tutorial you first must have prior knowledge of computing and basic experience within
them. *****WARNING!***** This can damage your PC, if you perform the actions incorrectly.
****************** HERE WE GO! 1. Backup all important information on your computer, as
everything will be deleted. 2. Make Sure you have your Windows XP CD at hand (We need this to
re-install Windows!) 3. Restart your PC and press 'DEL' (or the key that boots into your
bios) when prompted. 4. Change the boot sequence to boot from your CD drive first. (This v....
How To Change The Default Icon Of Hard Drive In My Computer
(6) Well i got to know about method of changing the hard drive icon, thought i should share it with you
guys. Well he goes. First what you have to do is find Icon files that you may want to put on your
hard drive. These files are basically of ".ico" extension so a simple search for "*.ico" (remove the
"" when searching) in you computer will generate results with various icons you can use. You
can also create new icons with an icon editor. I use the 'Easy Icon Maker' available from
this website http://www.icon-maker.com Well now assuming that you've got ....
Beginners Guide To Becoming A Computer Hardware Tech
(2) Welcome to my Beginners Guide To Becoming a Computer Hardware Tech guide into getting started with
computer hardware installation, upgrading and maintaining. I will be talking about various items
you will need and point to a huge index of links. This includes tutorials on building a computer
from scratch, tips ands tricks, myths exposed and more. If you plan to build computers from scratch
then you will need the proper reading in order to get a good understanding of what you will be
dealing with when you build and maintain computers. The first times on the list ar....
How To Make A Simple File Based Shoutbox Using Php And Html
(8) A simple tut to make a simple shoutbox. Let me jump right in. First of all you need the standard
equipment for PHP, an IDE like XAMPP and an editor like PHP EDITOR 2OO7. Were going to make a
simple guestbook using three files, webpage.php, shout.php and shout.txt. Webpage.php can be
changed to whatver you want, it will be the page on which the guestbok is shown, you could even use
this code and add it to another php page n your site. Shout.php is the proccessing page and
shout.txt is where the shouts are stored. Firstly we need to make the visual design of the box.....
Flat-file Cms
tutorial inspired by jlhaslip (4) Ok, for this tutorial i am only going to show you how to add updates to your site simply by storing
the information into a text file, and then displaying it with predefined formatting... OK lets get
down to business... Lets start out by making a PHP file and call it mycms.php put this code at
the top of the page. What this will do is allow us to edit the selected update when it comes time
and show and hide the add an update field and validate the form.. <script
language="javascript"> function ShowHide(id1, id2) { if (id1 != '') expMenu(id1)....
*nix File Permissions - An Overview
(6) I was originally going to post this in a reply, but felt it would deviate from the topic.
Here's a brief overview of the three numbers in a permission "code": -The first number is for
the owner of the file. If you set a file at 600, the owner will have read and write access and
everyone else is locked out. -The second number is for the users group (users are placed into groups
to get special rights sometimes). Generally you will not give write access to a user's group.
-The third number is for the rest of the world, including web users. Setting any value that wi....
Starting Or Stopping Apache And Mysql Server Via Batch File
(0) Hi guys, this is a litte tutorial about how we start and stop the Apache and MySQL in Windows NT
(2000, XP, 2003) via a batch file script. As we know in Windows NT based system Apache and MySQL
installed as Windows Services. So we can stop and start it using NET command. For more information
about DOS command, type HELP at command prompt. I assuming that your MySQL service name is "mysql"
and your Apache (Apache 2.0.x) service name is "apache2". If you want to chek it click Start > Run >
services.msc > OK. Windows IS NOT Case Sensitive. Let's get started!. 1. ....
Basic Computer Security
A small guide to basic computer security for the home (9) Howdy all! This is going to be a basic guide to computer security for home users including the
use of applications and common sense /smile.gif" style="vertical-align:middle" emoid=":)"
border="0" alt="smile.gif" /> Its not foolproof but no security is and if ive missed anything then
add it in! First is first, understand the threats. Some people, understandably, think that
adware, spyware, worms and virusses are the same and this can lead to bad security so first we have
to know what each is and what they do. Adware is basically a small program that sits on ....
How To Fix Codecs And Movie File Problems
...a short but very useful tutorial (0) How to Fix Codecs and Movie File Problems For all of you who are having trouble with
codecs, either not being able to play a movie you've downloaded or not having any
sound/picture, this guide should help you. The Easy Quick-Fix Method For the lazy people
amoung you who want the simplest possible solution, may I present Video LAN Player (VLC) ,
it's a good video/audio player and comes with all the codecs you will need and has many
features making it my player of choice. The (New) Other Method The Combined Community Codec
Pack (C....
How To Convert Any Format Video To Dvd Format
convert videos on your computer to DVD format and burn them to a playa (0) How to Convert any Format Video to DVD Format Easily convert videos on your
computer to DVD format and burn them to a playable DVD disk. by
brautigam - 7/10/06 Programs Needed: WinAVI Video Converter Folder2Iso
Nero 7 Ultra Edition (or an equivilent DVD burning software with a "Burn Image to Disk" feature)
Step 1) a. Open up WinAVIVideoConverter (Don't worry if it says something about
your codecs, just press close). b. Click on convert to DVD in the bottom right. c. Find ....
The Many Ways To Bypas File Hosting Annoyances
(5) I've done a lot of research on this subject because it is much more common for people to upload
files using file hosting services such as megaupload and rapidshare. They continue to try to push on
their premium accounts on to the daily users who don't really want to put up any money for
downloading which should be free.So i've compiled a few techniques I've used to bypass the
limits of free downloading accounts and leave you feeling just as content with yourself as if you
had a premium account. Download Managers: Now with the prominent use of file hosts ....
Unencrypted But Invisible File Storage
It can have a password, it can be unlocked. (0) This method works, but unfortunately compression software can open the file without the password.
Also, you can try creating a new user account. When it asks "Make files and folders private?" click
Yes, make private. Name the new user account anything using NO spaces/uppercase letters, but not
something like "privatefiles" or something like that. Try accessing the files in C:\Documents
and Settings\ >. You cannot open the folder. Now to ensure that user is always hidden in My
Computer, click Start > Run. 1. Type in command.com . This should bring up a blac....
Using A Secure File Transfer Client
A discussion of FTP, FTPS, SCP, and SFTP (0) Using a Secure File Transfer Client Almost everyone who creates a web site is faced with
the problem of getting their files from their local computer to their web server. There are a few
different protocols (methods) through which to accomplish this, and some have definite advantages
over others. Here are the major ones, listed loosely in order of increasing security. Note: All
of the programs recommended in this tutorial are for Windows only. Command line alternatives are
accessible via the terminal for both Linux and OS X. FTP First a note on using ....
How To: Make A Simple Php Site
Making one file show up on all pages using php (21) I have looked all over the site and could not find anything that was like this simple, or just like
this at all.. For some people i know that you are using a basic HTML site...and having a big menu
if you want to add somthing you have to go into every one of the pages and add or remove or edit
what you want to do, but with somthing verry simple all you would have to do is edit one file, and
all of the pages that have the PHP script on them would suddenly change to what that one file is.
So to start off if you are planning on using this little tirck, the page that you a....
Transfer File Of Any Size Using Winsock Control
Winsock Help (5) This tutorial shows how to transfer file of any size using winsock control. - Open VB; - Select
standard exe; - Press Ctrl + t to show the add component window; - Select winsock control and
microsoft common dialog; - Add one winsock control in the project; - Name it winsock1; - If you want
to add chat then add another winsock and name it winsock2; - Insert another winsock object if you
want to add chat also; - Add a microsoft common dialog box; - Name it cd; - We will use this
winsock1 object to transfer the file and winsock2 for chat; ------------- The basic idea : ....
View Connection Settings/connections
How to view connections to your computer (0) This topic will explain how you can view who's currently connected to your computer and how to
view your main computer settings for internet usability. Note: this will probably be pretty basic
stuff to people who are into computers, but this is likely to help for those people who are
interested in finding out more info about their internet connection but don't know a lot about
how to find it out. Well, on windows xp and I believe earlier systems (I only use xp) there's a
nice little program called netstat, which isn't a win32 (windows) program really. I....
Build A Computer
How to build your computer from scratch (28) Building a New Computer from Scratch Things you need before you start: 1. A Screw Driver 2. A Flat
Working Bench 3. Computer Components consisting of: a. Computer Case (Compatible with your Mother
Board & Power Supply already installed) b. Mother Board (CPU and RAM installed) c. HDD with IDE
Cable d. CD-ROM (Optional) with IDE Cable e. Floppy Drive (Optional, but Recommended) with IDE Cable
To start building your computer, follow these steps: a) Unscrew your case lid or side as the case
may be. There should be a screws right at the back to allow you to do this. (Also i....
How To: Change Your Website's Index File
a simple trick using .htaccess (18) How To: Change Your Website's Index File a simple trick using the .htaccess file A simple
tutorial which only involves editing one little file. Useful for those of us who have mime-typed
extensions or who are creating lots of test design files and want an easy way to make the design
they like best their default file. Create a file called .htaccess in the /public_html/ folder if
you don't have it. I think one should be there already when you get your site so if it isn't
you should create it anyway! In the file write the following: CODE Di....
Disable 'turn Off System Restore' In Windows Xp
Useful for computer administrators (6) This method will stop people from disabling System Restore. 1. Go to Run (Start->Run) 2. Type
gpedit.msc and click Enter 3. On the left in the Computer Configuration go to Administrative
Templates then System then System Restore. 4. Double click on the Turn off System Restore on the
screen on the right and choose Enable. Check if it's working. Go to System Properties (Control
Panel -> System) and to tab System Restore The 'Turn off System Restore' should be now
'unclickable' ....
Shut Down, Restart, Log Off Xp Using A Batch File
Undocumented feature for XP (0) This is a copy of a tutorial I created for astahost.com. I'm copying it here as a courtesy to
trap17 members. /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> QUOTE
How to shutdown a XP Pro computer when you are connected using RDC (Remote Desktop Connection)
using a batch file or RPC (Remote Procedure Command) This is useful if you can't get to the
computer but have remote access to the computer via a network or the internet. First To show you
what you will see at a command prompt (command.com) when you type: "shutdown /?" Wit....
Make Yourself Admin On A Computer
(28) Last year, my whole family used one computer, and I could never install anything because my account
was limited, and my parents were scared I would download a virus. One day I decided to try and find
a way to make myself able to install stuff, and I found out, but because of my parents carelessness.
It doesn't work if the Administrator, the one that doesn't show up on logon has a password.
Here's how to do it: Restart your computer, and when it first starts press f8, it's f5 on
some computers, and then select run Windows in safe mode with networking, a....
Setting up easyPHP on your local computer
tutorial (0) Someone was asking in the forums about downloading the PHP/mySQL and apache Server
..seperately...thst is a real headache ..Well.. today we'll learn how to install and run a
program called EasyPHP. It is a combination of some common free web server software that put
together into an easy to install package. Normally to download and install each separate component
can take a long time, plus be a headache to configure them to work together properly. Please note
that it's a French Software. It includes: 1. MySQL Database System 2. Apache Web Server 3. PHP
Programm....
Looking for networking, file, printer, sharing, basic, computer, networking
|
|
Searching Video's for networking, file, printer, sharing, basic, computer, networking
|
advertisement
|
|