run ubuntu ! run !!

one stop solution for many ubuntu related problems. visit and suggest for more improvement.

Friday, February 10, 2017

Solution to infamous "Firefox is already running but is not responding." problem! Ubuntu 14.04

›
Try this simple solution if you have received this error: Firefox is already running but is not responding. You must either close Fire...
Friday, December 9, 2016

Broadcomm (BCM) bluetooth firmware update for Ubuntu 14.04

›
Links: http://askubuntu.com/questions/632336/bluetooth-broadcom-43142-isnt-working-on-ubuntu/632348#632348 http://askubuntu.com/quest...
Thursday, December 8, 2016

Enable and use external USB bluetooth 4.0 dongle on Ubuntu 14.04

›
Here is how you can use your external USB bluetooth 4.0 dongle in Ubuntu, even if you have an in-built bluetooth device. My in-built one is...
2 comments:
Thursday, May 16, 2013

Python: listing all files and directories under a directory

›
import os allfiles = list() # listing all the files in the subdirectories root = "yourDirec tory /" path = os.path.join(root, ...

BZ2 compression & decompression in python

›
pretty easy! let's say your .bz2 file is "filename": import bz2 bfile = bz2.BZ2File( filename ,"r") for li...
›
Home
View web version
Powered by Blogger.