Install rpmfusion fedora 15



Step by step install rpmfusion fedora 15.  The example below show step by step how to install rpmfusion repo on Linux Fedora 15.  The command below also can be use to install rpmfusion on Fedora 13, Fedora 14 and as on example here, install rpmfusion on Fedora 15

1.  Login on the Linux Fedora 15 system.
2.  Open x terminal and execute command as on example below...


[jason@fedora ~]$ su -c 'yum localinstall --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'
Password:   <-- key in root password here
Loaded plugins: langpacks, presto, refresh-packagekit
Setting up Local Package Process
rpmfusion-free-release-stable.noarch.rpm                           |  18 kB     00:00    
Examining /var/tmp/yum-root-FwutoV/rpmfusion-free-release-stable.noarch.rpm: rpmfusion-free-release-13-4.noarch
Marking /var/tmp/yum-root-FwutoV/rpmfusion-free-release-stable.noarch.rpm to be installed
rpmfusion-nonfree-release-stable.noarch.rpm                        |  18 kB     00:00    
Examining /var/tmp/yum-root-FwutoV/rpmfusion-nonfree-release-stable.noarch.rpm: rpmfusion-nonfree-release-13-4.noarch
Marking /var/tmp/yum-root-FwutoV/rpmfusion-nonfree-release-stable.noarch.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package rpmfusion-free-release.noarch 0:13-4 will be installed
---> Package rpmfusion-nonfree-release.noarch 0:13-4 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

==========================================================================================
 Package                    Arch    Version
                                          Repository                                 Size
==========================================================================================
Installing:
 rpmfusion-free-release     noarch  13-4  /rpmfusion-free-release-stable.noarch      12 k
 rpmfusion-nonfree-release  noarch  13-4  /rpmfusion-nonfree-release-stable.noarch   12 k

Transaction Summary
==========================================================================================
Install       2 Package(s)

Total size: 23 k
Installed size: 23 k
Is this ok [y/N]: y  <-- hit y key and press enter
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : rpmfusion-free-release-13-4.noarch                                     1/2
  Installing : rpmfusion-nonfree-release-13-4.noarch                                  2/2

Installed:
  rpmfusion-free-release.noarch 0:13-4       rpmfusion-nonfree-release.noarch 0:13-4     

Complete!
[jason@fedora ~]$





Fedora sysctl.conf



The example Fedora sysctl.conf configuration file that enable IP forwarding.  The sysctl.conf locate under /etc directory.. execute less command as show on example below to display the contents of sysctl.conf...

[root@proxy01 ~]# less /etc/sysctl.conf

# Kernel sysctl configuration file
#
# For binary values, 0 is disabled, 1 is enabled.  See sysctl(8) and
# sysctl.conf(5) for more details.

# Controls IP packet forwarding
net.ipv4.ip_forward = 1

# Controls source route verification
net.ipv4.conf.default.rp_filter = 1

# Do not accept source routing
net.ipv4.conf.default.accept_source_route = 0

# Controls the System Request debugging functionality of the kernel
kernel.sysrq = 0

# Controls whether core dumps will append the PID to the core filename.
# Useful for debugging multi-threaded applications.
kernel.core_uses_pid = 1

# Disable netfilter on bridges.
net.bridge.bridge-nf-call-ip6tables = 0
net.bridge.bridge-nf-call-iptables = 0
net.bridge.bridge-nf-call-arptables = 0
/etc/sysctl.conf
(END)

hit q key to exit...




Fedora 15 system-config-date



The system-config-date on Linux Fedora 15.  The step by step example to adjust date and time setting as root user.

Step by step:

[jason@serverc ~]$ su -
Password:
[root@serverc ~]# system-config-date
Note: Forwarding request to 'systemctl enable ntpd.service'.
ln -s '/lib/systemd/system/ntpd.service' '/etc/systemd/system/multi-user.target.wants/ntpd.service'
[root@serverc ~]#

1.   Use su - command to be root user.

2.  Then after su command give you root... execute system-config-date command on the terminal to open system-config-date interface


3. Configure the system date and time in this interface base on your location and setting.

4. Done... now just click OK button to save changes...





Linux Fedora install VMware Player



   Install VMware Player on Linux Fedora 15.  The step by step example below show the command example to install VMware Player on Linux Fedora and this example is execute on Linux Fedora 15 system.

Fedora Install VMware Player.

1.  Download VMware Player at their official site https://www.vmware.com/tryvmware/index.php .

2.  Login on the system and open new terminal. execute su - command to have root priviledges to install software on the system.
[root@localhost Downloads]# su -

3.  Go to download directory and execute ls command to list the contents inside the download directory, and you should see the VMware Player among the list.

[root@localhost Downloads]# ls
VMware-Player-3.1.4-385536.i386.bundle
[root@localhost Downloads]#

4.  Change permission of the file to enable the file to be execute.
[root@localhost Downloads]# chmod 777 VMware-Player-3.1.4-385536.i386.bundle
[root@localhost Downloads]#

5.  Run the VMware Player installation file (execute the file).
[root@localhost Downloads]# ./VMware-Player-3.1.4-385536.i386.bundle
Extracting VMware Installer...done.
[root@localhost Downloads]#

6.  Done... if everything goes well... you should see...

VMware Player

The installation of VMware Player was sucessful.







Linux Fedora 15 install gconf-editor



Install gconf-editor on Linux Fedora 15. The example on installing gconf-editor below tested on Linux Fedora 15 using yum command.  To make sure that you have all creadential that need to install software on the system, we execute the su - command.

1. Execute su command to be root user on the system.
[jason@localhost ~]$ su -
Password:
[root@localhost ~]#


2. Execute yum command to install gconf-editor on Linux Fedora 15.

[root@localhost ~]# yum -y install gconf-editor
Loaded plugins: langpacks, presto, refresh-packagekit
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package gconf-editor.i686 0:3.0.0-2.fc15 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package              Arch         Version                 Repository      Size
================================================================================
Installing:
 gconf-editor         i686         3.0.0-2.fc15            fedora         1.0 M

Transaction Summary
================================================================================
Install       1 Package(s)

Total download size: 1.0 M
Installed size: 2.2 M
Downloading Packages:
Setting up and reading Presto delta metadata
Processing delta metadata
Package(s) data still to download: 1.0 M
gconf-editor-3.0.0-2.fc15.i686.rpm                       | 1.0 MB     00:39    
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : gconf-editor-3.0.0-2.fc15.i686                               1/1

Installed:
  gconf-editor.i686 0:3.0.0-2.fc15                                             

Complete!
[root@localhost ~]# 

3. Done...