New Faq ... (Work in Progress)
New Faq ... (Work in Progress)
Answer : Move the cursor to the location bar on your browser and enter the URL: http://www.isr.umd.edu/~austin/ence200.html
Answer : All Students in ENCE 200 will be expected to have a GLUE (or WAM) computer account. To activate your account, go to Rm 1400 in the Computer Science Services (CSS) building ... and follow the signs. For more info, see: http://www.helpdesk.umd.edu/faqs/unix
The Glue system operates under a "Pay-for-Print" policy. To print from a open glue lab, you will need a print account. This account can be used not only for the Glue Open labs, but also all over campus (WAM labs: PG2, Hornbake...). Each page costs $0.10. Users must obtain a Terrapin Express card in Room 1109 South Campus Dining Hall, in the hours 08:00 - 16:00. After doing this, they must get their print account activated in the Laser Print Cost Recovery (LPCR) office, Room 3326 Computer Science Center. The minimum deposit for the Terrapin Express Account is $25. Users can check their print account by telnetting to the address: bank.umd.edu The login id is "teller". The bank will then ask for the print account number and the password. The user can then move funds from the Terrapin Express account to the print account. For further help, please consult the first-aider on duty.
Answer : You can't. Dial-up access to the College of Engineering's network of UNIX servers was discontinued in May 2007. Sol'n. Access to school is provided through Verizon/Comcast.
Answer: The glue system currently supports Netscape 7 and the UNIX version of Microsoft IE 6/7. Many of your will now have browsers on your laptops ... my personal preference is Netscape 7 on Windows/PC platforms and "Safari" on Apple Powerbook running Mac OS X.
Answer : To save a file, click on the "File" item located in the top left-hand corner of the Netscape Browser. Then select the pull-down menu item that has a title "Save As..." A small window should pop-up requesting information on the location and format for the file containing the saved page. The three file formats are: Text -- Save the the text within the page. Source -- Save the html code for the page, including the text, tags etc.. Postscript -- This saves the file in Postscript format. Postscript is a special computer language understood by many printers, and is used to send text and graphics of all varieties to the printer. You can use this option to save an image of a web page as a Postscript file, which can then be sent to a Postscript printer to reproduce the file on paper.
Answer : The answer to this question will depend on the local configuration of your computer. Generally speaking you will need to give a command like qpr -q name-of-printer name-of-postscript-file.ps See the lab attendant for specific details. Note. Before this command will work, you will need to get a print account....
Answer : "vi" and "pico". A summary of basic vi commands is located in the appendix to the class notes. For more information on vi, follow the links to Online Computer Documentation at Berkeley.
Answer : Chapter 3 of Austin/Chancogne contains step-by-step instructions for compiling small C programs using the Gnu C compiler. Pay particular attention to command line arguments needed to set the filename for the program executable, and to link the program object code to the math library.
Answer : No.
Answer : When you log into your Glue account, you are initially in your home directory. Typing: cd ../pub put you in your public directory. This is a directory that the general public has access to, and therefore this is where your home page should be stored. You should put your home page in a file Welcome.html located inside the pub directory. So if your login name is let's say "dubya", then the location of your home page will be something like /afs/ ... /dubya/pub/Welcome.html (The row of dots indicates that the file system will change from machine to machine) Folks from outside the University of Maryland will be able to view your home page using the URL http://www.glue.umd.edu/~dubya/ More Information : Follow the link to "Instructions for Creating a Personal Home Page" from the Internet Resources section of the ENCE 489C home page.
Answer : You will need to write your Home Page in the Hypertext Markup Language (HTML). An easy-to-read introduction to HTML is "A Beginners Guide to HTML," located in section two of the Class Notes.
Answer : Here is a list of required and optional content for your home page. Required Content ================ * Images of yourself (...or something similar ....). * A resume, containing career objective, educational background, (including schools attended), work experience, and a summary of your computer skills -- hey, you can list HTML as one of your Web skills. * A summary of classes taken at University of Maryland. * An e-mail link to your computer account. * Signposts that help a visitor navigate the layout of pages in your public_html directory -- one way of doing this is to add an index page to your home page. * Somewhere on your page, you should use a <table> tag. Where appropriate, your page should contain hypertext links to schools, places of of employment etc .... Also, because the purpose of your page is for self promotion, the page layout should tidy and "visually appealing." Learn how to create tables in html, and how to create pages with a good balance of "hot" and "cold" colors. Optional Content ================ * Links to school projects presented in an html format. * Information on your hobbies, country of origin, sports, musical, political interests etc ..... * Links to interesting things on the Internet, such as search engines, tools for WWW development, Java applets .....
Answer : The File Transfer Protocol (FTP) program works on the same concept as the file manager as in Windows 3.1. To transfer files: 1. Save the file onto disk. Hard or floppy. 2. Click on the window icon FTP. This icon is usually pink letters on a white background. This icon will open up the "File Transfer Protocol" program. 3. Click on the space that says profile name. You will want to be able to get into glue with your login and password. One of the set ups in the drop list will allow you to do this. 4. Fill in your login where it says user id and password where it asks. 5. Click on OK 6. You will now see a split window. on the left hand side is the computer you are on, and on the right is your computer account. In order for you to put stuff(files, etc.) into your pub account you have to open up that part of your account. Look at the right part of the screen. In the upper right you will see something that looks like .. Click on the two dots. This will take you up a level in your account. 7. Now you should see another list of things. One should be pub. This is you pub account. Click on pub. If you have started your web site you should at least see Welcome.html here. You are now in the pub part ofyour account. 8. To transfer things there you now must look at the upper left of the window. Here you will see things that resemble the computer you are on. For instance [-a-], [-c-], are both drives. [-a-] is your floppy drive and [-c-] is your hard drive. If you have things saved on a floppy click on [-a-] and then you will see all the files that are on your disk. 9. Now highlight the thing you want to transfer by clicking on it. 10. Now that it is highlighted click on the right arrow and the program will transfer that file to your school account. 11. Your done. The file should now be on the right side bottom. If it is there, then it is in your pub account.
Answer : 30 day trial copies of file transfer programs (ftp) and "terminal emulator" software can be downloaded from: http:www.download.com and http:www.tucows.com Note. In August 2005, the university upgraded its networks so that all communication from outside sources is now encrypted. This feature makes it much more difficult for hackers to break into the university networks. Before August 2005, I used CRT terminal emulator and bulletproof ftp program to access the computer systems as school and transfer files back and forth between home and school. Unforunately, these no longer work. All terminal emulators and file transfer programs (ftp) must now use secue shell (ssh). It you want to download a ssh client to your windows machine, The office of information technology (OIT) recommends TeraTerm, See http://www.helpdesk.umd.edu/topics/applications/terminal/ . which is ssh (secure shell) for Windows. OIT has also created a new service SSH Gateway on the Web. Go to: href="http://www.helpdesk.umd.edu/documents/4/4576/ At home I use TurboFTP to transfer files/directories to/from school. TurboFTP has a very friendly graphical user interface that shows both the windows and unix files systems. You can download a trial version from http://www.tucows.com.
Answer : A good starting point is: http://home.netscape.com/assist/net_sites/bg/backgrounds.html For more sites, go to a search engine and do a search on "background pattern"
Answer : If you are running netscape on a PC, then you can simply move the cursor to the background, and click on the right button. A small window will appear asking where you want the background image to be saved. Otherwise, you can retrieve a background color pattern directly from the Netscape cache (the cache stores images and patterns locally on your computer, thereby enhancing performance). The cache can be accessed by typing about:cache in the "Location" window of Netscape.
Answer : Free counters are available at: http://counters.qpt.com/
Answer : First, check your html code to make sure you haven't made a silly typo. The html should look something like: E-mail : <a href="mailto:your-login-name@glue.umd.edu"><b> your-login-name@glue.umd.edu </b></a> If your E-mail still doesn't work then perhaps your Netscape browser settings are incorrect. To check your mail preferences go to the Netscape Options menu and button on "Mail and News Preferences". Then select the services page. The SMTP (simple main transfer protocol) setting for outgoing mail should be smtp.glue.umd.edu for glue users, and smtp.isr.umd.edu for users at ISR.
Answer : You can register a domain name for your company by contacting Network Solutions Inc. See www.internic.net. I believe the fee is $100/yr. Nothing happens physically? All this means is that some nameserver in the Internet world will contain an entry for your domain and point it to some IP address. If there is a machine on the Internet with that IP address, then all packets will be forwarded there. Otherwise, nothing will happen. Do I need to purchase a server and have it on for 24 hours/day? No. There are several companies out there that can house your domain for you for a fee. However, you are free to do so if you wish. For more information, see the internic web site www.internic.net and the FAQ at http://rs.internic.net/domain-info/registration-FAQ.html
Answer : A script file contains a copy of all of the commands given at the keyboard and all of the output sent to the computer screen. The syntax for starting a script file is: prompt >> script name-of-script-file ..... now go ahead and run your programs. A copy of the commands and program output will be echoed to file "name-of-script-file" The script file is terminated by typing prompt >> exit Now send the "name-of-script-file" file to the printer.
Name | RGB Code | Sample | Name | RGB Code | Sample | Name | RGB Code | Sample | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AliceBlue | #F0F8FF | AntiqueWhite | #FAEBD7 | Aqua | #00FFFF | Aquamarine | #7FFFD4 | Azure | #F0FFFF | Beige | #F5F5DC | Bisque | #FFE4C4 | Black | #000000 | BlanchedAlmond | #FFEBCD | Blue | #0000FF | BlueViolet | #8A2BE2 | Brown | #A52A2A | Burlywood | #DEB887 | CadetBlue | #5F9EA0 | Chartreuse | #7FFF00 | Chocolate | #D2691E | Coral | #FF7F50 | CornflowerBlue | #6495ED | Cornsilk | #FFF8DC | Crimson | #DC143C | Cyan | #00FFFF | DarkBlue | #00008B | DarkCyan | #008B8B | DarkGoldenrod | #B8860B | DarkGray | #A9A9A9 | DarkGreen | #006400 | DarkKhaki | #BDB76B | DarkMagenta | #8B008B | DarkOliveGreen | #556B2F | DarkOrange | #FF8C00 | DarkOrchid | #9932CC | DarkRed | #8B0000 | DarkSalmon | #E9967A | DarkSeaGreen | #8FBC8F | DarkSlateBlue | #483D8B | DarkSlateGray | #2F4F4F | DarkTurquoise | #00CED1 | DarkViolet | #9400D3 | DeepPink | #FF1493 | DeepSkyBlue | #00BFFF | DimGray | #696969 | DodgerBlue | #1E90FF | FireBrick | #B22222 | FloralWhite | #FFFAF0 | ForestGreen | #228B22 | Fuchsia | #FF00FF | Gainsboro | #DCDCDC | GhostWhite | #F8F8FF | Gold | #FFD700 | Goldenrod | #DAA520 | Gray | #808080 | Green | #008000 | GreenYellow | #ADFF2F | Honeydew | #F0FFF0 | HotPink | #FF69B4 | IndianRed | #CD5C5C | Indigo | #4B0082 | Ivory | #FFFFF0 | Khaki | #F0E68C | Lavender | #E6E6FA | LavenderBlush | #FFF0F5 | LawnGreen | #7CFC00 | LemonChiffon | #FFFACD | LightBlue | #ADD8E6 | LightCoral | #F08080 | LightCyan | #E0FFFF | LightGoldenrodYellow | #FAFAD2 | LightGreen | #90EE90 | LightGrey | #D3D3D3 | LightPink | #FFB6C1 | LightSalmon | #FFA07A | LightSeaGreen | #20B2AA | LightSkyBlue | #87CEFA | LightSlateGray | #778899 | LightSteelBlue | #B0C4DE | LightYellow | #FFFFE0 | Lime | #00FF00 | LimeGreen | #32CD32 | Linen | #FAF0E6 | Magenta | #FF00FF | Maroon | #800000 | MediumAquamarine | #66CDAA | MediumBlue | #0000CD | MediumOrchid | #BA55D3 | MediumPurple | #9370DB | MediumSeaGreen | #3CB371 | MediumSlateBlue | #7B68EE | MediumSpringGreen | #00FA9A | MediumTurquoise | #48D1CC | MediumVioletRed | #C71585 | MidnightBlue | #191970 | MintCream | #F5FFFA | MistyRose | #FFE4E1 | Moccasin | #FFE4B5 | NavajoWhite | #FFDEAD | Navy | #000080 | OldLace | #FDF5E6 | Olive | #808000 | OliveDrab | #6B8E23 | Orange | #FFA500 | OrangeRed | #FF4500 | Orchid | #DA70D6 | PaleGoldenrod | #EEE8AA | PaleGreen | #98FB98 | PaleTurquoise | #AFEEEE | PaleVioletRed | #DB7093 | PapayaWhip | #FFEFD5 | PeachPuff | #FFDAB9 | |