This is a page of "How to" solve some computer problems that may happen.
P = problem;
S = solution
P: PEX (network boot) is now installing 2009.5.1†
P: NIS (network information services) will be moved from tube to flex 2009.5.1†
The following problems are solved.
P: linux emacs ispell error (no language "eu") 2009.4.24†
S: solved. "M-x ispell-change-dictionary" and select english†
S: solved. Edit .emacs to add (setq ispell-dictionary "english")†
P: How to update the files of remote to the files of local†
S: solved. "rsync -avc -e ssh saito@remote:/home/saito/book09/ /rsaito/book09"†