Quantcast
Channel: institube » Linux (Fedora / Ubuntu)
Browsing all 7 articles
Browse latest View live

Welcome to my Blog!

I am trying to write up as much as I can related to some stuff I come across. Regards, Venu

View Article



ImportError: libsqlite3.so.0: cannot open shared object file: No such file or...

If you see this error for any installation that means that the libraries for sqlite3 are not loaded correctly. Here is the solution: For example if the libsqlite3.so.0 files are available in say :...

View Article

Python and Flex

I am trying to find ways to create flex data files using Python on Linux. These flex data sources need to be read every often to show the reports of certain usage. Please send me some comments if you...

View Article

Eclipse: Python (PyDev), Subversion

PyDev: Source: http://pydev.org/updates Development Website: http://pydev.org/download.html SubClipse:  Subversion Plugin http://subclipse.tigris.org/update_1.6.x

View Article

[SOLVED] defaults: Error: unable to open './flex-config.xml'

Here is the solution: This applies to the Linux open source version of the MXMLC. Here is how you should use: VMARGS="-Xmx384m -Dsun.io.useCanonCaches=false"...

View Article


Converting Multitouch Windows laptops to Android Tablets!

Imagine buying a Dell Mini Duo and converting it to a dual boot windows tablet and Androit tablet. I guess there is some active Open Source Development is going on.. http://www.android-x86.org/ Please...

View Article

Python: Merging all PDFs in a Directory

import os from pyPdf import PdfFileWriter, PdfFileReader import fnmatch output = PdfFileWriter() dir = os.listdir('./') print dir for f in dir: if fnmatch.fnmatch(f, '*.pdf'): fm =...

View Article
Browsing all 7 articles
Browse latest View live




Latest Images