Skip to main content

Posts

Showing posts with the label install

How to install filezilla in centos 6.x

Description: FileZilla is a client program for uploading and downloading the data or file from a remote PC. It supports FTP, FTPS, SFTP. How to install : 1. For installing FileZilla you need to have epel repository on your system. Get it by -- rpm -ivh http://fedora.mirrors.pair.com/epel/6/i386/epel-release-6-8.noarch.rpm 2. Then install it by yum. yum install filezilla rpm -ivh http://fedora.mirrors.pair.com/epel/6/i386/epel-release-6-8.noarch.rpm - See more at: http://www.broexperts.com/2013/02/how-to-install-filezilla-on-centos-6-3/#sthash.RWxG1cem.dpuf rpm -ivh http://fedora.mirrors.pair.com/epel/6/i386/epel-release-6-8.noarch.rpm - See more at: http://www.broexperts.com/2013/02/how-to-install-filezilla-on-centos-6-3/#sthash.RWxG1cem.dpuf FTP, FTPS and SFTP FTP, FTPS and SFTP FTP, FTPS and SFTP FTP, FTPS and SFTP

can't read "NS": no such variable while executing in GIT-GUI

This issue arise due to incompatible text conversion soft like -- for not founding the libidn , zlib, curl. And this issue is available on every other version of git that are lower from 1.7.5 .   So manually build and install the git-1.7.5 and fix your problem.     yum install gettext-devel expat-devel curl-devel zlib-devel openssl-devel cd /usr/local/src wget ftp://na.mirror.garr.it/pub/1/sunfreeware/SOURCES/git-1.7.5.tar.gz tar xzvf git-1.7.5.tar.gz cd git-1.7.5 ./configure make prefix=/usr/local all make prefix=/usr/local install     After that you need to install git-gui by --   yum install git-gui So now you can use real git in git-gui.  

Enable mp3 playback in RhythmBox player in CentOS

Playing mp3 in centos is easier with RhythmBox player. Here how it is - Step 1:  Open Linux console as a root. Step 2: Go to the yum directory by - cd /etc/yum.repos.d/ Step 3: Get the yum repository for Rhythmbox by the following command - wget http://pkgrepo.linuxtech.net/el6/release/linuxtech.repo Step 4: Now install by yum --           yum install rhythmbox Step 5: Now install 2 plug-in for .mp3 extension. yum install gstreamer-plugins-ugly  yum install gstreamer-plugins-bad You are done!

Install MPlayer in CentOs or Unix

Step 1:  Open linux console in root . Step 2: Go to the yum directory by - cd /etc/yum.repos.d/ Step 3: Get the yum repository for MPlayer by the following command - wget http://pkgrepo.linuxtech.net/el6/release/linuxtech.repo Step 4: Now install by yum --           yum install mplayer . You are done!

Install VLC in Centos or Unix

Step 1:  Open linux console in root . Step 2: Go to the yum directory by - cd /etc/yum.repos.d/ Step 3: Get the yum repository for VLC by the following command - wget http://pkgrepo.linuxtech.net/el6/release/linuxtech.repo Step 4: Now install by yum --           yum install vlc . You are done!