Advanced Search
Search Results
1400 total results found
My webserver has died! How do I bring it back online in a hurry?
The obvious answer to this is to restore your backup onto a spare server. Or if it’s just a drive failure, the answer would be to restore your backup onto your spare drive. But since you’re reading this instead of restoring your backup, let’s assume that the s...
How do I add or remove a page/website/etc from Google's index!
add:http://www.google.com/support/webmasters/bin/answer.py?answer=34397remove:http://www.google.com/support/webmasters/bin/answer.py?answer=35301
Moving from Hummingbird v8 to V9? Got some errors?
Some errors have popped up when trying to access models once you upgraded to version 9 of Bi/Query Hummingbird.()()()()Upgraded from 8.x to version 9.0.1, and now when trying to connect to any model getting error: Connection Error – MS ODBC SQL Driver login ...
Dell Laptop Battery Recall
If you have a Dell laptop model: Latitude: D410, D500, D505, D510, D520, D600, D610, D620, D800, D810 Inspiron: 500M, 510M, 600M, 700M, 710M, 6000, 6400, 8500, 8600, 9100, 9200, 9300, 9400, E1505, E1705 Precision: M20, M60, M70, M90 XPS: XPS, XPS Gen2, XPS M17...
Is it possible to delete threads from the Lists Archives
This was a question I post to Bruin Online Lists Admin.Here is the response:Unfortunately there is no way to delete threads in your mailing list archives. Is there a particular reason you want to do this?If all you want to do is prevent individuals from being ...
Does UCLA offer online sexual harassment training?
Yes!The UCLA Sexual Harassment Prevention Office offers online workshops. Please follow the link:Sexual Harassment TrainingThis is especially important if you are a supervisor. As a supervisor you must complete two hours of training every two years.
Remove WinXP Printer Notifications
See below if you’re tired of the pop-up balloon everytime you print. Remove WinXP Printer Notifications ** 1. Click on Start, select Run from the Start Menu.2. Type in “regedit”.3. Browse to the key HKCU\Printers\Settings and find the key “EnableBalloonNotif...
Preventing SSH Dictionary Attacks With DenyHosts
From the tutorial:“In this HowTo I will show how to install and configure DenyHosts. DenyHosts is a tool that observes login attempts to SSH, and if it finds failed login attempts again and again from the same IP address, DenyHosts blocks further login attempt...
How to add new slots in Plone
This document describes how to add an additional portlet slot to the two that exist already (left and right).http://plone.org/documentation/how-to/add-slots
How to prevent "hotlinking" of your images on a web site
From the tutorial:“Hotlinking” is a form of bandwidth theft. Basically, when creating a web page it is easy to link to a file (such as an image or a video) that exists on a remote (completely separate) site. Each time the web page is accessed, the file is retr...
Top Ten Web Design Mistakes of 2005
By Jakob Nielsen:http://www.useit.com/alertbox/designmistakes.html
What is the Cisco VPN Client error message "Required VPN subsystem not available"
When starting up the VPN client software, I get the following error message: “Required VPN subsystem not available”. Why?There are several possible reasons why this happened; most likely tied to the Cisco VPN Service. A lot of times I’ve seen this happen beca...
What are the incoming and outgoing mail server settings for my mail account?
For SEASnet accounts (_username_@seas.ucla.edu)Incoming (pop) server is: pop.seas.ucla.eduOutgoing (smtp) server depends on if you are physically connected to the SEASnet network.If you are on campus (in network): smtp.seas.ucla.edu+SSL/encryption and authent...
How can I access restricted UCLA websites from off campus?
If you need access to websites, or computer systems only available on the UCLA campus, you can still connect from off-campus if you are running campus’ VPN software. Information about campus VPN software is available at https://www.it.ucla.edu/it-support-cente...
On a UNIX / Linux system, how do I view which shared libraries a program needs?
To get a list of shared libraries that a program needs:ldd /path/to/programThis will give you a list of the required shared libraries and the paths to the files that are being used for each requirement. If a file cannot be found for a particular requirement, i...
Apple OS/X Hex Editor
If you need a hex editor in OS/X to see exactly what is in a file, download this free one. http://ridiculousfish.com/hexfiend/Two other Unix commands for working with binary data are dd and od. You can read about them from their man pages: man dd man odTaken f...
How to not set a file/application association in OS/X?
In OS/X does anyone know how to not set a file/application association? I have both FileMaker and Final Cut Pro. If I export as XML from FileMaker, the OS sees it as a Final Cut Pro document and automatically opens Final Cut Pro and read the doc in Final Cut P...
Why doesn't mysqlshow work for databases or tables with underscores in their names?
mysqlshow has a tricky feature that interprets SQL wildcard characters (*,?,%,_) as wildcards if they appear in the last argument you give it. While the first 3 characters don’t get used much (if at all) in naming databases, the underscore is a common word sep...