Category Archives: Uncategorized

Ever run $ ls -la and suffer with a white background and white letters that look invisible? Suffer no more. Ever have a dark terminal and directory names are dark blue or black? Stop gauging your eyes out. Step 1. … Continue reading

Posted on by pauljohn | 2 Comments

Debian Wheezy Install Notes

Install from netinst disk. Seems OK, but can’t start session using old home directory because that assumed I had compiz available. And XFCE4. Thus I have to do some unusual steps to get them, most users won’t need to bother … Continue reading

Posted in Uncategorized | Comments Off on Debian Wheezy Install Notes

MacBook Pro: Hey, Jewel, Take a Walk on the Wild Side

I’ve never used a Macintosh. I did not appreciate the original Macintosh at all. I felt they were charging a price premium for a system that was not open to hardware or software from other vendors. I chose MS DOS … Continue reading

Posted in Uncategorized | Comments Off on MacBook Pro: Hey, Jewel, Take a Walk on the Wild Side

Lyx Local Layout, markup for R code in documents

While preparing book manuscript, I found the need to mark code of various styles, R functions, variables, and I needed this to be flexible and fixable later when publisher changed mind on style. Here’s the secret recipe. In Lyx Document … Continue reading

Posted in Uncategorized | Comments Off on Lyx Local Layout, markup for R code in documents

Nobody has a cuter dog that the Honey dog, who has just endured a second leg surgery.

Posted in Uncategorized | Comments Off on

R Summer Camp 2013 Journal

## Summer Camp Blog 2013 ## Day 1 I forgot to mention: The new copy of the “rockchalk” package is on our testing repository install.packages(“rockchalk”, repos = “http://rweb.quant.ku.edu/kran”, type = “source”) Version 1.7.90 is in “feature freeze” now, bug fixes … Continue reading

Posted in Uncategorized | Comments Off on R Summer Camp 2013 Journal

Emacs settings for Windows and the Rterm problem

Good page: http://cbio.ensmp.fr/~thocking/primer.html Shows how to use .Rprofile and .emacs file. This is the old fashioned way, (setq inferior-R-program-name “/path/to/R”);; I need to return and get this right, once and for all. So I started this page as a reminder … Continue reading

Posted in Uncategorized | Comments Off on Emacs settings for Windows and the Rterm problem

Installing LyX 2.0.5 in Windows, step by step

## Paul E. Johnson <pauljohn at ku.edu> ## 2013-02-09 ## Step by step LyX install Notes ## Test operating system is Windows-7 32 bit virtual machine. ## User making install is NOT a “limited” account. (Recall that ## the limited … Continue reading

Posted in LaTeX/Lyx, Uncategorized, Windoze | Comments Off on Installing LyX 2.0.5 in Windows, step by step

Faster R: Things to not forget

We ask all the time, how to make R go faster, and there are a few basic tips and clear working examples, but except for that, it is confusing. We just have to test. It is not unique to R. … Continue reading

Posted in Uncategorized | Tagged , , | Comments Off on Faster R: Things to not forget

tar and ssh together to backup onto remote machine

On my laptop, I have working installs of some programs and I want to back them up as tar.gz files on a server that I can access via ssh. The disk on the server is formatted in windows NTFS. It … Continue reading

Posted in Uncategorized | Comments Off on tar and ssh together to backup onto remote machine