Archive for the ‘Linux’ Category

Digital Cube Introduces iStation T5 with 3D User Interface and HSDPA connectivity

Posted on November 4th, 2008 in Gadgets, Linux | No Comments »

http://img208.imageshack.us/img208/2279/abcjq1.jpgDigital-Cube is one of the Korea’s leading PMP manufacturers and they have recently introduced their new iStation T5 with 3D User Interface. iStation T5 comes with an integrated 3G HSDPA module, new main chipset and high-performance 3D feature in response to user requests.

iStation T5 also offers FM tuner, 8GB or 16GB internal memory and a SDHC memory card slot and a 4.8-inch 800×480 LCD display. It’s not really the first T5 out there but it’s definitely the first fifth-generation PMP with 3D user interface and nVidia Tegra as a possible chip.

Some of the Key features include

  • New chipset (hopefully Nvidia’s Tegra)
  • HSDPA integrated module
  • 3D User Interface design
  • 8GB or 16GB internal memory
  • LCD display
  • FM tuner
  • 4.8-inch WVGA display
  • Resolution would be about 800 x 480

img201/944/e011661049090e01400x400gr5.jpg

Now that the company is owned by Telson(the company which manufactures mobile handsets to export Digital Cube) it may just established international presence overseas.

via cnet.asia

Ubuntu 8.10 Intrepid Ibex Released Download

Posted on October 31st, 2008 in Linux | No Comments »

I earlier wrote about the  Ubuntu 8.10 Intrepid Ibex release. For those of you who are not willing to get the CD via mail because it may take more than 3 weeks to get it. They can now download Ubuntu 8.10 directly from their website

There are 2 editions for this Cd “Desktop Edition” and “Server Edition”.

Ubuntu 8.10 features

  • GIMP 2.6.1
  • Linux Kernel 2.6.27
  • Network Manager 0.7
  • DKMS
  • Samba 3.2
  • Firefox 3
  • GNOME 2.24
  • X.org 7.4
  • and Fast user switch applet.

Ubuntu 8.10 also offering calendaring, Open Office.org, integrated email, note taking, web browsing with Firefox 3, F-Spot for photo editing and uploading and many more features.

Download : Ubuntu 8.10

Pre-Order your Free Ubuntu 8.10 Cd Now

Posted on October 23rd, 2008 in Linux | 2 Comments »

img114/5069/unbuntunr9.jpgUbuntu released a beta version of Ubunto 8.10 earlier this month.  The official version is going to be released on October 30th, 2008. For those of you who want to stay one step ahead of the rest can now start ordering the copy of their Free Cd. Visit Ubuntu’s Shiplt service and you can pre-order it right away and of course free of charge.

There will be 2 editions for this Cd “Desktop Edition” and “Server Edition”. Ubuntu 8.10 features

  • Network Manager 0.7
  • GIMP 2.6.1
  • Samba 3.2
  • Firefox 3
  • GNOME 2.24
  • Linux Kernel 2.6.27
  • DKMS
  • X.org 7.4
  • and Fast user switch applet.

If you guys have good internet connections then I would suggest that you download your copy on 30th because the shipping might take up to ten weeks to deliver your CD.

Pre-order Free Cd Now

Ubuntu 8.10 Alpha 4 Download

Posted on August 15th, 2008 in Linux | 1 Comment »

This installed flawlessly on my HP laptop, I had immediate multimedia access and connectivity. I had MS Windows running on the same laptop which made it run slow. The Ubuntu installation brought it back to life. One Major flaw I see is that unlike Windows x64, Fedora, openSUSE and Mandriva (to name a few) the support for running 32-bit apps on a 64-bit OS is very poor. The leaning curve is a still steep to transfer the proficiency / habits from Windows. But it sounds like Ubuntu has gained one more user =)

http://johnbokma.com/mexit/2005/11/07/vmware-player-ubuntu-install-4.png

The Ubuntu promise

  • Ubuntu will always be free of charge, including enterprise releases and security updates.
  • Ubuntu comes with full commercial support from Canonical and hundreds of companies around the world.
  • Ubuntu includes the very best translations and accessibility infrastructure that the free software community has to offer.
  • Ubuntu CDs contain only free software applications; we encourage you to use free and open source software, improve it and pass it on.

Download : Ubuntu 8.10 Alpha 4

Configure IPv6 Tunnel in Ubuntu Linux

Posted on July 30th, 2008 in Linux | No Comments »

Configuring the IPv6 tunnel can be easily done in Derbian and Ubuntu Linux using Tunnel Setup Protocol Client (tspc). TSPC is a signalling protocol used to negotiate tunnel setup parameters between two tunnel end-points. Tunnel Setup Protocol Client allows you to connect and browse IPv6 network using IPv4. But before installing TSPC, you need to get IPv6 access through Freenet6. Just register at Freenet6 to obtain a username and password.

Now install tunnel setup prtocol client (tspc) with the following command.

sudo aptitude install tspc

or

sudo apt-get install tspc

This will install tspc.
Now its time to configure tspc. Open the default configuration file located at /etc/tsp/tspc.conf. Open this file in a text editor using a following command :

sudo gedit /etc/tsp/tspc.conf

Now you should give the username, password and hostname registered at Freenet6.

userid : itech
password : 12345678
server ; broker.freenet6.net

Search, userid, server, and passwd variable in file and set them as follows:

userid=your-name
server=broker.freenet6.net
passwd=your-password

Read the rest of this entry »