Tuesday, January 18, 2011

VLC media player for Fedora


Most of our packages for fedora can be found on RPM Fusion RPM Fusion
You can also use this repository from distribution derived from Fedora

Please report "packaging bugs" on Bugzilla - RPM Fusion

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)

Rawhide (The development version of Fedora)

Use RPM Fusion for Rawhide (available for x86, x86_64, ppc and ppc64)
Install rpmfusion-free-release-rawhide.noarch.rpm for Rawhide

    $> su -
#> rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-rawhide.noarch.rpm
#> yum install vlc
#> yum install mozilla-vlc (optional)

VLC media player for (older) Fedora

Older version of Fedora are not supported anymore by the Fedora Project (even for security bugfix).

Fedora 8, 9, 10

Use RPM Fusion for F8, F9 and F10 (available for x86, x86_64 and ppc)
Install rpmfusion-free-release-stable.noarch.rpm for F8, F9 and F10

    $> su -
#> rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
#> yum install vlc
#> yum install python-vlc mozilla-vlc (optionals)

Fedora 7

Use RPM - LIVNA for F7 (available for x86, x86_64 and ppc)
Install livna-release-7.rpm for F7

    $> su -
#> rpm -ivh http://rpm.livna.org/livna-release-7.rpm
#> yum install vlc
#> yum install python-vlc mozilla-vlc (optional)

Fedora Core 6

Use RPM - LIVNA for F6 (available for x86, x86_64 and ppc)
Install livna-release-6.rpm for F6

    $> su -
#> rpm -ivh http://rpm.livna.org/livna-release-6.rpm
#> yum install vlc
#> yum install python-vlc mozilla-vlc (optional)

Fedora Core 4 and 5

For those two versions, VLC 0.8.6 is not available. You can have 0.8.5 here for FC 4 and 5 on FreshRPMs.

Fedora Core 1, 2 and 3

Use Dag wieers to have 0.8.6 for those old versions!

Other versions - Search

Use PBone.net to search a lot of other versions of VLC for fedora or fedora compatible distributions.

Sunday, January 9, 2011

How To: Install VirtualBox 3.2 on Fedora 14

This is a step by step tutorial on how to get VirtualBox 3.2 up and running on Fedora 14. Specifically, this guide was written using the VirtualBox 3.2.10 (32-bit) version. It can be adapted to upcoming versions and different CPUs (64-bit). The folks at VirtualBox have made it easy to install for Fedora users and I’m going to show you how in a few easy steps. Right, open a terminal window and let’s get to it…

Step 1: Download, Copy, and Edit Repository File

This is a one-liner command that will download, copy, and edit the VirtualBox repository file at once.

1
su -c 'curl http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo > /etc/yum.repos.d/virtualbox.repo; sed -i "s,enabled=0,enabled=1,g" /etc/yum.repos.d/virtualbox.repo'

Step 2: Update Repository and Install VirtualBox-3.2

This command will update yum repositories to include the new VirtualBox repository file we copied in the last step and then it will attempt to install VirtualBox-3.2 with dependencies.

1
su -c 'yum update; yum install -y VirtualBox-3.2 dkms gcc'

Step 3: Run VirtualBox Setup Script

This command will run the VirtualBox driver setup script (see small note below command).


1
su -c '/etc/init.d/vboxdrv setup'

If you’re having issues, try installing “kernel-devel” OR “kernel-PAE-devel” if the output of ‘uname -r’ contains the suffix of .PAE). Only install one to avoid confusing the system.

Step 4: Setup Groups for VirtualBox Access

This command will add you to the vboxusers group. Replace “username” with your actual username found by using the whoami command.


1
su -c 'usermod -G vboxusers -a username'

If you find that you’re getting SELinux errors or denials, try adding VirtualBox.so as an exception with this command:
su -c 'chcon -t textrel_shlib_t /usr/lib/virtualbox/VirtualBox.so'

Step 5: Run VirtualBox

Finally, run VirtualBox and have fun with it!


1
VirtualBox

Monday, November 22, 2010

Google Talk for Ubuntu 10.04

gtalk for ubuntu
What is google talk(in short – gtalk)?

Google Talk is an instant messaging service(The Project is developed on Google Code) which is built on Open Protocols – XMPP,Extensible Messaging and Presence Protocol(Old Name – Jabber),an open protocol based on XML; and Jingle(an extension to XMPP for initiating and maintaining peer to peer sessions).gtalk,a google instant messenger(With Extra features like voice calls over Internet using voip) is free and it’s source code is also available so that developers can build a clients that can be connected to the google talk service.

Gtalk for Ubuntu 9.10/10.04

Currently google talk has native support for windows-XP(or Later) and Mac OS X only i.e for Linux or Ubuntu google talk is not developed(Although it is guessed that for Linux gtalk is under development…).On the second thought,ubuntu 10.04 has already a Empathy IM(Instant Messenger) client but if you have used gtalk before on windows XP or 7 then you won’t want to forget gtalk.Although there are many other ways you can use google talk on your ubuntu 10.04.One of the simple ways is to install it through wine.

Install google talk(gtalk) on Ubuntu 10.04 – by using wine

#1. To install google talk,first you need to install wine on ubuntu 10.04.Skip this step if already you are using wine on ubuntu.

#2. Download the gtalk windows executable from the google’s website.
Download Google Talk

#3. Install Google Talk on Ubuntu by Right click-> Open with Wine Windows Program Loader.

#4. I hope Your work is done!

Conclusion : Running Windows application program on Ubuntu by using Wine might irritate sometimes..I think Google will release the gtalk for ubuntu(*.deb) soon…

how to install wine on ubuntu 10.04

Wine – Windows program loader/installer : Ubuntu 10.04

how to install wine on ubuntu 10.04

Wine is a compatibility layer to run windows applications/softwares on Linux based OS like Ubuntu 10.04(Lucid Lynx)/9.10/10.10.The most important fact is that the applications doesn’t required CPU emulation and run at full speed.The Wine can be installed in Ubuntu 10.04 by using command line or Synaptic Package Manager.Wine package contains a program loader which is used to run windows executables(*.exe).

Installing Wine in Ubuntu 10.04 by using Synaptic Package Manager

1. Open Synaptic Package Manager and search for ‘wine’.

2. Then select the row which contains wine 1.2 and mark the package(by checking box) for installation; and click on ok if it asks for dependencies.

3. Next,click on Apply to install wine and wait ….until the installation is completed.

4. Now,you are ready to use wine.

Install Wine from Command Line(Terminal/shell)

To install wine from command line,first open the terminal(In Ubuntu 10.04,just hit CTRL+ALT+T) and type the command given below
sudo apt-get install wine

Using Wine on Ubuntu 10.04/9.10
After successful installation of wine on Ubuntu 10.04(Lucid Lynx),you can open it from Applications->Wine OR just right click on windows executables(.exe) and select ‘Open With Wine Windows Program Loader’.

Tuesday, October 19, 2010

How To Install Skype 2.1 in Debian Lenny

Skype is software that allows users to make telephone calls over the Internet. Calls to other users of the service and to free-of-charge numbers are free, while calls to other landlines and mobile phones can be made for a fee. Additional features include instant messaging, file transfer and video conferencing.


Skype is a very popular closed-source application for voice conferences and chat. It gained a lot of popularity in the last couple of years, becoming one of the most used applications for internet conversations. The latest release of Skype for Linux is 2.0.

To install

Skype, you will first need to get all of its dependencies

#apt-get install libasound2 libc6 libgcc1 libqt4-core libqt4-gui libsigc++-2.0-0c2a libstdc++6 libx11-6

Note: You have to be root in order to install software in Debian. To login as root type su in any console and enter the root password. The password goes in as you type it even if no output is shown.

Next, download the Skype Debian Etch package from here http://skype.com/download/skype/linux/choose/. At the time of writing the package is called skype-debian_2.1.0.81-1_i386.deb. To install it, open a console and type as root:

#dpkg -i skype-debian_2.1.0.81-1_i386.deb

Or whatever your package is called. You should now have Skype installed. To run in,go to Applications->Internet->Skype . Alternately, press ALT+F2 and in the Run dialogue that appears type skype, then Enter.

To remove Skype, issue the following command as root:

#dpkg -r skype

Sunday, October 10, 2010

How To Learn to Use Linux

Most computers these days run some version of Microsoft Windows, but many servers and desktop computers are starting to run Linux, a free Unix-like operating system. Learning your way around Linux can be daunting at first, it seems a lot different than Windows, but it can be an easy and rewarding experience.

Step 1

Become familiar with the system. Try downloading and installing it yourself on your computer, it's possible to keep your current operating system and dedicate part of your hard drive to Linux (but you can run both at the same time with virtualbox). You may find this article useful if you plan to run Windows and Linux on the same PC.

Step 2

Test your hardware with a "Live CD" that is supplied by many of the distributions of Linux. This is helpful if you feel uncomfortable with installing a second operating system on your computer. A live CD will allow you to boot into a Linux environment from the CD, without the need to install anything on your computer. Ubuntu and some other Linux distributions also offer CDs or DVDs that allow you to boot into a Live mode, and then install from the same disk,here.

Step 3

Attempt the tasks you usually use your computer for. Search for solutions if you can't word-process or burn a CD for example. Make a note of what you want to do, can do and cannot do before you take the plunge.

Step 4

Learn the distributions of Linux. When we say "Linux" most often we actually mean a "GNU/Linux Distribution." A distribution is a collection of software that runs on top of a very small program called the Linux kernel.

  • For casually using Linux on a PC you may wish to try Ubuntu Linux or Kubuntu (if you preferKDE over GNOME). If you don't have the capability to download CDs or don't know how to burn them, get it delivered to you for free. Whatever you do, do not limit yourself, try many different kinds and don't get upset if one isn't working for you.
  • Companies that have commercial distributions frequently initiate the unpaid, highly advanced new versions (SUSE initiated OpenSUSE and Red Hat initiated Fedora). Such distributions usually have no proprietary code inside, are supported both by community and professional teams and offer the newest possible technologies. Companies still try to protect these distributions from uncontrolled copying and modification via trademarked logos.

Step 5

Consider dual-booting, this will help you understanding partitioning as well as letting you continue to use Windows. But backup all your personal data and settings before you try to set up a dual boot.

Step 6

Install Software. Get used to installing and uninstalling software as soon as you can. Understanding package management and repositories is good for fundamentally understanding Linux.

Step 7

Learn to enjoy the command-line interface too, known as 'terminal', 'terminal window', or 'shell'. One of the primary reasons many users switch to Linux is because it features the terminal, so please don't be intimidated by it. It is a powerful ally that doesn't have the same limitations of a Windows command prompt. You can just as easily use Linux without ever using a terminal as you would on Mac OSX. However, if you are interested in learning about the bash shell, do so, as it can be a great convenience. If you choose to use a shell, it is important to note that typing a command followed by --help, such as ls --help will give a brief explanation of the command while man ls or info ls will give a much more in depth explanation. Using 'apropos' can help you find a command that does a certain task. Try 'apropos user' to see a list of commands that have the word 'user' in their description.

Step 8

Familiarize yourself with the Linux filesystem. You will first notice that there is no longer the "C:\" you are used to in Windows. Everything starts at the root of the filesystem (aka "/") and different hard drives are accessed through the /dev directory. Your home directory, which you typically find in C:\Documents and Settings in Windows XP and 2000, is now located in /home.

Step 9

Have fun with your Linux install. Try encrypted partitions, new and very fast filesystem (like ReiserFS), redundant parallel disks that increase both speed and reliability (RAID's), try to install Linux on bootable USB stick - you can do a lot of things!

Tips

  • There are several websites and mailing lists on the Internet with information about Linux. Try using Google to find answers to your questions.
  • Books from publishers John Wiley & Sons, O'Reilly and No Starch Press are worth owning to learn about Linux. There's also "In the Beginning ... was the Command Line" by Neal Stephenson and "LINUX: Rute User's Tutorial and Exposition".
  • Remember that only DOS uses backslash ("\") to delimit directories, while Linux uses the forward slash ("/"). Backslashes in Linux are primarily used for escaping characters (eg: \n is a newline, \t is a tab character).
  • Refer to directories as "directories" and not "folders", although the 2 words seem synonymous, "folders" are a Windows concept.
  • Build your first Linux system with a specific function in mind, and follow a HOWTO document step by step. For example, the steps in setting up a mail server are pretty simple, and you can find many sites that lead you through the process step by step. This will familiarize you with where things are located, what they do, and how to change them.
  • You can obtain help for almost any particular program or distro in the irc server irc.freenode.net (example: #debian, #ubuntu, #python, #FireFox, etc). You can find user communities also in irc.freenode.net.
  • Be patient, and be prepared, if you really want to learn to use GNU. Avoid moving from distro to distro to find the one that gets everything right. You will learn the most from learning how to fix what doesn't work.

Warnings

  • On all *nix systems (Linux, UNIX, *BSD, etc.), the administrator or superuser account is 'root'. You are the administrator of your computer, but 'root' is not your user account. If the installation process doesn't do it, make yourself a regular account with 'useradd ' and use that for your daily business. The reason for this separation between you the user and you the administrator is that *nix systems assume root knows what he's doing and is not malicious. Therefore, there are no warnings. If you type certain commands the system will silently delete every single file on your computer, without prompting for confirmation, because that's what root asked it to do.
  • It may be tempting to type blindly "curses" you found on some web site, expecting that they will do the described task. However this frequently fails just because you have a newer version, slightly different hardware or another distribution. Try to execute each "curse" with the --help option first and understand that it is doing. Then it is usually very easy to fix various small problems (/dev/sda -> /dev/sdb and so on), achieving the described goal.
  • Sometimes people suggest malicious commands so double check commands before you type them.
  • Do not run rm -rf / or sudo rm -rf / unless you are seriously considering deleting all of your data. Run the command 'man rm' for more details.
  • Similarly, don't create a file named '-rf'. If you run a command to delete all files in that directory it will parse the '-rf' file as a command line argument and delete all files in the subdirectories as well.
  • Always backup your files before you attempt to re-partition your drives when installing Linux. Backup your files to removable media such as CD's, DVDs, USB disks, or a different hard drive (not a different partition).

Saturday, August 21, 2010

Linux commercials