Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
how_to [2019/07/08 17:56] – [Install R locally (e.g. on a cluster)?] adminhow_to [2019/09/19 22:37] – [Get older versions using git?] admin
Line 125: Line 125:
  
 <code> <code>
-brew install aspell --with-lang-en+brew install aspell
 </code> </code>
  
Line 160: Line 160:
  
 ---- ----
 +
  
 ====   Begin learning bioinformatics?   ==== ====   Begin learning bioinformatics?   ====
Line 179: Line 180:
 ---- ----
  
-====   Install Salmon on OSX?   ====+==== Install Salmon on OSX? ====
  
 \\ \\
Line 203: Line 204:
  
 **Set the default width of fill mode (line length) in emacs?** \\ **Set the default width of fill mode (line length) in emacs?** \\
-[[http://stackoverflow.com/questions/3566727/how-to-set-the-default-width-of-fill-mode-to-80-with-emacs|Use]] 'M-x customize-variable' to set 'fill-column' (100 in Oncinfo). Use DejaVu Sans Mono (~[[http://www.leancrew.com/all-this/2009/10/the-compleat-menlovera-sans-comparison/|Menlo]] on MacOS) size 18-20 is an [[http://ergoemacs.org/emacs/emacs_unicode_fonts.html|appropriate]] font for programming in Emacs. To do so, you may need to manually edit your .emacs in [[https://stackoverflow.com/questions/4821984/emacs-osx-default-font-setting-does-not-persist|macOS]].+[[http://stackoverflow.com/questions/3566727/how-to-set-the-default-width-of-fill-mode-to-80-with-emacs|Use]] 'M-x customize-variable' to set 'fill-column' (100 in Oncinfo). Use DejaVu Sans Mono (~[[http://www.leancrew.com/all-this/2009/10/the-compleat-menlovera-sans-comparison/|Menlo]] on MacOS) size 18-20 is an [[http://ergoemacs.org/emacs/emacs_unicode_fonts.html|appropriate]] font for programming in Emacs. To do so, you may need to manually edit your .emacs in [[https://stackoverflow.com/questions/4821984/emacs-osx-default-font-setting-does-not-persist|macOS]], and add the following [[https://stackoverflow.com/questions/4879785/can-i-break-the-long-line-in-emacs-non-windows-to-the-next-line|line]]: 
 + 
 +<code> 
 +(setq truncate-lines nil) 
 +</code>
  
 ---- ----
  
-**Get older versions using git?** \\+==== Get older versions using git? ==== 
 [[https://githowto.com/getting_old_versions|Use]] "git log" to see the previous commits and the corresponding hashes, "git checkout <hash>" to get an older version, and "git checkout master" to get back. [[https://githowto.com/getting_old_versions|Use]] "git log" to see the previous commits and the corresponding hashes, "git checkout <hash>" to get an older version, and "git checkout master" to get back.
  
 ---- ----
  
-**Learn about linear models and ANOVA in R?** \\+ 
 +====   Learn about linear models and ANOVA in R?   ==== 
 + 
 +\\
 Review Advanced Statistical Methods II lecture [[https://www.utdallas.edu/~ammann/stat6338/stat6338.html|notes]] by Dr. Larry Ammann at UT Dallas. Review Advanced Statistical Methods II lecture [[https://www.utdallas.edu/~ammann/stat6338/stat6338.html|notes]] by Dr. Larry Ammann at UT Dallas.
  
Line 382: Line 391:
 ==== Aks people's opinion? ==== ==== Aks people's opinion? ====
  
-Create a [[https://doodle.com/|Doodle]] to find a common time for scheduling events. For longer surveys, use [[https://www.surveymonkey.com/|SurveyMonkey]] for offline, and [[https://www.pollev.com/|Poll]] Everywhere for online interaction with audiance.+Create a [[https://doodle.com/|Doodle]] to find a common time for scheduling events. For longer surveys, use [[https://www.surveymonkey.com/|SurveyMonkey]] for offline, and [[https://www.pollev.com/|Poll]] Everywhere for online interaction with audience. 
 + 
 +---- 
 + 
 +==== Disable scroll acceleration in macOS? ==== 
 + 
 +Install and [[https://www.reddit.com/r/osx/comments/6kx6zb/how_to_disable_mouse_scrolling_acceleration/|use]] USB [[http://www.usboverdrive.com/USBOverdrive/Information.html|Overdrive]] to set Wheel up and down "Speed" to say, 6 lines. The following [[https://apple.stackexchange.com/questions/253111/how-to-disable-scroll-acceleration-in-macos-sierra|command]] does NOT work: 
 + 
 +<code> 
 +defaults write .GlobalPreferences com.apple.scrollwheel.scaling -1 
 +</code> 
 + 
 +Logitech Control Center may help on the [[https://support.logi.com/hc/en-gb/articles/360025297833-Logitech-Control-Center-for-Macintosh-OS-X|Logitech]] MX mice older than 2019.