Maemo 4.1 bring mail and packaging improvements to Nokia's Linux-based tablets


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Maemo 4.1 bring mail and packaging improvements to Nokia's Linux-based tablets
# 1  
Old 07-08-2008
Maemo 4.1 bring mail and packaging improvements to Nokia's Linux-based tablets

Tue, 08 Jul 2008 18:00:00 GMT
Nokia released version 4.1 of it's Linux-based Internet Tablet platform Maemo last month. 4.1 is a minor update to the operating system, but it boasts two important features that answer long-held complaints: an improved open source email client, and migration to a package updating system more like that of a desktop Linux distribution.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. SuSE

Rpm packaging on Suse Linux

Hi All, I am new to linux. Still I am asked to package a war file as an RPM package. That is an unusual RPM packaging(To me). If you guys could guide me, on how to do that, will be great. I have a war file inside a folder, that folder is inside a tar file as a SOURCE for RPM package.... (8 Replies)
Discussion started by: dirshah
8 Replies

2. Android

android bring linux to end user

one of the thing that I think is great in android is that it bring linux to the end user. Until now linux was used mainly on servers, super computer and embedded device. However now with the smartphone and tablets, many people that never heard about linux use it without nowing it. The... (1 Reply)
Discussion started by: programAngel
1 Replies

3. Post Here to Contact Site Administrators and Moderators

Maemo

Hello Rule violations edited/removed. I'd love to share my knowledge on it and learn new things about it . It is a .deb/debian based distribution very similar to debian , u can do apt-get update etc ... Any chance of having it's own forum ? Regards (1 Reply)
Discussion started by: remi75
1 Replies
Login or Register to Ask a Question
stunc(1)							  sofia-sip-utils							  stunc(1)

NAME
stunc - STUN test client. STUN test client Author: Pekka Pessi <Pekka.Pessi@nokia.com> Martti Mela <Martti.Mela@nokia.com> Kai Vehmanen <Kai.Vehmanen@nokia.com> Date: Created: Thu Jul 24 17:21:00 2003 ppessi Synopsis stunc [OPTIONS] <stun-server-address> Description The stunc utility can be used to gather information about possible NAT devices that are located between the client and STUN server. stunc can provide the following information: the IP address and port as seen by the STUN server, detecting presence of NATs, and hints on the type of address translation done. It should be noted that the results of NAT type and life-time detection should be considered as hints. There is no guarantee that NAT(s) will handle future packets in the same way. Command Line Options The stunc utility accepts following command line options: -b Perform a STUN binding discovery. stunc will report the client transport address (IP:port) as seen by the STUN server. In the presence of NATs, this address is allocated by the NAT closest to the STUN server. -l Perform a STUN binding life-time check. -n Perform a STUN binding type check. Notice that the results are only hints. Nondeterministic behaviour, resource exhaustion, or reboots of network elements can cause changes in NAT behaviour between successive runs of stunc. -r Randomize the local port. Otherwise stunc let's the operating system select a free port. -s Request a shared-secret over TLS. Tests whether the STUN server supports the shared-secret mechanism (needed to protect message integrity). Can be combined with -b, -l and -n. Return Codes 0when successful 1when any errors detected Examples Discover the NAT binding, use a random local port: $ stunc stunserver.org -b -r Environment #STUN_DEBUG Reporting Bugs Report bugs to <sofia-sip-devel@lists.sourceforge.net>. Authors o Pekka Pessi <pekka -dot pessi -at- nokia -dot- com> o Martti Mela <martti -dot mela -at- nokia -dot- com> o Kai Vehmanen <kai -dot vehmanen -at- nokia -dot- com> Copyright Copyright (C) 2005,2006 Nokia Corporation. This program is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Version 1.12.11devel Sat May 7 2011 stunc(1)