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

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 11.10 Oneiric Ocelot is here! Below you can find some helpful tutorials for old and new users!

Ubuntu 11.10 Oneiric Ocelot Post-Installation Guide
How to install Gnome Shell on Ubuntu 11.10 Oneiric Ocelot
Ubuntu 11.04 Natty Narwhal Post-Installation Guide
Best Gnome Shell Extensions
How to install Ubuntu Linux on Windows using VirtualBox

Fedora 16 Installation Guide

Fedora 16, codename Verne, is available for download and it comes with a lot of new features and bleeding edge software. It comes with the new Gnome Shell 3.2 and KDE Plasma Workspace 4.7 along with Linux kernel 3.1. Grub2 is now used by default and HAL has been completely removed. BTRFS is still not the default file system but you can of course select it during the installation. If you haven't done already download Fedora, install it and let's continue with the post installation guide to configure some basic stuff for Fedora.

Fedora 16 Post Installation Guide
Fedora 15 Post Installation Guide
Fedora 14 Post Installation Guide
Fedora 12 Installation and Post-Installation Guide

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 searched for a few good books. Here they are. Happy reading!

Linux Books

Linux DVD/Video

Here you can find some tutorials and guides on how to author a DVD, rip a DVD, convert a video etc. using open source software on Linux.

How to author a DVD using Bombono DVD
How to convert a video to Xvid/x264 using Avidemux
How to author a DVD using 2ManDVD
How to rip a DVD to DivX/XviD/H264 using DVD::Rip
How to create a photo DVD slideshow in Linux



Article Index
Fedora 10 Installation Guide
Page 2
Page 3
Page 4
Page 5
Page 6
Page 7
Page 8
Page 9
Page 10
Page 11
Page 12
Page 13
All Pages

19. Accessing Windows Partitions

Fedora 10 will auto detect the Windows Partitions (FAT32, NTFS) that you may have in your computer's hard disk and it will place an icon of them on the desktop. Moreover ntfs-3g is installed by default which means that you have read/write access in NTFS partitions also.

If you want to enable/disable write support for external and/or internal devices with only two clicks you can install ntfs-config.

su -c 'yum install ntfs-config'
You can find it in System -> Administration -> NTFS Configuration Tool

20. Accessing Windows Shares

If you want to access the shared files of a Windows box of you LAN through Linux and also to be able to view your videos and listen to your mp3 through your local network install smb4k like this:

su -c 'yum install smb4k'
If you have an iptables firewall running you must set Samba as a trusted service. Go to System -> Administration -> Firewall and in 'Trusted Services' find 'Samba', tick it and press 'Apply'.



**Note: If you get a message like:

mount error 1 = Operation not permitted
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)

open a terminal and type:

su -c 'chmod u+s /sbin/mount.cifs'
su -c 'chmod u+s /sbin/umount.cifs'

Each time you update smb4k or a samba component you have to run this command again.

21. Compiz-Fusion

Compiz Fusion is the 'cool cube' most of you have seen in a screenshot or video all over the Internet. Fedora 10 comes with a version of it that doesn't have all the features. You can take a look at it under System -> Preferences -> Look and Feel -> Desktop Effects. But if you want to use all the effects, plugins etc. follow the instructions below.

Compiz requires direct rendering to work. To test if you have it type:

glxinfo | grep direct

If you see the message direct rendering: Yes you are ready to continue with the installation of the packages.

* Official Packages

The compiz-fusion packages found in Fedora repositories are a few versions back but they'll do their work. However, I suggest you to take a look in the unofficial packages below. To install them type:

For a Gnome compiz install

su -c 'yum install ccsm emerald-themes compizconfig-backend-gconf fusion-icon-gtk \
emerald compiz-fusion compiz-fusion-gnome libcompizconfig compiz-gnome \
compiz-bcop compiz compizconfig-python compiz-fusion-extras \
compiz-fusion-extras-gnome'

For a KDE compiz install

su -c 'yum install ccsm emerald-themes compizconfig-backend-kconfig fusion-icon-qt  \
emerald compiz-fusion  libcompizconfig compiz-bcop compiz compizconfig-python \
compiz-fusion-extras  compiz-kde compiz-manager'

For both Gnome and KDE compiz install

su -c 'yum install ccsm emerald-themes compizconfig-backend-kconfig \
compizconfig-backend-gconf fusion-icon* emerald compiz-fusion compiz-fusion-gnome \
libcompizconfig compiz-gnome compiz-bcop compiz compizconfig-python \
compiz-fusion-extras compiz-fusion-extras-gnome compiz-kde compiz-manager'

* Unofficial Packages

If you want the latest compiz-fusion packages you must install an additional repository. It is constantly updated.

su -
wget http://www.linux-ati-drivers.homecall.co.uk/compiz-fusion-release-1-6.noarch.rpm
rpm -Uvh compiz-fusion-release-1-6.noarch.rpm
rm -f compiz-fusion-release-1-6.noarch.rpm

For a Gnome compiz install

su -
yum erase *compiz*
yum install --noplugins install compiz-gnome fusion-icon-gtk \
compiz-bcop ccsm emerald-themes compizconfig-backend-gconf \
compiz-plugins-unsupported compiz-plugins-extra

For a KDE compiz install

su -
yum erase *compiz*
yum install --noplugins install compiz-kde fusion-icon-qt \
compiz-bcop ccsm emerald-themes compizconfig-backend-kconfig \
compiz-plugins-unsupported compiz-plugins-extra

For both KDE and gnome

su -
yum erase *compiz*
yum install --noplugins install compiz-kde compiz-gnome fusion-icon-all \
compiz-bcop ccsm emerald-themes compizconfig-backend-gconf \
compizconfig-backend-kconfig compiz-plugins-unsupported compiz-plugins-extra

If you are using the intel, nv, radeon or radeonhd drivers add the following lines in your /etc/X11/xorg.conf in the device section. This should help lag and cpu load.

Option          "AccelMethod" "EXA"
Option          "MigrationHeuristic" "greedy"

* Auto start

GNOME:

Go to System -> Preferences -> Personal -> Sessions and click Add. Then type:

Name: Fusion Icon
Command: fusion-icon
Comment: Compiz Fusion panel applet

KDE:

Open a terminal and type:

ln -s /usr/bin/fusion-icon ~/.kde/Autostart/fusion-icon
Logout and then back in. Now you should see a blue icon in your tray. Right click on it and go to Select Window Manager -> Compiz. You can leave the default Window Decorator or select emerald through Select Window Decorator -> Emerald. If you click on Settings Manager, ccsm will run and you can configure compiz fusion as you like. Enjoy!


Linux

Login Form

Follow me on...

  • Facebook
  • Twitter
  • Google+: u/0/b/113039112812192417058/
  • Digg
  • Reddit: myguides
  • RSS Feed
  • e-mail

Member Login