Thursday, December 31, 2015

tv mobile

https://www.teamviewer.com/en/download/mobile-app.aspx

tv linux

https://www.teamviewer.com/en/download/linux.aspx

teamviewer

teamviewer_11.0.53191_i386.deb

failed to fetch

failed to fetch

apt-get clean

apt-get clean

apt-get update

apt-get update

jre


jdk


apt-get

apt-get

install

install

default-jdk

default-jdk

jps


clear

clear

cmd

cmd

mkdir

mkdir

chmod

chmod

777

777

-R

-R

WinX

Win+X

U

U

Shutdown

Win 

-->

<- span="">

Thursday, December 24, 2015

u


Redhat


i386

i386

amd64

amd64

open-source

open-source

MR


HW


CE


dxdiag

dxdiag 

Wednesday, December 23, 2015

unrar x

unrar x filename.rar

unrar

sudo apt-get install unrar



Monday, December 21, 2015

bin/hadoop dfsadmin -report

bin/hadoop dfsadmin -report

CPU time vs real time

CPU time is hugely different form real time.

CPU time is how much time something spent on the CPUs, while real time is what you and I experience as humans.

Think about this: assume you have the same job running over the same data but on one 20 node cluster, then a 200 node cluster. Overall, the same amount of CPU time will be used on both clusters, but the 200 node cluster will run 10x faster in real time.

CPU time is a useful metric when you have a shared system with lots of jobs running on it at the same time.

CPU time

The CPU time you are seeing there is of the entire map phase and the entire reduce phase... not just the function itself.

This is kind of confusing terminology because you have the map function and reduce function, which are only a portion of the map phase and reduce phase.

This is the total CPU time across all of the nodes in the cluster.

The reduce

The reduce phase consists of: shuffle, sort, reduce, output.

The map

The map phase consists of: record reader, map, combiner, and partitioner.

Sunday, December 20, 2015

Ubuntu 15.10

Ubuntu 15.10

Saturday, December 19, 2015

kazam

kazam

zoomdata

zoomdata

Thursday, December 17, 2015

UTF-8

UTF-8

nmap

sudo nmap -sP 192.168.1.0/24

sudo nmap -sP 172.168.1.0/16

sudo apt-get install nmap

arp-scan

sudo arp-scan -l --interface=eth0

sudo apt-get install arp-scan

How do I change my default search country


Click the Chrome Menu  ≡ in upper right corner

Go to Settings

Under 'Search', click the 'Manage search engines...' button

If your default is Google, click on it and update the URL to end in the country of your choice i.e.

http://www.google.co.uk/search?q=%s

Click 'Done'

ifconfig -a vs ip addr show

ifconfig -a
or

ip addr show

netstat -nr | awk '$1 == "0.0.0.0"{print$2}'

netstat -nr | awk '$1 == "0.0.0.0"{print$2}'

arp -n | awk '{print $1}'

arp -n | awk '{print $1}'

ip route show | grep -i 'default via'| awk '{print $3 }'

ip route show | grep -i 'default via'| awk '{print $3 }'

ip route show

ip route show

netstat

netstat -i

netstat -s

netstat -ic

netstat -e

netstat -o

netstat -p

netstat -l

netstat -C

netstat -g

netstat -g

netstat -r

netstate -r

lsb_release -a

lsb_release -a

sudo -i

sudo -i

netstat -r -n

netstate -r -n

route

route 

route -n vs netstat -n

route -n

netstat -n

Tuesday, December 15, 2015

ubuntu 15.04

ubuntu 15.04

Disks


GParted

GParted

okeanos

https://okeanos.grnet.gr/home/

hi


p7zip-full

sudo apt-get install p7zip-full

unzip

unzip file.zip

Downloads

$ cd ~/Downloads

VB or VM


ntfs


Monday, December 14, 2015

uget

uget

C U 32

C U 32

h version

/usr/local/hadoop/bin/h* version

Sunday, December 13, 2015

0755 vs 0750

0755 = User:rwx Group:r-x World:r-x

0750 = User:rwx Group:r-x World:--- (i.e. World: no access)

r = read
w = write
x = execute (traverse for directories)

file permission

Read Write Modify
sudo chmod 777 -R /home/youruser

Write
sudo chmod -R 666 /home/youruser  

64bit Ubuntu closed

enable hardware virtualization

VirtualBox 5.0.2


lsb_release -c

$ sudo gedit /etc/apt/sources.list

For Ubuntu 15.04 ("Vivid")
deb http://download.virtualbox.org/virtualbox/debian vivid contrib


$ wget http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc

$ sudo apt-key add oracle_vbox.asc

$ sudo apt-get update

$ sudo apt-get install virtualbox-5.0

$ virtualbox


Saturday, December 12, 2015

Unknown keyword in configuration file. Ubuntu USB Boot

sys;linux 3.63 bebiann -2008 -07 15 bias copyright c 1994 2008 h peter anvin missing parameter in configuration file unknown keyword in configuration file boot



-@-:~$ sudo mv /usr/bin/syslinux-legacy /usr/bin/syslinux-legacy.bak



-@-:~$ sudo ln -s /usr/bin/syslinux /usr/bin/syslinux-legacy


virtualbox-3.2


gksudo gedit /etc/apt/sources.list:

    deb http://download.virtualbox.org/virtualbox/debian lucid non-free
    deb http://download.virtualbox.org/virtualbox/debian karmic non-free
    deb http://download.virtualbox.org/virtualbox/debian jaunty non-free
    deb http://download.virtualbox.org/virtualbox/debian intrepid non-free
    deb http://download.virtualbox.org/virtualbox/debian hardy non-free
    deb http://download.virtualbox.org/virtualbox/debian squeeze non-free
    deb http://download.virtualbox.org/virtualbox/debian lenny non-free
    deb http://download.virtualbox.org/virtualbox/debian etch non-free



Add the verification key, type this command :
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -


sudo apt-get update

sudo apt-get install virtualbox-3.2

VT-x is disabled

VT-x is disabled in the BIOS.


(VERR_VMX_MSR_VMXON_DISABLED).

Virtualbox - kernel driver no installed


Follow your petition :

sudo apt-get install kernel-package 
sudo apt-get install linux-source


sudo apt-get remove virtualbox-ose-modules*
sudo apt-get purge virtualbox-ose-modules*


sudo apt-get install virtualbox-ose-modules-`uname -r`


sudo /etc/init.d/vboxdrv setup

Virtualization Technology VTx

bios ubuntu


---@---:~$ sudo dmidecode -s bios-version


---@---:~$ sudo dmidecode | less

Ubuntu 10.04 LTS

Ubuntu 10.04 LTS

("Lucid Lynx")

virtualbox debian virtualbox-4.3


gksudo gedit /etc/apt/sources.list

Add the following line
Add one of the following lines according to your distribution to your /etc/apt/sources.list:

deb http://download.virtualbox.org/virtualbox/debian oneiric contrib
deb http://download.virtualbox.org/virtualbox/debian natty contrib
deb http://download.virtualbox.org/virtualbox/debian maverick contrib non-free
deb http://download.virtualbox.org/virtualbox/debian lucid contrib non-free
deb http://download.virtualbox.org/virtualbox/debian karmic contrib non-free
deb http://download.virtualbox.org/virtualbox/debian hardy contrib non-free
deb http://download.virtualbox.org/virtualbox/debian squeeze contrib non-free
deb http://download.virtualbox.org/virtualbox/debian lenny contrib non-free


wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -



sudo apt-get update

sudo apt-get install virtualbox-4.1
sudo apt-get install virtualbox-4.3

sudo apt-get install dkms

virtualbox


https://www.virtualbox.org/wiki/Download_Old_Builds_4_3

dpkg -i

root@root:~#

dpkg -i

home/one/Downloads/virtualbox-4.3_4.3.34-104062_Ubuntu_lucid_amd64.deb 

login as root

sudo  -i

* sudo and root is difference 

Thursday, December 10, 2015

vmware


gksudo bash ~/Downloads/VMware-Player-7*


chmod +x ~/Downloads/VMware-Player


VMware-Player-7.1.0-2496824.x86_64.bundle

vmware

https://my.vmware.com/web/vmware/free#desktop_end_user_computing/vmware_player/7_0|PLAYER-710|product_downloads 

netmasks

netmasks typically refer to classes of IP 

computers connected to a network



sudo apt-get install arp-scan

sudo arp-scan -l --interface=wlan0

sudo arp-scan -l --interface=eth0


Monday, December 7, 2015

dpkg

dpkg --listfiles firefox

default-jdk

sudo apt-get install default-jdk

java version "1.6.0_35"

gunzip

gunzip file.gz

Sunday, December 6, 2015

lsb_release

lsb_release -a

ubuntu-10.04


ubuntu-10.04-desktop-amd64.iso     


http://old-releases.ubuntu.com/releases/lucid/  

Saturday, December 5, 2015

talend

talend

java-6-sun

sudo add-apt-repository ppa:ferramroberto/java
sudo apt-get update
sudo apt-get install sun-java6-jdk
export JAVA_HOME=/usr/lib/jvm/java-6-sun
echo $JAVA_HOME

Thursday, December 3, 2015

jdk 7

installs JDK 7


sudo apt-get install python-software-properties
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer


# or if you want JDK 8:
# sudo apt-get install oracle-java8-installer
# these commands install Oracle JDK7/8 and set them as default VMs automatically:
# sudo apt-get install oracle-java7-set-default
# sudo apt-get install oracle-java8-set-default

jdk-7u65-linux-x64.tar.gz

jdk-7u65-linux-x64.tar.gz



https://www.reucon.com/cdn/java/ 

Safari using Wine


# install wine
sudo apt-get install -y wine

# create download and build directory
mkdir -p ~/build/safari
cd  ~/build/safari

# download
wget http://appldnld.apple.com/Safari5/041-5487.20120509.INU8B/SafariSetup.exe

# wine
wine SafariSetup.exe




Flash Chrome Ubuntu 10.04



sudo apt-get install chromium-browser flashplugin-nonfree

sudo cp /usr/lib/flashplugin-installer/libflashplayer.so /usr/lib/chromium-browser/plugins/

Restart

cat /proc/cpuinfo | grep sse2

Wednesday, December 2, 2015

Universal USB Installer

Universal USB Installer



sudo apt-get install gksu

-sudo apt-get install gksu

-gksudo

sudo rm

-sudo rm -rf /usr/local/h

10.04 LTS


10.04 LTS

(deprecated: 8.10 LTS, 8.04, 7.10, 7.04)




Startup Disk Creator

Startup Disk Creator