Fedora 18 Installation Guide: Difference between revisions

From cchtml.com
(SghnEOXeSyVqqKWrYSD)
Line 1: Line 1:
==FGLRX driver from RPM Fusion (this will auto update with kernel update)==
Typically  yum takes care of main rpm and its dependent rpms. So yum amlauoticatly downloads all requires rpms and installs them.One crude way is to first download the main rpm and try to install it using rpm -i vlc-xxx.rpm . Then rpm command throws some info related to dependent files. Based on that information you can google and find the dependent rpms to download and install.(In your case, You may have to switch between Windows and Linux multiple times.)
 
*first update system
 
  su
  yum check-update
  yum update
*reboot
 
*in software manager enable "fedora 18 source\source-update"
*Install require stuff to get work properly
 
  su
  yum install gcc kernel-devel kernel-headers wget
 
==Add Rpm Fusion Repo==
 
http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-18.noarch.rpm
http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-18.noarch.rpm
 
==THE DRIVER==
*This will provide the latest driver and Control Panel Cat-13.1
 
  su
  yum install akmod-catalyst
 
* if dependency check-out you will have to
interact by typing Y to install
 
*If all is good you need to rebuild the kernel. (NEED TO BE DONE EACH TIME AKMOD UPDATE APPEND FOR BEST RESULT)
Type this in the terminal
   
su
new-kernel-pkg --kernel-args=nomodeset --mkinitrd --dracut --update $(rpm -q --queryformat="%{version}-%{release}.%{arch}\n" kernel | tail -n 1)
 
aticonfig --initial -f
 
*reboot
 
I'm afraid there are no saraly standards for such work, whatever that work is. I have to assume that's a job where you may participate on sites, joining conversations and mixing some advertising messages.  A lot of this work is taken care of by 3rd world outsource worker for a few bucks an hour. You can find such job descriptions at freelance marketplace sites like odesk.com or freelancer.com (without having to join or log in)There are also  micro task site s that pay small change for a few minutes work, the original  Mechanical Turk  was created by Amazon to automate' tasks a computer couldn't do, like pick the better of 2 photos, they named mturk.com after the 18th century chess playing machine that had a man hidden inside.  Many of the tasks are boosting the popularity of sites by visiting or voting them up, there are also more shady actions they may ask you to take, including signing up for product trials for which they get a commission, your choice.  Having Facebook, Google+ and social bookmarking site helps your qualification. Shorttask.com and microworkers.com are similar sites.
 
==Good luck==
 
--winglman--
 
 
 
 
 
 
ps:  ty "other friendly guy" who's always fixing & correcting my mistake lol appreciate
 
--winglman--

Revision as of 02:31, 5 July 2013

Typically yum takes care of main rpm and its dependent rpms. So yum amlauoticatly downloads all requires rpms and installs them.One crude way is to first download the main rpm and try to install it using rpm -i vlc-xxx.rpm . Then rpm command throws some info related to dependent files. Based on that information you can google and find the dependent rpms to download and install.(In your case, You may have to switch between Windows and Linux multiple times.)