Menu

29 September 2008

Google made a special feature for me !!




GMail has introduced an excellent feature for gmail addicted persons like me. "Break Time" see this

19 September 2008

Spific Rocks me

Hi, This is a google based search web site-- umm they are calling it as finding engine
http://www.spific.com/

the logic is they are using "content of search"
So, If you are searching "Install linux "
You can give context as "How to" then all website which is bascially provide tutorial will be used for searching using google custom search engine
--- search using Spific -- (the finding engine)

17 September 2008

How to Install Yum on Redhat RHEL4

Install yum

Apply these commands in terminal



cd
mkdir yumsoft
cd yumsoft
wget ftp://fr.rpmfind.net/linux/dag/redhat/el4/en/x86_64/dag/RPMS/python-urlgrabber-2.9.7-1.2.el4.rf.noarch.rpm
wget ftp://ftp.icm.edu.pl/vol/rzm1/linux-dag/redhat/el4/en/i386/RPMS.dag/python-sqlite-1.0.1-1.2.el4.rf.i386.rpm
wget ftp://fr.rpmfind.net/linux/dag/redhat/el4/en/x86_64/dag/RPMS/yum-2.4.2-0.4.el4.rf.noarch.rpm
wget http://dag.wieers.com/rpm/packages/sqlite/sqlite-2.8.17-1.el4.rf.i386.rpm
wget ftp://ftp.icm.edu.pl/vol/rzm1/linux-dag/dries/redhat/el4/en/i386/RPMS.dries/python-elementtree-1.2.6-7.el4.rf.i386.rpm
wget ftp://ftp.isu.edu.tw/pub/Linux/CentOS/4.6/updates/s390/RPMS/centos-yumconf-4-4.5.noarch.rpm
su
rpm -Uvh *.rpm
rpm --import http://ATrpms.net/RPM-GPG-KEY.atrpms
rpm --import ftp://ftp.pbone.net/mirror/ftp.centos.org/RPM-GPG-KEY-centos4
rpm --import http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt



Make /etc/yum.conf

open /etc/yum.conf delete if any content present. copy paste these lines.

[main]
cachedir=/var/cache/yum
keepcache=1
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
timeout=120
retries=20
obsoletes=1
gpgcheck=1

[redhat-base]
name = redhat base
baseurl = http://mirror.dulug.duke.edu/pub/yum-repository/redhat/9/i386/
enabled = 0

[adobe-linux-i386]
name=Adobe Systems Incorporated
baseurl=http://linuxdownload.adobe.com/linux/i386/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux

[atrpm-stable]
name=atrpm -stable
baseurl=http://dl.atrpms.net/el4-i386/atrpms/stable/
enable=1


[atrpm-bleeding]
name=atrpm -bleeding
baseurl=http://dl.atrpms.net/el4-i386/atrpms/bleeding/
enable=0

[atrpm-testing]
name=atrpm -testing
baseurl=http://dl.atrpms.net/el4-i386/atrpms/testing/
enable=0


[redhat-update]
name = redhat updates
baseurl = http://mirror.dulug.duke.edu/pub/yum-repository/redhat/updates/9/
enabled = 0


[centos-addons]
name = centos addons
baseurl = http://mirror.dulug.duke.edu/pub/centos/4.6/addons/i386/
enabled = 1

[centos-base]
name = centos plus
baseurl = http://mirror.dulug.duke.edu/pub/centos/4.6/centosplus/i386/
enabled = 1

[centos-contrib]
name = centos contrib
baseurl = http://mirror.dulug.duke.edu/pub/centos/4.6/contrib/i386/
enabled = 1


[centos-csgfs]
name = centos csgfs
baseurl = http://mirror.dulug.duke.edu/pub/centos/4.6/csgfs/i386/
enabled = 1


[centos-update]
name = centos update
baseurl = http://mirror.dulug.duke.edu/pub/centos/4.6/updates/i386/
enabled = 1


[centos-extra]
name = centos extra
baseurl = http://mirror.dulug.duke.edu/pub/centos/4.6/extras/i386/
enabled = 1


[centos-fasttrack]
name = centos fasttrack
baseurl = http://mirror.dulug.duke.edu/pub/centos/4.6/fasttrack/i386/
enabled = 1


[centos-testing]
name = centos testing
baseurl = http://dev.centos.org/centos/4/testing/i386/
enabled = 0


[rpmforge]
name = Red Hat Enterprise rpmforge
baseurl = http://apt.sw.be/redhat/el4/en/i386/rpmforge/
enabled = 1

[dries]
name = dries
baseurl = http://apt.sw.be/redhat/el4/en/i386/dries/
enabled = 1

[dag]
name = dag
baseurl = http://apt.sw.be/redhat/el4/en/i386/dag/
enabled = 1

[google]
name=Google - i386
baseurl=http://dl.google.com/linux/rpm/stable/i386
enabled=1
gpgcheck=1



# Be sure to enable the distro specific repository for your distro below:
# - jpackage-fc for Fedora Core
# - jpackage-rhel for Red Hat Enterprise Linux and derivatives

[jpackage-generic]
name=JPackage (free), generic
mirrorlist=http://www.jpackage.org/jpackage_generic.txt
failovermethod=priority
gpgcheck=1
gpgkey=http://www.jpackage.org/jpackage.asc
enabled=1


[jpackage-rhel]
name=JPackage (free) for Red Hat Enterprise Linux $releasever
mirrorlist=http://www.jpackage.org/jpackage_rhel-4.txt
failovermethod=priority
gpgcheck=1
gpgkey=http://www.jpackage.org/jpackage.asc
enabled=1

[jpackage-generic-nonfree]
name=JPackage (non-free), generic
mirrorlist=http://www.jpackage.org/jpackage_generic_nonfree.txt
failovermethod=priority
gpgcheck=1
gpgkey=http://www.jpackage.org/jpackage.asc
enabled=1


Initial setup

apply these commands

  • su
  • cd /etc/yum.repos.d/
  • Remove all the files from this directory
  • yum list available

Take a Coffee , It will take 5 - 10 minute. Also If you got any error then please try enabling or disabling the repo configuration inside /etc/yum.conf file

  • If above command goes sucess then you will this kind of list
........
zoo.i386 2.10-2.2.el4.rf dries
zope.i386 2.8.7-1.el4.rf rpmforge
zsplit.i386 1.2.0-1.2.el4.rf dries
zssh.i386 1.5-0.c.2.el4.rf dries
zsync.i386 0.5-1.el4.rf dries
zvbi.i386 0.2.31-1.el4.rf rpmforge
zvbi-devel.i386 0.2.31-1.el4.rf rpmforge
zziplib.i386 0.13.45-1.2.el4.rf rpmforge
zziplib-devel.i386 0.13.45-1.2.el4.rf rpmforge
  • Next is to update yum software, apply (as super users)
  • yum update yum
  • Next is to update your whole system , this is optional, it will take a long time like 40-60 minutes, you can skip this
  • yum update

Installing any software

You can install software like

  • yum install mplayer
  • yum install vlc

like this you can install any software

16 September 2008

FLOSS based School Administration

Hi, just checked out this website -- it is great for schools administration --
http://richtech.ca/openadmin/index.html

06 September 2008

GooglePages don't return xmlHttp.responseXML

Recently , while working on some AJAX code i discovered that googlepages do not give xmlHttp.responseXML . it returns null.
See this code -- http://techfandu.org/eduvid/eduvid-first-demo.html
it will working good on godaddy server
but
Same code i have uploaded to my googlepages account
but it is not working,,
http://narendra.sisodiya.googlepages.com/eduvid-first-demo.html

See it won't work,
I have observed this fact using FireBug Addon of firefox.

RPM Bundle Packaging System

Copy paste from conversation of ILUGD mailing list


On Fri, Sep 5, 2008 at 6:37 PM, "Sankarshan (সঙ্কর্ষণ)" <foss.mailinglists@gmail.com> wrote:
narendra sisodiya wrote:

> Again, I do not know, how much it is needed. Will is be benefical to have a
> repo at Delhi ?

It should be adding to the user experience when downloading Fedora from
India. So, if one were to look at setting up a Fedora mirror for the
public based out of North India, where should one start looking ?

Instead of repo , You can do something different..(I am already busy with many stuff, for next few month, it is not possible to start for me.)

instead of small small rpm, we separate them into some big chunk of bundle with added configuration, which can be indipedently install on a system without getting any dependency error.
For this we can start form LSB (linux standard base) and make bundle of rpm which are small small (`~~100 MB ) repository for single big software like (Xdisplay , open office , FireFox etc) with all added dependency's on it. So this will be much like distributing software specific small repo bundle which can be directly installed without worrying about any dependency's and somewhat similar to installing exe files. (just click and set the path of installtion)

However this approach will generate a lot of redundancy in term of space, But who cares, a 2GB software will take 10 GB or 20 GB but it will become a distributable unit much like old D:\Software directory , which was having all sort of pirated software (a gift of from my PC assembler at that time).

This sort of packaging is possible ,,,,
may be in near future in I will give a try to produce this sort of bundle so that /media/software drive will become transferable/shareable unit,

Regards
Narendra Sisodiya

05 September 2008

KillerStartups.com Rocks me

Recently I got a very useful website : http://www.killerstartups.com
Amazed to see this site : this contains all latest release of new startups with amazing ideas ,
just in a 2 days , it rocks me, I cannot believe that daily everyday such nice sites release

for example i got
* http://www.opengoo.org/join.html --- (L) AMP based web office --
*
* Tagatum.com --- How tags are co-related with each other --
* CoolIris.com - 3D Full Screen Browsing
* http://buglabs.net/products - Yes, Hardware meshups --
* http://www.unnecessaryknowledge.com/ -- (Ex Americans on average eat 18 acres of pizza every day)
* ideascale.com -- a idea wiki

Objective-J and Cappuccino - Ladies and Gentleman please welcome

Are you still making presentation slides on OS-Software (like MS power point or OpenOfficeImpress ), Then forget it,
Here is http://280slides.com/ -- A web based online presentation making system . Here making slides it as easier as in Normal software,
But great thing i like is -- They are not using flash,
http://280slides.com/ is great web software and this is possible because of new language -- Objective - J and Cappuccino web framework --

Today they have released its framework - http://cappuccino.org/



What is Objective-J?

Objective-J is a programming language. It's very similar to both JavaScript and Objective-C. The language adds traditional inheritance, dynamic message passing, and a few other nice things to pure JavaScript.

What is Cappuccino?
Cappuccino is an application development framework written in Objective-J. It's designed for building rich applications that run in a web browser. Cappuccino implements the GNUstep/OpenStep/Cocoa APIs, and builds on some of the best Desktop programming paradigms in existence.



more at -
* http://cappuccino.org/
* http://ajaxian.com/archives/an-interview-with-280-north-on-objective-j-and-cappuccino

03 September 2008

Create prsentation online - 280slides.com Rocks me

http://280slides.com/

Hi, I am working on presentation technologies so i use to find of many useful web tools.
Using this site you can create presentation online and save in pdf, ppt, odp formats
Totally web based solution.http://tardate.blogspot.com/2008/06/cutting-edge-of-web-applications.html