Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

1400 total results found

My webserver has died! How do I bring it back online in a hurry?

Programming and Web Development

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...

back up
debian
Linux
livecd
NFS
Ubuntu
webserver

How do I add or remove a page/website/etc from Google's index!

Internet and Web Browsers

add:http://www.google.com/support/webmasters/bin/answer.py?answer=34397remove:http://www.google.com/support/webmasters/bin/answer.py?answer=35301

search
engine
Google
index
webmaster

Moving from Hummingbird v8 to V9? Got some errors?

MacOS, Windows, and Linux

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 ...

biquery
data
hummingbird
models
QDB

Dell Laptop Battery Recall

Printers, Monitors, and Other Hardware

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...

battery
Dell

Is it possible to delete threads from the Lists Archives

MyUCLA and BOL

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 ...

BOL
lists
archive

Does UCLA offer online sexual harassment training?

UCLA Resources

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.

sexual harassment
training

Remove WinXP Printer Notifications

MacOS, Windows, and Linux Windows XP

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...

Windows XP
print

Preventing SSH Dictionary Attacks With DenyHosts

Cybersecurity

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...

SSH
denyhosts

How to add new slots in Plone

Programming and Web Development 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

Plone

How to prevent "hotlinking" of your images on a web site

Programming and Web Development

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...

hotlink

Top Ten Web Design Mistakes of 2005

Programming and Web Development CSS and Web Design

By Jakob Nielsen:http://www.useit.com/alertbox/designmistakes.html

web
design
Nielsen
usability

What is the Cisco VPN Client error message "Required VPN subsystem not available"

Internet and Web Browsers VPNs

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...

error
VPN

What are the incoming and outgoing mail server settings for my mail account?

Email

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...

email settings
POP
SMTP
SEASnet
BOL

How can I access restricted UCLA websites from off campus?

Internet and Web Browsers UCLA Campus Networks

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...

VPN

On a UNIX / Linux system, how do I view which shared libraries a program needs?

Programming and Web Development

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...

Linux
Unix

Apple OS/X Hex Editor

MacOS, Windows, and Linux

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...

OSX
binary
Unix

How to not set a file/application association in OS/X?

MacOS, Windows, and Linux

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...

OSX

Why doesn't mysqlshow work for databases or tables with underscores in their names?

Programming and Web Development SQL

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...

MySQL
mysqlshow
underscore