Thursday, November 28, 2013

Tiguin Linux a dream come true.

After receiving immense love, appreciation, encouragement & support from users of Tornado ThinClient OS across India, "The Team" is highly enthusiastic towards offering gratitude at the launch of Tiguin Linux OS.

While the team mates are busy in development promotion and lot more, on the other hand people in Mumbai, the econimic capital of India are showing deep interest for holding the launch of Tiguin Linux to mark yet another moment in history of Linux computing in India.

Analysis of the forms received for launch of Tiguin and request for Tiguin DVDs magnifies the idea of Linux computing to a more clear picture.

It will be a real show for development & support team to heartily satisfy every question raised in any mind.

Looking forward to the highest satisfaction of all Tiguin Linux users.

Monday, September 30, 2013

2X Client on Thin Clients - Save Software Licensing Cost


Many organisations configure 2X server on Windows Server to manage applications with 2X and allow their users to use applications using 2X Client. On the other hand their users use 2X Clients on their client machine to connect to the server and use applications made available by 2X server. In this scenario both the Server and Client are Windows based systems.


Such Organisations can reduce their client Software Licensing Cost by using Linux Thin Clients and avoid Fat Client OS Licensing Cost. 2X Client can be easily run in a 1GB Thin Client OS that people know as Tornado Thin Client OS.


Tornado Development team offers simple patches for their Thin Client users to use 2X Client in thin client as easily as how they do in Windows based Fat Clients. Functionality of 2X Client in Tornado OS is pretty similar to that of 2X Client in Windows Fat Client. (watch this VIDEO)




Tornado OS and Addon for 2X Client is available for Download at http://www.tornado-os.com

Saturday, September 28, 2013

Tornado, smallest thin client OS for almost any hardware

 Almost every Thin Client OS is customized for a particular Hardware. It can run on a specific Motherboard / CPU set, there has to be a specific Display Adapter and so on.

Tornado offers a totally brand new experience with fantastic hardware support for thin client. The 1 GB foot print of OS supports almost any type of Motherboard, CPU, Graphics Adapter.

This Small but powerful OS offers support for different embedded applications in thin client. Applications like SAP-Client, 2X-Client, Citrix-Client, VPN-Client, Office Applications, Web-Browser and many more are easily made available in this small size OS.

Moreover, inbuilt & plug-n-play support for several printers from HP, Canon, Epson, Samsung, Brother, Wipro, and many more avoids users to every now and then do big processes for installing printers in thin clients.

Grab your copy of Tornado from http://tornado-os.com/download.php
For More Information visit http://www.tornado-os.com

Friday, May 24, 2013

ffmpeg unmet dependencies error in ubuntu 12.04

While I was trying to install ffmpeg

apt-get says it is already installed

but I was not able to fire ffmpeg as command

so I tried to remove it and then install it again

it said unmet dependencies

then I added 2 repositories to my sources.list file

nano /etc/apt/sources.list.d/ffmpeg.list
deb http://www.deb-multimedia.org wheezy main non-free
deb http://ftp.de.debian.org/debian sid main

then I installed 3 packages
apt-get install libopus0
apt-get install libavcodec54
apt-get install ffmpeg

and finally I got my ffmpeg command available.