Posts tagged debian

Available today in beta: Google Chrome for Linux!

0

Finally after Chromium here it is Google Chrome for Linux

This is the email received from google team:

Google Chrome is go for beta on Linux! Thanks to the many Chromium and WebKit developers who helped make Google Chrome a lean, mean browsing machine. Here are a few fun facts from us on the Google Chrome for Linux team:

60,000 lines of Linux-specific code written
23 developer builds
2,713 Linux-specific bugs fixed
12 external committers and bug editors to the Google Chrome for Linux code base, 48 external code contributors

Thanks for waiting and we hope that you enjoy using Google Chrome!

Google Chrome Team

It can be downloaded from http://www.google.com/chrome/intl/en/w00t.html

SAP GUI (Java) on Debian

0

This short guide allows you to install SAP GUI Java on linux sistem (I tested on Squeeze/Testing):

  1. Java Runtime Environment installed on your system.
    On Debian Squeeze and Ubuntu Koala I suggest you to use Sun Java JRE

    $ sudo aptitude install sun-java6-jre sun-java6-plugin sun-java6-fonts

    check your version using

    $ java -version
    java version "1.6.0_16"
    Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
    Java HotSpot(TM) Server VM (build 14.2-b01, mixed mode)
  2. Download SAPGUI
    ftp://ftp.sap.com/pub/sapgui/java/ (anonymous login)
    https://service.sap.com/sapgui-java (OSS user and pass)

    currently rev10 is available PlatinGUI-Linux-710R10.jar

  3. In the downloaded folder, execute
    $ java -jar PlatinGUI-Linux-710R10.jar

    in Other section of Gnome menu now you will have the SAP GUI shortcut.

  4. Add a new system connection
    At SAP Logon select New->Advanced and insertconn=/H/url.to.sap.system/S/32xxinstead of xx insert the system number.
    From command line you can execute:

    ~/SAPClients/SAPGUI7.00/bin$ ./sapgui /H/url.to.sap.system/S/32xx

Next, SAP Gui using wine…

Refer to OSS Notes for further info

Go to Top