Uruchomienie cisco webex w środowisku Linux.

  • By :
  • Category : Linux

 

Howto run cisco webex in Linux environment.

I have tested this on linux munt 18.01.

From article: https://gist.github.com/mshkrebtan/407786e334847544b40e7d6a8a53d247

Artykuł który uratował mi życie: https://gist.github.com/mshkrebtan/407786e334847544b40e7d6a8a53d247
W skrócie, trzeba zainstalować środowisko 32-bit (java + refox + dodatkowe biblioteki):

 

===================
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
Pobrać: http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-
2133155.html
sudo tar -xzvf jre*linux-i586.tar.gz -C /opt/webex/
sudo mv /opt/webex/jre* /opt/webex/jre
Pobrać: https://www.mozilla.org/en-US/firefox/organizations/all/
sudo mkdir /opt/webex/firefox/plugins/
ln -s \
/opt/webex/jre/lib/i386/libawt.so \
/opt/webex/jre/lib/i386/libjawt.so \
/opt/webex/jre/lib/i386/libnpjp2.so \
<- bez tego pakietu też działa
/opt/webex/firefox/plugins
http://3.127.215.50/
1/913.01.2018
labiol.xyz
sudo apt-get install \
libpangoxft-1.0-0:i386 \
libxft2:i386 \
libpangox-1.0-0:i386 \
libxmu6:i386 \
libxv1:i386 \
libasound2-plugins:i386
cat << 'EOF' | sudo tee /opt/webex/firefox.sh
#!/bin/bash
export ENV_HOME=/opt/webex
export FIREFOX_HOME=$ENV_HOME/firefox
export MOZ_PLUGIN_PATH=$ENV_HOME/firefox/plugins
export JAVA_HOME=$ENV_HOME/jre
export PATH=$JAVA_HOME/bin:$PATH
#export JPI_PLUGIN2_DEBUG=1
$FIREFOX_HOME/firefox --no-remote -P
EOF
sudo chmod a+x /opt/webex/firefox.sh
sudo ln -s /opt/webex/firefox.sh /usr/local/bin/firefox-i386
/opt/webex/jre/bin/javaws
ew. ( u mnie nie trzeba było ) ldd ~/.webex/T30_MC/*.so | grep "not found"
=============
No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Free(BSD)
yt-dlp – download your data from youtube

Hi, this short article only to mention that there is a wonderful application that exists for a years for the purpose to download YOUR or maybe some other movies from youtube. I don’t want to go in to legal aspect too much, what can be downloaded from youtube, what not …

Linux
Migrate WordPress site to another hosting service.

IntroductionThis article details the migration of WordPress site (exactly this site you are now on) from one service provider to Amazon Lightsail. There might be various reason to do that (mine is outlined below) but in general I hope to share the message that especially with WordPress, migration can be …

Free(BSD)
Convert pdf file to jpeg – with imagemagic

Short article just to write down not-so frequently (for me) task: remove /opt/homebrew/bin from that command where using on other system than macOs Options: cheers