ConvertXtoDVD

VSO ConvertXtoDVD is considered to be one of the best Video converters. It combines high speeds, high quality and many options for your personalized DVD menus.

ConvertXtoDVD guide
Free Download ConvertXtoDVD


Linux Books

Of course the Internet along with the help of Google is a great source of information. You can answer almost any question you have about Linux and find many tutorials, guides and help. However many people prefer reading this information on a printed book accesssible even when they are not online or don't have a computer in front of them. I've received many e-mails asking me to propose them a few good books regarding Linux commands, administration and for specific distributions such as Ubuntu, Fedora etc. So, I've search for a few good books. Here they are. Happy reading!

Linux Books


Ubuntu guides

Ubuntu is a free Operating System based on Debian GNU/Linux. It has been rated as the most popular Linux distribution amongst Linux users according to Distrowatch. As it happens every six months a new version of Ubuntu has been released. Ubuntu 9.10 Karmic Koala is here! Below you can find some helpful tutorials for old and new users!

Ubuntu 9.10 Karmic Koala Post Installation Guide
Ubuntu 9.04 Jaunty Jackalope Post Installation Guide
How to install Ubuntu Linux on Windows using VirtualBox


Fedora 12 Installation Guide

Fedora 12, codenamed Constantine, is released! Just for the info, Fedora is an RPM based Linux Distribution, an Operating system in other words, developed by the community supported Fedora Project and sponsored by Red Hat. Fedora contains only free and Open Source software. Some of Fedora's 12 new features are Gnome 2.28, KDE 4.3, better web cam support!, and many others.

Fedora 12 Installation and Post-Installation Guide
Fedora 11 Installation and Post-Installation Guide
Fedora 11 Installation and Post-Installation Guide in Chinese


Ok. You have installed Fedora Core 6, but now what? What do you have to do in order to have an up and running system with which you can accomplish your everyday tasks? Let’s find out! 

Contents

1. Configure sudo
2. Adding extra repositories
 2.1 Livna
 2.2 RPMForge repositories
  2.2.1 Dries
  2.2.2 FreshRPMs
3. Yum
4. Installing nVidia drivers
5. Installing Microsoft fonts

 

1. Configure ‘sudo’

sudo is a command that can be used by the user to execute a command that must be run with root privileges. Instead of typing every time ‘su’, entering your root password and then do what you want to do as root you can just type ‘sudo command’

$ su –

Password:

# echo 'axel ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers

# exit


If you don’t type NOPASSWD: you will be prompted for root password every time you type the sudo command. In the place of axel put your username. 

2. Adding extra repositories

 

From the repositories you are able to download programs in rpm format ready to be installed.

2.1 Livna

$ sudo rpm -hiv http://rpm.livna.org/livna-release-6.rpm

$ sudo rpm –import http://rpm.livna.org/RPM-LIVNA-GPG-KEY

 

2.2 RPMForge repositories


2.2.1 Dries

Create  a file to hold the repository data like this
 

$ sudo nano /etc/yum.repos.d/dries.rep


and ddd the following

[dries]

name=Extra Fedora rpms dries - $releasever - $basearch

baseurl=http://ftp.belnet.be/packages/dries.ulyssis.org/fedora/linux/$releasever/$basearch/dries/RPMS/

http://apt.sw.be/dries/fedora/$releasever/$basearch/dries/RPMS/

failovermethod=priority

enabled=0

gpgcheck=


Next, download the gpg-key from

 

http://dries.ulyssis.org/rpm/RPM-GPG-KEY.dries.txt

 

go to the folder you have download it and install it with

 

$ sudo rpm --import RPM-GPG-KEY.dries.txt

 

2.2.2 Fresh RPMs

Go to http://freshrpms.net/ and download the rpm from the click here link.

$ sudo rpm -hiv freshrpms-release-1.1-1.fc.noarch.rpm

$ sudo rpm --import http://freshrpms.net/RPM-GPG-KEY-freshrpms

**Caution** Do not mix the Livna repository with the RPMForge repositories. They pack rpms in a different way and you may mess up your system.

 

3. Yum

Yum is a package manager used from Fedora to install applications and resolve dependencies. It also searches and removes packages.

  • Installing an application

 

$ sudo yum install application_name

 

  • Removing an application

 

$ sudo yum remove application_nam

 

  •  Local install an rpm using yum to resolve dependencies

 

$ sudo yum localinstall application_name

 

  • Search for an application

 

$ sudo yum search application_name

 

  • Find info about an application

 

$ sudo yum info application_name

 

  • Updating the whole system

 

$ sudo yum update

 

  • Enabling a repo

 

$ sudo yum --enablerepo=[repo_name]

 

  • Disabling a repo 

 

$ sudo yum –disablerepo=[repo_name]

 

If you are not familiar with console you can use yumex. Yumex is a gui that uses yum to simplify all the above commands. To get it type. 

 

$ sudo yum install yumex

 

 

4. Installing nVidia drivers.

 

$ sudo yum –enablerepo=livna install kmod-nvidia

 

 

5. Installing Microsoft fonts

$ wget http://www.mjmwired.net/resources/files/msttcorefonts-2.0-1.noarch.rpm

$ sudo rpm –hiv msttcorefonts-2.0-1.noarch.rpm

 

You’d better log out and log back in for the fonts to be used.

 

This is the end of part 1. Soon part 2 will be out with info on installing Firefox 64bit with flash and video plugins, some KDE stuff, mp3 and video support and many other! Stay tuned!


Trackback(0)

TrackBack URI for this entry

Comments (0)

Subscribe to this comment's feed

Write comment

You must be logged in to post a comment. Please register if you do not have an account yet.

busy

Login Form

Follow me on...

  • Digg: axelgr
  • Facebook Page: 379363054400
  • FeedBurner: my-guidesnet
  • Twitter: myguidesnet
  • External Link: http://feedburner.google.com/fb/a/mailverify?uri=my-guidesnet

Member Login