Saturday, December 31, 2016

Ubuntu NVidia


$sudo lspci | grep VGA
00:0d.0 VGA compatible controller: NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2)
 

$sudo apt-get install nvidia-304

Wednesday, December 28, 2016

Gps Trackers



http://www.locationof.com/melhorum/map/
http://cellphonetrackers.org/gsm/gps-tracking.php

Monday, December 12, 2016

CentOS 6.8 Wifi

1) Offline
$wpa_passphrase "NetworkName" Key

#wpa_supplicant -B -D wext -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant_vicg.conf
#ifup wlan0

#vi /etc/wpa_supplicant/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
network={
    ssid="NetworkName"
    scan_ssid=1
    key_mgmt=WPA-PSK
    psk=??????
}


2) GUI Assistant
sudo vi /etc/sysconfig/network-scripts/ifcfg-wlan0

Resources:
[1] Enable Wifi https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/3/html/Installation_and_Configuration_Guide/Disabling_Network_Manager.html

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

Firefox open multiple private window

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