present: gccVersion 4.2.4 (Ubuntu 4.2.41ubuntu4) sudo aptget ... flex sudo aptget
install flex flex 2.5.34 make present: 3.81 bash present: GNU bash, version ...
Apr 17, 2014 ... It is codenamed Trusty Tahr, Ubuntu 14.04 LTS, and is the ... http://ubuntuguide.
org/index.php?title=Ubuntu:Trus. ... 2.9.1.2 PPA repositories.
on the PC must be installed a version of 32- or 64bit Linux Mint 17 LTS ...
Installation manual Database Workbench 5 in Linux Mint 17 LTS MATE ... Page
15 ...
Aug 16, 2012 ... 1/21 ubuntuserverguide.com/…/how-to-install-ubuntu-server-12-04-lts-precise-
pangolin-included-screensh… Home. How To. Ubuntu Server.
May 17, 2012 ... วิธีกําหนด Name Server บน Ubuntu 12.04. 3. SSH Hardening - disable root login
and change port. 4. Force sudo to prompt for the root password ...
Download. Connect more apps... Try one of the apps below to open or edit this item. beyond compare for ubuntu 1204.pdf.
Microsoft Active Directory is a widely-deployed directory service that is commonly
..... the office, and as the CEO of the company; she is a long-time Ubuntu user.
Instructions to Install Ubuntu Linux 12.04 (LTS) along with Windows. Back Up
Your ... Here we will learn how to boot installation system using a CD ROM.
8/16/12. How to Install Ubuntu Server 12.04 LTS Precise Pangolin - Included
Screenshot | Ubuntu Server Guide. 1/21 ubuntuserverguide.com/…
Download Best Book Ubuntu 14.04 LTS Server: Administration and Reference, Read Ubuntu 14.04 LTS Server: Administration a
To use Ubuntu without installing it onto your computer, select Demo and full
installation. ○ To install Ubuntu under Windows, select Install inside Windows.
This document describes how to install the Linux monitoring agent on target
Ubuntu and Debian servers (including Ubuntu variants such as Kubuntu and ...
So, you wanna be root... 10. Install Apache Web Server and PHP. 11. Install
Gnome 2.x. 12. Configure XWindow. 1.) Get used to using sudo. Ubuntu and
Debian ...
their properties are not measured with great accuracy. .... great extent such a. Confusion, potentially resolvable, and demanding ... 1986; Hinton and Anderson,.
VW Golf MK I designed modification to Cable modification to Cable modification
to Cable-controlled controlled. Gearshift. Gearshift - Gearbox Type 020. Gearbox
...
OWNER SHALL MAINTAIN THIS MANUAL IN LEGIBLE CONDITION FOR .....
Liquid Volume Control. Overheat Protection. EX-100G(O). 100 HP. 3,450 LB/HR.
In-dash bezel for factory-installed look mounts easily to instrument pod,
dashboard, or console. • Integrated .... To adjust the angle or remove the clamps,
use the.
Chevy Impala Police Package Vehicle ... INSTALLER: This manual must be
delivered ... Have your “Impala Police Package Owner's Manual Supplement”.
Power the system using the AC Transformer or optional Solar. Panel Charger Kit.
4. ... unit while it is operating and exercise caution at all times. All automatic ...
Installation Manual. Air conditioner (Split type). 1 English. Manuel d'installation.
Climatiseur (Type split). 41 Français. Installationsanleitung. Klimagerät (Split-typ).
Be sure to read this installation manual thoroughly prior to installation. If
installation methods ... Be sure to keep this manual after installation for later
reference. Customer should keep ..... wires are not handled correctly, operating
proble
10. 2 – Closet Clearances. 4. 18 – Separate Thermostats, Same Furnace Wiring
Diagram ... Furnace is rated at 240 volts AC at 60 Hertz. 2. Furnace is the same ...
... mounting brackets of some Toyota, Nissan, Mitsubishi, Isuzu, Hyundai and
Honda vehicles to ... to confirm operation (vehicle ignition switch must be “ON”). If
.
Open Office. myCAT yes yes yes. myPREP yes no yes. myMT (front) yes yes yes.
B. Installation Procedure. Before starting, you should create an “olanto” user ...
This report describes how tools should be installed on a dedicated host running Ubuntu Desktop 12.04, 64-bit version. Memory min.: 4 Gb HD min: 20 Gb
Prerequisite
Java 7
Tomcat 7
Open Office
myCAT
yes
yes
yes
myPREP
yes
no
yes
myMT (front)
yes
yes
yes
B.
Installation Procedure
Before starting, you should create an “olanto” user with administrator rights, so that myCAT can operate under the /home/olanto path.
1. Installing Java 7 The initial step is to remove any possible version of another version of Java called openJDK, which comes by default with some versions of Ubuntu 12.04. Open a terminal console (CTRL+ALT+T) and type : sudo apt-get purge openJDK*
Then execute one by one the following commands: sudo add-apt-repository ppa:webupd8team/java (note: this installs a Java installer)
sudo apt-get update (note: this updates the installation utility)
sudo apt-get install oracle-java7-installer (type Y to authorize the installation process and hit OK accept the License Terms.)
When the process is completed, type the following command to check the installed java version: java –version The resulting message should look more or less like this: Page 2 of 5
java version "1.7.0_11" Java(TM) SE Runtime Environment (build 1.7.0_11-b21) Java HotSpot(TM) 64-Bit Server VM (build 23.6-b04, mixed mode)
Finally define the JAVA_HOME variable : Edit the file named “environment” which is located in /etc (double-clicking the file will open it in the GEDIT text editor. This file may contain only one line when you first edit it.) and add the following line at the end of the file: JAVA_HOME=/usr/lib/jvm/java-7-oracle/ then save the file and close it.
Note: To be able to modify the “environment” file with the GEDIT editor you must be logged in as root (not as an administrator, but as the real root). Alternatively you can edit the “environment” file in command line with the “sudo” command and a Terminal editor such as VI.
2. Installing Apache Tomcat 7 In the Terminal console type the following commands: sudo apt-get install tomcat7 (type Y to authorize the installation process)
sudo apt-get install tomcat7-admin This default installation process uses the following HTTP/1.1 Connector Port: 8080. To start and stop the Tomcat use the following commands: sudo /etc/init.d/tomcat7 start (or restart) sudo /etc/init.d/tomcat7 stop
After the Tomcat is installed a number of parameter modifications must be made. To be able to modify the relevant files with the GEDIT editor you must be logged in as root (not as an administrator, but as the real root). Alternatively you can edit those files in command line with the “sudo” command and a Terminal editor such as VI. •
Replacing Roles and Users
Find the following file and edit it: /etc/tomcat7/tomcat-users.xml The content of this file is the following:
Page 3 of 5
The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> that surrounds them. --> -->
Below this piece of code:
Add the following two lines:
So now the piece of code should look like this:
Save the file and exit.
•
Increasing the maximum size of the WAR files
Find the following file and edit it: /usr/share/tomcat7-admin/manager/WEB-INF/web.xml Look for the following piece of code: 52428800 52428800 0
Add "1" to the and the values so the new code looks like this: Page 4 of 5
152428800 152428800 0
This operation increases the maximum size allowed when deploying WAR files. Save the file and exit.
3. Removing LibreOffice 3 and Installing OpenOffice 3.4.0 By default the distribution of Ubuntu Desktop 12.04 comes with a pre-installed version of LibreOffice. We have to uninstall it before installing OpenOffice, which will be used for document conversion.
a. Removing LibreOffice 3 In the Terminal console type this command: sudo apt-get remove libreoffice*.* (type Y to authorize the uninstallation process)
Normally the LibreOffice icons must be automatically removed from the icon bar at the left of the screen.
b. Installing OpenOffice 3.4.0 Download to your /Home/Download folder the file called: Apache_OpenOffice_incubating_3.4.1_Linux_x86-64_install-deb_en-US.tar.gz which can be found on Olanto’s software distribution page.
Type the following command to uncompress it: cd ~/Home/Downloads sudo tar -x Apache_OpenOffice_incubating_3.4.0_Linux_x8664_install-deb_en-US.tar.gz Alternatively you can double-click the .tar.gz file and the Archive Manager will propose to unpack it. This will result in extracting a folder called en-US. Move this folder to /Home/Desktop, then type the following commands to install it: cd ~/Desktop/en-US/DEBS sudo dpkg -i *.deb cd ~/Desktop/en-US/DEBS/desktop-integration sudo dpkg -i *.deb By now the OpenOffice 3.4.0 application should be installed on your computer. You can check out by looking for the “OpenOffice” application in the Dash Home environment and execute it.
AT THIS STAGE IT IS USEFUL TO REBOOT YOUR COMPUTER SO AS TO COMPLETE THE TOOL INSTALLATIONS.