Printing from your laptop: Difference between revisions
Jump to navigation
Jump to search
(New page: === Printing From Your Laptop === Printing from your laptop is possible depending on how you are connected to the internet and which operating system you use. # [[#Printing from a linux l...) |
|||
Line 10: | Line 10: | ||
<B>Method 1: Samba (preferred)</B> | <B>Method 1: Samba (preferred)</B> | ||
# Connect your laptop to the internet via the spare ethernet cables in rooms 332 or 101. You may also use the DoIT wireless in Van Vleck. You cannot print via samba from outside Van Vleck. | # Connect your laptop to the internet via the spare ethernet cables in rooms 332 or 101. You may also use the DoIT wireless in Van Vleck. You cannot print via samba from outside Van Vleck. | ||
# Open a terminal window and type a command like the following: <code>smbclient //printserver1/5 -U myusername -c 'put mydocument.ps'</code> In the example above, replace '5' with the number of your favorite printer, replace 'myusername' with your own Math department user name, and replace 'mydocument.ps' with the name of your document. | # Open a terminal window and type a command like the following: <code><nowiki> | ||
smbclient //printserver1/5 -U myusername -c 'put mydocument.ps' | |||
</nowiki></code> In the example above, replace '5' with the number of your favorite printer, replace 'myusername' with your own Math department user name, and replace 'mydocument.ps' with the name of your document. | |||
Note: You will be prompted to enter your Math department password. | Note: You will be prompted to enter your Math department password. |
Revision as of 21:29, 13 July 2010
Printing From Your Laptop
Printing from your laptop is possible depending on how you are connected to the internet and which operating system you use.
#Printing from a Windows laptop #Printing from a Mac laptop
Printing from a linux laptop
There are two ways to print from a linux laptop.
Method 1: Samba (preferred)
- Connect your laptop to the internet via the spare ethernet cables in rooms 332 or 101. You may also use the DoIT wireless in Van Vleck. You cannot print via samba from outside Van Vleck.
- Open a terminal window and type a command like the following:
smbclient //printserver1/5 -U myusername -c 'put mydocument.ps'
In the example above, replace '5' with the number of your favorite printer, replace 'myusername' with your own Math department user name, and replace 'mydocument.ps' with the name of your document.
Note: You will be prompted to enter your Math department password.