Difference between revisions of "Computers"
(fixed formating) |
(added search channel for youtube) |
||
Line 34: | Line 34: | ||
:<tt><nowiki>http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?DB=pubmed&term=</nowiki></tt><br><br> | :<tt><nowiki>http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?DB=pubmed&term=</nowiki></tt><br><br> | ||
Add a search channel for Wikipedia: <br> | Add a search channel for Wikipedia: <br> | ||
− | :<tt><nowiki>http://en.wikipedia.org/wiki/Special:Search?search=</nowiki></tt><br> | + | :<tt><nowiki>http://en.wikipedia.org/wiki/Special:Search?search=</nowiki></tt><br><br> |
+ | Add a search channel for YouTube: <br> | ||
+ | :<tt><nowiki>http://www.youtube.com/results?search_query=</nowiki></tt><br> | ||
</blockquote> | </blockquote> | ||
Revision as of 09:41, 14 October 2007
Computers in the Houpt Lab
Computer | Location | IP address |
---|---|---|
Principia | 209 | 65 |
Magnet | 209 | 73 |
Tesla | 252 | 226 |
Micrographia | 250 | (DHCP) |
Vaio | 250 | 78 |
G3 GelDoc | core | nc |
HP 3005 Printer | 250 | 15 |
BRF iMac | 115 | DHCP |
Maglab iMac | Maglab | ??? |
Computer Hints
1. Acid Search from pozytron.com
Add a search channel for PubMed:
- http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?DB=pubmed&term=
Add a search channel for Wikipedia:
- http://en.wikipedia.org/wiki/Special:Search?search=
Add a search channel for YouTube:
- http://www.youtube.com/results?search_query=
2. Add debug menu to Safari:
defaults write com.apple.Safari IncludeDebugMenu 1
3. to make Safari pass PDFs to Preview instead of opening itself:
defaults write com.apple.Safari WebKitOmitPDFSupport -bool YES
(also remove Adobe PDF viewer from /Library/Internet Plug-Ins)
(could also try using Safari Enhancer)
4. To change the __MyCompanyName__ in Xcode (from MacOSXGuru.Net):
Open the ProjectBuilder preferences file (~/Library/Preferences/com.apple.ProjectBuilder.plist) or the Xcode one (~/Library/Preferences/com.apple.Xcode.plist) and edit the dictionary associated with the key PBXCustomTemplateMacroDefinitions (create one if it does not exist, as child of the root node), edit or add the key ORGANIZATIONNAME, the associated string value will be used when PB creates new source files.
You could also do it via Terminal.app:
- defaults write com.apple.ProjectBuilder PBXCustomTemplateMacroDefinitions '{ "ORGANIZATIONNAME" = "Behavioral Cybernetics";}'
or
- defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{ "ORGANIZATIONNAME" = "Behavioral Cybernetics";}'
5. download stuffit expander
6. make iChat autoconnect
defaults write com.apple.ichat AutoAcceptVCInvitations -1
7. Making bootable backups:
sudo rsync -xrlptgoEv --progress --delete / /Volumes/Backup
or just use carbon copy cloner