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/08/26 14:40] – [Aks people's opinion?] adminhow_to [2019/10/07 17:38] – [Learn about linear models and ANOVA in R?] admin
Line 180: Line 180:
 ---- ----
  
-====   Install Salmon on OSX?   ====+==== Install Salmon on OSX? ====
  
 \\ \\
Line 204: 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 228: Line 235:
 ---- ----
  
-**Access a Bioconductor package source code?** \\+====   Access a Bioconductor package source code?   ==== 
 It is always better to a install the latest version of a package as directed in the corresponding Bioconductor page (e.g., [[https://bioconductor.org/packages/Pigengene|Pigengene]]). If you need to see more details in the source code, you can clone the source from the Bioconductor mirror, e.g., It is always better to a install the latest version of a package as directed in the corresponding Bioconductor page (e.g., [[https://bioconductor.org/packages/Pigengene|Pigengene]]). If you need to see more details in the source code, you can clone the source from the Bioconductor mirror, e.g.,
  
Line 238: Line 246:
 ---- ----
  
-**Use git via proxy or vpn?** \\+====   Use git via proxy or vpn?   ==== 
 Use [[https://github.com/apenwarr/sshuttle|sshuttle]], e.g., sshuttle -r h_[[mailto:z14@nyx.cs.txstate.edu|mailto:z14@nyx.cs.txstate.edu]] 0.0.0.0/0 -vv\\ Use [[https://github.com/apenwarr/sshuttle|sshuttle]], e.g., sshuttle -r h_[[mailto:z14@nyx.cs.txstate.edu|mailto:z14@nyx.cs.txstate.edu]] 0.0.0.0/0 -vv\\
 The list of servers at Texas Sate University are listed [[https://cs.txstate.edu/resources/labs/accounts/linux/|here]]. The list of servers at Texas Sate University are listed [[https://cs.txstate.edu/resources/labs/accounts/linux/|here]].
Line 389: Line 398:
 ==== Disable scroll acceleration in macOS? ==== ==== Disable scroll acceleration in macOS? ====
  
-Issue the following [[https://apple.stackexchange.com/questions/253111/how-to-disable-scroll-acceleration-in-macos-sierra|command]] and restart:+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> <code>
 defaults write .GlobalPreferences com.apple.scrollwheel.scaling -1 defaults write .GlobalPreferences com.apple.scrollwheel.scaling -1
 </code> </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.