Google; YouTube; Delicious - Delicious is moving to a new home

Delicious is moving to a new home

Yahoo! is excited to announce that Delicious has been acquired by the founders of YouTube, Chad Hurley and Steve Chen. As creators of the largest online video platform, they have firsthand experience enabling millions of users to share their experiences with the world. Delicious will become part of their new Internet company, AVOS.


To continue using Delicious, you must agree to let Yahoo! transfer your bookmarks to AVOS.

Reasons to let Yahoo! transfer your bookmarks

As soon as you let Yahoo! move your Delicious account, you will:

Enjoy uninterrupted use of Delicious.
Keep your Delicious account and all your bookmarks.
Keep the same look and feel of Delicious as you have today, and enjoy future innovations for the product.

It's easy to have Yahoo! move your account to AVOS. When you do, you will be subject to the AVOS terms of service and privacy policy.

What happens if you do not move your bookmarks?

Delicious in its current form will be available until approximately July 2011.
After that, you will no longer be able to use your existing Delicious account and will not have access to your existing bookmarks or account information.

Try logging in to your Yahoo - Delicious Social Bookmarking account:

Desktop Screen Recorder for RHEL 5

Hi ,

Many times we need to record our desktop so that we can later view and share same videos with others.
Here is a little tutorial on how to do it..

1) Need to have setup RHEL repository
2) Download  recordmydesktop

Installing recordmydesktop on RHEL5
---------------------------------------
step 1 :  unzip recordmydesktop.tar.gz using --> tar -xvf recordmydesktop.tar.gz

step 2 : go to extracted folder.

step 3 : ./configure

step 4 : make

make: *** No Rules to make target `install` . Stop.

HERE THE PROBLEMS STARTS!

This is what i didn't expected basically in my case i followed below steps :

./configure | grep "error"

Now you will get list of dependencies thats what we need to install.

in case of RHEL5 all these dependencies are available in  RHEL5 repositories.

just install it like : 


yum install -y (PACKAGE NAME SPECIFIED IN ERROR)  


Again type : ./configure | grep "error"

Repeat above steps till above command gives no output.

Thats how you solved dependencies for recordmydesktop software

Now simply fireup command : recordmydesktop


Your screen recording gets started!

Thats It!...Enjoy Recording

- Girish







RHEL 5 Ethernet Driver problem on Intel Motherboard


Issue Details :
----------------

Intel based pc ,
Ethernet Driver problem



ifup eth0 --> "device eth0 does not seem to be present, delaying initialization."


System-config-network --> select any driver but it wont work same message as above


lspci --> Realtek semiconductor co. ltd RTL8101E Express Fast Ethernet controller


This clearly shows that we have above device installed as H/W


Uname -r --> 2.6.18.8.el5 (Our Kernel Version)


Lets find Drivers for this device from internet


Download RTL8101E for Linux kernel (2.6.X)


----------------------
Installation of Driver
----------------------

tar -xvf

make clean modules

make install

depmod -a

insmod ./src/r8101.ko

reboot

service network restart



Thats It ! Now assign Ip address and enjoy.


Thank You,



Sniff Wireless Broadband USB Connection

Hi,

Here is our one of the smart tool for capturing network traffic through USB Drive

Tool Name : SmartSniff

Download it from : http://www.pendriveapps.com/

Thank you,

Happy Hacking