Skip to content

Commit 32909b9

Browse files
brayan_martinez000@hotmail.combrayan_martinez000@hotmail.com
authored andcommitted
Cambios del 09 06 2020
1 parent 2799087 commit 32909b9

File tree

6 files changed

+72
-59
lines changed

6 files changed

+72
-59
lines changed

.idea/workspace.xml

Lines changed: 48 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

02-admin-system/file-system/files.sh

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
#!/usr/bin/env bash
1+
#!/usr/bin/env bash
2+
3+
sudo mkdir /folder
4+
5+
sudo touch file.txt
6+
7+
sudo chmod -R 777 /folder
8+
9+
sudo chown brayan:brayan /folder

02-admin-system/packages/ubuntu/snapt-install.sh

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
#lang
33
sudo snap install go --classic
44

5-
sudo snap install node --classic
6-
75
sudo snap install ruby --classic
86

97
sudo snap install kotlin --classic
@@ -12,6 +10,8 @@ sudo snap install dotnet-sdk --classic
1210

1311
sudo snap install groovy --classic
1412

13+
sudo snap install node --channel=12/stable --classic
14+
1515
# jetbrains
1616
sudo snap install goland --classic
1717

@@ -23,7 +23,7 @@ sudo snap install datagrip --classic
2323

2424
sudo snap install webstorm --classic
2525

26-
sudo snap install pycharm-professional --classic
26+
sudo snap install pycharm-professional --classic
2727

2828
sudo snap install intellij-idea-ultimate --classic
2929

@@ -50,13 +50,17 @@ sudo snap install postman
5050

5151
sudo snap install bower --classic
5252

53+
sudo snap install beekeeper-studio
54+
5355
# devops
5456
sudo snap install kubectl --classic
5557

5658
sudo snap install powershell --classic
5759

5860
sudo snap install couchdb
5961

62+
sudo snap install docker
63+
6064
# social
6165
sudo snap install vlc --edge
6266

02-admin-system/packages/ubuntu/ubuntu18-minimal-install.sh

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,11 @@ sudo apt-add-repository 'deb http://repos.azulsystems.com/ubuntu stable main'
3838
#para variety
3939
sudo add-apt-repository -y ppa:peterlevi/ppa &&
4040

41-
#para docker
42-
sudo apt -y install apt-transport-https ca-certificates curl software-properties-common &&
43-
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - &&
44-
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" &&
45-
4641
## actualizar paqueteria.
4742
sudo apt update &&
4843

4944

50-
## instalar todo.
51-
52-
apt install docker-ce &&
45+
## instalar los paquetes necesarios.
5346

5447
sudo apt -y install rhythmbox &&
5548

@@ -105,7 +98,7 @@ sudo apt -y install rar &&
10598

10699
#sudo apt -y install openjdk-8-jdk openjdk-8-jdk-headless openjdk-8-jre openjdk-8-jre-headless &&
107100

108-
sudo apt -y install zulu-6 zulu-7 zulu-8 zulu-9 zulu-10 zulu-11 zulu-12 zulu-13 &&
101+
sudo apt -y install zulu-6 zulu-7 zulu-8 zulu-9 zulu-10 zulu-11 zulu-12 zulu-13 zulu-14 &&
109102

110103
sudo apt -y install maven &&
111104

04-tools-for-developer/nodejs/install.sh

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,13 @@
55
## Created: 07.05.2018 20:10:01
66
## Version: 1.0.0
77
## Repository: https://github.com/Ing-Brayan-Martinez/Shell-Script-Demo.git
8-
## File: nodejs/install.sh
9-
## Description: Este script instalará y configurará la maquina virtual
8+
## File: nodejs/install.sh
9+
## Description: Este script instalará y configurará la maquina virtual
1010
## de JavaScript node.js en Ubuntu 16.04 LTS o superior.
1111
## Requirement: --
12-
## Note: --
12+
## Note: --
1313
## Bugs: --
1414
##=================================================================================
1515

1616

17-
sudo apt -y install curl &&
18-
19-
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - &&
20-
21-
sudo apt -y install nodejs
17+
sudo snap install node --channel=12/stable --classic
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
sudo apt -y purge nodejs && sudo apt -y autoremove
1+
2+
sudo snap remove node

0 commit comments

Comments
 (0)