sudo apt-get install build-essential checkinstall
tar -xvzf example.tar.gz uitpakken
ga naar map die uitgepakt is
./configure
make
sudo make install
sudo check install
---------------------------------------------------------------------
http://monkeyblog.org/ubuntu/installing/#installing_a_package_manually----------------------------------------------------------------------------
sudo alien gtk-splitter-2.0-1.i386.rpm
then you get deb package and install
---------------------------------------------------------------------------
6 java program
Install java server
start java program with: java -jar /home/mzx47npi/hpt5/hjsplit/hjsplit_g.jar
How to Install Java Runtime Environment (JRE) in Ubuntu
Java is an object-oriented programming language developed by Sun Microsystems in the early 1990s. Java applications are compiled to bytecode, which at runtime is either interpreted or compiled to native machine code for execution.
The language itself derives much of its syntax from C and C++ but has a simpler object model and fewer low-levelfacilities. JavaScript, a scripting language, shares a similar name and has similar syntax, but is not directly related to Java.
Currently Ubuntu has the following Java packages
sun-java5-bin - Contains the binaries
sun-java5-demo - Contains demos and examples
sun-java5-doc - Contains the documentation
sun-java5-fonts - Contains the Lucida TrueType fonts from the JRE
sun-java5-jdk - Contains the metapackage for the JDK
sun-java5-jre - Contains the metapackage for the JRE
sun-java5-plugin - Contains the plug-in for Mozilla-based browsers
sun-java5-source - Contains source files for the JDK
Installing the Java Runtime Environment
First you need to check multiverse repository enabled or not after that open a terminal window. Since you are going to be installing the JRE and the web browser plug-in, you'll be using the following command from a terminal
sudo apt-get install sun-java5-jre sun-java5-plugin sun-java5-fonts
Once it downloads the packages and begins the installation, you'll get a screen that contains the Sun Operating System Distributor License for Java and hit Enter to continue. You'll see a dialog that asks you if you agree with the DLJ license terms. Select Yes, and hit Enter; the JRE will finish installing.
Testing Java Runtime Environment
You'll want to confirm that your system is configured properly for Sun's JRE. This is a two-step process.
First, check that the JRE is properly installed by running the following command from a terminal.
java -version
You should get similar output
java version "1.5.0_08"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03)
Java HotSpot(TM) Client VM (build 1.5.0_08-b03, mixed mode, sharing)
Testing Java Plugin for Firefox
open Firefox and typing about:plugins in the address bar and check for java plugin
---------------------------------------------------------------------------------------
How to install Katalog
If you can find a package for your distribution in the download section, you can try to install Katalog from sources, it's not so difficult:
To compile the application use the standard sequence:
tar xzf katalog-xx.tar.gz
cd katalog-xx
./configure
make
make install (you must be root here)
----------------------------------------------------------------------------------------------
ftd
volgende files zijn nodig om de files te herschrijven nar ubuntu:(kan verschillend zijn)
sudo apt-get install build-essential pkg-config \
libsqlite3-dev libsexy-dev \
libgtkspell-dev libgtkhtml3.8-dev \
libglib2.0-dev libdbus-glib-1-dev \
libcurl3-dev libpcre3-dev \
libxslt1-dev libnotify-dev libtool \
automake1.9 autoconf firefox-dev
cd /tmp
wget
http://ftd4linux.nl/releases/openftd-1.0.1.tar.bz2tar -xvjf openftd-1.0.1.tar.bz2
cd openftd-1.0.1
./configure
make
sudo make install
-------------------------------------------------------------------------
Ik mis er nog 1, met een script installeren, dit heeft als nadeel , je kunt hem niet weghalen zoals een deb file.
------------------------------------------------------------------------------
Denk eraan alles wat op ubuntu server staat is getest, virusvrij, spywarevrij.
Indien je van andere plaatsen installeerd is dus onveilig/onveiliger.