Friday 31 May 2013

Credit-card sized computer_Raspberry Pi

What’s a Raspberry Pi?

The Raspberry Pi is a credit-card sized computer that plugs into your TV and a keyboard. It’s a capable little PC which can be used for many of the things that your desktop PC does, like spreadsheets, word-processing and games. It also plays high-definition video. We want to see it being used by kids all over the world to learn  programming.
.

How much will it cost?

The Model A will cost $25 and the Model B $35, plus local taxes and shipping/handling fees.

What’s the difference between Model A and Model B?

Model A has 256MB RAM, one USB port and no Ethernet (network connection). Model B  has 512MB RAM, 2 USB port and an Ethernet port.

How powerful is it?

The GPU provides Open GL ES 2.0, hardware-accelerated OpenVG, and 1080p30 H.264 high-profile decode.
The GPU is capable of 1Gpixel/s, 1.5Gtexel/s or 24 GFLOPs of general purpose compute and features a bunch of texture filtering and DMA infrastructure.
That is, graphics capabilities are roughly equivalent to Xbox 1 level of performance. Overall real world performance is something like a 300MHz Pentium 2, only with much, much swankier graphics.

How does it boot?

You have to boot from SD but a USB HD can “take over” after the initial boot. You cannot boot without an SD card.

Where’s the on / off switch?

To switch on: just plug it in!
To switch off: remove power.

What operating system (OS) does it use?

We recommend Debian as our default distribution. It’s straightforward to replace the root partition on the SD card with another ARM Linux distro if you want to use something else (there are several available on ourdownloads page). The OS is stored on the SD card.




Click Here to visit our facebook page and like.


Sunday 26 May 2013

Hangouts On Air.


Hangouts On Air

Get started with Hangouts On Air


Want the world to hear what you have to say? Well, with Hangouts On Air, you can share and record your live discussions and performances with everyone! Hangouts On Air lets you:

  • Broadcast: Invite circles or individual people to join you in a Hangout On Air, then broadcast it to the world. A live player of your broadcast will be posted to your Google+ Home page and YouTube channel.
  • Edit and share the recorded broadcast: Your Hangout On Air will be recorded as a public video and will be available on your Home page once the broadcast has ended. You'll also be able to edit the recording when the broadcast is over. If you edit your video, your post (including the video URL) will automatically be updated to show the edited version.

Start a Hangouts On Air

To start broadcasting:
  1. Visit plus.google.com/hangouts
  2. Click Start a Hangout On Air.
  3. Give your broadcast a name and invite the people you want to join.
  4. Click Start Hangout On Air.
  5. Once everyone's joined and you're ready to go live, click Start broadcast at the top of the screen.
Once you click Start broadcast, you're officially "On Air" and the public will be able to watch your live broadcast.

 Click Here to visit our facebook page and like.

Tuesday 21 May 2013

5 Excellent Cloud Computing Operating Systems

 A Cloud OS is very simple.Because of its simplicity a cloud OS can boot in just a few seconds. The operating system is designed for Netbooks, Mobile Internet Devices, and PCs that are mainly used to browse the Internet. From a cloud OS the user can quickly boot into the main OS, because it is possible to continue booting the main OS in the background while using a cloud OS.

I will provide some great examples of Cloud Computing, Web Operating Systems for you all to try moving work to the cloud. Enjoy!

1. Glide

Glide OS 4.0 is a comprehensive Ad-Free cloud computing solution. Glide is a free suite of rights-based productivity and collaboration applications with 30GBs of storage. 

2. Amoeba

amoebaOS is an advanced Online Operating System. Log in to your free account and join a cloud computing revolution that begins with great apps like Shutterborg, Exstream and Surf.

3. MyGoya

myGOYA is a free online operating system. Your own personal desktop can be accessed from any Internet PC in the world and includes e-mail, chat, filesharing, calendar and an instant messenger. Manage your contacts from anywhere in the world.

4. Kohive

Kohive is an online desktop where you can easily collaborate with others. It’s perfect for freelancers, small businesses, students and groups with similar interests.

5. Zimdesk

imdeskOS is your computer on the web – the entire functionality of a PC – online. There is nothing to install. A web browser and internet connection are all you need to access your desktop, files and favourite applications. You can access your data anytime from anywhere, from any PC.


Hope you will enjoy..........!!


 Click Here to visit our facebook page and like.






Sunday 12 May 2013

How to enable Telnet service on RHEL 6.0

Telnet is a network protocol used on the Internet or local area networks to provide a bidirectional interactive text-oriented communication facility using a virtual terminal connection.Telnet can be used even for creating connection between Windows and Linux. Here I will show how to enable telnet in Linux computer.

Open the telnet configuration file using 'vi' text editing tool.

Step 1:

 #vi /etc/xinetd.d/telnet
Here "xinetd" word means X Internet Deamon.
Search for the "disable = yes" & replace it with "disable = no".
Next save file & restart "xinetd" service

Step 2:
#service xinetd restart

Now telnet is enable just go to Windows or Linux. Type
#telnet <IP of the computer>

it will ask user name and password to connect, provide it...enjoy.......................!!


   Click Here to visit our facebook page and like.