User:Kevgor/Miscellaneous Technical Notes: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 31: | Line 31: | ||
== Install bad and ugly gstreamer files to USB == |
== Install bad and ugly gstreamer files to USB == |
||
For download only of yum updates to an External USB Volume PATRIOT with subdirectory called Guvcview |
|||
yum install --nogpgcheck \ |
yum install --nogpgcheck \ |
||
http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm \ |
http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm \ |
Revision as of 13:01, 2 October 2011
Miscellaneous Technical Reminder Notes
October 2011
Install Developer Key
su - wget -P /security https://activation.laptop.org/devkey/xxxxxxxxx/develop.sig
Boot keys
signed install - all 4 game keys on right-hand on display text boot - check-mark game key on right-hand side of display boot to OFW - esc (X) keyboard key
Unsigned Build reflash commands from OFW
XO1
update-nand osx.onu
XO1.5 and 1.75
fs-update osx.zd4
Start cups service
/sbin/service cups start
Sample yum syntax
For download only of yum updates to an External USB Volume PATRIOT with subdirectory called UpdateRpms
yum update --downloadonly --nogpgcheck --downloaddir=/media/Patriot/UpdateRpms
For installing rpms from a USB volume PATRIOT with subdirectory called UpdateRpms and no internet access
yum localinstall --nogpgcheck --disablerepo=* /media/PATRIOT/UpdateRpms
Install bad and ugly gstreamer files to USB
For download only of yum updates to an External USB Volume PATRIOT with subdirectory called Guvcview
yum install --nogpgcheck \ http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm \ http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm sleep 2 yum install --downloadonly --nogpgcheck --downloaddir=/media/PATRIOT/Guvcview \ gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer-ffmpeg