Posts by Darkvil

    Hello I want to do this (encrypt) connectors.xml but not working....
    I followed this link: http://linuxsat-support.com/cs…-connectors-user-xml.html
    users.xml to users.enc works ...but connectors.xml to connectors.enc I'm not getting....


    can help me please .


    Code
    <external-connector-config enabled="true">
       <connector-file-url>file:/var/bin/csp/config/connectors.xml</connector-file-url>
         <update-interval>1</update-interval>
      <connector-source name="local-connector"> 
        <connector-file-url>file:/var/bin/csp/config/connectors.enc</connector-file-url>
        <connector-file-key>12345</connector-file-key>
        </connector-source>
    </external-connector-config>



    salute.

    Install Sun Java under Debian Squeeze


    Debian Squeeze for comes with OpenJDK Java preinstalled and ready to run. If you, for whatever reason, need to install Sun Java, the Sources list has to be modified:


    Edit /etc/apt/sources.list, add “non-free”:

    Code
    deb http://ftp2.de.debian.org/debian squeeze main non-free


    Update

    Quote

    apt-get update


    Check for available Sun Java Packages:

    Quote

    apt-cache search sun-java6


    The result may look something like this:



    Now install what you need, minimum is sun-java6


    Quote

    apt-get install sun-java6-jdk