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

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

Firefox open multiple private window

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