Difference between revisions of "Computers"
(fixed formating) |
|||
Line 1: | Line 1: | ||
+ | =Computers in the Houpt Lab= | ||
+ | |||
{| border = "1" | {| border = "1" | ||
− | |+ | + | |+ |
! Computer !! Location !! IP address | ! Computer !! Location !! IP address | ||
|- | |- | ||
Line 22: | Line 24: | ||
|- | |- | ||
|} | |} | ||
+ | |||
+ | |||
=Computer Hints= | =Computer Hints= | ||
1. '''Acid Search''' from [http://www.pozytron.com/acidsearch pozytron.com ] | 1. '''Acid Search''' from [http://www.pozytron.com/acidsearch pozytron.com ] | ||
− | + | <blockquote> | |
− | Add a search channel for PubMed: | + | Add a search channel for PubMed: <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> | ||
+ | :<tt><nowiki>http://en.wikipedia.org/wiki/Special:Search?search=</nowiki></tt><br> | ||
+ | </blockquote> | ||
2. '''Add debug menu to Safari''': | 2. '''Add debug menu to Safari''': | ||
− | + | <blockquote> | |
− | defaults write com.apple.Safari IncludeDebugMenu 1 | + | <tt>defaults write com.apple.Safari IncludeDebugMenu 1</tt> |
+ | </blockquote> | ||
3. '''to make Safari pass PDFs to Preview''' instead of opening itself: | 3. '''to make Safari pass PDFs to Preview''' instead of opening itself: | ||
+ | <blockquote> | ||
+ | <tt>defaults write com.apple.Safari WebKitOmitPDFSupport -bool YES</tt><br><br> | ||
− | + | (also remove Adobe PDF viewer from /Library/Internet Plug-Ins)<br> | |
− | |||
− | (also remove Adobe PDF viewer from /Library/Internet Plug-Ins) | ||
(could also try using [http://www.celestialfrontiers.com/safari_enhancer.php Safari Enhancer]) | (could also try using [http://www.celestialfrontiers.com/safari_enhancer.php Safari Enhancer]) | ||
+ | </blockquote> | ||
4. '''To change the __MyCompanyName__''' in Xcode (from MacOSXGuru.Net): | 4. '''To change the __MyCompanyName__''' in Xcode (from MacOSXGuru.Net): | ||
+ | <blockquote> | ||
+ | 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.<br><br> | ||
− | + | You could also do it via Terminal.app: <br> | |
− | |||
− | You could also do it via Terminal.app: | ||
− | defaults write com.apple.ProjectBuilder PBXCustomTemplateMacroDefinitions '{ "ORGANIZATIONNAME" = "Behavioral Cybernetics";}' | + | :<tt>defaults write com.apple.ProjectBuilder PBXCustomTemplateMacroDefinitions '{ "ORGANIZATIONNAME" = "Behavioral Cybernetics";}' </tt><br> |
− | or | + | or<br> |
− | defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{ "ORGANIZATIONNAME" = "Behavioral Cybernetics";}' | + | :<tt>defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{ "ORGANIZATIONNAME" = "Behavioral Cybernetics";}' </tt><br> |
+ | </blockquote> | ||
− | 5. '''download [www.allume.com stuffit expander]''' | + | 5. '''download [http://www.allume.com stuffit expander]''' |
6. ''' make iChat autoconnect ''' | 6. ''' make iChat autoconnect ''' | ||
− | + | <blockquote> | |
− | defaults write com.apple.ichat AutoAcceptVCInvitations -1 | + | <tt>defaults write com.apple.ichat AutoAcceptVCInvitations -1 </tt> |
+ | </blockquote> | ||
7. '''Making bootable backups''': | 7. '''Making bootable backups''': | ||
− | + | <blockquote> | |
− | sudo rsync -xrlptgoEv --progress --delete / /Volumes/Backup | + | <tt>sudo rsync -xrlptgoEv --progress --delete / /Volumes/Backup </tt><br><br> |
or just use [http://www.bombich.com/software/ccc.html carbon copy cloner] | or just use [http://www.bombich.com/software/ccc.html carbon copy cloner] | ||
+ | </blockquote> |
Revision as of 13:37, 24 September 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=
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