Using ultra-mobile Linux with a Nokia Internet Tablet (video)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Using ultra-mobile Linux with a Nokia Internet Tablet (video)
# 1  
Old 05-12-2008
Using ultra-mobile Linux with a Nokia Internet Tablet (video)

Mon, 12 May 2008 15:00:00 GMT
I'm on the go all the time, and sometimes that makes it hard to stay connected. I could carry my laptop with me everywhere, but that can be a pain, especially when I am on my bike. To meet the demands of my daily life I have constructed a lightweight, ultra-portable, Linux-based computing solution. I use a Nokia 770 tethered to a Nokia N75 mobile phone (when Wi-Fi is not available) and a Bluetooth PDA keyboard. This video explains the how and why of the solution.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. IP Networking

I can't get the mobile Internet connection using a dongle.

Hi My computer is a 64 bit one and it has AMD processor. I installed Fedora Core and tried in vain to configure the dongle given by 3. I mean to get mobile internet to my desktop computer. I bought the dongle from 3. I know the company 3 is in many European countries. I downloaded... (0 Replies)
Discussion started by: Toxic
0 Replies

2. What is on Your Mind?

Do You Use Your Mobile Phone to Access the Internet?

How much do you use your mobile phone to access the Internet? Vote and Discuss!! (46 Replies)
Discussion started by: Neo
46 Replies

3. Solaris

ultra sparc 2 no video - ok prompt access

I have an ultra sparc 2 with no video - I connect to it with hyperterm. Is there a way to get to the OK prompt? I have tried control/break and that does not work. If not is there a video card I can get to put in this box? I have Solaris 10 installed on this machine. Thanks (7 Replies)
Discussion started by: tribbles
7 Replies

4. Solaris

problems with my M3 video card and my Tatung Ultra 10 clone

i took this Elite 3D M3 video card out of my Ultra 60 machine which was replaced with an M6. the card was working w/o issue in the Ultra 60. however, i'm getting no video when i power the Tatung machine. yes, the M3 is does work with an AXi motherboard. any ideas what's causing the problem? (1 Reply)
Discussion started by: xyyz
1 Replies
Login or Register to Ask a Question
OGGDUMP(1)							   User Manuals 							OGGDUMP(1)

NAME
oggDump - prints out information of ogg video files (.ogv, .ogg or oga) SYNOPSIS
oggDump [options] outfile.ogv DESCRIPTION
OggDump gives detailed information about an ogg video file and prints these information with a given detail level. Ogg files consist of a number of streams (video and audio). From the Ogg-container perspective, the streams are devided into pages. These pages usually have nearly the same size. The pages can be printed out with the -g option. From the stream perspective, every stream consists of packets. These packets carry a bunch of compressed audio samples in case of a vorbis stream or one video frame in case of a theora video stream. These packets could be of variable length and are places into the ogg pages. To print the packets, use the -p option. OPTIONS
-g Dumps the stream pages of the file. -p Dumps the stream packets. -l <level>. Set the dump level (1-5). Default is 5, which means all information are printed. -s Prompt for the stream that should be dumped. All other streams are ignored and will not be printed. -o <file> Write the dump information to a file. AUTHOR
Joern Seger <yorn at gmx dot net> SEE ALSO
oggCut(1), oggJoin(1), oggSplit(1), oggTranscode^(1), oggSlideshow(1), oggThumb(1), oggSilence(1) Linux JAN 2010 OGGDUMP(1)