Saturday, June 30, 2012

download google plus hangout plugin for ubuntu external links

you can download it directly to your ubuntu from here
ubuntu .deb
or from here as an external link just download it and rename it to .deb
direct link ubuntu .deb
or from 4shared and torrent download :
4shared / torrent download ubuntu .deb
if it asks you for a password try : themkbytes.blogspot.com


Friday, June 29, 2012

what is the best release of ultrasurf to run on ubuntu with wine ?

what is the best release of ultrasurf that works well on wine on ubuntu ??
i would recommend u1016 it is stable and works fine
check here how to run ultrasurf on ubuntu .

Thursday, June 28, 2012

easy cimpiz install

well in last ubuntu editions compiz package were deleted from the iso disk image so it can fit on a CD so now you have to install it by your self

what is Compiz Config Settings Manager?

it is a tool to configure the desktop effects such as 3d desktop or transparenty of launcher and other effects ..
to download it open terminal and type the following
sudo apt-get install compizconfig-settings-manager

download tor project alternative links for linux and windows

download tor project for windows and linux external links ...
if download needs a password try : themkbytes.blogspot.com

Sunday, June 24, 2012

python itertools.product how to start from specified index? and make your own generator function?

ok now i was wondering if am gonna use itertools.product but i want it to start from a specific string i mean if we had itertools.product("abcd") it will give you "a","b","c","d"... so what if i wanted to start from "b"??