Changes

Jump to navigation Jump to search
432 bytes added ,  12:37, 24 September 2007
fixed formating
Line 1: Line 1:  +
=Computers in the Houpt Lab=
 +
 
{| border = "1"
 
{| border = "1"
|+ Computers in the Houpt Lab
+
|+
 
! 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: "http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?DB=pubmed&term=
+
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>
   −
defaults write com.apple.Safari WebKitOmitPDFSupport -bool YES
+
(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>
   −
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: <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>

Navigation menu