Guest User

Untitled

a guest
Jul 8th, 2018
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. scp -r dad@192.168.1.10:/home/dad/scripts /home/dad/scripts
  2. # the lirc files
  3. scp dad@192.168.1.15:/home/dad/.lircrc /home/dad/.lircrc
  4. scp dad@192.168.1.15:/home/dad/.lirc/irexec /home/dad/.lirc/irexec
  5. scp dad@192.168.1.15:/home/dad/.lirc/mythtv /home/dad/.lirc/mythtv
  6. scp dad@192.168.1.15:/etc/lirc/harware.conf /etc/lirc/harware.conf
  7. scp dad@192.168.1.15:/etc/lirc/lircmd.conf /etc/lirc/lircmd.conf
  8. scp dad@192.168.1.15:/etc/lirc/lircd.conf /etc/lirc/lircd.conf
  9. #xorg.conf with mouse
  10. scp dad@192.168.1.15:/etc/X11/xorg.conf/ /etc/X11/xorg.conf15
  11. sudo service lirc restart
  12.  
  13. #fstab and rc.local
  14. scp dad@192.168.1.15:/etc/rc.local /etc/rc.local
  15. scp dad@192.168.1.15:/etc/fstab/ /home/dad/scripts/fstabfrom15
  16. #sleep.d
  17. scp dad@192.168.1.15:/etc/pm/sleep.d/99myth.sh /etc/pm/sleep.d/99myth.sh
  18.  
  19. # make dirs for fstab mounting
  20. mkdir images ipod
  21. #copy backgrounds
  22. scp -r dad@192.168.1.15:/home/dad/backgrounds /home/dad/backgrounds
  23. #install some programs
  24. sudo apt-get install mousepad pidgeon xchat
  25. # copy hosts
  26. scp dad@192.168.1.15:/etc/hosts/ /etc/hosts
  27.  
  28. # addd some ppa's xbmc and ....
  29. sudo apt-get install python-software-properties pkg-config
  30. sudo add-apt-repository ppa:team-xbmc
  31. sudo apt-get update
  32. sudo apt-get install xbmc xbmc-standalone
  33. sudo apt-get update
  34.  
  35. # install flash player.....
  36. #not here yet!
  37. # alsa
  38. #sudo /usr/bin/amixer -q -c 0 sset 'Master',0 unmute && /usr/bin/amixer -q -c 0 sset 'Master',0 100
  39. #sudo /usr/bin/amixer -q -c 0 sset 'IEC958 Default PCM',0 unmute
  40. #sudo /usr/bin/amixer -q -c 0 sset 'IEC958',0 unmute && /usr/bin/amixer -q -c 0 sset 'IEC958',1 unmute
  41. #sudo alsactl store 0
  42. scp dad@192.168.1.15:/home/dad/.asoundrc /home/dad/.asoundrc
Add Comment
Please, Sign In to add comment