Saturday, October 08, 2016

Use Whatsapp using piding over Ubuntu 14.04 /Ubuntu 16.04

Changes on [1] for run this trick on my ubuntu

First app (probably you need install aditional packages)

$sudo apt-get install libfreeimage-dev
$sudo apt-get install ncurses-dev
$sudo apt-get install python-dev

Second app

$sudo apt-cache search setuptools
$sudo apt-get install python-setuptools

$ sudo python setup.py install

$./yowsup-cli registration

$./yowsup-cli registration -c whatsapp_config.txt -r sms

$./yowsup-cli registration -c whatsapp_config.txt -R XXX-XXX


Reference
[1] http://blog.desdelinux.net/como-usar-whatsapp-en-linux-con-pidgin/

Aditional for Ubuntu 16.04

sudo apt-get install libprotobuf-dev
sudo apt-get install protobuf-compiler

Saturday, June 25, 2016

Ubuntu change to dark theme



sudo add-apt-repository ppa:noobslab/themes  #just for Ubuntu 14
sudo apt-get update
sudo apt-get install ambiance-dark
 
sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install arc-theme

sudo add-apt-repository ppa:tualatrix/ppa
sudo apt-get update
sudo apt-get install ubuntu-tweak
 
sudo add-apt-repository ppa:ravefinity-project/ppa  #current for me
sudo apt-get update
sudo apt-get install vivacious-colors-gtk-dark
                     

or
 
sudo apt-get install unity-tweak-tool #need to re-start
 

resources:
Dark themes
http://askubuntu.com/questions/454372/dark-gtk-theme-for-ubuntu-14-04


Tuesday, June 21, 2016

Alternatives to Deep Web



resources:

Freenet - a popular darknet friend-to-friend network that can run as an "opennet" (where peer nodes are discovered automatically).
https://freenetproject.org/

Alternatives to torrents

[1] rarbg.is
[2] katcr.co
[3] www.limetorrents.cc

Monday, May 16, 2016

Tuesday, April 26, 2016

Lecture CG-1




http://www.cse.yorku.ca/~kosta/CompVis_Notes/ransac.pdf

http://www.iit.upcomillas.es/pfc/resumenes/4c290fbe9567e.pdf




Firefox open multiple private window

    /opt/firefox/firefox-bin --profile $(mktemp -d) --private-window www.google.com www.bing.com