To be root
su
THEN
password
######################################################
การ set proxy ของ mahidol บน fedora
sudo gedit /etc/yum.conf
Then add this 3 line to the page
proxy=http://proxy-si.mahidol:8080/
proxy_username=xxxxx
proxy_password=xxxxx
######################################################
How to Install VLC in Fedora 17 / 16 / 15
VLC is a free and open source cross-platform multimedia player, which plays most of the
multimedia files (MKV, AVI, MP4, etc.,). No codec packs needed to be installed, VLC is
simple and powerfull multimedia player works on various Operating System Linux, Mac and
Windows.
su -c 'rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-
stable.noarch.rpm
sudo yum install vlc
######################################################
Fedora 11 (Leonidas), Fedora 12 (Constantine), Fedora 13 (Goddard) and Fedora 14
(Laughlin)
Use RPM Fusion for F11, F12, F13 and F14 (available for x86, x86_64, ppc and ppc64)
Install rpmfusion-free-release-stable.noarch.rpm for F11, F12, F13 and F14.
$> su -
#> rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-
stable.noarch.rpm
#> yum install vlc
#> yum install mozilla-vlc (optional)
######################################################
Installing dependancy libraries for Newbler on Fedora 15
yum clean allyum install zlib.i686 libXi.i686 libXtst.i686 libXaw.i686
yum install zlib-devel.i686 libXi-devel.i686 libXtst-devel.i686 libXaw-devel.i686
Installing dependancy libraries for Newbler on Fedora 15
Installing Roche 454 Analysis software version 2.6 (gsAssembler and gsMapper) on Fedora 15September 21, 2011
September 21, 2011
In case it helps anyone else, to install the Roche 454 sequence analysis software (gsAssembler or newbler, gsMapper, etc.) on a computer running 64 bit Fedora 15, there were a few libraries that needed to be installed first, but a necessary condition to get this to work for me was to first enable both the "updates" and "updates-testing" repositories. This is done using
Applications → System Tools → Add/Remove Software → System → Software Sources → Software Sources
Then, this command installed the necessary libraries, along with a number of dependencies:
sudo yum install zlib.i686 libXi.i686 libXtst.i686 libXaw.i686
The install then went smoothly.
However, the "454 Sequencing Applications" menu did not appear in the main Applications menu. To make them show up (and I am operating in "Fallback mode" if that makes a difference), I also needed this command
sudo ln -s /etc/xdg/menus/applications-merged /etc/xdg/menus/applications-gnome-merged
For reference, here is the error I received before enabling all repositories:
Error: Protected multilib versions: libgcc-4.6.0-10.fc15.i686 != libgcc-4.6.1-9.fc15.x86_64
######################################################
Installing xvidcap
โปรแกรมที่ชื่อว่า xvidcap อ่าคับลองพิมพ์ command นี้ดูนะครับ
yum install gtk-recordmydesktop xvidcap
หรือลองไปอ่านรายละเอียดดูนะครับที่
http://liquidat.wordpress.com/2007/03/13/desktop-recording-on-fedora-core-6/
######################################################
Another app is currently holding the yum lock
Credit: http://www.linuxquestions.org/questions/fedora-35/another-app-is-currently-holding-the-yum-lock-603251/
Hit Ctrl-C; that's the key combination to kill any currently running process in a bash shell or terminal.
To find out what's locking up yum, try running:
# ps aux | grep yum
Note the PID number of the process and run this to kill the process:
# kill
Check to see if the process has been killed by rerunning:
# ps aux | grep yum
If not, rinse and repeat until the process is killed; some processes can be very stubborn.
######################################################
Add Entry Fedora to Window Using EasyBCD
1.Start EasyBCD.
2.Now click on the Add New Entry tab, then on theLinux/BSD tab.
3.Now in Type select GRUB2 from drop-down menu as is our case of Fedora 17. In Name type Fedora 17. From the Drive menu, select the partition where GRUB was installed (it would take around 500Mb of space). Click on Add Entry.
######################################################
No comments:
Post a Comment