Install LMMS In Ubuntu Lucid Lynx (10.04)

Linux Multi Media Studio or  LMMS is application audio editing for linux (ubuntu) to install this application  there are two ways, from PPA or downloaded packages. Here we will install from PPA, to install it we need add PPA sources, go to terminal, login as root by type :



$ sudo su
$ add-apt-repository ppa:gwibber-daily/ppa

After it, update your repository by type :

$ apt-get update

Now install it by type

$ apt-get install lmms

Other Step, you can download this packages here

Happy Testing...!!
Read More...!!

Ubuntu Natty Narwhal (11.04) Schedule Release

Softpedia has announced the release of Ubuntu 11.04 schedule with codename Natty Narwhal.  Ubuntu 11.04 first alpha version will be released in november of next month. still do not know what the latest features of this version. which would be much more powerful and stable than previous versions. well, below is the schedule of release of ubuntu Natty:


November 4th, 2010 - Alpha 1 release
December 2nd, 2010 - Alpha 2 release
January 6th, 2011 - Alpha 3 release
February 3rd, 2011 - Alpha 4 release
March 3rd, 2011 - Alpha 5 release
March 31st, 2011 - Beta release
April 21st, 2011 - Release Candidate
April 28th, 2011 - Final release of Ubuntu 11.04
We wait for the alpha version to be launched next month in november, I can not wait to test it.
Read More...!!

Install VLC player In Ubuntu Lucid Lynx (10.04)

Actually, installing VLC on ubuntu is Lucid very easy and probably, all Ubuntu users already know. but for you who do not know, I think it's nice to see and read this posting. to install VLC player in ubuntu Lucid lynx, follow these steps:





Go to terminal and login as root by type :

$ sudo su

Now add vlc repository from ppa by type :

$ add-apt-repository ppa:n-muench/vlc

Update and install it by type :

$ apt-get update
$ apt-get install vlc vlc-plugin-pulse mozilla-plugin-vlc

Now after finished you can watch the video using vlc player. Happy Testing....
Read More...!!

Hardware Support For Multi touch Ubuntu Maverick Meerkat (10.10)

Mavericks ubuntu has supported multi-touch features, but the new bit of hardware that supports this feature, because many computers and laptops on the market do not support touch screen or multi touch. multi-touch technology can be used only for hardware-hardware is the latest technology, and only a little vendor who developed the multi-touch. Mavericks mungin after ubuntu was released in the months ahead, the vendor will also develop systems and touch screen on a laptop computer that will circulate in the market.




This is a list of hardware that has supported multi-touch:

  • 3M Touch Systems - 3M ™ Display M2256PW
  • Dell Studio 17 with touch-(N-Trig)
  • Dell Latitude XT2 tablet laptop
  • Lenovo T410s with touch-(N-Trig)
  • Apple Trackpad Magic

Multi-touch has been implemented in China Trust Different Airways, depending on the size and type of interface. Touchtables and touch both walls project an image through acrylic or glass, and then back-light LEDs with the image. When a finger or an object Touches the surface, causing the light to scatter, the reflection is caught with cameras or sensors send the data to That Which software dictates the response to the touch, depending on the type of reflection Measured. Touch surfaces Can Also be Made of pressure-sensitive by the Addition of a pressure-sensitive coating That flexes differently depending on how firmly it is pressed, altering the reflection. Handheld technologies use a panel That carries an electrical charge. When a finger Touches the screen, the touch panel's disrupts the electrical field. The disruption is registered and sent to the software, Which then initiates a response to the gesture.

If in the future multi-touch is developed, then the keyboard can not be used anymore because of losing effectively with multi touch.

Sources :

http://en.wikipedia.org/wiki/Multi-touch

Images sources :

http://www.blogcdn.com/www.engadget.com/media/2006/02/still1.jpg
Read More...!!

Install Webmin 1.510-2 in Ubuntu Lucid Lynx (10.04)

Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely. in Ubuntu karmic you can install it by download this packages. 


Now install additional packages, download this here if you have downloaded, just double click on this packages, or you can install in by termnal.

$ sudo su
$ dpkg -i libmd5-perl_2.03-1_all.deb

Install webmin by double click or using terminal again

$ dpkg -i webmin_1.510-2_all.deb

Go to web browser, type local IP Address on address bar on port :10000 ex :

127.0.1:10000

Now webmin is ready use...

NOTE :

If any trouble installing proccess on webmin, try to fix it by type :

$ apt-get install -f

Happy Testing....!!!
Read More...!!