Difference between revisions of "Hokie Stalker"
imported>Cov m (moved Hokie Stalker to People Search) |
imported>Cov |
||
Line 1: | Line 1: | ||
− | ''' | + | '''Virginia Tech People Search''' is a web search interface to the university directory. The web interface is colloquially known as '''Hokie Stalker'''. |
=Searching the University Directory= | =Searching the University Directory= | ||
Line 7: | Line 7: | ||
keyword for the search. See the [http://www.mozilla.org/products/firefox/smart-keywords.html Mozilla article on "Smart Keywords"]. | keyword for the search. See the [http://www.mozilla.org/products/firefox/smart-keywords.html Mozilla article on "Smart Keywords"]. | ||
− | ==Commandline | + | ==Commandline People Search== |
The Virginia Tech finger server hooks into the same database as the web-based people search. Access to it using [[netcat]] is trivial: | The Virginia Tech finger server hooks into the same database as the web-based people search. Access to it using [[netcat]] is trivial: | ||
<pre> | <pre> | ||
Line 53: | Line 53: | ||
=Links= | =Links= | ||
* [http://search.vt.edu/search/people.html Virginia Tech | People Search] | * [http://search.vt.edu/search/people.html Virginia Tech | People Search] | ||
− | * [[ud:Hokie Stalker|Urban Dictionary entry]] | + | * [[ud:Hokie Stalker|Urban Dictionary Hokie Stalker entry]] |
[[Category:Campus computing resources]] | [[Category:Campus computing resources]] | ||
[[Category:Scripts]] | [[Category:Scripts]] |
Revision as of 16:13, 9 December 2009
Virginia Tech People Search is a web search interface to the university directory. The web interface is colloquially known as Hokie Stalker.
Contents
Searching the University Directory
Searching with Firefox
Keyword searches can serve as handy shortcuts. In recent versions of Firefox, you can simply right-click in a search box and choose to add a keyword for the search. See the Mozilla article on "Smart Keywords".
Commandline People Search
The Virginia Tech finger server hooks into the same database as the web-based people search. Access to it using netcat is trivial:
$ echo charles steger | nc finger.vt.edu 79 OpenLDAP Finger Service... 1 exact match found for "charles steger": "808122, People" Also Known As: Charles W Steger Charles W. Steger Title: President and Prof. of Arch. Department: President - Admin. Department Number: 043100 Work Address: Office of the President 210 Burruss Hall Blacksburg, VA 24061 Mail Stop: 0131 Work Phone: 5402316231 E-Mail Address: president@vt.edu
It might be useful to turn this one-liner into a script if you need to lookup professor room numbers, email addresses, etc. on a regular basis. To do so, follow the steps below to create a script that can be called by typing hs
.
# echo -e '#!/bin/bash\n\necho $* | nc finger.vt.edu 79' > /usr/local/bin/hs # chmod +x /usr/local/bin/hs
Privacy Settings
Managing via MyVT
To suppress personal information visit MyVT profile visibility after logging in via the central authentication system.
Computer Labs
In order to login at the Math Emporium, public visibility of ones PID was once required. This was fixed sometime in 2009 but as of fall 2009, public visibility of the PID is still required to log in to OSX from computers in the Torg computer labs.