sudo apt-get install alien dpkg-dev debhelper build-essential
SOPORTE PARA ARCHIVOS COMPRIMIDOS:
sudo apt-get install rar unace p7zip p7zip-full p7zip-rar unrar lzip lhasa arj sharutils mpack lzma lzop
SOPORTE FUENTES:
sudo apt-get install ttf-aenigma
sudo apt-get install ttf-adf-* ttf-isabella ttf-junicode ttf-kacst ttf-kacst-one\
ttf-kochi-gothic ttf-kochi-mincho ttf-liberation ttf-alee ttf-mona ttf-marvosym \
ttf-mikachan ttf-anonymous-pro ttf-oxygen-font-family ttf-arabeyes ttf-sjfonts\
ttf-atarismall ttf-radisnoir ttf-baekmuk ttf-staypuft ttf-bitstream-vera \
ttf-summersby ttf-dejavu ttf-dejavu-core ttf-dejavu-extra ttf-tiresias ttf-engadget \
ttf-tomsontalks ttf-essays1743 ttf-femkeklaver ttf-fifthhorseman-dkg-handwriting \
ttf-freefarsi ttf-unifont ttf-wqy-microhei ttf-georgewilliams ttf-wqy-zenhei \
ttf-goudybookletter fonts-3270 fonts-inconsolata fonts-roboto fonts-rufscript \
fonts-ricty-diminished fonts-quattrocento fonts-prociono fonts-play fonts-pecita \
fonts-linuxlibertine
Instalar la corrección ortográfica en LibreOffice:
sudo apt-get install myspell-es
VIRTUALIZACION:
sudo apt-key add oracle_vbox_2016.asc
sudo apt-key add oracle_vbox.asc
wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install virtualbox-5.1
---------------------------------------------------------------------------------------------
HERRAMIENTAS DE DESARROLLO:
INSTALL JAVA:
sudo apt-get install icedtea-8-plugin openjdk-8-jre
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update && sudo apt-get install oracle-java7-installer
IDES:
Descargar y instalar Netbeans:
https://netbeans.org/downloads/start.html?platform=linux&lang=es&option=all
chmod +x
./
Eclipse:
https://www.eclipse.org/downloads/
eclipse-jee-mars-2-linux-gtk-x86_64.tar.gz
cd /opt/ && sudo tar -zxvf ~/Downloads/eclipse-*.tar.gz
sudo nano /usr/share/applications/eclipse.desktop
[Desktop Entry]
Encoding=UTF-8
Name=Eclipse Mars
Comment=Integrated Development Environment
Exec=/opt/eclipse/eclipse -vm /usr/lib/jvm/java-7-openjdk-amd64/bin
Icon=/opt/eclipse/icon.xpm
Categories=Application;Development;Java;IDE
Type=Application
Terminal=false
sudo nano /opt/eclipse/eclipse.ini
GIT:
sudo apt-get install git
MAVEN:
sudo apt-get purge maven maven2 maven3
sudo apt-add-repository ppa:andrei-pozolotin/maven3
sudo apt-get update
sudo apt-get install maven3
export M2_HOME=/usr/share/maven3
export M2=$M2_HOME/bin
export PATH=$M2:$PATH
-----------------------------------------------------------------------------------------------------------------------------
HERRAMIENTAS DE BD:
DBeaver: DBeaver itself requires Java 1.7 or higher.
http://dbeaver.jkiss.org/download/
sudo dpkg -i dbeaver-
MYSQL:
sudo apt-get install mysql-workbench-community
Sqldeveloper:
http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html
Run Toad Freeware on Linux!:
Install WineTricks to improve Wine reliability ( http://wiki.winehq.org/winetricks)
wget http://www.kegel.com/wine/winetricks
sh winetricks corefonts vcrun6
Install Toad for Oracle freeware
Download freeware files: toad_free.zip and freeware_update.zip
Unzip toadfree.zip file into a temporary directory (e.g. /home/user/temp)
Open a Linux command window and cd to that temporary directory
Wine toad freeware install.exe (remember to use \ before spaces)
Unzip freeware_update.zip file into /home/user/.wine/c_drive/Program Files/Quest Software/Toad for Oracle FREEWARE
Install Oracle 10g (not 11g) Client 32-bit for Windows
Download Oracle 10g 32-bit client file: 10201_cleint_win32.zip
unzip 10201_cleint_win32.zip file into a temporary directory
open a command window and cd to that temporary directory
cd again into the client directory and wine setup.exe
Make sure to set Oracle Installer’s Oracle Home directory to a Wine subdirectory such as /home/user/.wine/c_drive/oracle/product/10g/client
Optional Step: copy and/or create a tnsnames.ora file in that directory
Run Toad via the Linux Application Main Menu -> Wine -> Programs -> Quest Software -> Toad for Oracle Freeware
-------------------------------------------------------------------------------------------------------------------------------
SOAP-UI:
Installation
Download the Linux binary zip (no JRE) from http://www.soapui.org/
Unzip it into a preferable directory such as your home folder or /opt
Make sure that you have proper permissions on the unziped soapUI folder
Go into the folder and run $ bin/soapui.sh (open source)
Download Oracle WebLogic Server 10.3.6:
http://uanscarvalho.com.br/instalacao-oracle-soasuite-11g-parte-3-oracle-weblogic-server-10-3-6/
http://www.oracle.com/technetwork/middleware/soasuite/downloads/soasuite11gdownload-2210918.html
wls1036_generic.jar
sudo chmod 777 wls1036_generic.jar
java -jar wls1036_generic.jar
paso siguiente configurar dominio weblogic o exportar desde plantilla.



