San Sign Info

March 9, 2009

Biggest Bike in this world

Filed under: SanSignInfo — Tags: , , — San @ 9:44 am

Checkout the biggest bike in this world!!!

This monster is the creation of Greg Dunham in California, and it is in the Guinness Book of World Records holding the record for the world’s tallest bike standing at 11 feet, 3 inches tall.

http://in.youtube.com/watch?v=E90oOf7YIvI

http://paultan.org/archives/2007/02/15/2950kg-monster-bike/

February 20, 2009

Microsoft touch screen computer

Filed under: SanSignInfo — Tags: , , , , , — San @ 12:19 am

Microsoft Surface a multi touch screen the new way to interact with the digital content. It not required to have mouse and keyboard just use your figure to play and interact with it. Multiple users can interact at the same time.

February 12, 2009

Windows XP Enable Multiuser Remote Desktop

Window XP is limited to one user login at a time. If you’ve a very powerful PC and you want to remote access your window at the same time of someone using it locally. Like if you’re at work and you want to connect to your home PC, without blocking other person who is using at the same time locally. Here is the solution for you.

http://www.kood.org/terminal-server-patch/

To overcome window XP limitation, you can simply install Terminal Server Patch to turn your system accessible. After this modification, to 3 concurrent users can access the same window XP a local user and 2 remote users.

:)

January 26, 2009

How to enable htaccess on ubuntu server

Filed under: Linux, SanSignInfo — Tags: , , , , , , — San @ 1:40 pm

Here are the simple steps to enable htaccess on ubuntu server

locate the folder /etc/apache2/sites-available and edited the file default

I have highlighted the required changes in Bold letters.

NameVirtualHost *
<VirtualHost *>
ServerAdmin admin@site.com

DocumentRoot /var/www/
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
# This directive allows us to have apache2’s default start page
# in /apache2-default/, but still have / go to the right place
# Commented out for Ubuntu
#RedirectMatch ^/$ /apache2-default/
</Directory>

Default for AllowOverride is none, should be all
/etc/init.d/apache2 restart

Now run the following command on terminal
code:
sudo a2enmod rewrite

You can verify what modules are loaded with:
code:
sudo apache2ctl -l

For any further help please add reply on to the same post.

Thank you,

San :)

January 3, 2009

SpeedCrunch a powerful desktop calculator

Filed under: Linux, SanSignInfo — Tags: , , , — San @ 8:52 pm

SpeedCrunch is a fast, high precision and powerful desktop calculator. Available for Linux, Microsoft Windows, and Apple Mac OS X.

SpeehCrunch desktop calculator

SpeehCrunch desktop calculator

This calculater have following features:

history and results on a scrollable display
up to 50 decimal precisions
unlimited variable storage
intelligent automatic completion
fully usable from the keyboard
more than 50 built-in math functions
optional virtual keypad to be used with a mouse
on-the-fly and selection calculation
customizable appearance
syntax highlighting and parentheses matching

Visit the website

December 18, 2008

Windows Vista 3D desktop

Filed under: Window — Tags: , , , , — San @ 1:07 am

Guys spruce up your window vista desktop and turn it in to 3D box. With your 3D desktop you can drag just about anything, plop it where you want, rotate it, drag it around.

December 11, 2008

Travel back in time through a web

Filed under: Information, SanSignInfo — Tags: , , , — San @ 12:35 am

Zoetrope, a system that enables interaction with the historical Web (pages, links, and embedded data). An application that will offer a dynamic new view of the web. It is hard to explain on paper check out this video….

December 8, 2008

Run x86 native code through web browser

Our PCs can execute billions of instructions per second, but the web applications can access only a small fraction of this computational power. If a web developer could be able to use this power through web browser, just imagine the rich, dynamic experiences a web developer could create.

Native Client is an open-source research technology for running x86 native code in web applications, with the goal of maintaining the browser neutrality, OS portability and safety that people expect from web apps. This will help web developers to create richer and more dynamic browser-based applications.

Yes, Google is trying to make the web a better platform. They are working on Native Client, a technology that aims to give web developers access to the full power of the client’s CPU while maintaining the browser neutrality, OS portability.

More Details

December 5, 2008

OpneiBoot Linux 2.6 kernel for iPhone

Filed under: iPhone — Tags: , , , — San @ 12:24 am
OpeniBoot for iPhone

OpeniBoot for iPhone

OpneiBoot (Linux 2.6 kernel) has been ported to Apple’s iPhone platform successfully.The OpeniBoot allows users to choose between Linux OS and iPhone’s Mac OS. This supports the first and second generation iPhones as well as the first generation iPod touch. iPhone Linux is not a complete solution for end users as lots of driver sound, accelerometer, wireless networking and other are still not available but its good start and development is still going on.

Checkout the video!

November 9, 2008

Convert image in text

Filed under: SanSignInfo — Tags: , — San @ 2:15 pm

A great tool to convert easily generate cool text-images from almost any picture.

http://www.text-image.com

Newer Posts »

Powered by WordPress