On Mon, 4 Apr 2005, John P. Conlon wrote:
1. I need to move the entire home folder and contents to a different
computer so I can work on the first one. How do I do this? Both
machines ae essentially networked stand alone machines.
One way is rsync over ssh.
cd /home
rsync -av -e ssh . othermachine:/home/
All you need is ssh on both boxes and to permit remote root ssh on the
target machine.
2. Where do I find the file that identifies that has the abreviations
for ISA sound cards. I need to put this information in my lts.conf file
for several of my home brewed clients that have ESS 1868 cards.
I think you are looking for the hwdata files /usr/share/hwdata
Thanks
Pat
_______________________________________________
K12OSN mailing list
K12OSN redhat com
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
------------------------------------------------------------------------
Jim Wildman, CISSP, RHCE jim rossberry com http://www.rossberry.com
"Society in every state is a blessing, but Government, even in its best
state, is a necessary evil; in its worst state, an intolerable one."
Thomas Paine
_______________________________________________
K12OSN mailing list
K12OSN redhat com
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>