This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Paso 1. Modificación de Parámetros | |
$ sudo nano /etc/sysctl.conf | |
#Agreagr en archivo | |
vm.max_map_count=262144 | |
fs.file-max=65536 | |
ulimit -n 65536 | |
ulimit -u 4096 | |
$ sudo nano /etc/security/limits.conf | |
#Agreagr en archivo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Login sudo or user sudo permisions, and add user artifactory. | |
# Step 1: Import repository GPG Key | |
$ sudo apt update | |
$ wget -qO - https://api.bintray.com/orgs/jfrog/keys/gpg/public.key | sudo apt-key add - | |
# Step 2: Add JFrog Artifactory to Ubuntu 20.04 | |
$ echo "deb https://jfrog.bintray.com/artifactory-debs bionic main" | sudo tee /etc/apt/sources.list.d/jfrog.list | |
$ sudo apt update |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3-servidores linux (1 master, 2 nodos): | |
minimo 3 GB RAM , 2 cpu minimo | |
################# MASTER Y TODOS LOS NODOS ################# | |
#Cambiar ip estatica : | |
#sudo nano /etc/netplan/00-installer-config.yaml | |
#ejemplo: asumiendo que mi rango de IP es 192.168.174.x | |
#network: | |
# ethernets: | |
# ens33: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install openconnect | |
sudo openconnect yourvpn.example.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo visudo | |
and add. | |
Defaults env_reset, pwfeedback | |
#TEMPORAL PERMS | |
myuser ALL=(ALL) NOPASSWD:ALL, !SU_ENV, !SFTP |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Maven: Dwload maven.. | |
export M2_HOME=/home/thango/Apps/apache-maven | |
export M2=$M2_HOME/bin | |
export PATH=$M2:$PATH | |
export PATH=$M2:$PATH | |
java: oracle jdk dowload : | |
cd ~/Downloads | |
tar xf jdk-11*-linux-x64.tar.gz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Maven: Dwload maven.. | |
export M2_HOME=/home/thango/Apps/apache-maven | |
export M2=$M2_HOME/bin | |
export PATH=$M2:$PATH | |
export PATH=$M2:$PATH | |
java: oracle jdk dowload : | |
cd ~/Downloads | |
tar xf jdk-11*-linux-x64.tar.gz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://averagelinuxuser.com/solus-themes/ |