Advanced Search
Search Results
281 total results found
How do you submit grades electronically?
When you are ready to submit your grades, please login to MyUCLA athttp://my.ucla.edu using your Bruin OnLine user id and password. If you donot recall the password, it can be reset here: https://accounts.iam.ucla.edu. Once you are logged in you will see your...
How do I create a grad class website in Social Sciences?
If you are an instructor in Social Sciences at UCLA and you want a grad class website and don’t see it on the Registrar’s website, then ask SSC’s Help Desk (help@ssc.ucla.edu) to set it up for you. It will usually be done the next working day.
I'm a TA, but why doesn't my name show up on my Social Sciences class website?
Teaching Assistants (TA) names will show up on Social Sciences Moodle class websites the next time they log in after their names go in the Registrar’s database for their specific sections. Usually the delays are because TAs haven’t given the specific sections...
Where can I find out more about this knowledgebase?
This UCLA Knowledgebase is being planned and built as an experiment first in cooperation between various help desks on campus, and then later as a resource for the entire campus. Here are some introductory questions and answers. What is the purpose of this Kno...
How do I turn on cookies?
Cookies are used by many websites as a way of keeping track of users or their login session. UCLA’s MyUCLA requires cookies, as do most other websites. In these systems if you’ve turned off cookies on your web browser, you’ll get a message something like “cook...
How do I identify the stylesheets in Plone?
In Plone, you can list, debug, enable and disable and change the order of all the stylesheets by: go into ZMI (Zope Management Interface) go to Root Folder of your site click on portal_css (CSS Registry). There you’ll see a long list of all the CSS’s affecting...
How do I remove the icons in Plone?
This will allow you to remove the navigation icons that appear in Plone’s navigation portlet. go into ZMI (Zope Management Interface) go to Root Folder of your site click on portal_css (CSS Registry). There you’ll see a long list of all the CSSes affecting you...
How do I find another copy of the Gradebook Express Quick Reference Card?
This card was mailed to UCLA faculty October 2005 along. It can be found online at http://www.registrar.ucla.edu/Portals/50/Documents/facultystaff/gradebookquickref.pdf?timestamp=1466628551656.Additional reference materials, including an Overview, FAQ, Quick S...
Where can I find out what an acronym means?
There are all sorts of acronym lists. Here are some from UCLA and outside. http://www.oit.ucla.edu/CommonDocuments/Acronyms.pdf (technology related, link corrected from icompass) http://www.library.ucla.edu/committees/laucla/links/acronyms.htm http://www.libra...
How do I submit a URL that is too long into ...?
Sometimes you find that you need to save an extremely long link, like the one below, into a program that doesn’t allow links that long. For example Social Sciences Computing’s Classweb allows links to be 255 characters long, but the link below from UC-elinks i...
How do I find tech support on this campus?
Depending on which department, division or school you are in, and which service you are using, there are a variety of sources of computer support. Below is the beginning of a collection of sources of support. BruinTech – coordinating site for campus computer ...
What is a VPN and why do I care?
VPN stands for Virtual Private Network and it is invaluable when you want to use UCLA licensed resources from off-campus machines.Specifically, the UCLA Library and the California Digital Library have licensed many different bibliographic and research database...
What is the purpose of this knowledgebase?
The purpose of this knowledgebase is to share questions and answers among the dozens of Help Desks we have at UCLA. Some of our technology questions are specific to our departments, but our guess is that there are a large number of common questions. We believe...
Who can post to this Knowledge Base?
Anyone employed by UCLA, full- or part-time, can post answers to this Knowledge Base and edit other people’s answers. All contributors' names will show up in the page history and all previous versions of answers will be saved. If you find mistakes in the Know...
What should be posted in this Knowledge Base?
You should post anything that you think might be helpful in the future. This could include: links to UCLA resources links to resources of use to people at UCLA links to your own or other tutorials links to hard-to-find writeups links to useful resources...
In Unix, what do I do when a file I want to edit in vi says "Line too long"?
In Unix, when the vi editor says “line too long” it’s usually because it was copied up from a Mac where the end of line marker is different.This command works for me on Solaris:tr '\015' '\012' < in_file > out_fileSource: http://www.maths.ox.ac.uk/help...
As a staff member, what technical groups should I consider joining on campus?
Here is some information about some technical groups staff members at UCLA might want to attend, join, or at least monitor. Apple OSXForum — Mac OS X Forum for University Admins – http://lists.stat.ucla.edu/mailman/listinfo/osxforum BruinTech shares informatio...
What can I use to do load testing or functional testing of my web server?
Here are some links to open source web server load and functional testing programs or frameworks:ab – Apache HTTP server benchmarking tool Somes with Apache on some platform. Very easy to use. Supports parameters such as concurrency and POST data. It tells you...