2013-02-20

Slitaz -- TeamViewer







TeamViewer (Remote Control Application)

1.
tux@slitaz:~$ sudo tazpkg -i teamviewer-8.0.17147.tazpkg

Installation of : teamviewer
================================================================================
Copying teamviewer... [ OK ]
Extracting teamviewer... [ OK ]
Extracting the pseudo fs... (lzma) [ OK ]
Installing teamviewer... [ OK ]
Removing all tmp files... [ OK ]


To start teamviewerd server you can run :

/etc/init.d/teamviewerd start
Or add teamviewerd to RUN_DAEMONS in /etc/rcS.conf

Web viewer (needs flash): https://go.teamviewer.com/v8/

================================================================================
teamviewer (8.0.17147) is installed.


2.
tux@slitaz:~$ ps | tail -6
1757 root 0:00 /opt/teamviewer8/tv_bin/teamviewerd -d
1765 tux 0:03 c:\TeamViewer\TeamViewer.exe
1788 tux 0:03 /opt/teamviewer8/tv_bin/wine/bin/wineserver
1794 tux 0:00 C:\windows\system32\services.exe
1843 tux 0:00 ps
1844 tux 0:00 tail -6


3.
tux@slitaz:~$ netstat -tp
netstat: showing only processes with your user ID
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 localhost:39258 localhost:52129 ESTABLISHED 1765/c:\TeamViewer\
tcp 0 0 localhost:5939 localhost:40171 ESTABLISHED -
tcp 0 0 localhost:52129 localhost:39258 ESTABLISHED 1765/c:\TeamViewer\
tcp 0 0 192.168.0.100:55898 server6201.teamviewer.com:5938 ESTABLISHED -
tcp 0 0 localhost:40171 localhost:5939 ESTABLISHED 1765/c:\TeamViewer\
netstat: /proc/net/tcp6: No such file or directory
tux@slitaz:~$


4.
root@slitaz:~# get-teamviewer
Connecting to www.teamviewer.com (46.163.100.220:80)
teamviewer_linux.deb 100% |*******************************| 17820k 00:00:00 ETA
ln: usr/bin/teamviewer: File exists
root@slitaz:~#

/usr/bin/get-teamviewer
#no.50

cd $PACKAGE-$VERSION/fs
ln -s $(cd usr/bin ; ls $PACKAGE*) usr/bin/$PACKAGE
mkdir -p usr/share/applications
sed "s|EXEC|/usr/bin/$PACKAGE|g;s!ICON!/$(find opt | grep $PACKAGE.png)!g" \
< $(find opt | grep desktop.template) \ > usr/share/applications/$PACKAGE.desktop
cd ../..