EPEL (Extra Packages for Enterprise Linux) is a volunteer-based community effort from the Fedora project to create a repository of high-quality add-on packages that complement the Fedora-based Red Hat Enterprise Linux (RHEL) and its compatible spinoffs, such as CentOS and Scientific Linux.
EPEL provide lots of packages for CentOS / RHEL, It is not part of RedHat or CentOS but is designed to work with these major distributions. Please note that EPEL only provides free and open source software unencumbered by patents or any legal issues. In short you will not find mp3, dvd and music / media player under EPEL. However, you will find many programs related to networking, monitoring, sys admin, programming and so on.
Packages are supplied in RPM format and in most cases are ready to use. Beware that some packages may break something and you should not blindly install those packages.
To enable EPEL for CentOS 5
For 32-bits
# wget http://download.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
For 64-bits
# wget http://download.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
To enable EPEL for CentOS 4For 32-bits
# wget http://download.fedora.redhat.com/pub/epel/4/i386/epel-release-4-10.noarch.rpm
For 64-bits
# wget http://download.fedora.redhat.com/pub/epel/4/x86_64/epel-release-4-10.noarch.rpm
Wednesday, December 17, 2008
Sunday, December 14, 2008
Tuesday, December 9, 2008
Adding Swap File without rebooting
Sometime we will need to increase swap file beyond the initial allocation. To achieve there, see this article from CentOS 5 Documentation (Adding Swap Space) and (Removing Swap Space)
Another Good article with more in-depth explanation on the various command (http://www.linux.com/feature/113956)
Another Good article with more in-depth explanation on the various command (http://www.linux.com/feature/113956)
Tuesday, December 2, 2008
SliTaz - one fo the smallest LINUX Distribution < 30MB
SliTaz similar to Puppy LINUX loads entirely on the RAM and is very fast
SliTaz: (http://www.slitaz.org/en/)
SliTaz Installation wiki Page: (http://wiki.slitaz.org/doku.php?id=lang:en:langstart)
SliTaz: (http://www.slitaz.org/en/)
SliTaz Installation wiki Page: (http://wiki.slitaz.org/doku.php?id=lang:en:langstart)
Monday, December 1, 2008
Avidemux Video Editor
Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. (URL: http://fixounet.free.fr/avidemux/) . Available for Windows, LINUX, MAC OS
Friday, November 28, 2008
Good Fedora Online Guide
Finally one good site for all thing Fedora
http://www.my-guides.net/en/content/view/59/26
http://www.my-guides.net/en/content/view/59/26
Wednesday, November 26, 2008
How to install SSHFS and FUSE
- SSH File System (SSHFS) Website: http://fuse.sourceforge.net/sshfs.html
Filesystem in UserSpace (FUSE) Website: http://fuse.sourceforge.net/
How to install SSHFS and FUSE: http://crazytoon.com/2008/10/07/sshfs-how-do-you-install-sshfs-and-fuse-centoslinuxredhat/ - Some potential error during my installation:
"fuse: failed to open /dev/fuse: Permission denied", the solution is to use root to run"chmod o+rw /dev/fuse"
"sshfs: error while loading shared libraries: libfuse.so.2: cannot open shared object file: No such file or directory." The solution is to run "ln -s /usr/local/lib/libfuse.so.2 /lib64/" for 64 bit or ln -s /usr/local/lib/libfuse.so.2 /lib/ for 32-bit
Tuesday, November 25, 2008
Using nautilus to display icons at Fedora 9
On a clean install of Fedora 9, you will not be able to see icons on the Desktop, as the nautilus package is not install by default.
Just do a "yum install nautilus"
Just do a "yum install nautilus"
Installing IPW2x00 Kernel Modules
A good article on how to configure the ipw2xxx Wireless Modules. Make sure your Yum repository contains RPM Fusion
AS for the main installation of Installing IPW2x00 Kernel Modules, Read on....
AS for the main installation of Installing IPW2x00 Kernel Modules, Read on....
Monday, November 17, 2008
Nemo
It's a new way of managing files. Or rather not manage files. Currently it's a cross between a calendar and a file browser with labels. It's a free/open source GTK application written in C#.
You can download an alpha version and try it out! As a side-effect, you'll likely learn something about your past computer use right away!
You can download an alpha version and try it out! As a side-effect, you'll likely learn something about your past computer use right away!
Tuesday, November 11, 2008
Parallel SSH
Parallel SSH is the name of an easy-to-configure tool that launch, copy, kill the same processes simultaneously
URL: (http://www.theether.org/pssh/)
Step 1:
If you are using CentOS, make sure you download from RPMForge
Step 2:
Create a text file in which you will add IP Addresses
Step 3:
URL: (http://www.theether.org/pssh/)
Step 1:
If you are using CentOS, make sure you download from RPMForge
# yum install pssh
Step 2:
Create a text file in which you will add IP Addresses
# touch server.txt # vi server.txt (Add Servers IP Addresses into the server.txt)
Step 3:
# pssh -h-l -v -o
Monday, November 10, 2008
Supporting Windows Terminal Clients from LINUX with xrdp
The goal of this project is to provide a fully functional Linux terminal server, capable of accepting connections from rdesktop and Microsoft's own terminal server / remote desktop clients. The Website of xrdp (http://xrdp.sourceforge.net/)
Steps to Install
Step 1:
# tar -zxvf xrdp-0.4.1.tar.gz
Step 2:
# cd xrdp-0.4.1
Step 3:
# make
Step 4:
# make install
Step 5:
# cd /usr/local/xrdp
# cp xrdp_control.sh /etc/init.d/xrdp_control
# chkconfig --add xrdp_control
# chkconfig xrdp_control on
# service xrdp_control start
Step 6:
# groupadd rdpusers
# usermod -G rdpusers kittycool
Steps to Install
Step 1:
# tar -zxvf xrdp-0.4.1.tar.gz
Step 2:
# cd xrdp-0.4.1
Step 3:
# make
Step 4:
# make install
Step 5:
# cd /usr/local/xrdp
# cp xrdp_control.sh /etc/init.d/xrdp_control
# chkconfig --add xrdp_control
# chkconfig xrdp_control on
# service xrdp_control start
Step 6:
# groupadd rdpusers
# usermod -G rdpusers kittycool
Friday, October 31, 2008
Bazaar Packages for GNU/Linux, UNIX and Cygwin
Bazaar Packages for GNU/Linux, UNIX and Cygwin.
http://bazaar-vcs.org/DistroDownloads
http://bazaar-vcs.org/DistroDownloads
PackageKit
PackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.
For more information on PackageKit
For more information on PackageKit
Monday, October 27, 2008
LINUX DVD Ripping Tools
DVD Ripping Tools from LINUX
- lxdvdrip is a tool to make a copy from a Video DVD for private use. It automates the process of ripping, authoring, preview and burning a DVD. It requires dvdbackup
- DVD::Rip a full featured DVD copy program written in Perl. It provides an easy to use but feature-rich Gtk+ GUI to control almost all aspects of the ripping and transcoding process.
- dvdbackup is another command-line DVD ripping. However it is not able to handle the latest encrypted DVD
- QuickRip is a quick and easy but basic DVD ripper based on MPlayer and transcode. It is intended for those who do not care to configure framerates, clipping or other rarely-used options. It features both GUI and CLI interfaces.
- Thoggen is a DVD backup utility ('DVD ripper') for Linux, based on GStreamer and Gtk+.
- Winki The Ripper aims to be the easiest program for video encoding. It is actually just a graphical frontend for GNOME written in python to command line tools like mencoder, mplayer, mkvtoolnix, oggenc and lsdvd.
- Lemonrip is an Linux application for ripping and encoding DVD into AVI files.
- HandBrake is an open-source, GPL-licensed, multiplatform, multithreaded DVD to MPEG-4 converter, available for MacOS X, Linux and Windows.
- iSofter DVD Ripper Platinum Convert DVD(VOB/IFO/VRO) to Adobe Premiere Windows Movie Maker Sony Vegas compatible AVI
Subscribe to:
Posts (Atom)